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

« Previous Version 3 Next »

Overview

This structure represents the unique key fields associated with identifying a resource skill group. Skill groups are used in unnamed candidate's search criteria when requesting and booking resources for a project role.

Format

PwsSkillGroupRef
  • PwsSkillGroupRef
    • SkillGroupId: Int32
    • SkillGroupName: String (50)
    • SkillGroupUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

SkillGroupId

Int32

 

 

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

 

SkillGroupName

String (50)

One of SkillGroupName or SkillGroupUid is required


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

 Technology

SkillGroupUid

Int64

 See SkillGroupName above

 

 A unique and immutable identifier for a skill group

 1152921504606848480

Usage Example(s)


Example 01
                        <com:SkillGroupIdentity>
                           <com:SkillGroupName>Technology</com:SkillGroupName>
                        </com:SkillGroupIdentity>
                        <com:SkillName>HTML</com:SkillName>
  • No labels