complexType Intervention
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p781.png
namespace http://ed-fi.org/0210
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>
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>
   
</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: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: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: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: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: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>
           
</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: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:annotation>
       
</xs:element>
       
<xs:element name="BeginDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The start date for the intervention implementation.</xs:documentation>
         
</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: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: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: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: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:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Intervention/EducationContentSource
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p782.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Intervention/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p783.png
namespace http://ed-fi.org/0210
type InterventionClassType
properties
content simple
facets
Kind Value Annotation
enumeration Curriculum
enumeration Other
enumeration Practice
enumeration Supplement
annotation
documentation
The way in which an intervention is used: curriculum, supplement, or practice.
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:annotation>
</xs:element>

element Intervention/Diagnosis
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p784.png
namespace http://ed-fi.org/0210
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: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:Descriptor>DiagnosisDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/PopulationServed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p785.png
namespace http://ed-fi.org/0210
type PopulationServedType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Regular Students
enumeration Bilingual Students
enumeration Compensatory/Remedial Education Students
enumeration Gifted and Talented Students
enumeration Career and Technical Education Students
enumeration Special Education Students
enumeration ESL Students
enumeration Adult Basic Education Students
enumeration Honors Students
enumeration Migrant Students
enumeration Economic Disadvantaged
annotation
documentation
A subset of students that are the focus of the Intervention.
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:annotation>
</xs:element>

element Intervention/AppropriateSex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p786.png
namespace http://ed-fi.org/0210
type SexType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration Female
enumeration Male
enumeration Not Selected
annotation
documentation
Sexes for the Intervention. If omitted, considered generally applicable.
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:annotation>
</xs:element>

element Intervention/AppropriateGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p787.png
namespace http://ed-fi.org/0210
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>
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>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Intervention/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p788.png
namespace http://ed-fi.org/0210
type DeliveryMethodType
properties
content simple
facets
Kind Value Annotation
enumeration Individual
enumeration Small Group
enumeration Whole Class
enumeration Whole School
annotation
documentation
The way in which an intervention was implemented: individual, small group, whole class, or whole school.
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:annotation>
</xs:element>

element Intervention/InterventionPrescriptionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p789.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

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

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

element Intervention/MeetingTime
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p792.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Intervention/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p793.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Intervention/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p794.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Education Organization which is sponsoring the intervention implementation.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Intervention/InterventionIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p795.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="InterventionIdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an intervention.</xs:documentation>
 
</xs:annotation>
</xs:element>