simpleType HonorDescription
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
element AcademicHonor/HonorDescription
facets
Kind Value Annotation
minLength 1
maxLength 80
annotation
documentation
A description of the type of academic distinctions earned by or awarded to the individual.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>55</ann:EdFiId>
source <xs:simpleType name="HonorDescription">
 
<xs:annotation>
   
<xs:documentation>A description of the type of academic distinctions earned by or awarded to the individual.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>55</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="80"/>
 
</xs:restriction>
</xs:simpleType>