PwsSkillRef

Overview

This structure represents the unique key fields associated with identifying a skill.

Format

PwsSkillRef
  • PwsSkillRef
    • SkillGroupIdentity: PwsSkillGroupRef
    • SkillId: Int32
    • SkillName: String (50)
    • SkillUid: Int64

Elements

Element

Data Type

Required?

Default

Description

Sample Data

SkillGroupIdentity

PwsSkillGroupRef



The identity of the skill group. Click here for more information.


SkillId

Int32



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


SkillName

String (50)

One of SkillGroupIdentity/SkillName or SkillUid is required


The name of the skill, along with the skill group identity is a unique identifier for a skill. A skill with the same name can exist under 2 or more skill groups.

HTML

SkillUid

Int64

One of SkillGroupIdentity/SkillName or SkillUid is required


A unique and immutable identifier for a skill.

1152921504606847219

Usage Example(s)


Example 01
                     <com:SkillIdentity>
                        <com:SkillGroupIdentity>
                           <com:SkillGroupName>Technology</com:SkillGroupName>
                        </com:SkillGroupIdentity>
                        <com:SkillName>HTML</com:SkillName>
                     </com:SkillIdentity>