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