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 is in the response for PwsGetSkillGroupList and it 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

PwsSkillGroupSummaryElement

Elements

Element

Data Type

Description

InactiveFlag

Boolean

?????

SkillGroupSummary

PwsSkillGroupSummary

This structure includes basic information about a skill group.

Usage Example(s)


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



  • No labels