Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayIntType
Annotations
The ArrayIntType is an array of integer numbers.
Diagram
Diagram Primitives_xsd_Simple_Type_ListIntType.tmp#ListIntType Primitives_xsd_Complex_Type_ArrayIntType.tmp#ArrayIntType_count
Type extension of ListIntType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of integer numbers in this array.
Source
<xs:complexType name="ArrayIntType">
  <xs:annotation>
    <xs:documentation>The ArrayIntType is an array of integer numbers.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="ListIntType">
      <xs:attribute name="count" type="NaturalType" use="required">
        <xs:annotation>
          <xs:documentation>The required count attribute is the number of integer 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 ArrayIntType / @count
Annotations
The required count attribute is the number of integer numbers in this array.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayIntType
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute is the number of integer numbers in this array.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd