complexType AdditionalCredits
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p50.png
namespace http://ed-fi.org/0110
children Credit
used by
element CourseTranscript/AdditionalCreditsEarned
attributes
Name  Type  Use  Default  Fixed  annotation
AdditionalCreditTypeAdditionalCreditTyperequired      
documentation
The type of credits or units of value awarded for the completion of a course
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="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="AdditionalCreditType" type="AdditionalCreditType" use="required">
   
<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:complexType>

attribute AdditionalCredits/@AdditionalCreditType
type AdditionalCreditType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration Advanced Placement 
enumeration Dual credit 
enumeration International Baccalaureate 
enumeration Other 
enumeration Career and Technical Education 
annotation
documentation
The type of credits or units of value awarded for the completion of a course
source <xs:attribute name="AdditionalCreditType" type="AdditionalCreditType" use="required">
 
<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>

element AdditionalCredits/Credit
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p51.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>