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