Definition Type: Element
Name: Company
Namespace: http://schemas.microsoft.com/project
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
The company that owns the project.
Collapse XSD Schema Diagram:
XSD Diagram of Company in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Company" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The company that owns the project.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
        <xsd:restriction base="xsd:string">
            <xsd:maxLength value="512" />
        </xsd:restriction>
    </xsd:simpleType>
</xsd:element>
Collapse Facets:
Facet Value
MaxLength 512