
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| charSpace | ST_DecimalNumber | 0 | optional | |||
| linePitch | ST_DecimalNumber | optional | ||||
| type | ST_DocGrid | optional |
| Element | EG_SectPrContents/docGrid |
<xsd:complexType name="CT_DocGrid"> <xsd:attribute name="type" type="ST_DocGrid"/> <xsd:attribute name="linePitch" type="ST_DecimalNumber"/> <xsd:attribute name="charSpace" type="ST_DecimalNumber" use="optional" default="0"/> </xsd:complexType> |