simpleType RecognitionType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element Recognition/RecognitionType
facets
Kind Value annotation 
enumeration Athletic awards 
enumeration Awarding of units of value 
enumeration Citizenship award/recognition 
enumeration Completion of requirement, but no units of value awarded 
enumeration Certificate 
enumeration Honor award 
enumeration Letter of commendation 
enumeration Medals 
enumeration Monogram/letter 
enumeration Points 
enumeration Promotion or advancement 
enumeration Other 
annotation
documentation
The nature of recognition given to the student for accomplishments in a co-curricular, or extra-curricular activity.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="RecognitionType">
 
<xs:annotation>
   
<xs:documentation>The nature of recognition given to the student for accomplishments in a co-curricular, or extra-curricular activity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Athletic awards"/>
   
<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="Certificate"/>
   
<xs:enumeration value="Honor award"/>
   
<xs:enumeration value="Letter of commendation"/>
   
<xs:enumeration value="Medals"/>
   
<xs:enumeration value="Monogram/letter"/>
   
<xs:enumeration value="Points"/>
   
<xs:enumeration value="Promotion or advancement"/>
   
<xs:enumeration value="Other"/>
 
</xs:restriction>
</xs:simpleType>