Skip to content

Latest commit

 

History

History
183 lines (147 loc) · 5.12 KB

File metadata and controls

183 lines (147 loc) · 5.12 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date mtps_version f1_keywords monikerRange ms.localizationpriority description
Value Element
Value Element
d367ebe0-7f26-4e01-8c3b-b248996da52d
13188386
03/14/2018
v=office.12
Value element
>= project-client-2007 || project-client-odc
medium
Learn about the Value Element in Microsoft Office Project's XML Data Interchange. Understand its role in OutlineCode, ExtendedAttribute, and TimephasedData elements.

Value Element

In an OutlineCode element, Value is the actual value of the custom outline code.

In an ExtendedAttribute element, Value is the actual value of an extended attribute (custom field).

In a TimephasedData element, Value is the value for each unit in the timephased data record.

<Value>
  StringValue
</Value>

Parent Elements

ValueListValuesExtendedAttributeTimephasedData, EnterpriseExtendedAttribute

Child Elements within OutlineCode

Values is the parent of a Value element within an OutlineCode element.

Element

Required/Optional

Description

ValueID

Optional

Unique ID for the custom outline code.

FieldGUID

Required

New in Project 2007. GUID of the outline code value.

Type

Required

New in Project 2007. Type of the outline code (text, date, duration, flag, cost, number)

ParentValueID 

Optional

Unique ID for the parent node of the custom outline code.

Value

Optional

Actual value of the custom outline code.

Description

Optional

Description of the custom outline code.

Child Elements within ExtendedAttribute

Element

Required/Optional

Description

ID 

Required

Unique ID for the outline code or custom field.

Value

Optional

Actual value of the outline code or custom field.

Description

Optional

Description of the outline code or custom field.

Phonetic

Optional

New in Project 2007. Phonetic information for custom field or outline code names.

Occurrences

Minimum: 0

Maximum: 1

Remarks

Value is recursive in an OutlineCode as part of the Values Element, and in ExtendedAttribute as part of a ValueList.

TimephasedData elements occur in Assignment , Baseline , Resource , and Task elements.

Child elements of Value can appear in any order.

See Also

Reference

OutlineCode Element

Assignment Element

Baseline Element

Resource Element

Task Element

Concepts

OutlineCode Elements and XML Structure

XML Schema for the OutlineCodes Element

ExtendedAttribute Elements and XML Structure

XML Schema for the ExtendedAttributes Element

TimephasedDataType Elements and XML Structure

XML Schema for the TimephasedDataType Complex Type