<xs:complexType name="DatumTargetType">
<xs:annotation>
<xs:documentation>The DatumTargetType defines a datum target definition.</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="DatumTargetLabel" type="xs:token">
<xs:annotation>
<xs:documentation>The DatumTargetLabel element is the label for the datum target which includes both the datum name and the target number, for example 'A1'.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FeatureNominalId" type="QIFReferenceFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional FeatureNominalId element is the QIF id of the feature nominal on which the datum target lies.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TargetZoneId" type="QIFReferenceFullType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional TargetZoneId element is the QIF id of the feature zone.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="MovableDatumTarget" type="MovableDatumTargetDirectionType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional MovableDatumTarget element identifies the datum target as a movable datum target and specifies the allowed direction of movement.</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 target definition, used for referencing.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |