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.
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>
<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>