[Table of Contents] [docx version]
Error! No text of specified style in document.
ST_LineEndLength (Line End Length)
This simple type represents the length 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 width. 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@len (§5.1.10.38); tailEnd@len (§5.1.10.57) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_LineEndLength">
<restriction base="xsd:token">
<enumeration value="sm"/>
<enumeration value="med"/>
<enumeration value="lg"/>
</restriction>
</simpleType>