complexType Recognition
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1124.png
namespace http://ed-fi.org/0210
children Achievement RecognitionType RecognitionDescription RecognitionAwardDate RecognitionAwardExpiresDate
used by
elements Staff/Recognition StudentAcademicRecord/Recognition
annotation
documentation
Recognition given to the learner for accomplishments in a co-curricular, or extra-curricular activity.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="Recognition">
 
<xs:annotation>
   
<xs:documentation>Recognition given to the learner for accomplishments in a co-curricular, or extra-curricular activity.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Achievement" type="Achievement">
     
<xs:annotation>
       
<xs:documentation>An entity that includes information about achievement earned by a learner upon fulfilling a specified criteria.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RecognitionType" type="RecognitionType">
     
<xs:annotation>
       
<xs:documentation>The nature of recognition given to the learner for accomplishments in a co-curricular, or extra-curricular activity.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RecognitionDescription" type="RecognitionDescription" 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="RecognitionAwardDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date the recognition was awarded or earned.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="RecognitionAwardExpiresDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Date on which the award expires.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Recognition/Achievement
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1125.png
namespace http://ed-fi.org/0210
type Achievement
properties
content complex
children AchievementTitle AchievementCategory AchievementCategorySystem IssuerName IssuerOriginURL Criteria CriteriaURL EvidenceStatement ImageURL
annotation
documentation
An entity that includes information about achievement earned by a learner upon fulfilling a specified criteria.
source <xs:element name="Achievement" type="Achievement">
 
<xs:annotation>
   
<xs:documentation>An entity that includes information about achievement earned by a learner upon fulfilling a specified criteria.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Recognition/RecognitionType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1126.png
namespace http://ed-fi.org/0210
type RecognitionType
properties
content simple
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 learner for accomplishments in a co-curricular, or extra-curricular activity.
source <xs:element name="RecognitionType" type="RecognitionType">
 
<xs:annotation>
   
<xs:documentation>The nature of recognition given to the learner for accomplishments in a co-curricular, or extra-curricular activity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Recognition/RecognitionDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1127.png
namespace http://ed-fi.org/0210
type RecognitionDescription
properties
minOcc 0
maxOcc 1
content simple
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.
source <xs:element name="RecognitionDescription" type="RecognitionDescription" 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 Recognition/RecognitionAwardDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1128.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the recognition was awarded or earned.
source <xs:element name="RecognitionAwardDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the recognition was awarded or earned.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Recognition/RecognitionAwardExpiresDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1129.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Date on which the award expires.
source <xs:element name="RecognitionAwardExpiresDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Date on which the award expires.</xs:documentation>
 
</xs:annotation>
</xs:element>