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 2 Next »

Overview


This structure contains the complete set of information about a role Type. The structure is used both to retrieve detailed role type information and to pass information about a role back to the server to get updated.

Format

PwsSkillDetail
  • PwsSkillDetail
    • SkillGroupIdentity: PwsSkillGroupRef
    • SkillId: Int32
    • SkillName: String
    • SkillUid: Int64
    • InactiveFlag: Boolean
    • NewSkillName: String
    • SortOrder: Int16

Elements

Element

Data Type

Required?

Default

Description

SkillGroupIdentity

PwsSkillGroupRef




SkillId

Int32




SkillName

String




SkillUid

Int64




InactiveFlag

Boolean




NewSkillName

String




SortOrder

Int16




Usage Example(s)


Example
            <req:Skill>
               <!--Optional:-->
               <com:SkillGroupIdentity>
                  <com:SkillGroupName>Technology</com:SkillGroupName>
               </com:SkillGroupIdentity>
               <com:SkillName>HTML</com:SkillName>
               <com:InactiveFlag>0</com:InactiveFlag>
               <!--Optional:-->
               <com:NewSkillName>HTML2</com:NewSkillName>
               <!--Optional:-->
               <com:SortOrder>3</com:SortOrder>
            </req:Skill>
  • No labels