<xs:complexType name="DatumReferenceFrameType">
<xs:annotation>
<xs:documentation>The DatumReferenceFrameType defines the datum reference component of a feature control frame. If no datums are referenced by a feature control frame (such as in a 'to itself' profile or position characteristic or in the lowermost segment of a composite profile or position) then a datum reference frame can still be needed but it contains no datums. Such a datum reference frame indicates that all 6 degrees of freedom are available unconstrained by datum features.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="Attributes" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Datums" type="DatumsType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Datums element is a list of datums (simple, compound, or datum feature) with an assigned precedence (order).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" type="xs:token" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Name element is the name of the datum reference frame, e.g. ABC, STARTUP, AD(m)E(m).</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Description element is a description of the datum reference frame.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which the characteristic is evaluated.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="QIFIdType" use="required">
<xs:annotation>
<xs:documentation>The id attribute is the QIF id of the datum reference frame, used for referencing.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |