Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ArrayUnitVectorType
Annotations
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.
Diagram
Diagram Primitives_xsd_Simple_Type_ListDoubleType.tmp#ListDoubleType Primitives_xsd_Complex_Type_ArrayUnitVectorType.tmp#ArrayUnitVectorType_count Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint
Type extension of ListDoubleType
Type hierarchy
Used by
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: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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Attribute ArrayUnitVectorType / @count
Annotations
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.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type ArrayUnitVectorType
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd