complexType AdditionalCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p78.png
namespace http://ed-fi.org/0210
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>
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>
   
</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="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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AdditionalCredits/Credits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p79.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 AdditionalCredits/AdditionalCreditType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p80.png
namespace http://ed-fi.org/0210
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.
enumeration Dual credit
documentation
Additional credits from a postsecondary course that offers a dual-enrolled high school student high school credit if successfully completed.
enumeration International Baccalaureate
documentation
Additional credits earned based on completion of an International Baccalaureate program.
enumeration Other
documentation
Additional credits earned by other means.
enumeration Career and Technical Education
documentation
Additional credits earned through successful completion off a CTE program.
annotation
documentation
The type of credits or units of value awarded for the completion of a course.
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:annotation>
</xs:element>