
| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| code | ST_DecimalNumber | optional | ||||
| h | ST_TwipsMeasure | optional | ||||
| orient | ST_PageOrientation | optional | ||||
| w | ST_TwipsMeasure | optional |
| Element | EG_SectPrContents/pgSz |
<xsd:complexType name="CT_PageSz"> <xsd:attribute name="w" type="s:ST_TwipsMeasure"/> <xsd:attribute name="h" type="s:ST_TwipsMeasure"/> <xsd:attribute name="orient" type="ST_PageOrientation" use="optional"/> <xsd:attribute name="code" type="ST_DecimalNumber" use="optional"/> </xsd:complexType> |