<ST_PresetLineDashVal>
(Preset Line Dash Value)
This simple type represents preset line dash values. The description for each style shows an illustration of the line style. Each style also contains a precise binary representation of the repeating dash style. Each 1 corresponds to a line segment of the same length as the line width, and each 0 corresponds to a space of the same length as the line width.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
1111000 |
|
11110001000 |
|
1000 |
|
11111111000 |
|
111111110001000 |
|
1111111100010001000 |
|
1 |
|
1110 |
|
111010 |
|
11101010 |
|
10 |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PresetLineDashVal">
<restriction base="xsd:token">
<enumeration value="solid"/>
<enumeration value="dot"/>
<enumeration value="dash"/>
<enumeration value="lgDash"/>
<enumeration value="dashDot"/>
<enumeration value="lgDashDot"/>
<enumeration value="lgDashDotDot"/>
<enumeration value="sysDash"/>
<enumeration value="sysDot"/>
<enumeration value="sysDashDot"/>
<enumeration value="sysDashDotDot"/>
</restriction>
</simpleType>