Definition Type: Element
Name: Availability
Namespace: http://www.pacificedge.com/PMXML
Type: pmxml:typeAvailability
Containing Schema: PMXML-20020603.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The 'resourceID' attribute is used as a way to avoid looking up the parent of this group. Only used when publishing.
Collapse XSD Schema Diagram:
Drilldown into Quantity in schema pmxml-20020603_xsd Drilldown into Finish in schema pmxml-20020603_xsd Drilldown into Start in schema pmxml-20020603_xsd Drilldown into typeAvailability in schema pmxml-20020603_xsd Drilldown into resourceID in schema pmxml-20020603_xsdXSD Diagram of Availability in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:element name="Availability" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The 'resourceID' attribute is used as a way to avoid looking up the parent of this group.  Only used when publishing.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="pmxml:typeAvailability">
                <xsd:attribute name="resourceID" type="xsd:long" use="optional" />
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Start pmxml:Start 0 (1)
Finish pmxml:Finish 0 (1)
Quantity pmxml:Quantity 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
resourceID pmxml:resourceID Optional
Collapse Derivation Tree: