simpleType
AcademicHonorsType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="AcademicHonorsType"> <xs:annotation> <xs:documentation>A designation of the type of academic distinctions earned by or awarded to the student. </xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Honor roll"/> <xs:enumeration value="Honor society"/> <xs:enumeration value="Honorable mention"/> <xs:enumeration value="Honors program"/> <xs:enumeration value="Prize awards"/> <xs:enumeration value="Scholarships"/> <xs:enumeration value="Awarding of units of value"/> <xs:enumeration value="Citizenship award/recognition"/> <xs:enumeration value="Completion of requirement, but no units of value awarded"/> <xs:enumeration value="Attendance award"/> <xs:enumeration value="Certificate"/> <xs:enumeration value="Honor award"/> <xs:enumeration value="Letter of student commendation"/> <xs:enumeration value="Medals"/> <xs:enumeration value="National Merit scholar"/> <xs:enumeration value="Points"/> <xs:enumeration value="Promotion or advancement"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |