complexType StaffSectionAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1245.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StaffReference SectionReference ClassroomPosition BeginDate EndDate HighlyQualifiedTeacher TeacherStudentDataLinkExclusion PercentageContribution
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association indicates the class sections to which a staff member is assigned.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>604</ann:EdFiId>
source <xs:complexType name="StaffSectionAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates the class sections to which a staff member is assigned.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>604</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StaffReference" type="StaffReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Staff member assigned to the Section.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1053</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SectionReference" type="SectionReferenceType">
         
<xs:annotation>
           
<xs:documentation>The Section the Staff member is assigned to.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1052</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ClassroomPosition" type="ClassroomPositionDescriptorReferenceType">
         
<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>
             
<ann:EdFiId>1048</ann:EdFiId>
           
</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's assignment to the Section. If blank, defaults to the first day of the first grading period for the Section.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1047</ann:EdFiId>
           
</xs:appinfo>
         
</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 staff member's assignment to the Section.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1049</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1050</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="TeacherStudentDataLinkExclusion" type="xs:boolean" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates that the entire section is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1054</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PercentageContribution" type="Percent" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Indicates the percentage of the total scheduled course time, academic standards, and/or learning activities delivered in this section by this staff member. A teacher of record designation may be based solely or partially on this contribution percentage.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1051</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StaffSectionAssociation/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1246.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
content complex
children StaffIdentity StaffLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Staff member assigned to the Section.
appinfo
<ann:EdFiId>1053</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Staff member assigned to the Section.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1053</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1247.png
namespace http://ed-fi.org/0200
type SectionReferenceType
properties
content complex
children SectionIdentity SectionLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Section the Staff member is assigned to.
appinfo
<ann:EdFiId>1052</ann:EdFiId>
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The Section the Staff member is assigned to.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1052</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/ClassroomPosition
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1248.png
namespace http://ed-fi.org/0200
type ClassroomPositionDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
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>
<ann:EdFiId>1048</ann:EdFiId>
source <xs:element name="ClassroomPosition" type="ClassroomPositionDescriptorReferenceType">
 
<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>
     
<ann:EdFiId>1048</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1249.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day, and year of a teacher's assignment to the Section. If blank, defaults to the first day of the first grading period for the Section.
appinfo
<ann:EdFiId>1047</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of a teacher's assignment to the Section. If blank, defaults to the first day of the first grading period for the Section.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1047</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1250.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Month, day, and year of the last day of a staff member's assignment to the Section.
appinfo
<ann:EdFiId>1049</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Month, day, and year of the last day of a staff member's assignment to the Section.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1049</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/HighlyQualifiedTeacher
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1251.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
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.
appinfo
<ann:EdFiId>1050</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1050</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/TeacherStudentDataLinkExclusion
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1252.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicates that the entire section is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation.
appinfo
<ann:EdFiId>1054</ann:EdFiId>
source <xs:element name="TeacherStudentDataLinkExclusion" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates that the entire section is excluded from calculation of value-added or growth attribution calculations used for a particular teacher evaluation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1054</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StaffSectionAssociation/PercentageContribution
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1253.png
namespace http://ed-fi.org/0200
type Percent
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minInclusive 0
maxInclusive 1
totalDigits 5
fractionDigits 4
annotation
documentation
Indicates the percentage of the total scheduled course time, academic standards, and/or learning activities delivered in this section by this staff member. A teacher of record designation may be based solely or partially on this contribution percentage.
appinfo
<ann:EdFiId>1051</ann:EdFiId>
source <xs:element name="PercentageContribution" type="Percent" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicates the percentage of the total scheduled course time, academic standards, and/or learning activities delivered in this section by this staff member. A teacher of record designation may be based solely or partially on this contribution percentage.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1051</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>