simpleType RecognitionDescription
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
element Recognition/RecognitionDescription
facets
Kind Value annotation 
minLength 
maxLength 80 
annotation
documentation
The description of recognition given to the student for accomplishments in a co-curricular, or extra-curricular activity..
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="RecognitionDescription">
 
<xs:annotation>
   
<xs:documentation>The description of recognition given to the student for accomplishments in a co-curricular, or extra-curricular activity..</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="80"/>
 
</xs:restriction>
</xs:simpleType>