Definition Type: ComplexType
Name: PersonCompetencyType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Specified_ Person Competency. Details A specified person competency is a competency within the context of a personal record (profile, appraisal, assessment) assessed or asserted at specified level of proficiency. Used within contexts such as HR-XML's Resume, Candidate, New Hire, and Screening specifications.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AttachmentReference in schema components_xsd Drilldown into CompetencyEvidence in schema components_xsd Drilldown into CompetencyDimension in schema components_xsd Drilldown into InterestLevel in schema components_xsd Drilldown into ExperienceMeasure in schema fields_xsd Drilldown into LastUsedDate in schema fields_xsd Drilldown into ProficiencyLevel in schema components_xsd Drilldown into TaxonomyID in schema fields_xsd Drilldown into CompetencyName in schema fields_xsd Drilldown into CompetencyID in schema fields_xsdXSD Diagram of PersonCompetencyType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PersonCompetencyType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Specified_ Person Competency. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A specified person competency is a competency within the context of a personal record (profile, appraisal, assessment) assessed or asserted at specified level of proficiency.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Used within contexts such as HR-XML's Resume, Candidate, New Hire, and Screening specifications.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="CompetencyID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CompetencyName" minOccurs="0" />
        <xsd:element ref="TaxonomyID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ProficiencyLevel" minOccurs="0" />
        <xsd:element ref="LastUsedDate" minOccurs="0" />
        <xsd:element ref="ExperienceMeasure" minOccurs="0" />
        <xsd:element ref="InterestLevel" minOccurs="0" />
        <xsd:element ref="CompetencyDimension" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="CompetencyEvidence" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AttachmentReference" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CompetencyID nsA:CompetencyID 0 unbounded
CompetencyName nsA:CompetencyName 0 (1)
TaxonomyID nsA:TaxonomyID 0 unbounded
ProficiencyLevel nsA:ProficiencyLevel 0 (1)
LastUsedDate nsA:LastUsedDate 0 (1)
ExperienceMeasure nsA:ExperienceMeasure 0 (1)
InterestLevel nsA:InterestLevel 0 (1)
CompetencyDimension nsA:CompetencyDimension 0 unbounded
CompetencyEvidence nsA:CompetencyEvidence 0 unbounded
AttachmentReference nsA:AttachmentReference 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:PersonCompetency