<ST_StrokeArrowLength>
(Stroke Arrowhead Length)
This simple type specifies the lengths of a stroke arrowhead.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Long length |
|
Medium length |
|
Short length |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_StrokeArrowLength">
<restriction base="xsd:string">
<enumeration value="short"/>
<enumeration value="medium"/>
<enumeration value="long"/>
</restriction>
</simpleType>