<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> (Medium Arrowhead)

Medium width

<narrow> (Narrow Arrowhead)

Narrow width

<wide> (Wide Arrowhead)

Wide width

Referenced By

<bottom@endarrowwidth>6.2.2.1); <bottom@startarrowwidth>6.2.2.1); <column@endarrowwidth>6.2.2.6); <column@startarrowwidth>6.2.2.6); <left@endarrowwidth>6.2.2.15); <left@startarrowwidth>6.2.2.15); <right@endarrowwidth>6.2.2.25); <right@startarrowwidth>6.2.2.25); <stroke@endarrowwidth>6.1.2.21); <stroke@startarrowwidth>6.1.2.21); <top@endarrowwidth>6.2.2.31); <top@startarrowwidth>6.2.2.31)

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>