
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| chapSep | ST_ChapterSep | hyphen | optional | |||
| chapStyle | ST_DecimalNumber | optional | ||||
| fmt | ST_NumberFormat | decimal | optional | |||
| start | ST_DecimalNumber | optional |
| Element | EG_SectPrContents/pgNumType |
<xsd:complexType name="CT_PageNumber"> <xsd:attribute name="fmt" type="ST_NumberFormat" use="optional" default="decimal"/> <xsd:attribute name="start" type="ST_DecimalNumber" use="optional"/> <xsd:attribute name="chapStyle" type="ST_DecimalNumber" use="optional"/> <xsd:attribute name="chapSep" type="ST_ChapterSep" use="optional" default="hyphen"/> </xsd:complexType> |