Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Element

Data Type

Required?

Default

Description

Sample Data

ProjectCode

String



The Project Code is a unique identifier for a Project.

P001395-001

ProjectId

Int32



The Project Id is a unique identifier for a Project. For internal use only.


ProjectUid

Int64



The Project Uid is a unique and immutable identifier for a Project.

1152921504607412209

Usage Example(s)


Code Block
languagexml
titleExample 01 - Project Code Only
collapsetrue
               <com:PwsProjectRef>
                  <com:ProjectCode>P001395-001</com:ProjectCode>
                  <!--com:ProjectId>?</com:ProjectId-->
                  <!--com:ProjectUid>?</com:ProjectUid-->
               </com:PwsProjectRef>

...