<xsd:complexType name="CT_PageSz">
<xsd:attribute name="w" type="ST_TwipsMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Page Width</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="h" type="ST_TwipsMeasure" use="optional">
<xsd:annotation>
<xsd:documentation>Page Height</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="orient" type="ST_PageOrientation" use="optional">
<xsd:annotation>
<xsd:documentation>Page Orientation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="code" type="ST_DecimalNumber">
<xsd:annotation>
<xsd:documentation>Printer Paper Code</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|