Showing:

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