<xsd:complexType name="CT_CsPageSetup">
<xsd:attribute name="paperSize" type="xsd:unsignedInt" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Paper Size</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="firstPageNumber" type="xsd:unsignedInt" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>First Page Number</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="orientation" type="ST_Orientation" use="optional" default="default">
<xsd:annotation>
<xsd:documentation>Orientation</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="usePrinterDefaults" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Use Printer Defaults</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="blackAndWhite" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Black And White</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="draft" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Draft</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="useFirstPageNumber" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Use First Page Number</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="horizontalDpi" type="xsd:unsignedInt" use="optional" default="600">
<xsd:annotation>
<xsd:documentation>Horizontal DPI</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="verticalDpi" type="xsd:unsignedInt" use="optional" default="600">
<xsd:annotation>
<xsd:documentation>Vertical DPI</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="copies" type="xsd:unsignedInt" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Number Of Copies</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="r:id" use="optional">
<xsd:annotation>
<xsd:documentation>Id</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|