Versions Compared

Key

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

...

Panel
titlePwsTitleRef
  • PwsTitleRef
    • DepartmentIdentity: PwsDepartmentRef
    • TitleId: Int32
    • TitleName: String
    • TitleUid: Int64

Elements


Element

Data Type

Required?

Description

Sample Data

DepartmentIdentity

PwsDepartmentRef

Yes

The department associated with the resource title

 


TitleId

Int32

No

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

 

 


TitleName

String

One of TitleName or TitleUid is required

The title name is a unique identifier for a resource title (may be null, but once set can only be updated to a different, non-null value)

Level 3
 


TitleUid

Int64

See TitleName

A unique and immutable identifier for a resource title 

1152921504606885671
 


Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <com:TitleIdentity>
                        <com:DepartmentIdentity>
                           <com:DepartmentName>Executive Team</com:DepartmentName>
                           <com:DepartmentUid>1152921504606854181</com:DepartmentUid>
                        </com:DepartmentIdentity>
                        <com:TitleName>Level 3</com:TitleName>
                        <com:TitleUid>1152921504606885671</com:TitleUid>
                     </com:TitleIdentity>