Definition Type: Element
Name: Company
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 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.
Collapse XSD Schema Diagram:
XSD Diagram of Company in schema office_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>