simpleType AdditionalCreditType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
attribute AdditionalCredits/@AdditionalCreditType
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 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:enumeration value="Dual credit"/>
   
<xs:enumeration value="International Baccalaureate"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="Career and Technical Education"/>
 
</xs:restriction>
</xs:simpleType>