Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type NoteFlagSetType
Diagram
Diagram QIFProduct_xsd_Complex_Type_NoteFlagSetType.tmp#NoteFlagSetType_n QIFProduct_xsd_Element_NoteFlag.tmp#NoteFlag
Used by
Element NoteFlagSet
Children NoteFlag
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of flag notes in this set.
Source
<xs:complexType name="NoteFlagSetType">
  <xs:sequence>
    <xs:element ref="NoteFlag" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each NoteFlag element is a flag 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 flag 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 NoteFlagSetType / @n
Annotations
The required n attribute is the number of flag notes in this set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type NoteFlagSetType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of flag notes in this set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFProduct.xsd