CT_PageSz

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
code ST_DecimalNumber optional
h ST_TwipsMeasure optional
orient ST_PageOrientation optional
w ST_TwipsMeasure optional

Used By

Source

<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>