Definition Type: Element
Name: Task
Namespace: http://schemas.microsoft.com/project
Containing Schema: mspdi.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
There must be at least one task in each Tasks collection.
Collapse XSD Schema Diagram:
Drilldown into TimephasedData in schema mspdi_xsd Drilldown into OutlineCode in schema mspdi_xsd Drilldown into Baseline in schema mspdi_xsd Drilldown into ExtendedAttribute in schema mspdi_xsd Drilldown into ActualOvertimeWorkProtected in schema mspdi_xsd Drilldown into ActualWorkProtected in schema mspdi_xsd Drilldown into PredecessorLink in schema mspdi_xsd Drilldown into EarnedValueMethod in schema mspdi_xsd Drilldown into PhysicalPercentComplete in schema mspdi_xsd Drilldown into BCWP in schema mspdi_xsd Drilldown into BCWS in schema mspdi_xsd Drilldown into Rollup in schema mspdi_xsd Drilldown into HideBar in schema mspdi_xsd Drilldown into Notes in schema mspdi_xsd Drilldown into IgnoreResourceCalendar in schema mspdi_xsd Drilldown into HyperlinkSubAddress in schema mspdi_xsd Drilldown into HyperlinkAddress in schema mspdi_xsd Drilldown into Hyperlink in schema mspdi_xsd Drilldown into PreLeveledFinish in schema mspdi_xsd Drilldown into PreLeveledStart in schema mspdi_xsd Drilldown into LevelingDelayFormat in schema mspdi_xsd Drilldown into LevelingDelay in schema mspdi_xsd Drilldown into LevelingCanSplit in schema mspdi_xsd Drilldown into LevelAssignments in schema mspdi_xsd Drilldown into Deadline in schema mspdi_xsd Drilldown into ConstraintDate in schema mspdi_xsd Drilldown into CalendarUID in schema mspdi_xsd Drilldown into ConstraintType in schema mspdi_xsd Drilldown into CV in schema mspdi_xsd Drilldown into ACWP in schema mspdi_xsd Drilldown into RemainingOvertimeWork in schema mspdi_xsd Drilldown into RemainingOvertimeCost in schema mspdi_xsd Drilldown into RemainingWork in schema mspdi_xsd Drilldown into RemainingCost in schema mspdi_xsd Drilldown into RemainingDuration in schema mspdi_xsd Drilldown into RegularWork in schema mspdi_xsd Drilldown into ActualOvertimeWork in schema mspdi_xsd Drilldown into ActualWork in schema mspdi_xsd Drilldown into ActualOvertimeCost in schema mspdi_xsd Drilldown into ActualCost in schema mspdi_xsd Drilldown into ActualDuration in schema mspdi_xsd Drilldown into ActualFinish in schema mspdi_xsd Drilldown into ActualStart in schema mspdi_xsd Drilldown into OvertimeWork in schema mspdi_xsd Drilldown into OvertimeCost in schema mspdi_xsd Drilldown into Cost in schema mspdi_xsd Drilldown into PercentWorkComplete in schema mspdi_xsd Drilldown into PercentComplete in schema mspdi_xsd Drilldown into FixedCostAccrual in schema mspdi_xsd Drilldown into FixedCost in schema mspdi_xsd Drilldown into TotalSlack in schema mspdi_xsd Drilldown into FreeSlack in schema mspdi_xsd Drilldown into WorkVariance in schema mspdi_xsd Drilldown into FinishVariance in schema mspdi_xsd Drilldown into StartVariance in schema mspdi_xsd Drilldown into LateFinish in schema mspdi_xsd Drilldown into LateStart in schema mspdi_xsd Drilldown into EarlyFinish in schema mspdi_xsd Drilldown into EarlyStart in schema mspdi_xsd Drilldown into ExternalTaskProject in schema mspdi_xsd Drilldown into ExternalTask in schema mspdi_xsd Drilldown into SubprojectName in schema mspdi_xsd Drilldown into IsSubprojectReadOnly in schema mspdi_xsd Drilldown into IsSubproject in schema mspdi_xsd Drilldown into Critical in schema mspdi_xsd Drilldown into Summary in schema mspdi_xsd Drilldown into Milestone in schema mspdi_xsd Drilldown into Estimated in schema mspdi_xsd Drilldown into OverAllocated in schema mspdi_xsd Drilldown into Recurring in schema mspdi_xsd Drilldown into EffortDriven in schema mspdi_xsd Drilldown into ResumeValid in schema mspdi_xsd Drilldown into Resume in schema mspdi_xsd Drilldown into Stop in schema mspdi_xsd Drilldown into Work in schema mspdi_xsd Drilldown into DurationFormat in schema mspdi_xsd Drilldown into Duration in schema mspdi_xsd Drilldown into Finish in schema mspdi_xsd Drilldown into Start in schema mspdi_xsd Drilldown into Priority in schema mspdi_xsd Drilldown into OutlineLevel in schema mspdi_xsd Drilldown into OutlineNumber in schema mspdi_xsd Drilldown into WBSLevel in schema mspdi_xsd Drilldown into WBS in schema mspdi_xsd Drilldown into Contact in schema mspdi_xsd Drilldown into CreateDate in schema mspdi_xsd Drilldown into IsNull in schema mspdi_xsd Drilldown into Type in schema mspdi_xsd Drilldown into Name in schema mspdi_xsd Drilldown into ID in schema mspdi_xsd Drilldown into UID in schema mspdi_xsdXSD Diagram of Task in schema mspdi_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:element name="Task" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>There must be at least one task in each Tasks collection.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="UID" type="xsd:integer">
                <xsd:annotation>
                    <xsd:documentation>The unique ID of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ID" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The position identifier of the task within the list of tasks.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Name" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The name of the task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="Type" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The type of task. Values are: 0=Fixed Units, 1=Fixed Duration, 2=Fixed Work.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="0" />
                        <xsd:enumeration value="1" />
                        <xsd:enumeration value="2" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="IsNull" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies whether the task is null.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CreateDate" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the task was created.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Contact" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The contact person for the task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="WBS" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The work breakdown structure code of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WBSLevel" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The rightmost WBS level of the task. </xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OutlineNumber" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The outline number of the task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="OutlineLevel" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The outline level of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Priority" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The priority of the task from 0 to 1000.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Start" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled start date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Finish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The scheduled finish date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Duration" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The planned duration of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="DurationFormat" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The format for expressing the Duration of the Task.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 21=null, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%?, 52=e%? and 53=null.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="3" />
                        <xsd:enumeration value="4" />
                        <xsd:enumeration value="5" />
                        <xsd:enumeration value="6" />
                        <xsd:enumeration value="7" />
                        <xsd:enumeration value="8" />
                        <xsd:enumeration value="9" />
                        <xsd:enumeration value="10" />
                        <xsd:enumeration value="11" />
                        <xsd:enumeration value="12" />
                        <xsd:enumeration value="19" />
                        <xsd:enumeration value="20" />
                        <xsd:enumeration value="21" />
                        <xsd:enumeration value="35" />
                        <xsd:enumeration value="36" />
                        <xsd:enumeration value="37" />
                        <xsd:enumeration value="38" />
                        <xsd:enumeration value="39" />
                        <xsd:enumeration value="40" />
                        <xsd:enumeration value="41" />
                        <xsd:enumeration value="42" />
                        <xsd:enumeration value="43" />
                        <xsd:enumeration value="44" />
                        <xsd:enumeration value="51" />
                        <xsd:enumeration value="52" />
                        <xsd:enumeration value="53" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="Work" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of scheduled work for the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Stop" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the task was stopped.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Resume" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date that the task resumed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ResumeValid" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task can be resumed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EffortDriven" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is effort-driven.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Recurring" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is a recurring task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OverAllocated" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is overallocated. This element is informational only.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Estimated" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is estimated.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Milestone" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is a milestone.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Summary" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is a summary task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Critical" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is in the critical chain.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IsSubproject" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is an inserted project.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="IsSubprojectReadOnly" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the inserted project is read-only.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="SubprojectName" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The source location of the inserted project.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="ExternalTask" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is external.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ExternalTaskProject" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The source location and task identifier of the external task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="EarlyStart" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The early start date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EarlyFinish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The early finish date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LateStart" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The late start date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LateFinish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The late finish date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="StartVariance" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The variance of the task start date from the baseline start date as minutes x 1000.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FinishVariance" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The variance of the task finish date from the baseline finish date as minutes x 1000.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="WorkVariance" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The variance of task work from the baseline task work as minutes x 1000.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FreeSlack" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of free slack.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="TotalSlack" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of total slack.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FixedCost" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The fixed cost of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="FixedCostAccrual" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>How the fixed cost is accrued against the task. Values are: 1=Start, 2=Prorated and 3=End.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:enumeration value="1" />
                        <xsd:enumeration value="2" />
                        <xsd:enumeration value="3" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="PercentComplete" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The percentage of the task duration completed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PercentWorkComplete" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The percentage of the task work completed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Cost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The projected or scheduled cost of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OvertimeCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The sum of the actual and remaining overtime cost of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="OvertimeWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of overtime work scheduled for the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualStart" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual start date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualFinish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual finish date of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualDuration" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual duration of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual cost of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualOvertimeCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual overtime cost of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual work for the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualOvertimeWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual overtime work for the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RegularWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of non-overtime work scheduled for the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingDuration" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The amount of time required to complete the unfinished portion of the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining projected cost of completing the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining work scheduled to complete the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingOvertimeCost" type="xsd:decimal" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining overtime cost projected to finish the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="RemainingOvertimeWork" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The remaining overtime work scheduled to finish the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ACWP" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The actual cost of work performed on the task to-date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="CV" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Earned value cost variance.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ConstraintType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The constraint on the start or finish date of the task. Values are: 0=As Soon As Possible, 1=As Late As Possible, 2=Must Start On, 3=Must Finish On, 4=Start No Earlier Than, 5=Start No Later Than, 6=Finish No Earlier Than and 7=Finish No Later Than</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="0" />
                        <xsd:enumeration value="1" />
                        <xsd:enumeration value="2" />
                        <xsd:enumeration value="3" />
                        <xsd:enumeration value="4" />
                        <xsd:enumeration value="5" />
                        <xsd:enumeration value="6" />
                        <xsd:enumeration value="7" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="CalendarUID" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The task calendar.Refers to a valid UID in the Calendars element of the Microsoft Project XML Schema.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ConstraintDate" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The date argument for the task constraint type.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Deadline" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The deadline for the task to be completed.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LevelAssignments" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether leveling can adjust assignments.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LevelingCanSplit" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether leveling can split the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LevelingDelay" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The delay caused by leveling the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="LevelingDelayFormat" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The format for expressing the duration of the delay.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 21=null, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%?, 52=e%? and 53=null.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="3" />
                        <xsd:enumeration value="4" />
                        <xsd:enumeration value="5" />
                        <xsd:enumeration value="6" />
                        <xsd:enumeration value="7" />
                        <xsd:enumeration value="8" />
                        <xsd:enumeration value="9" />
                        <xsd:enumeration value="10" />
                        <xsd:enumeration value="11" />
                        <xsd:enumeration value="12" />
                        <xsd:enumeration value="19" />
                        <xsd:enumeration value="20" />
                        <xsd:enumeration value="21" />
                        <xsd:enumeration value="35" />
                        <xsd:enumeration value="36" />
                        <xsd:enumeration value="37" />
                        <xsd:enumeration value="38" />
                        <xsd:enumeration value="39" />
                        <xsd:enumeration value="40" />
                        <xsd:enumeration value="41" />
                        <xsd:enumeration value="42" />
                        <xsd:enumeration value="43" />
                        <xsd:enumeration value="44" />
                        <xsd:enumeration value="51" />
                        <xsd:enumeration value="52" />
                        <xsd:enumeration value="53" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="PreLeveledStart" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The start date of the task before it was leveled.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PreLeveledFinish" type="xsd:dateTime" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The finish date of the task before it was leveled.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Hyperlink" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The title of the hyperlink associated with the task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="HyperlinkAddress" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The hyperlink associated with the task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="HyperlinkSubAddress" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The document bookmark of the hyperlink associated with the task.</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:string">
                        <xsd:maxLength value="512" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="IgnoreResourceCalendar" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task ignores the resource calendar.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Notes" type="xsd:string" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Text notes associated with the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="HideBar" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the GANTT bar of the task is hidden when displayed in Microsoft Project.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="Rollup" type="xsd:boolean" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Whether the task is rolled up.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="BCWS" type="xsd:float" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The budgeted cost of work scheduled for the task.</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 task to-date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="PhysicalPercentComplete" type="xsd:integer" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The percentage complete value entered by the Project Manager.  This can be used as an alternative for calculating BCWP.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EarnedValueMethod" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The method for calculating earned value. Values are: 0=Percent Complete, 1=Physical Percent Complete</xsd:documentation>
                </xsd:annotation>
                <xsd:simpleType>
                    <xsd:restriction base="xsd:integer">
                        <xsd:enumeration value="0" />
                        <xsd:enumeration value="1" />
                    </xsd:restriction>
                </xsd:simpleType>
            </xsd:element>
            <xsd:element name="PredecessorLink" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>Defines the predecessor task of the task that contains it.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="PredecessorUID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The unique identifier of the predecessor task.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Type" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The link type.  Values are 0=FF, 1=FS, 2=SF and 3=SS</xsd:documentation>
                            </xsd:annotation>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:integer">
                                    <xsd:enumeration value="0" />
                                    <xsd:enumeration value="1" />
                                    <xsd:enumeration value="2" />
                                    <xsd:enumeration value="3" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="CrossProject" type="xsd:boolean" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Whether the predecessor is part of another project.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="CrossProjectName" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The external predecessor project.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="LinkLag" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The amount of lag in tenths of a minute.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="LagFormat" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The format for expressing the lag format.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%? and 52=e%?</xsd:documentation>
                            </xsd:annotation>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:integer">
                                    <xsd:enumeration value="3" />
                                    <xsd:enumeration value="4" />
                                    <xsd:enumeration value="5" />
                                    <xsd:enumeration value="6" />
                                    <xsd:enumeration value="7" />
                                    <xsd:enumeration value="8" />
                                    <xsd:enumeration value="9" />
                                    <xsd:enumeration value="10" />
                                    <xsd:enumeration value="11" />
                                    <xsd:enumeration value="12" />
                                    <xsd:enumeration value="19" />
                                    <xsd:enumeration value="20" />
                                    <xsd:enumeration value="35" />
                                    <xsd:enumeration value="36" />
                                    <xsd:enumeration value="37" />
                                    <xsd:enumeration value="38" />
                                    <xsd:enumeration value="39" />
                                    <xsd:enumeration value="40" />
                                    <xsd:enumeration value="41" />
                                    <xsd:enumeration value="42" />
                                    <xsd:enumeration value="43" />
                                    <xsd:enumeration value="44" />
                                    <xsd:enumeration value="51" />
                                    <xsd:enumeration value="52" />
                                    <xsd:enumeration value="53" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ActualWorkProtected" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the duration through which actual work is protected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ActualOvertimeWorkProtected" type="xsd:duration" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>Specifies the duration through which actual overtime work is protected.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="ExtendedAttribute" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The value of an extended attribute.  Two pieces of data are necessary - a pointer back to the extended attribute table which is specified either by the unique ID or the Field ID, and the value which is specified either with the value, or a pointer back to the value list.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="UID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The unique ID of the value in the extended attribute collection.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="FieldID" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The PID of the custom field.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Value" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The actual value of the extended attribute.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="ValueID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The ID of the value in the extended attribut lookup table.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="DurationFormat" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The format for expressing the bulk duration.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 21=null, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%?, 52=e%? and 53=null.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:integer">
                                    <xsd:enumeration value="3" />
                                    <xsd:enumeration value="4" />
                                    <xsd:enumeration value="5" />
                                    <xsd:enumeration value="6" />
                                    <xsd:enumeration value="7" />
                                    <xsd:enumeration value="8" />
                                    <xsd:enumeration value="9" />
                                    <xsd:enumeration value="10" />
                                    <xsd:enumeration value="11" />
                                    <xsd:enumeration value="12" />
                                    <xsd:enumeration value="19" />
                                    <xsd:enumeration value="20" />
                                    <xsd:enumeration value="21" />
                                    <xsd:enumeration value="35" />
                                    <xsd:enumeration value="36" />
                                    <xsd:enumeration value="37" />
                                    <xsd:enumeration value="38" />
                                    <xsd:enumeration value="39" />
                                    <xsd:enumeration value="40" />
                                    <xsd:enumeration value="41" />
                                    <xsd:enumeration value="42" />
                                    <xsd:enumeration value="43" />
                                    <xsd:enumeration value="44" />
                                    <xsd:enumeration value="51" />
                                    <xsd:enumeration value="52" />
                                    <xsd:enumeration value="53" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="Baseline" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The collection of baseline values of the task.</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 block associated with the task baseline.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Number" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The unique number of the baseline data record.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Interim" type="xsd:boolean" default="false" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Whether this is an Interim Baseline.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Start" type="xsd:dateTime" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The scheduled start date of the task when the baseline was saved.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Finish" type="xsd:dateTime" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The scheduled finish date of the task when the baseline was saved.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Duration" type="xsd:duration" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The scheduled duration of the task when the baseline was saved.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="DurationFormat" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The format for expressing the Duration of the Task baseline.  Values are: 3=m, 4=em, 5=h, 6=eh, 7=d, 8=ed, 9=w, 10=ew, 11=mo, 12=emo, 19=%, 20=e%, 21=null, 35=m?, 36=em?, 37=h?, 38=eh?, 39=d?, 40=ed?, 41=w?, 42=ew?, 43=mo?, 44=emo?, 51=%?, 52=e%? and 53=null.</xsd:documentation>
                            </xsd:annotation>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:integer">
                                    <xsd:enumeration value="3" />
                                    <xsd:enumeration value="4" />
                                    <xsd:enumeration value="5" />
                                    <xsd:enumeration value="6" />
                                    <xsd:enumeration value="7" />
                                    <xsd:enumeration value="8" />
                                    <xsd:enumeration value="9" />
                                    <xsd:enumeration value="10" />
                                    <xsd:enumeration value="11" />
                                    <xsd:enumeration value="12" />
                                    <xsd:enumeration value="19" />
                                    <xsd:enumeration value="20" />
                                    <xsd:enumeration value="21" />
                                    <xsd:enumeration value="35" />
                                    <xsd:enumeration value="36" />
                                    <xsd:enumeration value="37" />
                                    <xsd:enumeration value="38" />
                                    <xsd:enumeration value="39" />
                                    <xsd:enumeration value="40" />
                                    <xsd:enumeration value="41" />
                                    <xsd:enumeration value="42" />
                                    <xsd:enumeration value="43" />
                                    <xsd:enumeration value="44" />
                                    <xsd:enumeration value="51" />
                                    <xsd:enumeration value="52" />
                                    <xsd:enumeration value="53" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:element>
                        <xsd:element name="EstimatedDuration" type="xsd:boolean" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>Whether the baseline duration of the task was estimated.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Work" type="xsd:duration" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The scheduled work of the task when the baseline was saved.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="Cost" type="xsd:decimal" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The projected cost of the task 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 scheduled for the task.</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 task to-date.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="OutlineCode" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The value of an outline code.  Two pieces of data are necessary - a pointer back to the outline code table which is specified either by the unique ID or the Field ID, and the value which is specified either with the value, or a pointer back to the value list.</xsd:documentation>
                </xsd:annotation>
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="UID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The unique ID of the value in the outline code collection.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="FieldID" type="xsd:string" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The field ID in the localised language.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                        <xsd:element name="ValueID" type="xsd:integer" minOccurs="0">
                            <xsd:annotation>
                                <xsd:documentation>The unique ID in the value list associated with the definition in the outline code collection.</xsd:documentation>
                            </xsd:annotation>
                        </xsd:element>
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="TimephasedData" type="TimephasedDataType" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation>The time phased data block associated with the task.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UID nsC:UID (1) (1)
ID nsC:ID 0 (1)
Name nsC:Name 0 (1)
Type nsC:Type 0 (1)
IsNull nsC:IsNull 0 (1)
CreateDate nsC:CreateDate 0 (1)
Contact nsC:Contact 0 (1)
WBS nsC:WBS 0 (1)
WBSLevel nsC:WBSLevel 0 (1)
OutlineNumber nsC:OutlineNumber 0 (1)
OutlineLevel nsC:OutlineLevel 0 (1)
Priority nsC:Priority 0 (1)
Start nsC:Start 0 (1)
Finish nsC:Finish 0 (1)
Duration nsC:Duration 0 (1)
DurationFormat nsC:DurationFormat 0 (1)
Work nsC:Work 0 (1)
Stop nsC:Stop 0 (1)
Resume nsC:Resume 0 (1)
ResumeValid nsC:ResumeValid 0 (1)
EffortDriven nsC:EffortDriven 0 (1)
Recurring nsC:Recurring 0 (1)
OverAllocated nsC:OverAllocated 0 (1)
Estimated nsC:Estimated 0 (1)
Milestone nsC:Milestone 0 (1)
Summary nsC:Summary 0 (1)
Critical nsC:Critical 0 (1)
IsSubproject nsC:IsSubproject 0 (1)
IsSubprojectReadOnly nsC:IsSubprojectReadOnly 0 (1)
SubprojectName nsC:SubprojectName 0 (1)
ExternalTask nsC:ExternalTask 0 (1)
ExternalTaskProject nsC:ExternalTaskProject 0 (1)
EarlyStart nsC:EarlyStart 0 (1)
EarlyFinish nsC:EarlyFinish 0 (1)
LateStart nsC:LateStart 0 (1)
LateFinish nsC:LateFinish 0 (1)
StartVariance nsC:StartVariance 0 (1)
FinishVariance nsC:FinishVariance 0 (1)
WorkVariance nsC:WorkVariance 0 (1)
FreeSlack nsC:FreeSlack 0 (1)
TotalSlack nsC:TotalSlack 0 (1)
FixedCost nsC:FixedCost 0 (1)
FixedCostAccrual nsC:FixedCostAccrual 0 (1)
PercentComplete nsC:PercentComplete 0 (1)
PercentWorkComplete nsC:PercentWorkComplete 0 (1)
Cost nsC:Cost 0 (1)
OvertimeCost nsC:OvertimeCost 0 (1)
OvertimeWork nsC:OvertimeWork 0 (1)
ActualStart nsC:ActualStart 0 (1)
ActualFinish nsC:ActualFinish 0 (1)
ActualDuration nsC:ActualDuration 0 (1)
ActualCost nsC:ActualCost 0 (1)
ActualOvertimeCost nsC:ActualOvertimeCost 0 (1)
ActualWork nsC:ActualWork 0 (1)
ActualOvertimeWork nsC:ActualOvertimeWork 0 (1)
RegularWork nsC:RegularWork 0 (1)
RemainingDuration nsC:RemainingDuration 0 (1)
RemainingCost nsC:RemainingCost 0 (1)
RemainingWork nsC:RemainingWork 0 (1)
RemainingOvertimeCost nsC:RemainingOvertimeCost 0 (1)
RemainingOvertimeWork nsC:RemainingOvertimeWork 0 (1)
ACWP nsC:ACWP 0 (1)
CV nsC:CV 0 (1)
ConstraintType nsC:ConstraintType 0 (1)
CalendarUID nsC:CalendarUID 0 (1)
ConstraintDate nsC:ConstraintDate 0 (1)
Deadline nsC:Deadline 0 (1)
LevelAssignments nsC:LevelAssignments 0 (1)
LevelingCanSplit nsC:LevelingCanSplit 0 (1)
LevelingDelay nsC:LevelingDelay 0 (1)
LevelingDelayFormat nsC:LevelingDelayFormat 0 (1)
PreLeveledStart nsC:PreLeveledStart 0 (1)
PreLeveledFinish nsC:PreLeveledFinish 0 (1)
Hyperlink nsC:Hyperlink 0 (1)
HyperlinkAddress nsC:HyperlinkAddress 0 (1)
HyperlinkSubAddress nsC:HyperlinkSubAddress 0 (1)
IgnoreResourceCalendar nsC:IgnoreResourceCalendar 0 (1)
Notes nsC:Notes 0 (1)
HideBar nsC:HideBar 0 (1)
Rollup nsC:Rollup 0 (1)
BCWS nsC:BCWS 0 (1)
BCWP nsC:BCWP 0 (1)
PhysicalPercentComplete nsC:PhysicalPercentComplete 0 (1)
EarnedValueMethod nsC:EarnedValueMethod 0 (1)
PredecessorLink nsC:PredecessorLink 0 unbounded
ActualWorkProtected nsC:ActualWorkProtected 0 (1)
ActualOvertimeWorkProtected nsC:ActualOvertimeWorkProtected 0 (1)
ExtendedAttribute nsC:ExtendedAttribute 0 unbounded
Baseline nsC:Baseline 0 unbounded
OutlineCode nsC:OutlineCode 0 unbounded
TimephasedData nsC:TimephasedData 0 unbounded