simpleType AdditionalCreditType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element AdditionalCredits/AdditionalCreditType
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 additional credits or units of value awarded for the completion of a course.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>124</ann:EdFiId>
source <xs:simpleType name="AdditionalCreditType">
 
<xs:annotation>
   
<xs:documentation>The type of additional credits or units of value awarded for the completion of a course.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>124</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Advanced Placement">
     
<xs:annotation>
       
<xs:documentation>Additional credits from a high school course that offers college credit if successfully completed.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>124-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Dual credit">
     
<xs:annotation>
       
<xs:documentation>Additional credits from a postsecondary course that offers a dual-enrolled high school student high school credit if successfully completed.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>124-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="International Baccalaureate">
     
<xs:annotation>
       
<xs:documentation>Additional credits earned based on completion of an International Baccalaureate program.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>124-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation>Additional credits earned by other means.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>124-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Career and Technical Education">
     
<xs:annotation>
       
<xs:documentation>Additional credits earned through successful completion off a CTE program.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>124-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>