complexType TeachingCredentialDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1860.png
namespace http://ed-fi.org/0210
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>
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>
   
</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 TeachingCredential enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TeachingCredentialDescriptor/TeachingCredentialMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1861.png
namespace http://ed-fi.org/0210
type TeachingCredentialMapType
properties
minOcc 0
maxOcc 1
content simple
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
The mapping to a known TeachingCredential enumeration type.
source <xs:element name="TeachingCredentialMap" type="TeachingCredentialMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known TeachingCredential enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>