simpleType TeachingCredentialTypeMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element TeachingCredentialTypeDescriptor/TeachingCredentialTypeMap
facets
Kind Value annotation 
enumeration Emergency 
enumeration Intern 
enumeration Master 
enumeration Nonrenewable 
enumeration Other 
enumeration Paraprofessional 
enumeration Professional 
enumeration Probationary/Initial 
enumeration Provisional 
enumeration Regular/Standard 
enumeration Retired 
enumeration Specialist 
enumeration Substitute 
enumeration Teacher Assistant 
enumeration Temporary 
annotation
documentation
An indication of the category of a legal document giving authorization to perform teaching assignment services.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="TeachingCredentialTypeMapType">
 
<xs:annotation>
   
<xs:documentation>An indication of the category of a legal document giving authorization to perform teaching assignment services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Emergency"/>
   
<xs:enumeration value="Intern"/>
   
<xs:enumeration value="Master"/>
   
<xs:enumeration value="Nonrenewable"/>
   
<xs:enumeration value="Other"/>
   
<xs:enumeration value="Paraprofessional"/>
   
<xs:enumeration value="Professional"/>
   
<xs:enumeration value="Probationary/Initial"/>
   
<xs:enumeration value="Provisional"/>
   
<xs:enumeration value="Regular/Standard"/>
   
<xs:enumeration value="Retired"/>
   
<xs:enumeration value="Specialist"/>
   
<xs:enumeration value="Substitute"/>
   
<xs:enumeration value="Teacher Assistant"/>
   
<xs:enumeration value="Temporary"/>
 
</xs:restriction>
</xs:simpleType>