<ST_StrokeArrowWidth>
(Stroke Arrowhead Width)
This simple type specifies the widths 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 |
---|---|
|
Medium width |
|
Narrow width |
|
Wide width |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_StrokeArrowWidth">
<restriction base="xsd:string">
<enumeration value="narrow"/>
<enumeration value="medium"/>
<enumeration value="wide"/>
</restriction>
</simpleType>