Definition Type: Element
Name: ScheduleFromStart
Namespace: http://schemas.microsoft.com/project
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Default true
Documentation:
Whether the project is schduled from the start date or finish date.
Collapse XSD Schema Diagram:
XSD Diagram of ScheduleFromStart in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="ScheduleFromStart" type="xsd:boolean" default="true" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Whether the project is schduled from the start date or finish date.</xsd:documentation>
    </xsd:annotation>
</xsd:element>