Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type NoteSetType
Diagram
Diagram QIFProduct_xsd_Complex_Type_NoteSetType.tmp#NoteSetType_n QIFProduct_xsd_Element_Note.tmp#Note
Used by
Element NoteSet
Children Note
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of notes in this set.
Source
<xs:complexType name="NoteSetType">
  <xs:sequence>
    <xs:element ref="Note" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Note element is a note.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of notes in this set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd
Attribute NoteSetType / @n
Annotations
The required n attribute is the number of notes in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type NoteSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of notes in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd