1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578
  
     | 
    
      <html dir="ltr"><head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<META HTTP-EQUIV="assetid" CONTENT="HV01051063"><META NAME="lcid" CONTENT="1033"><title>XML Schema for the <Assignment> Element</title><link rel="stylesheet" type="text/css" href="office10.css"><script type="text/javascript" language="Javascript" src="ExpCollapse.js"></script><script type="text/javascript" language="JavaScript" src="inline.js"></script></head><body><p id="ExpandAllLine" class="ExpFav"><a href="#" onclick="ExpandAll()" onkeypress="ExpandAll()" class="DropDown"><img id="picHeader" border="0" src="expandtri.gif" alt="Show All"><span id="ExpandAll">Show All</span></a></p><h1>XML Schema for the <Assignment> Element</h1><p>The following shows the <Assignment> element schema for Microsoft Office Project 2003. This is a child of the <Project> schema.</p>
			<p><a href="#" class="DropDown" onclick="Outline2()" onkeypress="Outline2()"><img border="0" src="blueup.gif" alt="Show">See Also</a></p>
			<div id="ExpCol" class="collapsed" border="0">
				<a href="pjxml_schema.htm" id="HV01051088" lcid=" ">Overview of XML Schema for Project</a><br>
				<a href="pjxml_structure.htm" id="HV01051032" lcid=" ">Overview of XML Structure for Project</a><br>
				<a href="pjxml_struct_Assignment.htm" id="HV01051065" lcid=" ">XML Structure for the <Assignment> Element</a><br>
				<a href="pjxml_elemAssignments.htm" id="HV01050604" lcid=" "><Assignments> Element</a><br>
			</div>
		<pre><code><?xml version="1.0"?>
   ...
<!-- @Assignment schema -->
<xsd:element name="Assignments" minOccurs="0">
<xsd:annotation>
    <xsd:documentation>The collection of assignments that make up the project.
    </xsd:documentation>
</xsd:annotation>
<xsd:complexType>
    <xsd:sequence>
        <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>
    </xsd:sequence>
</xsd:complexType>
</code></pre><center><a href="XMLSchemaCopyright_HV01147162.htm">©2003-2004 Microsoft Corporation. All rights reserved.</a>  
Permission to copy, display and distribute this document is available at: <a 
href="http://r.office.microsoft.com/r/rlidAWSContentRedir?AssetID=XT010988631033&CTT=11&Origin=HV011232471033" 
target="_new">http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp</a></center></body></html> 
     |