complexType
StudentAcademicRecord
element StudentAcademicRecord/CumulativeEarnedCredits
element StudentAcademicRecord/CumulativeAttemptedCredits
element StudentAcademicRecord/CumulativeGradePointsEarned
element StudentAcademicRecord/CumulativeGradePointAverage
element StudentAcademicRecord/GradeValueQualifier
element StudentAcademicRecord/ClassRanking
element StudentAcademicRecord/AcademicHonor
element StudentAcademicRecord/Recognition
element StudentAcademicRecord/ProjectedGraduationDate
element StudentAcademicRecord/SessionEarnedCredits
element StudentAcademicRecord/SessionAttemptedCredits
element StudentAcademicRecord/SessionGradePointsEarned
element StudentAcademicRecord/SessionGradePointAverage
element StudentAcademicRecord/Diploma
element StudentAcademicRecord/StudentReference
element StudentAcademicRecord/EducationOrganizationReference
element StudentAcademicRecord/SchoolYear
element StudentAcademicRecord/Term
element StudentAcademicRecord/ReportCardReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | CumulativeEarnedCredits CumulativeAttemptedCredits CumulativeGradePointsEarned CumulativeGradePointAverage GradeValueQualifier ClassRanking AcademicHonor Recognition ProjectedGraduationDate SessionEarnedCredits SessionAttemptedCredits SessionGradePointsEarned SessionGradePointAverage Diploma StudentReference EducationOrganizationReference SchoolYear Term 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="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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Credits | ||||||
properties |
|
||||||
children | Credits CreditType CreditConversion | ||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Credits | ||||||
properties |
|
||||||
children | Credits CreditType CreditConversion | ||||||
annotation |
|
||||||
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 | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | GPA | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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 | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | GPA | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
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/0210 | ||||||
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/AcademicHonor
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | AcademicHonor | ||||||
properties |
|
||||||
children | Achievement AcademicHonorCategory HonorDescription HonorAwardDate HonorAwardExpiresDate | ||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Recognition | ||||||
properties |
|
||||||
children | Achievement RecognitionType RecognitionDescription RecognitionAwardDate RecognitionAwardExpiresDate | ||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
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/SessionEarnedCredits
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Credits | ||||||
properties |
|
||||||
children | Credits CreditType CreditConversion | ||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Credits | ||||||
properties |
|
||||||
children | Credits CreditType CreditConversion | ||||||
annotation |
|
||||||
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 | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | GPA | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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 | |||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||
type | GPA | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Diploma | ||||||
properties |
|
||||||
children | Achievement DiplomaAwardDate DiplomaLevel DiplomaType CTECompleter DiplomaDescription DiplomaAwardExpiresDate | ||||||
annotation |
|
||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | SchoolYearType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | TermDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
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> |