simpleType CredentialType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element Credential/CredentialType
facets
Kind Value annotation 
enumeration Certification 
enumeration Endorsement 
enumeration Licensure 
enumeration Other 
enumeration Registration 
annotation
documentation
An indication of the category of credential an individual holds.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
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>