onix-codelist
Version:
ONIX 3.0 Code lists
22 lines (21 loc) • 602 B
TypeScript
export declare enum ChineseSchoolGrade {
Preschool,
Kindergarten,
PrimarySchoolFirstGrade,
PrimarySchoolSecondGrade,
PrimarySchoolThirdGrade,
PrimarySchoolFourthGrade,
PrimarySchoolFifthGrade,
PrimarySchoolSixthGrade,
JuniorSecondarySchoolSeventhGrade,
JuniorSecondarySchoolEighthGrade,
JuniorSecondarySchoolNinthGrade,
SeniorSecondarySchoolTenthGrade,
SeniorSecondarySchoolEleventhGrade,
SeniorSecondarySchoolTwelfthGrade,
UniversityFirstYear,
UniversitySecondYear,
UniversityThirdYear,
UniversityFourthYear,
GraduateLevel
}