<ST_StrokeJoinStyle> (Line Join Type)

This simple type specifies the join styles for a <polyline>6.1.2.15).

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

<bevel> (Bevel Joint)

Bevel joint

<miter> (Miter Joint)

Miter joint

<round> (Round Joint)

Round joint

Referenced By

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

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

<simpleType name="ST_StrokeJoinStyle">
	<restriction base="xsd:string">
	<enumeration value="round"/>
	<enumeration value="bevel"/>
	<enumeration value="miter"/>
	</restriction>
</simpleType>