simpleType AdditionalCreditType
namespace http://ed-fi.org/0210
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.
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 additional credits or units of value awarded for the completion of a course.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>
   
</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: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: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:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:documentation>Additional credits earned by other means.</xs:documentation>
     
</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:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>