<xs:element name="Points" type="ArrayPointType"><xs:annotation><xs:documentation>The Points element is an array of 3D points.</xs:documentation></xs:annotation></xs:element>
The PointsBinary element is a binary array of 3D points. Each element of this array is a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:element name="PointsBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsBinary element is a binary array of 3D points. Each element of this array is a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.</xs:documentation></xs:annotation></xs:element>
The optional Directions element is an array of vectors defined at the points. The directions are considered as normal vectors in the case of face points, and tangent vectors in the case of edge points. The number of the directions must be equal to the number of the points.
<xs:element name="Directions" type="ArrayUnitVectorType"><xs:annotation><xs:documentation>The optional Directions element is an array of vectors defined at the points. The directions are considered as normal vectors in the case of face points, and tangent vectors in the case of edge points. The number of the directions must be equal to the number of the points.</xs:documentation></xs:annotation></xs:element>
The optional Directions element is a binary array of vectors defined at the points. The directions are considered as normal vectors in the case of face points, and tangent vectors in the case of edge points. The number of the directions must be equal to the number of the points. Each element of this array is a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.
The required sizeElement attribute shows the size (in bytes) of one element stored in the array. The total size of the binary array can be calculated as: count*sizeElement.
Source
<xs:element name="DirectionsBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The optional Directions element is a binary array of vectors defined at the points. The directions are considered as normal vectors in the case of face points, and tangent vectors in the case of edge points. The number of the directions must be equal to the number of the points. Each element of this array is a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="ValidationPointsType"><xs:annotation><xs:documentation>The ValidationPointsType defines validation points.</xs:documentation></xs:annotation><xs:sequence><xs:choice><xs:element name="Points" type="ArrayPointType"><xs:annotation><xs:documentation>The Points element is an array of 3D points.</xs:documentation></xs:annotation></xs:element><xs:element name="PointsBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsBinary element is a binary array of 3D points. Each element of this array is a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice minOccurs="0"><xs:element name="Directions" type="ArrayUnitVectorType"><xs:annotation><xs:documentation>The optional Directions element is an array of vectors defined at the points. The directions are considered as normal vectors in the case of face points, and tangent vectors in the case of edge points. The number of the directions must be equal to the number of the points.</xs:documentation></xs:annotation></xs:element><xs:element name="DirectionsBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The optional Directions element is a binary array of vectors defined at the points. The directions are considered as normal vectors in the case of face points, and tangent vectors in the case of edge points. The number of the directions must be equal to the number of the points. Each element of this array is a triplet of real numbers (represented in accordance with the standard IEEE 754-2008): the X-component, the Y-component and the Z-component.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:complexType>