Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type MeasuredPointType
Annotations
The MeasuredPointType defines an XYZ location in which the length units, accuracy, uncertainty and error of the coordinates may be specified.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType PrimitivesPMI_xsd_Attribute_Group_AttrMeasuredPoint.tmp#AttrMeasuredPoint
Type extension of PointType
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="MeasuredPointType">
  <xs:annotation>
    <xs:documentation>The MeasuredPointType defines an XYZ location in which the length units, accuracy, uncertainty and error of the coordinates may be specified.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="PointType">
      <xs:attributeGroup ref="AttrMeasuredPoint"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/PrimitivesPMI.xsd