The ArrayUnitVectorType is an array of doubles representing a specific number of ordered unit vectors. Each successive group of three entries in the array represents the X, Y, and Z components of a unit vector. The linearUnit attribute included in AttrPoint must not be used since unit vectors do not have length units.
<xs:complexType name="ArrayUnitVectorType"><xs:annotation><xs:documentation>The ArrayUnitVectorType is an array of doubles representing a specific number of ordered unit vectors. Each successive group of three entries in the array represents the X, Y, and Z components of a unit vector. The linearUnit attribute included in AttrPoint must not be used since unit vectors do not have length units.</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 gives the number of unit vectors represented by the array. The number of entries in the array must be 3*count.</xs:documentation></xs:annotation></xs:attribute><xs:attributeGroup ref="AttrPoint"/></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 unit vectors represented by the array. The number of entries in the array must be 3*count.</xs:documentation></xs:annotation></xs:attribute>