Definition Type: ComplexType
Name: typeAllocation
Namespace: http://www.pacificedge.com/PMXML
Containing Schema: PMXML-20020603.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into RateUnits in schema pmxml-20020603_xsd Drilldown into Rate in schema pmxml-20020603_xsd Drilldown into Quantity in schema pmxml-20020603_xsd Drilldown into Finish in schema pmxml-20020603_xsd Drilldown into Start in schema pmxml-20020603_xsdXSD Diagram of typeAllocation in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:complexType name="typeAllocation">
    <xsd:sequence>
        <xsd:element name="Start" type="xsd:string" />
        <xsd:element name="Finish" type="xsd:string" />
        <xsd:element name="Quantity" type="xsd:decimal" />
        <xsd:element name="Rate" type="xsd:decimal" minOccurs="0" />
        <xsd:element name="RateUnits" type="xsd:integer" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Start pmxml:Start (1) (1)
Finish pmxml:Finish (1) (1)
Quantity pmxml:Quantity (1) (1)
Rate pmxml:Rate 0 (1)
RateUnits pmxml:RateUnits 0 (1)
Collapse Derivation Tree:
Collapse References:
pmxml:Allocation