<ds>
(Dash Stop)
This element specifies a dash stop primitive. Dashing schemes are built by specifying an ordered list of dash stop primitive. A dash stop primitive consists of a dash and a space.
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies the length of the dash relative to the line width. The possible values for this attribute are defined by the ST_PositivePercentage simple type (§5.1.12.46). |
|
Specifies the length of the space relative to the line width. The possible values for this attribute are defined by the ST_PositivePercentage simple type (§5.1.12.46). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DashStop">
<attribute name="d" type="ST_PositivePercentage" use="required"/>
<attribute name="sp" type="ST_PositivePercentage" use="required"/>
</complexType>