Definition Type: Element
Name: Revision
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 the number of times the document has been saved.
Collapse XSD Schema Diagram:
XSD Diagram of Revision in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Revision" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
    <xsd:annotation>
        <xsd:documentation>Represents the number of times the document has been saved.</xsd:documentation>
    </xsd:annotation>
</xsd:element>