Definition Type: Element
Name: Pages
Namespace: urn:schemas-microsoft-com:office:office
Type: nonNegativeInteger:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
MinOccurs 0
MaxOccurs 1
Abstract
Documentation:
Represents an estimate of the number of pages in the document.
Collapse XSD Schema Diagram:
XSD Diagram of Pages in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Pages" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
    <xsd:annotation>
        <xsd:documentation>Represents an estimate of the number of pages in the document.</xsd:documentation>
    </xsd:annotation>
</xsd:element>