complexType StudentAcademicRecord
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p990.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children CumulativeCreditsEarned CumulativeCreditsAttempted CumulativeGradePointsEarned CumulativeGradePointAverage GradeValueQualifier ClassRanking AcademicHonors Recognitions ProjectedGraduationDate SessionCreditsEarned SessionCreditsAttempted SessionGradePointsEarned SessionGradePointAverage Diploma StudentReference SessionReference ReportCardReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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="CumulativeCreditsEarned" 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="CumulativeCreditsAttempted" 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="xs:decimal" 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="xs:decimal" 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&apos;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="AcademicHonors" 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="Recognitions" type="Recognition" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Recognitions given to the student for accomplishments in a co-curricular, or extra-curricular 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="SessionCreditsEarned" type="Credits" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of an credits an individual earned in this session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionCreditsAttempted" type="Credits" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The number of an credits an individual attempted to earn in this session.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionGradePointsEarned" type="xs:decimal" 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="xs:decimal" 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">
         
<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 that is associated with the Student Academic Record.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionReference" type="SessionReferenceType">
         
<xs:annotation>
           
<xs:documentation>The session associated with the session.</xs:documentation>
         
</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/CumulativeCreditsEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p991.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
CreditTypeCreditTypeoptional      
documentation
The type of credits or units of value awarded for the completion of a course
CreditConversionxs:decimaloptional      
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
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="CumulativeCreditsEarned" 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/CumulativeCreditsAttempted
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p992.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
CreditTypeCreditTypeoptional      
documentation
The type of credits or units of value awarded for the completion of a course
CreditConversionxs:decimaloptional      
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
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="CumulativeCreditsAttempted" 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_p993.png
namespace http://ed-fi.org/0110
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
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="xs:decimal" 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_p994.png
namespace http://ed-fi.org/0110
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
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="xs:decimal" 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_p995.png
namespace http://ed-fi.org/0110
type GradeValueQualifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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&apos;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&apos;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_p996.png
namespace http://ed-fi.org/0110
type ClassRanking
properties
isRef 0
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/AcademicHonors
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p997.png
namespace http://ed-fi.org/0110
type AcademicHonor
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children AcademicHonorsType HonorsDescription HonorAwardDate
annotation
documentation
Academic distinctions earned by or awarded to the student.
source <xs:element name="AcademicHonors" 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/Recognitions
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p998.png
namespace http://ed-fi.org/0110
type Recognition
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children RecognitionType RecognitionDescription RecognitionAwardDate
annotation
documentation
Recognitions given to the student for accomplishments in a co-curricular, or extra-curricular activity.
source <xs:element name="Recognitions" type="Recognition" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Recognitions given to the student for accomplishments in a co-curricular, or extra-curricular activity.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/ProjectedGraduationDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p999.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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/SessionCreditsEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1000.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
CreditTypeCreditTypeoptional      
documentation
The type of credits or units of value awarded for the completion of a course
CreditConversionxs:decimaloptional      
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
annotation
documentation
The number of an credits an individual earned in this session.
source <xs:element name="SessionCreditsEarned" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of an credits an individual earned in this session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SessionCreditsAttempted
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1001.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
CreditTypeCreditTypeoptional      
documentation
The type of credits or units of value awarded for the completion of a course
CreditConversionxs:decimaloptional      
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
annotation
documentation
The number of an credits an individual attempted to earn in this session.
source <xs:element name="SessionCreditsAttempted" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of an 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_p1002.png
namespace http://ed-fi.org/0110
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The number of grade points an individual earned for this session.
source <xs:element name="SessionGradePointsEarned" type="xs:decimal" 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_p1003.png
namespace http://ed-fi.org/0110
type xs:decimal
properties
isRef 0
minOcc 0
maxOcc 1
content simple
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="xs:decimal" 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_p1004.png
namespace http://ed-fi.org/0110
type Diploma
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children DiplomaAwardDate DiplomaLevel DiplomaType CTECompleter
annotation
documentation
Diploma(s) earned by the student.
source <xs:element name="Diploma" type="Diploma" minOccurs="0">
 
<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_p1005.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Identifies the student that is associated with the Student Academic Record.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the student that is associated with the Student Academic Record.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1006.png
namespace http://ed-fi.org/0110
type SessionReferenceType
properties
isRef 0
content complex
children SessionIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The session associated with the session.
source <xs:element name="SessionReference" type="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The session associated with the session.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentAcademicRecord/ReportCardReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1007.png
namespace http://ed-fi.org/0110
type ReportCardReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children ReportCardIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs: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>