Versions Compared

Key

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

Overview

This structure contains the basic set of information about a skill. The information represented in this structure is not comprehensive and only includes certain key attributes of a skill. 

Format

Panel
titlePwsSkillSummary
  • PwsSkillSummary
    • SkillGroupIdentity: PwsSkillGroupRef
    • SkillId: Int32
    • SkillName: String
    • SkillUid: Int64
    • InactiveFlag: Boolean

...

Element

Data Type

Required

Description

Sample Data

SkillGroupIdentity

PwsSkillGroupRef

Yes

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


SkillId

Int32

On Insert: No

On Update: No

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


SkillName

String

On Insert: Yes

On Update: No

The name of the skill.  It is unique within a skill group.  

Financial Services

SkillUid

Int64

Either SkillName or SkillUid is required

A unique and immutable identifier for a skill.


InactiveFlag

Boolean

No

If set to "true", skill is inactive. If set to "false", skill is active. 

false

...