complexType TeachingCredentialDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1557.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace TeachingCredentialMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines an indication of the category of a legal document giving authorization to perform teaching assignment services.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>346</ann:EdFiId>
source <xs:complexType name="TeachingCredentialDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines an indication of the category of a legal document giving authorization to perform teaching assignment services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>346</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="TeachingCredentialMap" type="TeachingCredentialMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known teaching credential type.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>347</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TeachingCredentialDescriptor/TeachingCredentialMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1558.png
namespace http://ed-fi.org/0200
type TeachingCredentialMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Emergency
appinfo
<ann:EdFiId>244-001</ann:EdFiId>
enumeration Intern
appinfo
<ann:EdFiId>244-002</ann:EdFiId>
enumeration Master
appinfo
<ann:EdFiId>244-003</ann:EdFiId>
enumeration Nonrenewable
appinfo
<ann:EdFiId>244-004</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>244-005</ann:EdFiId>
enumeration Paraprofessional
appinfo
<ann:EdFiId>244-006</ann:EdFiId>
enumeration Professional
appinfo
<ann:EdFiId>244-008</ann:EdFiId>
enumeration Probationary/Initial
appinfo
<ann:EdFiId>244-007</ann:EdFiId>
enumeration Provisional
appinfo
<ann:EdFiId>244-009</ann:EdFiId>
enumeration Regular/Standard
appinfo
<ann:EdFiId>244-010</ann:EdFiId>
enumeration Retired
appinfo
<ann:EdFiId>244-011</ann:EdFiId>
enumeration Specialist
appinfo
<ann:EdFiId>244-012</ann:EdFiId>
enumeration Substitute
appinfo
<ann:EdFiId>244-013</ann:EdFiId>
enumeration Teacher Assistant
appinfo
<ann:EdFiId>244-014</ann:EdFiId>
enumeration Temporary
appinfo
<ann:EdFiId>244-015</ann:EdFiId>
annotation
documentation
The mapping to a known teaching credential type.
appinfo
<ann:EdFiId>347</ann:EdFiId>
source <xs:element name="TeachingCredentialMap" type="TeachingCredentialMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known teaching credential type.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>347</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>