<custDash>
(Custom Dash)
This element specifies a custom dashing scheme. It is a list of dash stop elements which represent building block atoms upon which the custom dashing scheme is built.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_DashStopList">
<sequence>
<element name="ds" type="CT_DashStop" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
</complexType>