simpleType
LanguageMapType
namespace | http://ed-fi.org/0110 | ||||||||||||
type | restriction of xs:token | ||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="LanguageMapType"> <xs:annotation> <xs:documentation>The category denoting language(s) spoken or written.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Spanish"/> <xs:enumeration value="English"/> <xs:enumeration value="Other"/> </xs:restriction> </xs:simpleType> |