simpleType
CredentialType
namespace | http://ed-fi.org/0210 | ||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||
properties |
|
||||||||||||||||||
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:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="Endorsement"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="Licensure"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="Other"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> <xs:enumeration value="Registration"> <xs:annotation> <xs:documentation/> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |