Definition Type: Element
Name: ExtendedAttribute
Namespace: http://www.pacificedge.com/PMXML
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: PMXML-20020603.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into count in schema pmxml-20020603_xsd Drilldown into AttributeID in schema pmxml-20020603_xsdXSD Diagram of ExtendedAttribute in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
AttributeID pmxml:AttributeID Required
count pmxml:count Optional