Definition Type: ComplexType
Name: paperSourceType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines source for paper in printer.
Collapse XSD Schema Diagram:
Drilldown into other in schema wordnet_xsd Drilldown into first in schema wordnet_xsdXSD Diagram of paperSourceType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
first W:first (Optional)
other W:other (Optional)
Collapse Derivation Tree:
Collapse References:
W:paperSrc