complexType Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p322.png
namespace http://ed-fi.org/0110
children Credit
used by
elements Section/AvailableCredit CreditsByCourse/Credits CreditsBySubject/Credits CourseTranscript/CreditsAttempted CourseTranscript/CreditsEarned StudentAcademicRecord/CumulativeCreditsAttempted StudentAcademicRecord/CumulativeCreditsEarned Course/MaximumAvailableCredit Course/MinimumAvailableCredit StudentAcademicRecord/SessionCreditsAttempted StudentAcademicRecord/SessionCreditsEarned GraduationPlan/TotalCreditsRequired
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
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="Credit" type="Credit">
     
<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:sequence>
 
<xs:attribute name="CreditType" type="CreditType" use="optional">
   
<xs:annotation>
     
<xs:documentation>The type of credits or units of value awarded for the completion of a course</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="CreditConversion" type="xs:decimal" use="optional">
   
<xs:annotation>
     
<xs:documentation>Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Credits/@CreditType
type CreditType
properties
isRef 0
use optional
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:attribute name="CreditType" type="CreditType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The type of credits or units of value awarded for the completion of a course</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Credits/@CreditConversion
type xs:decimal
properties
isRef 0
use optional
annotation
documentation
Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.
source <xs:attribute name="CreditConversion" type="xs:decimal" use="optional">
 
<xs:annotation>
   
<xs:documentation>Conversion factor that when multiplied by the number of credits is equivalent to Carnegie units.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element Credits/Credit
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p323.png
namespace http://ed-fi.org/0110
type Credit
properties
isRef 0
content simple
facets
Kind Value annotation 
minInclusive 
fractionDigits 
annotation
documentation
The value of credits or units of value awarded for the completion of a course
source <xs:element name="Credit" type="Credit">
 
<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>