Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:sideType
Namespace tps
Annotations
A side, can be left or right
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration left
enumeration right
Used by
Source
<xs:simpleType name="sideType">
  <xs:annotation>
    <xs:documentation>A side, can be left or right</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="left"/>
    <xs:enumeration value="right"/>
  </xs:restriction>
</xs:simpleType>