The ArrayPointType is an array of doubles representing a specific number of ordered 2D points. Each successive group of two entries in the array represents the X, and Y coordinates of a point.
The required count attribute is the number of points represented by the array. The number of entries in the array must be 2*count.
Source
<xs:complexType name="ArrayPoint2dType"><xs:annotation><xs:documentation>The ArrayPointType is an array of doubles representing a specific number of ordered 2D points. Each successive group of two entries in the array represents the X, and Y coordinates of a point.</xs:documentation></xs:annotation><xs:simpleContent><xs:extension base="ListDoubleType"><xs:attribute name="count" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required count attribute is the number of points represented by 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>
<xs:attribute name="count" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required count attribute is the number of points represented by the array. The number of entries in the array must be 2*count.</xs:documentation></xs:annotation></xs:attribute>