Definition Type: ComplexType
Name: documentPropertiesElt
Namespace: urn:schemas-microsoft-com:office:office
Containing Schema: office.xsd
Abstract
Documentation:
Defines the collection of standard document properties.
Collapse XSD Schema Diagram:
Drilldown into Version in schema office_xsd Drilldown into CharactersWithSpaces in schema office_xsd Drilldown into Paragraphs in schema office_xsd Drilldown into Lines in schema office_xsd Drilldown into Bytes in schema office_xsd Drilldown into HyperlinkBase in schema office_xsd Drilldown into Guid in schema office_xsd Drilldown into Company in schema office_xsd Drilldown into Manager in schema office_xsd Drilldown into PresentationFormat in schema office_xsd Drilldown into Category in schema office_xsd Drilldown into Characters in schema office_xsd Drilldown into Words in schema office_xsd Drilldown into Pages in schema office_xsd Drilldown into LastSaved in schema office_xsd Drilldown into Created in schema office_xsd Drilldown into LastPrinted in schema office_xsd Drilldown into TotalTime in schema office_xsd Drilldown into AppName in schema office_xsd Drilldown into Revision in schema office_xsd Drilldown into LastAuthor in schema office_xsd Drilldown into Description in schema office_xsd Drilldown into Keywords in schema office_xsd Drilldown into Author in schema office_xsd Drilldown into Subject in schema office_xsd Drilldown into Title in schema office_xsdXSD Diagram of documentPropertiesElt in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="documentPropertiesElt">
    <xsd:annotation>
        <xsd:documentation>Defines the collection of standard document properties.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Title" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the title of the document. The title can be different than the file name. The title is used when searching for the document and also when creating Web pages from the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Subject" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the subject of the document. This property can be used to group similar files together, so you can search for all files that have the same subject.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Author" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the author who created the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Keywords" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents keywords to be used when searching for the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Description" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents comments to be used when searching for the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LastAuthor" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the name of the author who last saved the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="AppName" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the name of the application that created the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TotalTime" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents the number of minutes that the document has been open for editing since it was created.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LastPrinted" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
            <xsd:annotation>
                <xsd:documentation>Represents the date and time that the document was last printed.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Created" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
            <xsd:annotation>
                <xsd:documentation>Represents the date and time that the document was originally created.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LastSaved" minOccurs="0" maxOccurs="1" type="xsd:dateTime">
            <xsd:annotation>
                <xsd:documentation>Represents the date and time that the document was last saved.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="Words" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents an estimate of the number of words in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Characters" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents an estimate of the number of characters in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Category" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the category of the document. This property can be used to group similar files together, so you can search for all files that have the same category.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="PresentationFormat" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the presentation format of the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Manager" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the manager of the author of the document. This property can be used to group similar files together, so you can search for all the files that have the same manager.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Company" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the company that employs the author. This property can be used to group similar files together, so you can search for all files that have the same company.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Guid" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the globally unique identifier for the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="HyperlinkBase" minOccurs="0" maxOccurs="1" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>Represents the path or URL that is used for all hyperlinks with the same base address that are inserted in the document. This can be an Internet address (for example, http://www.microsoft.com), a path to a folder on your hard disk (for example, c:\personal\documents), or a path to a folder on a network (for example, \\myserver\public\documents).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Bytes" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents an estimate of the number of bytes in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Lines" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents an estimate of the number of lines in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Paragraphs" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents an estimate of the number of paragraphs in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="CharactersWithSpaces" minOccurs="0" maxOccurs="1" type="xsd:nonNegativeInteger">
            <xsd:annotation>
                <xsd:documentation>Represents an estimate of the number of characters (including spaces) in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Version" minOccurs="0" maxOccurs="1" type="versionType">
            <xsd:annotation>
                <xsd:documentation>Represents the version number of the application that created the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title o:Title 0 1
Subject o:Subject 0 1
Author o:Author 0 1
Keywords o:Keywords 0 1
Description o:Description 0 1
LastAuthor o:LastAuthor 0 1
Revision o:Revision 0 1
AppName o:AppName 0 1
TotalTime o:TotalTime 0 1
LastPrinted o:LastPrinted 0 1
Created o:Created 0 1
LastSaved o:LastSaved 0 1
Pages o:Pages 0 1
Words o:Words 0 1
Characters o:Characters 0 1
Category o:Category 0 1
PresentationFormat o:PresentationFormat 0 1
Manager o:Manager 0 1
Company o:Company 0 1
Guid o:Guid 0 1
HyperlinkBase o:HyperlinkBase 0 1
Bytes o:Bytes 0 1
Lines o:Lines 0 1
Paragraphs o:Paragraphs 0 1
CharactersWithSpaces o:CharactersWithSpaces 0 1
Version o:Version 0 1
Collapse Derivation Tree:
Collapse References:
o:DocumentProperties