Definition Type: Element
Name: Projects
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
Abstract
Documentation:
A collection of Project objects.
Collapse XSD Schema Diagram:
Drilldown into Project in schema pmxml-20020603_xsd Drilldown into count 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>A collection of Project objects.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence minOccurs="0">
            <xsd:element name="Project" type="pmxml:typeProject" maxOccurs="unbounded" />
        </xsd:sequence>
        <xsd:attribute name="count" type="xsd:integer" use="optional" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Project pmxml:Project (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
count pmxml:count Optional