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

Version 1 Current »

Overview

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

Format

PwsSkillGroupSummary
  • PwsSkillGroupSummary
    • SkillGroupId: Int32
    • SkillGroupName: String
    • SkillGroupUid: Int64

Elements

Element

Data Type

Required?

Description

Sample Data

SkillGroupId

Int32

No

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


SkillGroupName

String

On Insert: Yes

On Update: Either SkillGroupName or SkillGroupUid is required

The name of the skill group and it is unique.


SkillGroupUid

Int64

On Insert: Yes

On Update: Either SkillGroupName or SkillGroupUid is required

A unique and immutable identifier for a skill group.


Usage Example(s)


Example 01
                  <b:SkillGroupSummary>
                     <b:SkillGroupId i:nil="true"/>
                     <b:SkillGroupName>Technology</b:SkillGroupName>
                     <b:SkillGroupUid>1152921504606850400</b:SkillGroupUid>
                  </b:SkillGroupSummary>          



  • No labels