complexType CourseTranscript
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p299.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children CourseAttemptResult CreditsAttempted CreditsEarned AdditionalCreditsEarned GradeLevelWhenTaken MethodCreditEarned FinalLetterGradeEarned FinalNumericGradeEarned CourseRepeatCode CourseReference EducationOrganizationReference StudentAcademicRecordReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity is the final record of a student's performance in their courses at the end of semester or school year.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="CourseTranscript">
 
<xs:annotation>
   
<xs:documentation>This entity is the final record of a student&apos;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&apos;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>&apos;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>&apos;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>&apos;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&apos;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&apos;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&apos;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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p300.png
namespace http://ed-fi.org/0110
type CourseAttemptResultType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Pass 
enumeration Fail 
enumeration Incomplete 
enumeration Withdrawn 
annotation
documentation
The result from the student&apos;s attempt to take the course, for example:
Pass
Fail
Incomplete
Withdrawn
source <xs:element name="CourseAttemptResult" type="CourseAttemptResultType">
 
<xs:annotation>
   
<xs:documentation>The result from the student&apos;s attempt to take the course, for example:
Pass
Fail
Incomplete
Withdrawn
</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseTranscript/CreditsAttempted
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p301.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
&apos;The number of credits a student attempted and could earn for successfully completing a given course.
source <xs:element name="CreditsAttempted" type="Credits" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>&apos;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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p302.png
namespace http://ed-fi.org/0110
type Credits
properties
isRef 0
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
&apos;The number of credits a student earned for completing a given course.
source <xs:element name="CreditsEarned" type="Credits">
 
<xs:annotation>
   
<xs:documentation>&apos;The number of credits a student earned for completing a given course.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseTranscript/AdditionalCreditsEarned
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p303.png
namespace http://ed-fi.org/0110
type AdditionalCredits
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children Credit
attributes
Name  Type  Use  Default  Fixed  annotation
AdditionalCreditTypeAdditionalCreditTyperequired      
documentation
The type of credits or units of value awarded for the completion of a course
annotation
documentation
&apos;The number of additional credits a student attempted and could earn for successfully completing a given course (e.g., dual credit, AP, IB)
source <xs:element name="AdditionalCreditsEarned" type="AdditionalCredits" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>&apos;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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p304.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children CodeValue ShortDescription Description
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.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
Student&apos;s grade level at time of course.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevelWhenTaken" type="DescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Student&apos;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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p305.png
namespace http://ed-fi.org/0110
type MethodCreditEarnedType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Classroom credit 
enumeration Converted occupational experience credit 
enumeration Correspondence credit 
enumeration Credit by examination 
enumeration Credit recovery 
enumeration Online credit 
enumeration Transfer credit 
annotation
documentation
The method the credits were earned, for example:  Classroom, Examination, Transfer
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p306.png
namespace http://ed-fi.org/0110
type GradeEarned
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 20 
annotation
documentation
The final indicator of student performance in a class as submitted by the instructor.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p307.png
namespace http://ed-fi.org/0110
type xs:integer
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The final indicator of student performance in a class as submitted by the instructor.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p308.png
namespace http://ed-fi.org/0110
type CourseRepeatCodeType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Repeat Counted 
enumeration Repeat NotCounted 
enumeration Replacement Counted 
enumeration Replaced NotCounted 
enumeration Repeat Other Institution 
enumeration Not Counted Other 
annotation
documentation
Indicates that an academic course has been repeated by a student and how that repeat is to be computed in the student&apos;s academic grade average.
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&apos;s academic grade average.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseTranscript/CourseReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p309.png
namespace http://ed-fi.org/0110
type CourseReferenceType
properties
isRef 0
content complex
children CourseIdentity
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 course recorded in the Course transcript entry,
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p310.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children EducationOrganizationIdentity
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 Education Organization that provided the reported instruction.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p311.png
namespace http://ed-fi.org/0110
type StudentAcademicRecordReferenceType
properties
isRef 0
content complex
children StudentAcademicRecordIdentity
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
Link to the Student&apos;s academic record for a semester/school year.
source <xs:element name="StudentAcademicRecordReference" type="StudentAcademicRecordReferenceType">
 
<xs:annotation>
   
<xs:documentation>Link to the Student&apos;s academic record for a semester/school year.</xs:documentation>
 
</xs:annotation>
</xs:element>