XML Structure of the <Resource> Element
The following shows the <Resource> element structure for Microsoft Office Project 2003, which is a child of the <Project> element.
See Also
Overview of XML Schema for Project
Overview of XML Structure for Project
XML Structure for the <Project> Element
XML Schema for the <Resource> Element
Structure
<Project>
. . .
<Resources>
<Resource>
<UID/>
<ID/>
<Name/>
<Type/>
<IsNull/>
<Initials/>
<Phonetics/>
<NTAccount/>
<MaterialLabel/>
<Code/>
<Group/>
<WorkGroup/>
<EmailAddress/>
<Hyperlink/>
<HyperlinkAddress/>
<HyperlinkSubAddress/>
<MaxUnits/>
<PeakUnits/>
<OverAllocated/>
<AvailableFrom/>
<AvailableTo/>
<Start/>
<Finish/>
<CanLevel/>
<AccrueAt/>
<Work/>
<RegularWork/>
<OvertimeWork/>
<ActualWork/>
<RemainingWork/>
<ActualOvertimeWork/>
<RemainingOvertimeWork/>
<PercentWorkComplete/>
<StandardRate/>
<StandardRateFormat/>
<Cost/>
<OvertimeRate/>
<OvertimeRateFormat/>
<OvertimeCost/>
<CostPerUse/>
<ActualCost/>
<ActualOvertimeCost/>
<RemainingCost/>
<RemainingOvertimeCost/>
<WorkVariance/>
<CostVariance/>
<SV/>
<CV/>
<ACWP/>
<CalendarUID/>
<Notes/>
<BCWS/>
<BCWP/>
<IsGeneric/>
<IsInactive/>
<IsEnterprise/>
<BookingType/>
<ActualWorkProtected/>
<ActualOvertimeWorkProtected/>
<ActiveDirectoryGUID/>
<CreationDate/>
<ExtendedAttribute>
<UID/>
<FieldID/>
<Value/>
<ValueID/>
<DurationFormat/>
</ExtendedAttribute>
<Baseline>
<Number/>
<Work/>
<Cost/>
<BCWS/>
<BCWP/>
</Baseline>
<OutlineCode>
<UID/>
<FieldID/>
<ValueID/>
</OutlineCode>
<AvailabilityPeriods>
<AvailabilityPeriod>
<AvailableFrom/>
<AvailableTo/>
<AvailableUnits/>
</AvailabilityPeriod>
</AvailabilityPeriods>
<Rates>
<Rate>
<RatesFrom/>
<RatesTo/>
<RateTable/>
<StandardRate/>
<StandardRateFormat/>
<OvertimeRate/>
<OvertimeRateFormat/>
<CostPerUse/>
</Rate>
</Rates>
<TimephasedData>
<Type/>
<UID/>
<Start/>
<Finish/>
<Unit/>
<Value/>
</TimephasedData>
</Resource>
</Resources>
. . .
</Project>