Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type MeasuredUnitVectorType
Annotations
The MeasuredUnitVectorType is a unit vector in which the accuracy, uncertainty and error of the components may be specified. The linearUnit attribute included in AttrPoint must not be used since unit vectors do not have length units.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint
Type extension of UnitVectorType
Type hierarchy
Used by
Attributes
QName Type Use
combinedUncertainty xs:decimal optional
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
meanError xs:decimal optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xCombinedUncertainty xs:decimal optional
xDecimalPlaces xs:nonNegativeInteger optional
xMeanError xs:decimal optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yCombinedUncertainty xs:decimal optional
yDecimalPlaces xs:nonNegativeInteger optional
yMeanError xs:decimal optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zCombinedUncertainty xs:decimal optional
zDecimalPlaces xs:nonNegativeInteger optional
zMeanError xs:decimal optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:complexType name="MeasuredUnitVectorType">
  <xs:annotation>
    <xs:documentation>The MeasuredUnitVectorType is a unit vector in which the accuracy, uncertainty and error of the components may be specified. 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="UnitVectorType">
      <xs:attributeGroup ref="AttrMeasuredPoint"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd