Project Elements and XML Structure

This section contains information about the Project element and the children of Project defined in the Microsoft Office Project 2007 XML Data Interchange Schema (mspdi_pj12.xsd). The elements represent project data when you save a project in the XML format.

XML Structure of Project Elements

The following shows the XML structure of the elements defined by the Project schema section of mspdi_pj12.xsd. The data type is indicated for those elements that require a text value. You can find more detailed information about valid text values for each element in the documentation annotations that are embedded in the XML Schema for the Project Element.

For more information about the data types used in the Project 2007 XML Data Interchange Schema, see Introduction to Project XML Data.

Note

Detailed information about the structure of the OutlineCodes, WBSMasks, ExtendedAttributes, Calendars, Tasks, Resources, and Assignments elements are shown in separate topics in this schema reference.

<Project>

    <SaveVersion>integer</SaveVersion>

    <UID >string</UID>

    <Name>string</Name>

    <Title>string</Title>

    <Subject>string</Subject>

    <Category>string</Category>

    <Company>string</Company>

    <Manager>string</Manager>

    <Author>string</Author>

    <CreationDate>dateTime</CreationDate>

    <Revision>integer</Revision>

    <LastSaved>dateTime</LastSaved>

    <ScheduleFromStart>boolean</ScheduleFromStart>

    <StartDate>dateTime</StartDate>

    <FinishDate>dateTime</FinishDate>

    <FYStartDate>integer</FYStartDate>

    <CriticalSlackLimit>integer</CriticalSlackLimit>

    <CurrencyDigits>integer</CurrencyDigits>

    <CurrencySymbol>string</CurrencySymbol>

    <CurrencyCode >string</CurrencyCode>

    <CurrencySymbolPosition>integer</CurrencySymbolPosition>

    <CalendarUID>integer</CalendarUID>

    <DefaultStartTime>time</DefaultStartTime>

    <DefaultFinishTime>time</DefaultFinishTime>

    <MinutesPerDay>integer</MinutesPerDay>

    <MinutesPerWeek>integer</MinutesPerWeek>

    <DaysPerMonth>integer</DaysPerMonth>

    <DefaultTaskType>integer</DefaultTaskType>

    <DefaultFixedCostAccrual>integer</DefaultFixedCostAccrual>

    <DefaultStandardRate>float</DefaultStandardRate>

    <DefaultOvertimeRate>float</DefaultOvertimeRate>

    <DurationFormat>integer</DurationFormat>

    <WorkFormat>integer</WorkFormat>

    <EditableActualCosts>boolean</EditableActualCosts>

    <HonorConstraints>boolean</HonorConstraints>

    <EarnedValueMethod>integer</EarnedValueMethod>

    <InsertedProjectsLikeSummary>boolean</InsertedProjectsLikeSummary>

    <MultipleCriticalPaths>boolean</MultipleCriticalPaths>

    <NewTasksEffortDriven>boolean</NewTasksEffortDriven>

    <NewTasksEstimated>boolean</NewTasksEstimated>

    <SplitsInProgressTasks>boolean</SplitsInProgressTasks>

    <SpreadActualCost>boolean</SpreadActualCost>

    <SpreadPercentComplete>boolean</SpreadPercentComplete>

    <TaskUpdatesResource>boolean</TaskUpdatesResource>

    <FiscalYearStart>boolean</FiscalYearStart>

    <WeekStartDay>integer</WeekStartDay>

    <MoveCompletedEndsBack>boolean</MoveCompletedEndsBack>

    <MoveRemainingStartsBack>boolean</MoveRemainingStartsBack>

    <MoveRemainingStartsForward>boolean</MoveRemainingStartsForward>

    <MoveCompletedEndsForward>boolean</MoveCompletedEndsForward>

    <BaselineForEarnedValue>integer</BaselineForEarnedValue>

    <AutoAddNewResourcesAndTasks>boolean</AutoAddNewResourcesAndTasks>

    <StatusDate>dateTime</StatusDate>

    <CurrentDate>dateTime</CurrentDate>

    <MicrosoftProjectServerURL>boolean</MicrosoftProjectServerURL>

    <Autolink>boolean</Autolink>

    <NewTaskStartDate>integer</NewTaskStartDate>

    <DefaultTaskEVMethod>integer</DefaultTaskEVMethod>

    <ProjectExternallyEdited>boolean</ProjectExternallyEdited>

    <ExtendedCreationDate>dateTime</ExtendedCreationDate>

    <ActualsInSync>boolean</ActualsInSync>

    <RemoveFileProperties>boolean</RemoveFileProperties>

    <AdminProject>boolean</AdminProject>

    <OutlineCodes> . . . </OutlineCodes>

    <WBSMasks> . . . </WBSMasks>

    <ExtendedAttributes…</ExtendedAttributes>

    <Calendars> . . . </Calendars>

    <Tasks> . . . </Tasks>

    <Resources> . . . </Resources>

    <Assignments> . . . </Assignments>

</Project>

See Also

Concepts

Introduction to Project XML Data

XML Schema for the Project Element

OutlineCode Elements and XML Structure

WBSMask Elements and XML Structure

ExtendedAttribute Elements and XML Structure

Calendar Elements and XML Structure

Task Elements and XML Structure

Resource Elements and XML Structure

Assignment Elements and XML Structure

TimephasedDataType Elements and XML Structure