simpleType
DiplomaLevelType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||
source | <xs:simpleType name="DiplomaLevelType"> <xs:annotation> <xs:documentation>The level of diploma/credential that is awarded to a student in recognition of his/her completion of the curricular requirements.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Minimum"/> <xs:enumeration value="Recommended"/> <xs:enumeration value="Distinguished"/> <xs:enumeration value="Open Enrollment"/> <xs:enumeration value="Cum laude"/> <xs:enumeration value="Magna cum laude"/> <xs:enumeration value="Summa cum laude"/> </xs:restriction> </xs:simpleType> |