Definition Type: Element
Name: Baseline
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
The baseline values for the resources.
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 Number 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 baseline values for the resources.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Number" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>The unique number of the baseline data record.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Work" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The work assigned the resource when the baseline is saved.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Cost" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The projected cost for the resource 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 budget cost of work scheduled for the resource.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BCWP" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The budgeted cost of of the work performed by the resource for the project to-date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Number nsC:Number (1) (1)
Work nsC:Work 0 (1)
Cost nsC:Cost 0 (1)
BCWS nsC:BCWS 0 (1)
BCWP nsC:BCWP 0 (1)