complexType Intervention
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p693.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationContentSource InterventionClass Diagnosis PopulationServed AppropriateSex AppropriateGradeLevel DeliveryMethod InterventionPrescriptionReference BeginDate EndDate MeetingTime StaffReference EducationOrganizationReference InterventionIdentificationCode
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
An implementation of an instructional approach focusing on the specific techniques and materials used to teach a given subject.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>563</ann:EdFiId>
source <xs:complexType name="Intervention">
 
<xs:annotation>
   
<xs:documentation>An implementation of an instructional approach focusing on the specific techniques and materials used to teach a given subject.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>563</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="EducationContentSource" type="EducationContentSource">
         
<xs:annotation>
           
<xs:documentation>Resources related to or used in this intervention, including any documentation around the Intervention itself. Since an intervention is intended to be a published intervention, an intervention should have at least one such resource.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1449</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionClass" type="InterventionClassType">
         
<xs:annotation>
           
<xs:documentation>The way in which an intervention is used: curriculum, supplement, or practice.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1452</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Diagnosis" type="DiagnosisDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Targeted purpose of the Intervention (e.g., attendance issue, dropout risk).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1448</ann:EdFiId>
           
</xs:appinfo>
           
<xs:appinfo>
             
<ann:Descriptor>DiagnosisDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="PopulationServed" type="PopulationServedType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>A subset of students that are the focus of the Intervention.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1456</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AppropriateSex" type="SexType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Sexes for the Intervention. If omitted, considered generally applicable.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1444</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AppropriateGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Grade levels for the Intervention-if omitted, considered generally applicable.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
             
<ann:EdFiId>1443</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DeliveryMethod" type="DeliveryMethodType">
         
<xs:annotation>
           
<xs:documentation>The way in which an intervention was implemented: individual, small group, whole class, or whole school.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1446</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionPrescriptionReference" type="InterventionPrescriptionReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The reference to the intervention prescription being followed in this intervention implementation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1454</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The start date for the intervention implementation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1445</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EndDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The end date for the intervention implementation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1451</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="MeetingTime" type="MeetingTime" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The times at which this intervention is scheduled to meet.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1455</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Relates the staff member associated with the Intervention.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1458</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Education Organization which is sponsoring the intervention implementation.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1450</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionIdentificationCode" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1453</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Intervention/EducationContentSource
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p694.png
namespace http://ed-fi.org/0200
type EducationContentSource
properties
content complex
children EducationContentReference LearningResourceMetadataURI URI
annotation
documentation
Resources related to or used in this intervention, including any documentation around the Intervention itself. Since an intervention is intended to be a published intervention, an intervention should have at least one such resource.
appinfo
<ann:EdFiId>1449</ann:EdFiId>
source <xs:element name="EducationContentSource" type="EducationContentSource">
 
<xs:annotation>
   
<xs:documentation>Resources related to or used in this intervention, including any documentation around the Intervention itself. Since an intervention is intended to be a published intervention, an intervention should have at least one such resource.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1449</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p695.png
namespace http://ed-fi.org/0200
type InterventionClassType
properties
content simple
facets
Kind Value Annotation
enumeration Curriculum
appinfo
<ann:EdFiId>187-001</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>187-004</ann:EdFiId>
enumeration Practice
appinfo
<ann:EdFiId>187-002</ann:EdFiId>
enumeration Supplement
appinfo
<ann:EdFiId>187-003</ann:EdFiId>
annotation
documentation
The way in which an intervention is used: curriculum, supplement, or practice.
appinfo
<ann:EdFiId>1452</ann:EdFiId>
source <xs:element name="InterventionClass" type="InterventionClassType">
 
<xs:annotation>
   
<xs:documentation>The way in which an intervention is used: curriculum, supplement, or practice.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1452</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/Diagnosis
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p696.png
namespace http://ed-fi.org/0200
type DiagnosisDescriptorReferenceType
properties
minOcc 0
maxOcc unbounded
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
Targeted purpose of the Intervention (e.g., attendance issue, dropout risk).
appinfo
<ann:EdFiId>1448</ann:EdFiId>
appinfo
<ann:Descriptor>DiagnosisDescriptor</ann:Descriptor>
source <xs:element name="Diagnosis" type="DiagnosisDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Targeted purpose of the Intervention (e.g., attendance issue, dropout risk).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1448</ann:EdFiId>
   
</xs:appinfo>
   
<xs:appinfo>
     
<ann:Descriptor>DiagnosisDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/PopulationServed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p697.png
namespace http://ed-fi.org/0200
type PopulationServedType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Regular Students
appinfo
<ann:EdFiId>205-010</ann:EdFiId>
enumeration Bilingual Students
appinfo
<ann:EdFiId>205-002</ann:EdFiId>
enumeration Compensatory/Remedial Education Students
appinfo
<ann:EdFiId>205-004</ann:EdFiId>
enumeration Gifted and Talented Students
appinfo
<ann:EdFiId>205-007</ann:EdFiId>
enumeration Career and Technical Education Students
appinfo
<ann:EdFiId>205-003</ann:EdFiId>
enumeration Special Education Students
appinfo
<ann:EdFiId>205-011</ann:EdFiId>
enumeration ESL Students
appinfo
<ann:EdFiId>205-006</ann:EdFiId>
enumeration Adult Basic Education Students
appinfo
<ann:EdFiId>205-001</ann:EdFiId>
enumeration Honors Students
appinfo
<ann:EdFiId>205-008</ann:EdFiId>
enumeration Migrant Students
appinfo
<ann:EdFiId>205-009</ann:EdFiId>
enumeration Economic Disadvantaged
appinfo
<ann:EdFiId>205-005</ann:EdFiId>
annotation
documentation
A subset of students that are the focus of the Intervention.
appinfo
<ann:EdFiId>1456</ann:EdFiId>
source <xs:element name="PopulationServed" type="PopulationServedType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>A subset of students that are the focus of the Intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1456</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/AppropriateSex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p698.png
namespace http://ed-fi.org/0200
type SexType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Female
appinfo
<ann:EdFiId>235-001</ann:EdFiId>
enumeration Male
appinfo
<ann:EdFiId>235-002</ann:EdFiId>
enumeration Not Selected
appinfo
<ann:EdFiId>235-003</ann:EdFiId>
annotation
documentation
Sexes for the Intervention. If omitted, considered generally applicable.
appinfo
<ann:EdFiId>1444</ann:EdFiId>
source <xs:element name="AppropriateSex" type="SexType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Sexes for the Intervention. If omitted, considered generally applicable.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1444</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/AppropriateGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p699.png
namespace http://ed-fi.org/0200
type GradeLevelDescriptorReferenceType
properties
minOcc 0
maxOcc unbounded
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
Grade levels for the Intervention-if omitted, considered generally applicable.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
<ann:EdFiId>1443</ann:EdFiId>
source <xs:element name="AppropriateGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Grade levels for the Intervention-if omitted, considered generally applicable.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
     
<ann:EdFiId>1443</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p700.png
namespace http://ed-fi.org/0200
type DeliveryMethodType
properties
content simple
facets
Kind Value Annotation
enumeration Individual
appinfo
<ann:EdFiId>157-001</ann:EdFiId>
enumeration Small Group
appinfo
<ann:EdFiId>157-002</ann:EdFiId>
enumeration Whole Class
appinfo
<ann:EdFiId>157-003</ann:EdFiId>
enumeration Whole School
appinfo
<ann:EdFiId>157-004</ann:EdFiId>
annotation
documentation
The way in which an intervention was implemented: individual, small group, whole class, or whole school.
appinfo
<ann:EdFiId>1446</ann:EdFiId>
source <xs:element name="DeliveryMethod" type="DeliveryMethodType">
 
<xs:annotation>
   
<xs:documentation>The way in which an intervention was implemented: individual, small group, whole class, or whole school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1446</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/InterventionPrescriptionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p701.png
namespace http://ed-fi.org/0200
type InterventionPrescriptionReferenceType
properties
minOcc 0
maxOcc unbounded
content complex
children InterventionPrescriptionIdentity
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 reference to the intervention prescription being followed in this intervention implementation.
appinfo
<ann:EdFiId>1454</ann:EdFiId>
source <xs:element name="InterventionPrescriptionReference" type="InterventionPrescriptionReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The reference to the intervention prescription being followed in this intervention implementation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1454</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p702.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The start date for the intervention implementation.
appinfo
<ann:EdFiId>1445</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The start date for the intervention implementation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1445</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p703.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The end date for the intervention implementation.
appinfo
<ann:EdFiId>1451</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The end date for the intervention implementation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1451</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/MeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p704.png
namespace http://ed-fi.org/0200
type MeetingTime
properties
minOcc 0
maxOcc unbounded
content complex
children ClassPeriodReference AlternateDayName StartTime EndTime OfficialAttendancePeriod
annotation
documentation
The times at which this intervention is scheduled to meet.
appinfo
<ann:EdFiId>1455</ann:EdFiId>
source <xs:element name="MeetingTime" type="MeetingTime" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The times at which this intervention is scheduled to meet.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1455</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p705.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
minOcc 0
maxOcc unbounded
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
Relates the staff member associated with the Intervention.
appinfo
<ann:EdFiId>1458</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Relates the staff member associated with the Intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1458</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p706.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
Relates the Education Organization which is sponsoring the intervention implementation.
appinfo
<ann:EdFiId>1450</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Education Organization which is sponsoring the intervention implementation.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1450</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/InterventionIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p707.png
namespace http://ed-fi.org/0200
type IdentificationCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
A unique number or alphanumeric code assigned to an intervention.
appinfo
<ann:EdFiId>1453</ann:EdFiId>
source <xs:element name="InterventionIdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1453</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>