<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 joint |
|
Miter joint |
|
Round joint |
Referenced By |
|---|
|
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>