Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element ValidationPointsType / Points
Annotations
The Points element is an array of 3D points.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_ArrayPointType.tmp#ArrayPointType
Type ArrayPointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute gives the number of points represented by the array. The number of entries in the array must be 3*count.
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element ValidationPointsType / PointsBinary
Annotations
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.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType
Type ArrayBinaryType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element ValidationPointsType / Directions
Annotations
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.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayUnitVectorType.tmp#ArrayUnitVectorType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_ArrayUnitVectorType.tmp#ArrayUnitVectorType
Type ArrayUnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
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.
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element ValidationPointsType / DirectionsBinary
Annotations
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.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_count Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType_sizeElement Primitives_xsd_Complex_Type_ArrayBinaryType.tmp#ArrayBinaryType
Type ArrayBinaryType
Properties
content complex
Attributes
QName Type Use Annotation
count NaturalType required
The required count attribute is the number of elements in this array.
sizeElement xs:unsignedInt required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type ValidationPointsType
Annotations
The ValidationPointsType defines validation points.
Diagram
Diagram Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_Points Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_PointsBinary Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_Directions Primitives_xsd_Complex_Type_ValidationPointsType.tmp#ValidationPointsType_DirectionsBinary
Used by
Children Directions, DirectionsBinary, Points, PointsBinary
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd