<xs:complexType name="DatumTranslationType">
<xs:annotation>
<xs:documentation>The DatumTranslationType defines whether a datum can translate and therefore act as an aligning datum rather than a clocking datum.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="DatumTranslationAllowed" type="xs:boolean">
<xs:annotation>
<xs:documentation>The DatumTranslationAllowed element indicates if the datum is an aligning datum ("true") rather than the default clocking datum ("false").</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |