Definition Type: Element
Name: Projects
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Documentation:
List of Project ID's from the Procects contained in this document
Collapse XSD Schema Diagram:
Drilldown into ProjectName in schema pmxml-20020603_xsdXSD Diagram of Projects in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:element name="Projects">
    <xsd:annotation>
        <xsd:documentation>List of Project ID's from the Procects contained in this document</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="ProjectName">
                <xsd:complexType>
                    <xsd:simpleContent>
                        <xsd:extension base="xsd:string">
                            <xsd:attribute name="projectID" type="xsd:long" use="required" />
                        </xsd:extension>
                    </xsd:simpleContent>
                </xsd:complexType>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProjectName pmxml:ProjectName (1) (1)