complexType StudentAcademicRecord
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1505.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children CumulativeEarnedCredits CumulativeAttemptedCredits CumulativeGradePointsEarned CumulativeGradePointAverage GradeValueQualifier ClassRanking AcademicHonor Recognition ProjectedGraduationDate SessionEarnedCredits SessionAttemptedCredits SessionGradePointsEarned SessionGradePointAverage Diploma StudentReference EducationOrganizationReference SchoolYear Term ReportCardReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This educational entity represents the cumulative record of academic achievement for a student.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StudentAcademicRecord">
 
<xs:annotation>
   
<xs:documentation>This educational entity represents the cumulative record of academic achievement for a student.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="CumulativeEarnedCredits" type="Credits" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The cumulative number of credits an individual earns by completing courses or examinations during his or her enrollment in the current school as well as those credits transferred from schools in which the individual had been previously enrolled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CumulativeAttemptedCredits" type="Credits" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The cumulative number of credits an individual attempts to earn by taking courses during his or her enrollment in the current school as well as those credits transferred from schools in which the individual had been previously enrolled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CumulativeGradePointsEarned" type="GPA" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The cumulative number of grade points an individual earns by successfully completing courses or examinations during his or her enrollment in the current school as well as those transferred from schools in which the individual had been previously enrolled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CumulativeGradePointAverage" type="GPA" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A measure of average performance in all courses taken by an individual during his or her school career as determined for record-keeping purposes. This is obtained by dividing the total grade points received by the total number of credits attempted. This usually includes grade points received and credits attempted in his or her current school as well as those transferred from schools in which the individual was previously enrolled.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="GradeValueQualifier" type="GradeValueQualifier" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student's Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.)</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ClassRanking" type="ClassRanking" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The academic rank information of a student in relation to his or her graduating class.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AcademicHonor" type="AcademicHonor" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Academic distinctions earned by or awarded to the student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Recognition" type="Recognition" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Recognitions given to the student for accomplishments in a co-curricular or extracurricular activity.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProjectedGraduationDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The month and year the student is projected to graduate.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionEarnedCredits" type="Credits" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of credits an individual earned in this session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionAttemptedCredits" type="Credits" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of credits an individual attempted to earn in this session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionGradePointsEarned" type="GPA" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of grade points an individual earned for this session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionGradePointAverage" type="GPA" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The grade point average for an individual computed as the grade points earned during the session divided by the number of credits attempted.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Diploma" type="Diploma" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Diploma(s) earned by the student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Identifies the student who is associated with the StudentAcademicRecord.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Provides user information to lookup and link to an existing educational organization record.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolYear" type="SchoolYearType">
         
<xs:annotation>
           
<xs:documentation>The identifier for the school year.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Term" type="TermDescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The term for the session during the school year.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>TermDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ReportCardReference" type="ReportCardReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Report cards for the student.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentAcademicRecord/CumulativeEarnedCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1506.png
namespace http://ed-fi.org/0210
type Credits
properties
minOcc 0
maxOcc 1
content complex
children Credits CreditType CreditConversion
annotation
documentation
The cumulative number of credits an individual earns by completing courses or examinations during his or her enrollment in the current school as well as those credits transferred from schools in which the individual had been previously enrolled.
source <xs:element name="CumulativeEarnedCredits" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The cumulative number of credits an individual earns by completing courses or examinations during his or her enrollment in the current school as well as those credits transferred from schools in which the individual had been previously enrolled.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/CumulativeAttemptedCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1507.png
namespace http://ed-fi.org/0210
type Credits
properties
minOcc 0
maxOcc 1
content complex
children Credits CreditType CreditConversion
annotation
documentation
The cumulative number of credits an individual attempts to earn by taking courses during his or her enrollment in the current school as well as those credits transferred from schools in which the individual had been previously enrolled.
source <xs:element name="CumulativeAttemptedCredits" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The cumulative number of credits an individual attempts to earn by taking courses during his or her enrollment in the current school as well as those credits transferred from schools in which the individual had been previously enrolled.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/CumulativeGradePointsEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1508.png
namespace http://ed-fi.org/0210
type GPA
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
The cumulative number of grade points an individual earns by successfully completing courses or examinations during his or her enrollment in the current school as well as those transferred from schools in which the individual had been previously enrolled.
source <xs:element name="CumulativeGradePointsEarned" type="GPA" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The cumulative number of grade points an individual earns by successfully completing courses or examinations during his or her enrollment in the current school as well as those transferred from schools in which the individual had been previously enrolled.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/CumulativeGradePointAverage
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1509.png
namespace http://ed-fi.org/0210
type GPA
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
A measure of average performance in all courses taken by an individual during his or her school career as determined for record-keeping purposes. This is obtained by dividing the total grade points received by the total number of credits attempted. This usually includes grade points received and credits attempted in his or her current school as well as those transferred from schools in which the individual was previously enrolled.
source <xs:element name="CumulativeGradePointAverage" type="GPA" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A measure of average performance in all courses taken by an individual during his or her school career as determined for record-keeping purposes. This is obtained by dividing the total grade points received by the total number of credits attempted. This usually includes grade points received and credits attempted in his or her current school as well as those transferred from schools in which the individual was previously enrolled.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/GradeValueQualifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1510.png
namespace http://ed-fi.org/0210
type GradeValueQualifier
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 80
annotation
documentation
The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student's Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.)
source <xs:element name="GradeValueQualifier" type="GradeValueQualifier" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The scale of equivalents, if applicable, for grades awarded as indicators of performance in schoolwork. For example, numerical equivalents for letter grades used in determining a student's Grade Point Average (A=4, B=3, C=2, D=1 in a four-point system) or letter equivalents for percentage grades (90-100%=A, 80-90%=B, etc.)</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/ClassRanking
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1511.png
namespace http://ed-fi.org/0210
type ClassRanking
properties
minOcc 0
maxOcc 1
content complex
children ClassRank TotalNumberInClass PercentageRanking ClassRankingDate
annotation
documentation
The academic rank information of a student in relation to his or her graduating class.
source <xs:element name="ClassRanking" type="ClassRanking" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The academic rank information of a student in relation to his or her graduating class.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/AcademicHonor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1512.png
namespace http://ed-fi.org/0210
type AcademicHonor
properties
minOcc 0
maxOcc unbounded
content complex
children Achievement AcademicHonorCategory HonorDescription HonorAwardDate HonorAwardExpiresDate
annotation
documentation
Academic distinctions earned by or awarded to the student.
source <xs:element name="AcademicHonor" type="AcademicHonor" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Academic distinctions earned by or awarded to the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/Recognition
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1513.png
namespace http://ed-fi.org/0210
type Recognition
properties
minOcc 0
maxOcc unbounded
content complex
children Achievement RecognitionType RecognitionDescription RecognitionAwardDate RecognitionAwardExpiresDate
annotation
documentation
Recognitions given to the student for accomplishments in a co-curricular or extracurricular activity.
source <xs:element name="Recognition" type="Recognition" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Recognitions given to the student for accomplishments in a co-curricular or extracurricular activity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/ProjectedGraduationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1514.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month and year the student is projected to graduate.
source <xs:element name="ProjectedGraduationDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The month and year the student is projected to graduate.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SessionEarnedCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1515.png
namespace http://ed-fi.org/0210
type Credits
properties
minOcc 0
maxOcc 1
content complex
children Credits CreditType CreditConversion
annotation
documentation
The number of credits an individual earned in this session.
source <xs:element name="SessionEarnedCredits" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of credits an individual earned in this session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SessionAttemptedCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1516.png
namespace http://ed-fi.org/0210
type Credits
properties
minOcc 0
maxOcc 1
content complex
children Credits CreditType CreditConversion
annotation
documentation
The number of credits an individual attempted to earn in this session.
source <xs:element name="SessionAttemptedCredits" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of credits an individual attempted to earn in this session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SessionGradePointsEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1517.png
namespace http://ed-fi.org/0210
type GPA
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
The number of grade points an individual earned for this session.
source <xs:element name="SessionGradePointsEarned" type="GPA" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of grade points an individual earned for this session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SessionGradePointAverage
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1518.png
namespace http://ed-fi.org/0210
type GPA
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 18
fractionDigits 4
annotation
documentation
The grade point average for an individual computed as the grade points earned during the session divided by the number of credits attempted.
source <xs:element name="SessionGradePointAverage" type="GPA" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The grade point average for an individual computed as the grade points earned during the session divided by the number of credits attempted.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/Diploma
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1519.png
namespace http://ed-fi.org/0210
type Diploma
properties
minOcc 0
maxOcc unbounded
content complex
children Achievement DiplomaAwardDate DiplomaLevel DiplomaType CTECompleter DiplomaDescription DiplomaAwardExpiresDate
annotation
documentation
Diploma(s) earned by the student.
source <xs:element name="Diploma" type="Diploma" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Diploma(s) earned by the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1520.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Identifies the student who is associated with the StudentAcademicRecord.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the student who is associated with the StudentAcademicRecord.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1521.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Provides user information to lookup and link to an existing educational organization record.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides user information to lookup and link to an existing educational organization record.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1522.png
namespace http://ed-fi.org/0210
type SchoolYearType
properties
content simple
facets
Kind Value Annotation
enumeration 1990-1991
enumeration 1991-1992
enumeration 1992-1993
enumeration 1993-1994
enumeration 1994-1995
enumeration 1995-1996
enumeration 1996-1997
enumeration 1997-1998
enumeration 1998-1999
enumeration 1999-2000
enumeration 2000-2001
enumeration 2001-2002
enumeration 2002-2003
enumeration 2003-2004
enumeration 2004-2005
enumeration 2005-2006
enumeration 2006-2007
enumeration 2007-2008
enumeration 2008-2009
enumeration 2009-2010
enumeration 2010-2011
enumeration 2011-2012
enumeration 2012-2013
enumeration 2013-2014
enumeration 2014-2015
enumeration 2015-2016
enumeration 2016-2017
enumeration 2017-2018
enumeration 2018-2019
enumeration 2019-2020
enumeration 2020-2021
enumeration 2021-2022
enumeration 2022-2023
enumeration 2023-2024
enumeration 2024-2025
enumeration 2025-2026
enumeration 2026-2027
enumeration 2027-2028
enumeration 2028-2029
enumeration 2029-2030
enumeration 2030-2031
enumeration 2031-2032
enumeration 2032-2033
enumeration 2033-2034
enumeration 2034-2035
enumeration 2035-2036
enumeration 2036-2037
enumeration 2037-2038
enumeration 2038-2039
enumeration 2039-2040
enumeration 2040-2041
enumeration 2041-2042
enumeration 2042-2043
enumeration 2043-2044
enumeration 2044-2045
enumeration 2045-2046
enumeration 2046-2047
enumeration 2047-2048
enumeration 2048-2049
enumeration 2049-2050
annotation
documentation
The identifier for the school year.
source <xs:element name="SchoolYear" type="SchoolYearType">
 
<xs:annotation>
   
<xs:documentation>The identifier for the school year.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/Term
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1523.png
namespace http://ed-fi.org/0210
type TermDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The term for the session during the school year.
appinfo
<ann:Descriptor>TermDescriptor</ann:Descriptor>
source <xs:element name="Term" type="TermDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The term for the session during the school year.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>TermDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/ReportCardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1524.png
namespace http://ed-fi.org/0210
type ReportCardReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children ReportCardIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Report cards for the student.
source <xs:element name="ReportCardReference" type="ReportCardReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Report cards for the student.</xs:documentation>
 
</xs:annotation>
</xs:element>