complexType
CourseTranscript
element CourseTranscript/CourseAttemptResult
element CourseTranscript/CreditsAttempted
element CourseTranscript/CreditsEarned
element CourseTranscript/AdditionalCreditsEarned
element CourseTranscript/GradeLevelWhenTaken
element CourseTranscript/MethodCreditEarned
element CourseTranscript/FinalLetterGradeEarned
element CourseTranscript/FinalNumericGradeEarned
element CourseTranscript/CourseRepeatCode
element CourseTranscript/CourseReference
element CourseTranscript/EducationOrganizationReference
element CourseTranscript/StudentAcademicRecordReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | CourseAttemptResult CreditsAttempted CreditsEarned AdditionalCreditsEarned GradeLevelWhenTaken MethodCreditEarned FinalLetterGradeEarned FinalNumericGradeEarned CourseRepeatCode CourseReference EducationOrganizationReference StudentAcademicRecordReference | ||||||||||||||
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 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="CreditsAttempted" 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="CreditsEarned" 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="AdditionalCreditsEarned" 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="GradeLevelWhenTaken" type="DescriptorReferenceType" 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, for example: 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="xs:integer" 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="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The Education Organization that provided the reported instruction.</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:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element CourseTranscript/CourseAttemptResult
diagram | ||||||||||||||||
namespace | http://ed-fi.org/0110 | |||||||||||||||
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/CreditsAttempted
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | Credits | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | Credit | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CreditsAttempted" 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/CreditsEarned
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | Credits | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | Credit | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="CreditsEarned" 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/AdditionalCreditsEarned
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | AdditionalCredits | ||||||||||||||
properties |
|
||||||||||||||
children | Credit | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="AdditionalCreditsEarned" 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/GradeLevelWhenTaken
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="GradeLevelWhenTaken" type="DescriptorReferenceType" 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/0110 | ||||||||||||||||||||||||
type | MethodCreditEarnedType | ||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:element name="MethodCreditEarned" type="MethodCreditEarnedType" minOccurs="0"> <xs:annotation> <xs:documentation>The method the credits were earned, for example: Classroom, Examination, Transfer</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/FinalLetterGradeEarned
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
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/0110 | ||||||||
type | xs:integer | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="FinalNumericGradeEarned" type="xs:integer" 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/0110 | |||||||||||||||||||||
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/0110 | ||||||||||||||||||||||
type | CourseReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CourseIdentity | ||||||||||||||||||||||
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/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The Education Organization that provided the reported instruction.</xs:documentation> </xs:annotation> </xs:element> |
element CourseTranscript/StudentAcademicRecordReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
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> |