<tickMarkSkip>
(Tick Mark Skip)
This element specifies how many tick marks shall be skipped before the next one shall be drawn.
Attributes |
Description |
---|---|
|
Specifies the contents of this attribute will contain an integer greater than or equal to one. The possible values for this attribute are defined by the ST_Skip simple type (§5.7.3.44). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Skip">
<attribute name="val" type="ST_Skip" use="required"/>
</complexType>