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