Overview
A collection of this structure represents the skills that satisfy the search criteria for unnamed candidate's skill.
...
Element | Data Type | Required? | Default | Description | Sample Data | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
SkillIdentity | No | The data structure that defines a resource skill. Click here for more information. | |||||||||||||||||||||||||||||||||
SkillLevelMask | Int64 | No | 31 | The bit number that matches is used for bitwise operations to set skill levels. It is the sum of the Decimal numbers that maps to the skill level.
levels. For example, if mask is 3, then the levels are 1 and 2 with a bitmap of "11000"; if mask is 4, the level is 3 with a bitmap of "00100"; If mask is 31, the levels are 1, 2, 3, 4 and 5 with a bitmap of "11111".
| 3 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<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> |