Definition Type: Element
Name: MoveCompletedEndsForward
Namespace: http://schemas.microsoft.com/project
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default false
Documentation:
Specifies whether the end of completed portions of tasks scheduled to have been completed before the status date but begun late should be moved up to the status date.
Collapse XSD Schema Diagram:
XSD Diagram of MoveCompletedEndsForward in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="MoveCompletedEndsForward" type="xsd:boolean" default="false" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>
							Specifies whether the end of completed portions of tasks scheduled to have been completed before the status date but begun late should be moved up to the status date.
						</xsd:documentation>
    </xsd:annotation>
</xsd:element>