Definition Type: ComplexType
Name: SpecifiedCompetencyReferenceType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: CompetencyTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProficencyLevel in schema competencytypes_xsd Drilldown into CompetencyId in schema competencytypes_xsdXSD Diagram of SpecifiedCompetencyReferenceType in schema competencytypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="SpecifiedCompetencyReferenceType">
    <xsd:sequence>
        <xsd:element ref="CompetencyId" />
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CompetencyId hr:CompetencyId (1) (1)
ProficencyLevel hr:ProficencyLevel 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:AssessmentCompetencyReferenceType, hr:SpecifiedCompetencyReference