<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:
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 |
---|---|
|
Large |
|
Medium |
|
Small |
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>