Definition Type: SimpleType
Name: ISCEDInstitutionCodeEnumType
Namespace: http://www.hr-xml.org/3
Containing Schema: CodeLists.xsd
Documentation:
The International Standard Classification of Education (ISCED) is a scheme developed by the UN to provide a normalized, international set of values for classifying the level of a school or institution: 0 = Pre-primary education 1 = Primary education 2 = Lower secondary education 3 = (Upper) secondary education 4 = Post-secondary education 5 = First stage of tertiary education (not leading directly to an advanced research qualification) 6 = Second stage of tertiary education (leading to an advanced research qualification)
Collapse XSD Schema Diagram:
XSD Diagram of ISCEDInstitutionCodeEnumType in schema codelists_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:simpleType name="ISCEDInstitutionCodeEnumType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The International Standard Classification of Education (ISCED) is a scheme developed by the UN to provide a normalized, international set of values for classifying the level of a school or institution:
			0 = Pre-primary education
			1 = Primary education
			2 = Lower secondary education
			3 = (Upper) secondary education
			4 = Post-secondary education
			5 = First stage of tertiary education (not leading directly to an advanced research qualification)
			6 = Second stage of tertiary education (leading to an advanced research qualification) 
			</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="0" />
        <xsd:enumeration value="1" />
        <xsd:enumeration value="2" />
        <xsd:enumeration value="3" />
        <xsd:enumeration value="4" />
        <xsd:enumeration value="5" />
        <xsd:enumeration value="6" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration 0
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Collapse Derivation Tree:
Collapse References:
nsA:ISCEDEducationLevelCode