<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 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.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normals" type="ArrayUnitVectorType"><xs:annotation><xs:documentation>The Normals element is an array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation></xs:annotation></xs:element>
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="NormalsBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The NormalsBinary element is a binary array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation></xs:annotation></xs:element>
The PointsVisible element is an array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
The required count attribute is the number of integer numbers in this array.
Source
<xs:element name="PointsVisible" type="ArrayIntType"><xs:annotation><xs:documentation>The PointsVisible element is an array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element>
The PointsVisibleBinary element is a binary array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
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="PointsVisibleBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsVisibleBinary element is a binary array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element>
The PointsHidden element is an array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
The required count attribute is the number of integer numbers in this array.
Source
<xs:element name="PointsHidden" type="ArrayIntType"><xs:annotation><xs:documentation>The PointsHidden element is an array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element>
The PointsHiddenBinary element is a binary array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].
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="PointsHiddenBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsHiddenBinary element is a binary array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element>
The PointsColor element is an array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.
The required count attribute is the number of unsigned byte values in this array.
Source
<xs:element name="PointsColor" type="ArrayUnsignedByteType"><xs:annotation><xs:documentation>The PointsColor element is an array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation></xs:annotation></xs:element>
The PointsColorBinary element is a binary array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.
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="PointsColorBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsColorBinary element is a binary array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation></xs:annotation></xs:element>
The optional size attribute defines a recommended size for visualization of an infinite drawable element such as plane, cylinder, axis, etc., or objects without explicit geometric parameters (e.g. coordinate system).
The optional transparency attribute defines the transparency property of a model entity.
Source
<xs:complexType name="PointCloudType"><xs:annotation><xs:documentation>The PointCloudType describes a set of 3D points with optional normals.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="TopologyBaseType"><xs:sequence><xs:choice><xs:annotation><xs:documentation>This compositor provides a choice of the representation method for an array of 3D points.</xs:documentation></xs:annotation><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.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice of the representation method for an array of normals.</xs:documentation></xs:annotation><xs:element name="Normals" type="ArrayUnitVectorType"><xs:annotation><xs:documentation>The Normals element is an array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation></xs:annotation></xs:element><xs:element name="NormalsBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The NormalsBinary element is a binary array of normals. The number of elements in this array must equal the number of 3D points in this point cloud.</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice of the representation method for the visibility flags of the points.</xs:documentation></xs:annotation><xs:element name="PointsVisible" type="ArrayIntType"><xs:annotation><xs:documentation>The PointsVisible element is an array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element><xs:element name="PointsVisibleBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsVisibleBinary element is a binary array of visible point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element><xs:element name="PointsHidden" type="ArrayIntType"><xs:annotation><xs:documentation>The PointsHidden element is an array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element><xs:element name="PointsHiddenBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsHiddenBinary element is a binary array of hidden point indices. All elements of this integer array must be unique and must lie in the range [0, number of points].</xs:documentation></xs:annotation></xs:element></xs:choice><xs:choice minOccurs="0"><xs:annotation><xs:documentation>This optional compositor provides a choice of the representation method for the color property of the points.</xs:documentation></xs:annotation><xs:element name="PointsColor" type="ArrayUnsignedByteType"><xs:annotation><xs:documentation>The PointsColor element is an array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation></xs:annotation></xs:element><xs:element name="PointsColorBinary" type="ArrayBinaryType"><xs:annotation><xs:documentation>The PointsColorBinary element is a binary array of unsigned byte values which defines colors of the points. Each element of this array is a triplet of unsigned byte numbers - the RGB color: the red-component, the green-component and the blue-component. The number of array elements corresponds to the number of points.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:extension></xs:complexContent></xs:complexType>