simpleType
MethodCreditEarnedType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:simpleType name="MethodCreditEarnedType"> <xs:annotation> <xs:documentation>The method the credits were earned, for example: Classroom, Examination, Transfer</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Classroom credit"/> <xs:enumeration value="Converted occupational experience credit"/> <xs:enumeration value="Correspondence credit"/> <xs:enumeration value="Credit by examination"/> <xs:enumeration value="Credit recovery"/> <xs:enumeration value="Online credit"/> <xs:enumeration value="Transfer credit"/> </xs:restriction> </xs:simpleType> |