simpleType
CreditType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="CreditType"> <xs:annotation> <xs:documentation>The type of 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="Adult education credit"/> <xs:enumeration value="Career and Technical Education credit"/> <xs:enumeration value="Carnegie unit"/> <xs:enumeration value="Converted occupational experience credit"/> <xs:enumeration value="Correspondence credit"/> <xs:enumeration value="Credit by examination"/> <xs:enumeration value="Intersession hour credit"/> <xs:enumeration value="Long session hour credit"/> <xs:enumeration value="Mini-term hour credit"/> <xs:enumeration value="Nine month year hour credit"/> <xs:enumeration value="Quarter hour credit"/> <xs:enumeration value="Quinmester hour credit"/> <xs:enumeration value="Semester hour credit"/> <xs:enumeration value="Summer term hour credit"/> <xs:enumeration value="Trimester hour credit"/> <xs:enumeration value="Twelve month year hour credit"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |