Definition Type: Element
Name: PersistentID
Namespace: http://www.pacificedge.com/PMXML
Type: long:http://www.w3.org/2001/XMLSchema
Containing Schema: PMXML-20020603.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into application in schema pmxml-20020603_xsdXSD Diagram of PersistentID in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:element name="PersistentID" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:long">
                <xsd:attribute name="application" type="xsd:integer" use="required" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
application pmxml:application Required