IsCostResource Element

Indicates whether the resource is a cost resource.

<IsCostResource>
  BooleanValue
</IsCostResource>

Parent Elements

Resource

Occurrences

Minimum: 0

Maximum: 1

Text Value

A text value of type boolean is required.

Valid values are listed in Table 1.

Value

Description

0

False

1

True

Example

The following example uses the IsCostResource element to indicate that the resource is a cost resource.

<Resource>
  …
  <IsCostResource>1</IsCostResource>
  …
</Resource>

See Also

Concepts

Resource Elements and XML Structure

XML Schema for the Resources Element