Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayNaturalType
Annotations
The ArrayNaturalType is an array of natural numbers.
Diagram
Diagram Primitives_xsd_Simple_Type_ListNaturalType.tmp#ListNaturalType Primitives_xsd_Complex_Type_ArrayNaturalType.tmp#ArrayNaturalType_count
Type extension of ListNaturalType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of natural numbers in this array.
Source
<xs:complexType name="ArrayNaturalType">
  <xs:annotation>
    <xs:documentation>The ArrayNaturalType is an array of natural numbers.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="ListNaturalType">
      <xs:attribute name="count" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required count attribute is the number of natural numbers in this array.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ArrayNaturalType / @count
Annotations
The required count attribute is the number of natural numbers in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayNaturalType
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute is the number of natural numbers in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd