Definition Type: Element
Name: Title
Namespace: urn:schemas-microsoft-com:office:office
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: office.xsd
MinOccurs 0
MaxOccurs 1
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of Title in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>