[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_LineEndWidth (Line End Width)
This simple type represents the width of the line end decoration (e.g., arrowhead) relative to the width of the line itself.
[Example: See the example images below. These samples have an arrow line end type and medium line end length. end example]
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
lg (Large) |
Large |
med (Medium) |
Medium |
sm (Small) |
Small |
Referenced By |
headEnd@w (§5.1.10.38); tailEnd@w (§5.1.10.57) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LineEndWidth">
<restriction base="xsd:token">
<enumeration value="sm"/>
<enumeration value="med"/>
<enumeration value="lg"/>
</restriction>
</simpleType>