Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type VectorType
Annotations
The VectorType defines a vector in which the length units and accuracy of the components may be specified.
Diagram
Diagram Primitives_xsd_Simple_Type_VectorSimpleType.tmp#VectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint
Type extension of VectorSimpleType
Type hierarchy
Used by
Attributes
QName Type Use
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="VectorType">
  <xs:annotation>
    <xs:documentation>The VectorType defines a vector in which the length units and accuracy of the components may be specified.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="VectorSimpleType">
      <xs:attributeGroup ref="AttrPoint"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd