complexType Teacher
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1196.png
namespace http://ed-fi.org/0110
type extension of Staff
properties
base Staff
children PersonUniqueStateId StaffUniqueStateId StaffIdentificationCode Name OtherName Sex BirthDate Address Telephone ElectronicMail HispanicLatinoEthnicity OldEthnicity Race HighestLevelOfEducationCompleted YearsOfPriorProfessionalExperience YearsOfPriorTeachingExperience Credentials LoginId TeacherUniqueStateId HighlyQualifiedTeacher
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents a person that is employed by an LEA or other educational unit engaged in student instruction. These persons are instructional-type staff members. In the data model, a teacher entity is a staff member with additional properties.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="Teacher">
 
<xs:annotation>
   
<xs:documentation>This entity represents a person that is employed by an LEA or other educational unit engaged in student instruction. These persons are instructional-type staff members. In the data model, a teacher entity is a staff member with additional properties.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="Staff">
     
<xs:sequence>
       
<xs:element name="TeacherUniqueStateId" type="UniqueStateIdentifier" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An ID number maintained by the state that uniquely identifies this teacher.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="HighlyQualifiedTeacher" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition.  This attribute indicates the teacher is highly qualified for ALL sections being taught.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Teacher/TeacherUniqueStateId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1197.png
namespace http://ed-fi.org/0110
type UniqueStateIdentifier
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
An ID number maintained by the state that uniquely identifies this teacher.
source <xs:element name="TeacherUniqueStateId" type="UniqueStateIdentifier" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An ID number maintained by the state that uniquely identifies this teacher.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Teacher/HighlyQualifiedTeacher
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1198.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition.  This attribute indicates the teacher is highly qualified for ALL sections being taught.
source <xs:element name="HighlyQualifiedTeacher" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication of whether a teacher is classified as highly qualified for his/her assignment according to state definition.  This attribute indicates the teacher is highly qualified for ALL sections being taught.</xs:documentation>
 
</xs:annotation>
</xs:element>