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