The left-right type is used to indicate whether one element appears to the left or the right of another element. |
<xs:simpleType name="left-right"> <xs:annotation> <xs:documentation>The left-right type is used to indicate whether one element appears to the left or the right of another element.</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="left"/> <xs:enumeration value="right"/> </xs:restriction> </xs:simpleType> |