<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 line |
|
Thick line between thin lines |
|
Thick line outside thin line |
|
Thin line outside thick line |
|
Two thin lines |
Referenced By |
---|
|
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>