Definition Type: Element
Name: ExtendedAttributeDefs
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The extended attributes for each project are defined in the root of the project, and the extended attributes may be used at the Project level or under Tasks, Assignments or Resources.
Collapse XSD Schema Diagram:
Drilldown into ExtendedAttributeDef in schema pmxml-20020603_xsdXSD Diagram of ExtendedAttributeDefs in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:element name="ExtendedAttributeDefs" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The extended attributes for each project are defined in the 
							root of the project, and the extended attributes may be used at the Project 
							level or under Tasks, Assignments or Resources.
					</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence minOccurs="0">
            <xsd:element name="ExtendedAttributeDef" type="pmxml:typeExtendedAttributeDef" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExtendedAttributeDef pmxml:ExtendedAttributeDef 0 unbounded