complexType Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p454.png
namespace http://ed-fi.org/0210
children Credits CreditType CreditConversion
used by
elements CourseTranscript/AttemptedCredits Section/AvailableCredits CreditsByCourse/Credits CreditsBySubject/Credits StudentAcademicRecord/CumulativeAttemptedCredits StudentAcademicRecord/CumulativeEarnedCredits CourseTranscript/EarnedCredits Course/MaximumAvailableCredits Course/MinimumAvailableCredits StudentAcademicRecord/SessionAttemptedCredits StudentAcademicRecord/SessionEarnedCredits GraduationPlan/TotalRequiredCredits
annotation
documentation
Credits or units of value awarded for the completion of a course.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="Credits">
 
<xs:annotation>
   
<xs:documentation>Credits or units of value awarded for the completion of a course.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Credits" type="CreditsValue">
     
<xs:annotation>
       
<xs:documentation>The value of credits or units of value awarded for the completion of a course.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CreditType" type="CreditType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The type of credits or units of value awarded for the completion of a course.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CreditConversion" type="CreditConversion" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Credits/Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p455.png
namespace http://ed-fi.org/0210
type CreditsValue
properties
content simple
facets
Kind Value Annotation
minInclusive 0
totalDigits 9
fractionDigits 2
annotation
documentation
The value of credits or units of value awarded for the completion of a course.
source <xs:element name="Credits" type="CreditsValue">
 
<xs:annotation>
   
<xs:documentation>The value of credits or units of value awarded for the completion of a course.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credits/CreditType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p456.png
namespace http://ed-fi.org/0210
type CreditType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Adult education credit
enumeration Career and Technical Education credit
enumeration Carnegie unit
enumeration Converted occupational experience credit
enumeration Correspondence credit
enumeration Credit by examination
enumeration Intersession hour credit
enumeration Long session hour credit
enumeration Mini-term hour credit
enumeration Nine month year hour credit
enumeration Quarter hour credit
enumeration Quinmester hour credit
enumeration Semester hour credit
enumeration Summer term hour credit
enumeration Trimester hour credit
enumeration Twelve month year hour credit
enumeration Other
annotation
documentation
The type of credits or units of value awarded for the completion of a course.
source <xs:element name="CreditType" type="CreditType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The type of credits or units of value awarded for the completion of a course.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Credits/CreditConversion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p457.png
namespace http://ed-fi.org/0210
type CreditConversion
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
totalDigits 9
fractionDigits 2
annotation
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
source <xs:element name="CreditConversion" type="CreditConversion" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.</xs:documentation>
 
</xs:annotation>
</xs:element>