simpleType TeachingCredentialBasisType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element Credential/TeachingCredentialBasis
facets
Kind Value annotation 
enumeration 4-year bachelor's degree 
enumeration 5-year bachelor's degree 
enumeration Master's degree 
enumeration Doctoral degree 
enumeration Met state testing requirement 
enumeration Special/alternative program completion 
enumeration Relevant experience 
enumeration Credentials based on reciprocation with another state 
annotation
documentation
An indication of the pre-determined criteria for granting the teaching credential that an individual holds.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="TeachingCredentialBasisType">
 
<xs:annotation>
   
<xs:documentation>An indication of the pre-determined criteria for granting the teaching credential that an individual holds.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="4-year bachelor&apos;s degree"/>
   
<xs:enumeration value="5-year bachelor&apos;s degree"/>
   
<xs:enumeration value="Master&apos;s degree"/>
   
<xs:enumeration value="Doctoral degree"/>
   
<xs:enumeration value="Met state testing requirement"/>
   
<xs:enumeration value="Special/alternative program completion"/>
   
<xs:enumeration value="Relevant experience"/>
   
<xs:enumeration value="Credentials based on reciprocation with another state"/>
 
</xs:restriction>
</xs:simpleType>