complexType
Teacher
element Teacher/TeacherUniqueStateId
element Teacher/HighlyQualifiedTeacher
| diagram | ![]() |
||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||
| type | extension of Staff | ||||||||||||||
| properties |
|
||||||||||||||
| children | PersonUniqueStateId StaffUniqueStateId StaffIdentificationCode Name OtherName Sex BirthDate Address Telephone ElectronicMail HispanicLatinoEthnicity OldEthnicity Race HighestLevelOfEducationCompleted YearsOfPriorProfessionalExperience YearsOfPriorTeachingExperience Credentials LoginId TeacherUniqueStateId HighlyQualifiedTeacher | ||||||||||||||
| attributes |
|
||||||||||||||
| annotation |
|
||||||||||||||
| 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 | ![]() |
|||||||||
| namespace | http://ed-fi.org/0110 | |||||||||
| type | UniqueStateIdentifier | |||||||||
| properties |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| 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 | ![]() |
||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:boolean | ||||||||
| properties |
|
||||||||
| annotation |
|
||||||||
| 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> |



