Definition Type: Element
Name: OvertimeCost
Namespace: http://schemas.microsoft.com/project
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The sum of the actual and remaining overtime cost of the assignment.
Collapse XSD Schema Diagram:
XSD Diagram of OvertimeCost in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>