Definition Type: ComplexType
Name: typeExtendedAttributes
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ExtendedAttribute in schema pmxml-20020603_xsdXSD Diagram of typeExtendedAttributes in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:complexType name="typeExtendedAttributes">
    <xsd:sequence minOccurs="0">
        <xsd:element name="ExtendedAttribute" minOccurs="0" maxOccurs="unbounded">
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="xsd:string">
                        <xsd:attribute name="AttributeID" type="xsd:long" use="required" />
                        <xsd:attribute name="count" type="xsd:integer" use="optional" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ExtendedAttribute pmxml:ExtendedAttribute 0 unbounded
Collapse Derivation Tree:
Collapse References:
pmxml:ExtendedAttributes, pmxml:ExtendedAttributes, pmxml:ExtendedAttributes, pmxml:ExtendedAttributes