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