complexType
CourseTranscript
element CourseTranscript/CourseAttemptResult
element CourseTranscript/AttemptedCredits
element CourseTranscript/EarnedCredits
element CourseTranscript/EarnedAdditionalCredits
element CourseTranscript/WhenTakenGradeLevel
element CourseTranscript/MethodCreditEarned
element CourseTranscript/FinalLetterGradeEarned
element CourseTranscript/FinalNumericGradeEarned
element CourseTranscript/CourseRepeatCode
element CourseTranscript/CourseReference
element CourseTranscript/StudentAcademicRecordReference
element CourseTranscript/CourseTitle
element CourseTranscript/AlternativeCourseTitle
element CourseTranscript/AlternativeCourseCode
element CourseTranscript/ExternalEducationOrganizationReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | CourseAttemptResult AttemptedCredits EarnedCredits EarnedAdditionalCredits WhenTakenGradeLevel MethodCreditEarned FinalLetterGradeEarned FinalNumericGradeEarned CourseRepeatCode CourseReference StudentAcademicRecordReference CourseTitle AlternativeCourseTitle AlternativeCourseCode ExternalEducationOrganizationReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="CourseTranscript"> <xs:annotation> <xs:documentation>This entity is the final record of a student's performance in their courses at the end of a semester or school year.</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="CourseAttemptResult" type="CourseAttemptResultType"> <xs:annotation> <xs:documentation>The result from the student's attempt to take the course, for example: Pass Fail Incomplete Withdrawn.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AttemptedCredits" type="Credits" minOccurs="0"> <xs:annotation> <xs:documentation>The number of credits a student attempted and could earn for successfully completing a given course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarnedCredits" type="Credits"> <xs:annotation> <xs:documentation>The number of credits a student earned for completing a given course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EarnedAdditionalCredits" type="AdditionalCredits" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The number of additional credits a student attempted and could earn for successfully completing a given course (e.g., dual credit, AP, IB).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="WhenTakenGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Student's grade level at time of course.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="MethodCreditEarned" type="MethodCreditEarnedType" minOccurs="0"> <xs:annotation> <xs:documentation>The method the credits were earned (e.g., Classroom, Examination, Transfer).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FinalLetterGradeEarned" type="GradeEarned" minOccurs="0"> <xs:annotation> <xs:documentation>The final indicator of student performance in a class as submitted by the instructor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FinalNumericGradeEarned" type="NumericGrade" minOccurs="0"> <xs:annotation> <xs:documentation>The final indicator of student performance in a class as submitted by the instructor.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseRepeatCode" type="CourseRepeatCodeType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseReference" type="CourseReferenceType"> <xs:annotation> <xs:documentation>The course recorded in the course transcript entry.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StudentAcademicRecordReference" type="StudentAcademicRecordReferenceType"> <xs:annotation> <xs:documentation>Link to the student's academic record for a semester/school year.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseTitle" type="CourseTitle" minOccurs="0"> <xs:annotation> <xs:documentation>The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, language arts).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AlternativeCourseTitle" type="CourseTitle" minOccurs="0"> <xs:annotation> <xs:documentation>The descriptive name given to a course of study offered in the school, if different from the CourseTitle.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="AlternativeCourseCode" type="LocalCourseCode" minOccurs="0"> <xs:annotation> <xs:documentation>The local code assigned by the school that identifies the course offering, the code from an external educational organization, or other alternate course code.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ExternalEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Optional association between CourseTranscript and ExternalEdOrg is designed to capture cases in which the student takes a course via an ExternalEducationOrganization (like an enrolled student taking a Khan Academy course).</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CourseTranscript/CourseAttemptResult
diagram | ||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | CourseAttemptResultType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
source | <xs:element name="CourseAttemptResult" type="CourseAttemptResultType"> <xs:annotation> <xs:documentation>The result from the student's attempt to take the course, for example: Pass Fail Incomplete Withdrawn.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/AttemptedCredits
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Credits | ||||||
properties |
|
||||||
children | Credits CreditType CreditConversion | ||||||
annotation |
|
||||||
source | <xs:element name="AttemptedCredits" type="Credits" minOccurs="0"> <xs:annotation> <xs:documentation>The number of credits a student attempted and could earn for successfully completing a given course.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/EarnedCredits
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | Credits | ||
properties |
|
||
children | Credits CreditType CreditConversion | ||
annotation |
|
||
source | <xs:element name="EarnedCredits" type="Credits"> <xs:annotation> <xs:documentation>The number of credits a student earned for completing a given course.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/EarnedAdditionalCredits
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | AdditionalCredits | ||||||
properties |
|
||||||
children | Credits AdditionalCreditType | ||||||
annotation |
|
||||||
source | <xs:element name="EarnedAdditionalCredits" type="AdditionalCredits" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The number of additional credits a student attempted and could earn for successfully completing a given course (e.g., dual credit, AP, IB).</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/WhenTakenGradeLevel
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | GradeLevelDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="WhenTakenGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Student's grade level at time of course.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element CourseTranscript/MethodCreditEarned
diagram | ||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||
type | MethodCreditEarnedType | |||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||
source | <xs:element name="MethodCreditEarned" type="MethodCreditEarnedType" minOccurs="0"> <xs:annotation> <xs:documentation>The method the credits were earned (e.g., Classroom, Examination, Transfer).</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/FinalLetterGradeEarned
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | GradeEarned | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="FinalLetterGradeEarned" type="GradeEarned" minOccurs="0"> <xs:annotation> <xs:documentation>The final indicator of student performance in a class as submitted by the instructor.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/FinalNumericGradeEarned
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | NumericGrade | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="FinalNumericGradeEarned" type="NumericGrade" minOccurs="0"> <xs:annotation> <xs:documentation>The final indicator of student performance in a class as submitted by the instructor.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/CourseRepeatCode
diagram | ||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||
type | CourseRepeatCodeType | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <xs:element name="CourseRepeatCode" type="CourseRepeatCodeType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student's academic grade average.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/CourseReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CourseReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CourseIdentity CourseLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CourseReference" type="CourseReferenceType"> <xs:annotation> <xs:documentation>The course recorded in the course transcript entry.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/StudentAcademicRecordReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentAcademicRecordReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentAcademicRecordIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentAcademicRecordReference" type="StudentAcademicRecordReferenceType"> <xs:annotation> <xs:documentation>Link to the student's academic record for a semester/school year.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/CourseTitle
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | CourseTitle | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="CourseTitle" type="CourseTitle" minOccurs="0"> <xs:annotation> <xs:documentation>The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, language arts).</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/AlternativeCourseTitle
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | CourseTitle | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AlternativeCourseTitle" type="CourseTitle" minOccurs="0"> <xs:annotation> <xs:documentation>The descriptive name given to a course of study offered in the school, if different from the CourseTitle.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/AlternativeCourseCode
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | LocalCourseCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AlternativeCourseCode" type="LocalCourseCode" minOccurs="0"> <xs:annotation> <xs:documentation>The local code assigned by the school that identifies the course offering, the code from an external educational organization, or other alternate course code.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/ExternalEducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity EducationOrganizationLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="ExternalEducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Optional association between CourseTranscript and ExternalEdOrg is designed to capture cases in which the student takes a course via an ExternalEducationOrganization (like an enrolled student taking a Khan Academy course).</xs:documentation> </xs:annotation> </xs:element> |