Description
The arrow-style type represents the style of an arrow, using Unicode arrow terminology. Filled and hollow arrows indicate polygonal single arrows. Paired arrows are duplicate single arrows in the same direction. Combined arrows apply to double direction arrows like left right, indicating that an arrow in one direction should be combined with an arrow in the other direction.
Derived By
Restricting xs:string
Enumeration
Value |
Description |
single |
|
double |
|
filled |
|
hollow |
|
paired |
|
combined |
|
other |
|
Referenced By
Definition
<xs:simpleType name="arrow-style">
<xs:annotation>
<xs:documentation>The arrow-style type represents the style of an arrow, using Unicode arrow terminology. Filled and hollow arrows indicate polygonal single arrows. Paired arrows are duplicate single arrows in the same direction. Combined arrows apply to double direction arrows like left right, indicating that an arrow in one direction should be combined with an arrow in the other direction.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="single" />
<xs:enumeration value="double" />
<xs:enumeration value="filled" />
<xs:enumeration value="hollow" />
<xs:enumeration value="paired" />
<xs:enumeration value="combined" />
<xs:enumeration value="other" />
</xs:restriction>
</xs:simpleType>