<xsd:complexType name="paperSourceType">
<xsd:annotation>
<xsd:documentation>Defines source for paper in printer.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="first" type="decimalNumberType">
<xsd:annotation>
<xsd:documentation>Gets or sets code for the printer tray from which you want the first page of each section to print.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="other" type="decimalNumberType">
<xsd:annotation>
<xsd:documentation>Gets or sets code for the printer tray from which you want to print the second and subsequent pages in each section.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|