<ST_StrokeLineStyle> (Stroke Line Style)

This simple type specifies the line styles for a stroke.

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

<single> (Single Line)

Single line

<thickBetweenThin> (Thck Line Between Thin Lines)

Thick line between thin lines

<thickThin> (Thick Line Outside Thin Line)

Thick line outside thin line

<thinThick> (Thin Line Outside Thick Line)

Thin line outside thick line

<thinThin> (Two Thin Lines)

Two thin lines

Referenced By

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

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_StrokeLineStyle">
	<restriction base="xsd:string">
	<enumeration value="single"/>
	<enumeration value="thinThin"/>
	<enumeration value="thinThick"/>
	<enumeration value="thickThin"/>
	<enumeration value="thickBetweenThin"/>
	</restriction>
</simpleType>