left-right

The left-right type is used to indicate whether one element appears to the left or the right of another element.

Simple Type Information

Used By

Source

<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>