complexType
StudentAcademicRecord
element StudentAcademicRecord/CumulativeCreditsEarned
element StudentAcademicRecord/CumulativeCreditsAttempted
element StudentAcademicRecord/CumulativeGradePointsEarned
element StudentAcademicRecord/CumulativeGradePointAverage
element StudentAcademicRecord/GradeValueQualifier
element StudentAcademicRecord/ClassRanking
element StudentAcademicRecord/AcademicHonors
element StudentAcademicRecord/Recognitions
element StudentAcademicRecord/ProjectedGraduationDate
element StudentAcademicRecord/SessionCreditsEarned
element StudentAcademicRecord/SessionCreditsAttempted
element StudentAcademicRecord/SessionGradePointsEarned
element StudentAcademicRecord/SessionGradePointAverage
element StudentAcademicRecord/Diploma
element StudentAcademicRecord/StudentReference
element StudentAcademicRecord/SessionReference
element StudentAcademicRecord/ReportCardReference
| diagram | ![]() |
||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||
| type | extension of ComplexObjectType | ||||||||||||||
| properties |
|
||||||||||||||
| children | CumulativeCreditsEarned CumulativeCreditsAttempted CumulativeGradePointsEarned CumulativeGradePointAverage GradeValueQualifier ClassRanking AcademicHonors Recognitions ProjectedGraduationDate SessionCreditsEarned SessionCreditsAttempted SessionGradePointsEarned SessionGradePointAverage Diploma StudentReference SessionReference ReportCardReference | ||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| 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'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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | Credits | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | Credit | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | Credits | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | Credit | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:decimal | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:decimal | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| 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 | ![]() |
|||||||||
| namespace | http://ed-fi.org/0110 | |||||||||
| type | GradeValueQualifier | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | ClassRanking | ||||||||
| properties |
|
||||||||
| children | ClassRank TotalNumberInClass PercentageRanking ClassRankingDate | ||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | AcademicHonor | ||||||||
| properties |
|
||||||||
| children | AcademicHonorsType HonorsDescription HonorAwardDate | ||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | Recognition | ||||||||
| properties |
|
||||||||
| children | RecognitionType RecognitionDescription RecognitionAwardDate | ||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:date | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | Credits | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | Credit | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | Credits | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | Credit | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:decimal | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:decimal | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | Diploma | ||||||||
| properties |
|
||||||||
| children | DiplomaAwardDate DiplomaLevel DiplomaType CTECompleter | ||||||||
| annotation |
|
||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | StudentReferenceType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | StudentIdentity | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | SessionReferenceType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | SessionIdentity | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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 | ![]() |
||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | ReportCardReferenceType | ||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||
| children | ReportCardIdentity | ||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||
| 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> |


















