Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview


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

Format


PwsProjectTimeBaselineRef
  • PwsProjectTimeBaselineRef
    • ExternalSystemIdentifier: String
    • ProjectTimeBaselineId: Int32
    • ProjectTimeBaselineUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

ExternalSystemIdentifier

String

One of ExternalSystemIdentifier or ProjectTimeBaselineUid is required

The external system identifier is a unique identifier for a project time baseline (may be null, but once set can only be updated to a different, non-null value) 

 

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>
  • No labels