Definition Type: Element
Name: Assignment
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
There must be at least one assignment in each Assignments collection.
Collapse XSD Schema Diagram:
Drilldown into TimephasedData in schema mspdi_xsd Drilldown into Baseline in schema mspdi_xsd Drilldown into ExtendedAttribute in schema mspdi_xsd Drilldown into CreationDate in schema mspdi_xsd Drilldown into ActualOvertimeWorkProtected in schema mspdi_xsd Drilldown into ActualWorkProtected in schema mspdi_xsd Drilldown into BookingType in schema mspdi_xsd Drilldown into BCWP in schema mspdi_xsd Drilldown into BCWS in schema mspdi_xsd Drilldown into WorkContour in schema mspdi_xsd Drilldown into Work in schema mspdi_xsd Drilldown into VAC in schema mspdi_xsd Drilldown into UpdateNeeded in schema mspdi_xsd Drilldown into Units in schema mspdi_xsd Drilldown into StartVariance in schema mspdi_xsd Drilldown into Resume in schema mspdi_xsd Drilldown into Stop in schema mspdi_xsd Drilldown into Start in schema mspdi_xsd Drilldown into ResponsePending in schema mspdi_xsd Drilldown into RemainingWork in schema mspdi_xsd Drilldown into RemainingOvertimeWork in schema mspdi_xsd Drilldown into RemainingOvertimeCost in schema mspdi_xsd Drilldown into RemainingCost in schema mspdi_xsd Drilldown into RegularWork in schema mspdi_xsd Drilldown into OvertimeWork in schema mspdi_xsd Drilldown into OvertimeCost in schema mspdi_xsd Drilldown into Overallocated in schema mspdi_xsd Drilldown into Notes in schema mspdi_xsd Drilldown into Milestone in schema mspdi_xsd Drilldown into LinkedFields in schema mspdi_xsd Drilldown into LevelingDelayFormat in schema mspdi_xsd Drilldown into LevelingDelay in schema mspdi_xsd Drilldown into FixedMaterial in schema mspdi_xsd Drilldown into HasFixedRateUnits in schema mspdi_xsd Drilldown into WorkVariance in schema mspdi_xsd Drilldown into HyperlinkSubAddress in schema mspdi_xsd Drilldown into HyperlinkAddress in schema mspdi_xsd Drilldown into Hyperlink in schema mspdi_xsd Drilldown into FinishVariance in schema mspdi_xsd Drilldown into Finish in schema mspdi_xsd Drilldown into Delay in schema mspdi_xsd Drilldown into CV in schema mspdi_xsd Drilldown into CostVariance in schema mspdi_xsd Drilldown into CostRateTable in schema mspdi_xsd Drilldown into Cost in schema mspdi_xsd Drilldown into Confirmed in schema mspdi_xsd Drilldown into ACWP in schema mspdi_xsd Drilldown into ActualWork in schema mspdi_xsd Drilldown into ActualStart in schema mspdi_xsd Drilldown into ActualOvertimeWork in schema mspdi_xsd Drilldown into ActualOvertimeCost in schema mspdi_xsd Drilldown into ActualFinish in schema mspdi_xsd Drilldown into ActualCost in schema mspdi_xsd Drilldown into PercentWorkComplete in schema mspdi_xsd Drilldown into ResourceUID in schema mspdi_xsd Drilldown into TaskUID in schema mspdi_xsd Drilldown into UID in schema mspdi_xsdXSD Diagram of Assignment in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Assignment" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>There must be at least one assignment in each Assignments collection.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="UID" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>The unique identifier of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TaskUID" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The unique identifier of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ResourceUID" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The unique identifier of the resource.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PercentWorkComplete" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of work completed on the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual cost incurred on the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualFinish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual finish date of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualOvertimeCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual overtime cost incurred on the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualOvertimeWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual amount of overtime work incurred on the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualStart" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual start date of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual amount of work incurred on the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ACWP" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual cost of work performed on the assignment to-date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Confirmed" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the Resource has accepted all of his or her assignments.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Cost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The projected or scheduled cost of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CostRateTable" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The cost rate table used for the assignment.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="0" />
                        <xsd:enumeration value="1" />
                        <xsd:enumeration value="2" />
                        <xsd:enumeration value="3" />
                        <xsd:enumeration value="4" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="CostVariance" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The difference between the cost and baseline cost for a resource.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CV" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Earned value cost variance.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Delay" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount that the assignment is delayed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Finish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled finish date of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FinishVariance" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The variance of the assignment finish date from the baseline finish date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Hyperlink" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The title of the hyperlink associated with the assignment.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="HyperlinkAddress" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The hyperlink associated with the assignment.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="HyperlinkSubAddress" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The document bookmark of the hyperlink associated with the assignment.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="WorkVariance" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The variance of assignment work from the baseline work as minutes x 1000.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="HasFixedRateUnits" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the Units are Fixed Rate.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FixedMaterial" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the consumption of the assigned material resource occurs in a single, fixed amount.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LevelingDelay" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The delay caused by leveling.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LevelingDelayFormat" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The format for expressing the duration of the delay.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 21=null, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%?, 52=e%? and 53=null.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="3" />
                        <xsd:enumeration value="4" />
                        <xsd:enumeration value="5" />
                        <xsd:enumeration value="6" />
                        <xsd:enumeration value="7" />
                        <xsd:enumeration value="8" />
                        <xsd:enumeration value="9" />
                        <xsd:enumeration value="10" />
                        <xsd:enumeration value="11" />
                        <xsd:enumeration value="12" />
                        <xsd:enumeration value="19" />
                        <xsd:enumeration value="20" />
                        <xsd:enumeration value="21" />
                        <xsd:enumeration value="35" />
                        <xsd:enumeration value="36" />
                        <xsd:enumeration value="37" />
                        <xsd:enumeration value="38" />
                        <xsd:enumeration value="39" />
                        <xsd:enumeration value="40" />
                        <xsd:enumeration value="41" />
                        <xsd:enumeration value="42" />
                        <xsd:enumeration value="43" />
                        <xsd:enumeration value="44" />
                        <xsd:enumeration value="51" />
                        <xsd:enumeration value="52" />
                        <xsd:enumeration value="53" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="LinkedFields" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the Project is linked to another OLE object.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Milestone" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the assignment is a milestone.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Notes" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Text notes associated with the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Overallocated" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the assignment is overallocated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OvertimeCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The sum of the actual and remaining overtime cost of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OvertimeWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled overtime work scheduled for the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RegularWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of non-overtime work scheduled for the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining projected cost of completing the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingOvertimeCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining projected overtime cost of completing the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingOvertimeWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining overtime work scheduled to complete the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining work scheduled to complete the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ResponsePending" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>True if a response has not been received for a TeamAssign message. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Start" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled start date of the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Stop" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the assignment was stopped.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Resume" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the assignment resumed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="StartVariance" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The variance of the assignment start date from the baseline start date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Units" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The number of units for the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="UpdateNeeded" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>True if the resource assigned to a task needs to be updated as to the status of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="VAC" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The difference between basline cost and total cost.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Work" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of scheduled work for the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WorkContour" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The work contour of the assignment. Values are: 0=Flat, 1=Back Loaded, 2=Front Loaded, 3=Double Peak, 4=Early Peak, 5=Late Peak, 6=Bell, 7=Turtle, 8=Contoured</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="0" />
                        <xsd:enumeration value="1" />
                        <xsd:enumeration value="2" />
                        <xsd:enumeration value="3" />
                        <xsd:enumeration value="4" />
                        <xsd:enumeration value="5" />
                        <xsd:enumeration value="6" />
                        <xsd:enumeration value="7" />
                        <xsd:enumeration value="8" />
                    </xsd:restriction>
                </xsd:simpleType>
            </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:element name="BookingType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the booking type of the assignment. 1=Commited, 2=Proposed</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="0" />
                        <xsd:enumeration value="1" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="ActualWorkProtected" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the duration through which actual work is protected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualOvertimeWorkProtected" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the duration through which actual overtime work is protected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CreationDate" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the assignment was created.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ExtendedAttribute" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The value of an extended attribute.  Two pieces of data are necessary - a pointer back to the extended attribute table which is specified either by the unique ID or the Field ID, and the value which is specified either with the value, or a pointer back to the value list.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="UID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The unique ID of the value in the extended attribute collection.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="FieldID" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The field ID in the localised language.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Value" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The actual value of the extended attribute.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="ValueID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The ID of the value in the extended attribut lookup table.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="DurationFormat" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The format for expressing the bulk duration.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 21=null, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%?, 52=e%? and 53=null.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:integer">
                                    <xsd:enumeration value="3" />
                                    <xsd:enumeration value="4" />
                                    <xsd:enumeration value="5" />
                                    <xsd:enumeration value="6" />
                                    <xsd:enumeration value="7" />
                                    <xsd:enumeration value="8" />
                                    <xsd:enumeration value="9" />
                                    <xsd:enumeration value="10" />
                                    <xsd:enumeration value="11" />
                                    <xsd:enumeration value="12" />
                                    <xsd:enumeration value="19" />
                                    <xsd:enumeration value="20" />
                                    <xsd:enumeration value="21" />
                                    <xsd:enumeration value="35" />
                                    <xsd:enumeration value="36" />
                                    <xsd:enumeration value="37" />
                                    <xsd:enumeration value="38" />
                                    <xsd:enumeration value="39" />
                                    <xsd:enumeration value="40" />
                                    <xsd:enumeration value="41" />
                                    <xsd:enumeration value="42" />
                                    <xsd:enumeration value="43" />
                                    <xsd:enumeration value="44" />
                                    <xsd:enumeration value="51" />
                                    <xsd:enumeration value="52" />
                                    <xsd:enumeration value="53" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <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>
            <xsd:element name="TimephasedData" type="TimephasedDataType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The time phased data associated with the assignment.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UID nsC:UID (1) (1)
TaskUID nsC:TaskUID 0 (1)
ResourceUID nsC:ResourceUID 0 (1)
PercentWorkComplete nsC:PercentWorkComplete 0 (1)
ActualCost nsC:ActualCost 0 (1)
ActualFinish nsC:ActualFinish 0 (1)
ActualOvertimeCost nsC:ActualOvertimeCost 0 (1)
ActualOvertimeWork nsC:ActualOvertimeWork 0 (1)
ActualStart nsC:ActualStart 0 (1)
ActualWork nsC:ActualWork 0 (1)
ACWP nsC:ACWP 0 (1)
Confirmed nsC:Confirmed 0 (1)
Cost nsC:Cost 0 (1)
CostRateTable nsC:CostRateTable 0 (1)
CostVariance nsC:CostVariance 0 (1)
CV nsC:CV 0 (1)
Delay nsC:Delay 0 (1)
Finish nsC:Finish 0 (1)
FinishVariance nsC:FinishVariance 0 (1)
Hyperlink nsC:Hyperlink 0 (1)
HyperlinkAddress nsC:HyperlinkAddress 0 (1)
HyperlinkSubAddress nsC:HyperlinkSubAddress 0 (1)
WorkVariance nsC:WorkVariance 0 (1)
HasFixedRateUnits nsC:HasFixedRateUnits 0 (1)
FixedMaterial nsC:FixedMaterial 0 (1)
LevelingDelay nsC:LevelingDelay 0 (1)
LevelingDelayFormat nsC:LevelingDelayFormat 0 (1)
LinkedFields nsC:LinkedFields 0 (1)
Milestone nsC:Milestone 0 (1)
Notes nsC:Notes 0 (1)
Overallocated nsC:Overallocated 0 (1)
OvertimeCost nsC:OvertimeCost 0 (1)
OvertimeWork nsC:OvertimeWork 0 (1)
RegularWork nsC:RegularWork 0 (1)
RemainingCost nsC:RemainingCost 0 (1)
RemainingOvertimeCost nsC:RemainingOvertimeCost 0 (1)
RemainingOvertimeWork nsC:RemainingOvertimeWork 0 (1)
RemainingWork nsC:RemainingWork 0 (1)
ResponsePending nsC:ResponsePending 0 (1)
Start nsC:Start 0 (1)
Stop nsC:Stop 0 (1)
Resume nsC:Resume 0 (1)
StartVariance nsC:StartVariance 0 (1)
Units nsC:Units 0 (1)
UpdateNeeded nsC:UpdateNeeded 0 (1)
VAC nsC:VAC 0 (1)
Work nsC:Work 0 (1)
WorkContour nsC:WorkContour 0 (1)
BCWS nsC:BCWS 0 (1)
BCWP nsC:BCWP 0 (1)
BookingType nsC:BookingType 0 (1)
ActualWorkProtected nsC:ActualWorkProtected 0 (1)
ActualOvertimeWorkProtected nsC:ActualOvertimeWorkProtected 0 (1)
CreationDate nsC:CreationDate 0 (1)
ExtendedAttribute nsC:ExtendedAttribute 0 unbounded
Baseline nsC:Baseline 0 unbounded
TimephasedData nsC:TimephasedData 0 unbounded