Versions Compared

Key

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

...

This structure represents the unique key fields associated with identifying a resource skill. Skills are used when requesting and booking resources for a project role.

Format

Panel
titlePwsSkillRef
  • PwsSkillRef
    • SkillGroupIdentity: PwsSkillGroupRef
    • SkillId: Int32
    • SkillName: String
    • SkillUid: Int64

Elements

...

Element

...

Data Type

...

Required?

...

Default

...

Description

...

Sample Data

...

SkillGroupIdentity

...

PwsSkillGroupRef

...

...

Int32

...

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

...

SkillName

...

String

...

One of SkillName or SkillUid is required

...

The name of the skill is a unique identifier for a location

...

HTML

...

SkillUid

...

Int64

...

See SkillName above.

...

A unique and immutable identifier for a skill

...

1152921504606847219

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                     <com:SkillIdentity>                         <com:SkillGroupIdentity>
                           <com:SkillGroupName>Technology</com:SkillGroupName>
                        </com:SkillGroupIdentity>
                        <com:SkillName>HTML</com:SkillName>
                     </com:SkillIdentity>