simpleType
LevelOfEducationMapType
namespace | http://ed-fi.org/0110 | |||||||||||||||||||||
type | restriction of xs:token | |||||||||||||||||||||
used by |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
annotation |
|
|||||||||||||||||||||
source | <xs:simpleType name="LevelOfEducationMapType"> <xs:annotation> <xs:documentation>The enumeration of the different levels of education achievable.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Did Not Graduate High School"/> <xs:enumeration value="High School Diploma"/> <xs:enumeration value="Some College No Degree"/> <xs:enumeration value="Bachelor's"/> <xs:enumeration value="Master's"/> <xs:enumeration value="Doctorate"/> </xs:restriction> </xs:simpleType> |