Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayI3Type
Annotations
The ArrayI3Type is an array of integer numbers representing a specific number of ordered triplets of integers. Each successive group of three entries in the array represents the first, second and third components of a triplet.
Diagram
Diagram Primitives_xsd_Simple_Type_ListIntType.tmp#ListIntType Primitives_xsd_Complex_Type_ArrayI3Type.tmp#ArrayI3Type_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 triplets represented by the array. The number of entries in the array must be 3*count.
Source
<xs:complexType name="ArrayI3Type">
  <xs:annotation>
    <xs:documentation>The ArrayI3Type is an array of integer numbers representing a specific number of ordered triplets of integers. Each successive group of three entries in the array represents the first, second and third components of a triplet.</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 triplets represented by the array. The number of entries in the array must be 3*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 ArrayI3Type / @count
Annotations
The required count attribute gives the number of integer triplets represented by the array. The number of entries in the array must be 3*count.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayI3Type
Source
<xs:attribute name="count" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required count attribute gives the number of integer triplets represented by the array. The number of entries in the array must be 3*count.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd