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