Definition Type: Element
Name: FinishDate
Namespace: http://schemas.microsoft.com/project
Type: dateTime:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The finish date of the project. Required if ScheduleFromStart is false.
Collapse XSD Schema Diagram:
XSD Diagram of FinishDate in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="FinishDate" type="xsd:dateTime" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>The finish date of the project. Required if ScheduleFromStart is false.</xsd:documentation>
    </xsd:annotation>
</xsd:element>