complexType CourseTranscriptIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p428.png
namespace http://ed-fi.org/0210
children CourseAttemptResult CourseReference StudentAcademicRecordReference
used by
element CourseTranscriptReferenceType/CourseTranscriptIdentity
annotation
documentation
Identity of a CourseTranscript.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="CourseTranscriptIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a CourseTranscript.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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="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:sequence>
</xs:complexType>

element CourseTranscriptIdentityType/CourseAttemptResult
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p429.png
namespace http://ed-fi.org/0210
type CourseAttemptResultType
properties
content simple
facets
Kind Value Annotation
enumeration Pass
enumeration Fail
enumeration Incomplete
enumeration Withdrawn
annotation
documentation
The result from the student'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's attempt to take the course, for example:
        Pass
        Fail
        Incomplete
        Withdrawn.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element CourseTranscriptIdentityType/CourseReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p430.png
namespace http://ed-fi.org/0210
type CourseReferenceType
properties
content complex
children CourseIdentity CourseLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs: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 CourseTranscriptIdentityType/StudentAcademicRecordReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p431.png
namespace http://ed-fi.org/0210
type StudentAcademicRecordReferenceType
properties
content complex
children StudentAcademicRecordIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Link to the student's academic record for a semester/school year.
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>