simpleType
CredentialType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="CredentialType"> <xs:annotation> <xs:documentation>An indication of the category of credential an individual holds.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="Certification"/> <xs:enumeration value="Endorsement"/> <xs:enumeration value="Licensure"/> <xs:enumeration value="Other"/> <xs:enumeration value="Registration"/> </xs:restriction> </xs:simpleType> |