<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>
|