Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.49 KB

timephaseddatatype-elements-and-xml-structure.md

File metadata and controls

65 lines (40 loc) · 2.49 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version f1_keywords monikerRange ms.localizationpriority
TimephasedDataType Elements and XML Structure
TimephasedDataType Elements and XML Structure
ed317823-7111-4dfd-ae38-50a06c6cb70f
13188412
03/14/2018
v=office.12
XML and Project
XML in Project
XML structure in Project
Project and XML
Project XML elements
Project 2007 XML
Project XML structure
>= project-client-2007 || project-client-odc
medium

TimephasedDataType Elements and XML Structure

This section contains information about elements in the TimephasedDataType complex type defined in the Microsoft Office Project 2007 XML Data Interchange Schema (mspdi_pj12.xsd). The TimephasedData element is of type TimephasedDataType that represents timephased data, for example, the number of hours of work per day over a period of days. Task, Resource, Assignment, and Baseline elements can include TimephasedData.

XML Structure of TimephasedData Elements

The following shows the XML structure of the elements defined by the TimephasedDataType 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 TimephasedDataType Complex Type.

<TimephasedData>

    <Type>integer</Type>

    <UID>integer</UID>

    <Start >dateTime</Start>

    <Finish>dateTime</Finish>

    <Unit>integer</Unit>

    <Value>string</Value>

</TimephasedData>

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

See Also

Reference

Baseline Element

Concepts

XML Schema for the TimephasedDataType Complex Type

Task Elements and XML Structure

Resource Elements and XML Structure

Assignment Elements and XML Structure