simpleType
AdditionalCreditType
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
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> |