Definition Type: Element
Name: ProficencyLevel
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: CompetencyTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Contains a value indicating a level of proficiency. The scale and meaning of the proficiency level value is determined within the context of the particular competency taxonomy referenced.
Collapse XSD Schema Diagram:
XSD Diagram of ProficencyLevel in schema competencytypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ProficencyLevel" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Contains a value indicating a level of proficiency. 
					The scale and meaning of the proficiency level value is determined within the context of the particular competency taxonomy referenced. </xsd:documentation>
    </xsd:annotation>
</xsd:element>