<xs:complexType name="PrecedenceType">
<xs:annotation>
<xs:documentation>The PrecedenceType defines the precedence of a datum in a feature control frame or compound datum.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="PrecedenceEnum" type="PrecedenceEnumType">
<xs:annotation>
<xs:documentation>The PrecedenceEnum element describes an often-used precedence of a datum in a feature control frame or compound datum.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherPrecedence" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherPrecedence element describes the precedence of a datum in a feature control frame or compound datum in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |