complexType TeacherSectionAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1205.png
namespace http://ed-fi.org/0110
children TeacherReference SectionReference ClassroomPosition BeginDate EndDate HighlyQualifiedTeacher
annotation
documentation
This association indicates the class sections to which a teacher is assigned.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="TeacherSectionAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the class sections to which a teacher is assigned.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="TeacherReference" type="StaffReferenceType">
     
<xs:annotation>
       
<xs:documentation>The teacher assigned to the section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The section the teacher is assigned to.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ClassroomPosition" type="DescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The type of position the staff member holds in the specific class/section; for example:
Teacher of Record, Assistant Teacher, Support Teacher, Substitute Teacher...
</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>ClassroomPositionDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Month, day and year of a teacher&apos;s assignment to the section.  If blank, defaults to the first day of the first grading period for the section.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Month, day and year of the last day of a teacher&apos;s assignment to the section.</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 this section being taught.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TeacherSectionAssociation/TeacherReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1206.png
namespace http://ed-fi.org/0110
type StaffReferenceType
properties
isRef 0
content complex
children StaffIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The teacher assigned to the section.
source <xs:element name="TeacherReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The teacher assigned to the section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TeacherSectionAssociation/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1207.png
namespace http://ed-fi.org/0110
type SectionReferenceType
properties
isRef 0
content complex
children SectionIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The section the teacher is assigned to.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The section the teacher is assigned to.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TeacherSectionAssociation/ClassroomPosition
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1208.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The type of position the staff member holds in the specific class/section; for example:
Teacher of Record, Assistant Teacher, Support Teacher, Substitute Teacher...
appinfo
<ann:Descriptor>ClassroomPositionDescriptor</ann:Descriptor>
source <xs:element name="ClassroomPosition" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The type of position the staff member holds in the specific class/section; for example:
Teacher of Record, Assistant Teacher, Support Teacher, Substitute Teacher...
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>ClassroomPositionDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element TeacherSectionAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1209.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day and year of a teacher&apos;s assignment to the section.  If blank, defaults to the first day of the first grading period for the section.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day and year of a teacher&apos;s assignment to the section.  If blank, defaults to the first day of the first grading period for the section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TeacherSectionAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1210.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day and year of the last day of a teacher&apos;s assignment to the section.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day and year of the last day of a teacher&apos;s assignment to the section.</xs:documentation>
 
</xs:annotation>
</xs:element>

element TeacherSectionAssociation/HighlyQualifiedTeacher
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1211.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 this section 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 this section being taught.</xs:documentation>
 
</xs:annotation>
</xs:element>