Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayI2Type
Annotations
The ArrayI2Type is an array of integer numbers representing a specific number of ordered pairs of integers. Each successive group of two entries in the array represents the first and second components of a pair.
Diagram
Diagram Primitives_xsd_Simple_Type_ListIntType.tmp#ListIntType Primitives_xsd_Complex_Type_ArrayI2Type.tmp#ArrayI2Type_count
Type extension of ListIntType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute gives the number of integer pairs represented bu the array. The number of entries in the array must be 2*count.
Source
<xs:complexType name="ArrayI2Type">
  <xs:annotation>
    <xs:documentation>The ArrayI2Type is an array of integer numbers representing a specific number of ordered pairs of integers. Each successive group of two entries in the array represents the first and second components of a pair.</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 gives the number of integer pairs represented bu the array. The number of entries in the array must be 2*count.</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 ArrayI2Type / @count
Annotations
The required count attribute gives the number of integer pairs represented bu the array. The number of entries in the array must be 2*count.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayI2Type
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute gives the number of integer pairs represented bu the array. The number of entries in the array must be 2*count.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd