simpleType TeachingCredentialBasisType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element Credential/TeachingCredentialBasis
facets
Kind Value Annotation
enumeration 4-year bachelor's degree
appinfo
<ann:EdFiId>243-001</ann:EdFiId>
enumeration 5-year bachelor's degree
appinfo
<ann:EdFiId>243-002</ann:EdFiId>
enumeration Master's degree
appinfo
<ann:EdFiId>243-005</ann:EdFiId>
enumeration Doctoral degree
appinfo
<ann:EdFiId>243-004</ann:EdFiId>
enumeration Met state testing requirement
appinfo
<ann:EdFiId>243-006</ann:EdFiId>
enumeration Special/alternative program completion
appinfo
<ann:EdFiId>243-008</ann:EdFiId>
enumeration Relevant experience
appinfo
<ann:EdFiId>243-007</ann:EdFiId>
enumeration Credentials based on reciprocation with another state
appinfo
<ann:EdFiId>243-003</ann:EdFiId>
annotation
documentation
An indication of the pre-determined criteria for granting the teaching credential that an individual holds.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>243</ann:EdFiId>
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>
     
<ann:EdFiId>243</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="4-year bachelor's degree">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="5-year bachelor's degree">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Master's degree">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Doctoral degree">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Met state testing requirement">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Special/alternative program completion">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-008</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Relevant experience">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-007</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Credentials based on reciprocation with another state">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>243-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>