<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>
|