Versions Compared

Key

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

...

A collection of this structure represents the cost centers skills that satisfy the search criteria for project roleunnamed candidate's cost centerskill.  

Format

Panel
titlePwsSkillCriteria
  • PwsSkillCriteria

Element

Element

Data Type

Required?

Default

Description

Sample Data

SkillIdentity

PwsSkillRef

 

 

 

 

SkillLevelMask

Int64

 

 

 

 

No




SkillLevelMask

Int64

No

31

The bit number that matches to the skill level.

LevelMask
11
22
34
48
516

For example, if mask is 3, then the levels are 1 and 2; if mask is 4, the level is 3; If mask is 31, the levels are 1, 2, 3, 4 and 5.


3


Usage Example(s)

Code Block
languagexml
titleExample 01
collapsetrue
                    <com:PwsSkillCriteria>
                     <com:SkillIdentity>
                        <com:SkillGroupIdentity>
                           <com:SkillGroupName>Technology</com:SkillGroupName>
                        </com:SkillGroupIdentity>
                        <com:SkillName>HTML</com:SkillName>
                     </com:SkillIdentity>
                     <com:SkillLevelMask>3</com:SkillLevelMask>
                  </com:PwsSkillCriteria>