Share via


CurrencyCode Element

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

A three letter currency character code.

<CurrencyCode>
    StringValue
</CurrencyCode>

Parent Elements

Project

Occurrences

Minimum: 1

Maximum: 1

Text Value

A text value of type string is required. The string can have no more than three characters.

Remarks

The currency character codes are defined in ISO 4217; for example, the United States Dollar is USD, the Japanese Yen is JPY, and the European Euro is EUR.

The default value for new projects is determined by the enterprise global template. If there is no enterprise global template value, the default value is taken from the Windows operating system where Project Server is running.

Example

The following example uses the CurrencyCode element to specify that the currency for the project is United States dollars.

<Project xmlns="http://schemas.microsoft.com/project">
  …
  <CurrencyCode>USD</CurrencyCode>
  …
</Project>

See Also

Concepts

Project Elements and XML Structure

XML Schema for the Project Element