Definition Type: ComplexType
Name: typeRateSchedule
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 Finish in schema pmxml-20020603_xsd Drilldown into Start in schema pmxml-20020603_xsdXSD Diagram of typeRateSchedule in schema pmxml-20020603_xsd (Project Management XML Schema (PMXML))
Collapse XSD Schema Code:
<xsd:complexType name="typeRateSchedule">
    <xsd:sequence>
        <xsd:element name="Start" type="xsd:string" minOccurs="0" />
        <xsd:element name="Finish" type="xsd:string" minOccurs="0" />
        <xsd:element name="Rate" type="xsd:decimal" />
        <xsd:element name="RateUnits" type="pmxml:enumRateUnits">
            <xsd:annotation>
                <xsd:documentation>Monetary unit used: USD: US dollar, JPY: Japanese Yen, etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Start pmxml:Start 0 (1)
Finish pmxml:Finish 0 (1)
Rate pmxml:Rate (1) (1)
RateUnits pmxml:RateUnits (1) (1)
Collapse Derivation Tree:
Collapse References:
pmxml:RateSchedule, pmxml:RateSchedule