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 Current »

Overview


This structure represents a resource's skill and skill level. Each skill belongs to a group, and the skill group can be uniquely identified with a SkillGroupName or SkillGroupUid, while the skill can be uniquely identified with a SkillName or SkillUid.

Format


PwsResourceSkillLevel
  • PwsResourceSkillLevel
    • SkillGroupIdentity: PwsSkillGroupRef
    • SkillId: Int32
    • SkillName: String
    • SkillUid: Int64
    • SkillLevel: Byte

Elements


Element

Data Type

Required?

Description

Sample Data

SkillGroupIdentity

PwsSkillGroupRef

Yes

This structure represents the unique key fields associated with identifying a resource skill group. Skill groups are used to categorize skills (see PwsSkillRef) into related groupings.


SkillId

Int32

 No

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


SkillName

String (50)

One of SkillName or SkillUid is required

The skill name is a unique identifier for a skill.

English

SkillUid

Int64

See SkillName

A unique and immutable identifier for a skill

1152921504606918049

SkillLevel

Byte

Yes

The skill level

5

Usage Example(s)


Example 01
                     <b:PwsResourceSkillLevel>
                        <b:SkillGroupIdentity>
                           <b:SkillGroupId i:nil="true"/>
                           <b:SkillGroupName>Languages</b:SkillGroupName>
                           <b:SkillGroupUid>1152921504606854520</b:SkillGroupUid>
                        </b:SkillGroupIdentity>
                        <b:SkillId i:nil="true"/>
                        <b:SkillName>English</b:SkillName>
                        <b:SkillUid>1152921504606918049</b:SkillUid>
                        <b:SkillLevel>5</b:SkillLevel>
                     </b:PwsResourceSkillLevel>  
  • No labels