PwsProjectTimeBaselineRef

Overview


This structure contains the unique key fields associated with a project time baseline. Project time baselines can be identified by ExternalSystemIdentifier or ProjectTimeBaselineUid. When specifying a PwsProjectTimeBaselineRef as an input to a web service, you may specify one or both of these fields. However, if you do specify both, they must both refer to the same project time baseline or the project time baseline reference will not be considered valid. When a PwsProjectTimeBaselineRef is returned in the response to a web service, both fields will be populated, and guaranteed to refer to a single time baseline.

Format


PwsProjectTimeBaselineRef
  • PwsProjectTimeBaselineRef
    • ExternalSystemIdentifier: String (50)
    • ProjectTimeBaselineId: Int32
    • ProjectTimeBaselineUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String (50)

One of ExternalSystemIdentifier or ProjectTimeBaselineUid is required

The external system identifier is a unique identifier for a project time baseline.


ProjectTimeBaselineId

Int32

No

The project time baseline Id is a unique identifier for a project time baseline. For internal use only.  


ProjectTimeBaselineUid

Int64

See ExternalSystemIdentifier

A unique and immutable identifier for a project time baseline.

1152921504607411675

Usage Example(s)


Example 01
            <a:ProjectTimeBaselineIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
               <b:ProjectTimeBaselineUid>1152921504607411675</b:ProjectTimeBaselineUid>
            </a:ProjectTimeBaselineIdentity>