Definition Type: Element
Name: Baseline
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The collection of baseline values associated with the assignment.
Collapse XSD Schema Diagram:
Drilldown into BCWP in schema mspdi_xsd Drilldown into BCWS in schema mspdi_xsd Drilldown into Cost in schema mspdi_xsd Drilldown into Work in schema mspdi_xsd Drilldown into Finish in schema mspdi_xsd Drilldown into Start in schema mspdi_xsd Drilldown into Number in schema mspdi_xsd Drilldown into TimephasedData in schema mspdi_xsdXSD Diagram of Baseline in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Baseline" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>The collection of baseline values associated with the assignment.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="TimephasedData" type="TimephasedDataType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The time phased data associated with the Baseline.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Number" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>The unique number of the baseline data record.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Start" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled start date of the assignment when the baseline was saved.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Finish" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled finish date of the assignment when the baseline was saved.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Work" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The total amount of work scheduled on the assignment when the baseline was saved.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Cost" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The total projected cost of the assignment when the baseline was saved.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BCWS" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The budgeted cost of work on the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BCWP" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The budgeted cost of work performed on the assignment to-date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TimephasedData nsC:TimephasedData 0 unbounded
Number nsC:Number (1) (1)
Start nsC:Start 0 (1)
Finish nsC:Finish 0 (1)
Work nsC:Work 0 (1)
Cost nsC:Cost 0 (1)
BCWS nsC:BCWS 0 (1)
BCWP nsC:BCWP 0 (1)