complexType AcademicHonor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1.png
namespace http://ed-fi.org/0110
children AcademicHonorsType HonorsDescription HonorAwardDate
used by
element StudentAcademicRecord/AcademicHonors
annotation
documentation
Academic distinctions earned by or awarded to the student
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="AcademicHonor">
 
<xs:annotation>
   
<xs:documentation>Academic distinctions earned by or awarded to the student</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="AcademicHonorsType" type="AcademicHonorsType">
     
<xs:annotation>
       
<xs:documentation>A designation of the type of academic distinctions earned by or awarded to the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="HonorsDescription" type="HonorsDescription" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A description of the type of academic distinctions earned by or awarded to the individual.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="HonorAwardDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date the honor was awarded or earned.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AcademicHonor/AcademicHonorsType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p2.png
namespace http://ed-fi.org/0110
type AcademicHonorsType
properties
isRef 0
content simple
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.
source <xs:element name="AcademicHonorsType" type="AcademicHonorsType">
 
<xs:annotation>
   
<xs:documentation>A designation of the type of academic distinctions earned by or awarded to the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicHonor/HonorsDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p3.png
namespace http://ed-fi.org/0110
type HonorsDescription
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 80 
annotation
documentation
A description of the type of academic distinctions earned by or awarded to the individual.
source <xs:element name="HonorsDescription" type="HonorsDescription" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A description of the type of academic distinctions earned by or awarded to the individual.</xs:documentation>
 
</xs:annotation>
</xs:element>

element AcademicHonor/HonorAwardDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p4.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the honor was awarded or earned.
source <xs:element name="HonorAwardDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the honor was awarded or earned.</xs:documentation>
 
</xs:annotation>
</xs:element>