complexType AdditionalCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p65.png
namespace http://ed-fi.org/0200
children Credits AdditionalCreditType
used by
element CourseTranscript/EarnedAdditionalCredits
annotation
documentation
Additional credits or units of value awarded for the completion of a course (e.g., AP, IB, Dual Credits).
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>480</ann:EdFiId>
source <xs:complexType name="AdditionalCredits">
 
<xs:annotation>
   
<xs:documentation>Additional credits or units of value awarded for the completion of a course (e.g., AP, IB, Dual Credits).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>480</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>716</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AdditionalCreditType" type="AdditionalCreditType">
     
<xs:annotation>
       
<xs:documentation>The type of credits or units of value awarded for the completion of a course.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>715</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AdditionalCredits/Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p66.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>716</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>716</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AdditionalCredits/AdditionalCreditType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p67.png
namespace http://ed-fi.org/0200
type AdditionalCreditType
properties
content simple
facets
Kind Value Annotation
enumeration Advanced Placement
documentation
Additional credits from a high school course that offers college credit if successfully completed.
appinfo
<ann:EdFiId>124-001</ann:EdFiId>
enumeration Dual credit
documentation
Additional credits from a postsecondary course that offers a dual-enrolled high school student high school credit if successfully completed.
appinfo
<ann:EdFiId>124-003</ann:EdFiId>
enumeration International Baccalaureate
documentation
Additional credits earned based on completion of an International Baccalaureate program.
appinfo
<ann:EdFiId>124-004</ann:EdFiId>
enumeration Other
documentation
Additional credits earned by other means.
appinfo
<ann:EdFiId>124-005</ann:EdFiId>
enumeration Career and Technical Education
documentation
Additional credits earned through successful completion off a CTE program.
appinfo
<ann:EdFiId>124-002</ann:EdFiId>
annotation
documentation
The type of credits or units of value awarded for the completion of a course.
appinfo
<ann:EdFiId>715</ann:EdFiId>
source <xs:element name="AdditionalCreditType" type="AdditionalCreditType">
 
<xs:annotation>
   
<xs:documentation>The type of credits or units of value awarded for the completion of a course.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>715</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>