Description
The tip-direction type represents the direction in which the tip of a stick or beater points, using Unicode arrow terminology.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
up |
|
down |
|
left |
|
right |
|
northwest |
|
northeast |
|
southeast |
|
southwest |
|
Referenced By
Definition
<xs:simpleType name="tip-direction">
<xs:annotation>
<xs:documentation>The tip-direction type represents the direction in which the tip of a stick or beater points, using Unicode arrow terminology.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="up" />
<xs:enumeration value="down" />
<xs:enumeration value="left" />
<xs:enumeration value="right" />
<xs:enumeration value="northwest" />
<xs:enumeration value="northeast" />
<xs:enumeration value="southeast" />
<xs:enumeration value="southwest" />
</xs:restriction>
</xs:simpleType>