Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:clockwiseType
Namespace tps
Annotations
The turn of a horizontal element (can be clockwise or counterclockwise)
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration cw
enumeration ccw
Used by
Source
<xs:simpleType name="clockwiseType">
  <xs:annotation>
    <xs:documentation>The turn of a horizontal element (can be clockwise or counterclockwise)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="cw"/>
    <xs:enumeration value="ccw"/>
  </xs:restriction>
</xs:simpleType>