<xsd:complexType name="CT_PageSetup">
<xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1"/>
<xsd:attribute name="paperHeight" type="s:ST_PositiveUniversalMeasure" use="optional"/>
<xsd:attribute name="paperWidth" type="s:ST_PositiveUniversalMeasure" use="optional"/>
<xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1"/>
<xsd:attribute name="orientation" type="ST_PageSetupOrientation" use="optional" default="default"/>
<xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="horizontalDpi" type="xsd:int" use="optional" default="600"/>
<xsd:attribute name="verticalDpi" type="xsd:int" use="optional" default="600"/>
<xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1"/>
</xsd:complexType> |