complexType InterventionPrescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p805.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationContentSource InterventionClass Diagnosis PopulationServed AppropriateSex AppropriateGradeLevel DeliveryMethod EducationOrganizationReference InterventionPrescriptionIdentificationCode
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents a formal prescription of an instructional approach focusing on the specific techniques and materials used to teach a given subject. This can be prescribed by academic research, an interventions vendor, or another entity.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="InterventionPrescription">
 
<xs:annotation>
   
<xs:documentation>This entity represents a formal prescription of an instructional approach focusing on the specific techniques and materials used to teach a given subject. This can be prescribed by academic research, an interventions vendor, or another entity.</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 prescription, including any documentation around the InterventionPrescription itself. Since an intervention prescription is intended to be a published intervention, an intervention prescription 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 InterventionPrescription (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 InterventionPrescription.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AppropriateSex" type="SexType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Sexes for the InterventionPrescription. 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 prescribed 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="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Education Organization which is sponsoring the InterventionPrescription.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionPrescriptionIdentificationCode" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to an intervention prescription.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element InterventionPrescription/EducationContentSource
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p806.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 prescription, including any documentation around the InterventionPrescription itself. Since an intervention prescription is intended to be a published intervention, an intervention prescription 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 prescription, including any documentation around the InterventionPrescription itself. Since an intervention prescription is intended to be a published intervention, an intervention prescription should have at least one such resource.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p807.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 InterventionPrescription/Diagnosis
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p808.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 InterventionPrescription (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 InterventionPrescription (e.g., attendance issue, dropout risk).</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>DiagnosisDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/PopulationServed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p809.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 InterventionPrescription.
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 InterventionPrescription.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/AppropriateSex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p810.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 InterventionPrescription. If omitted, considered generally applicable.
source <xs:element name="AppropriateSex" type="SexType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Sexes for the InterventionPrescription. If omitted, considered generally applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/AppropriateGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p811.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 prescribed 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 prescribed intervention. If omitted, considered generally applicable.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p812.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 InterventionPrescription/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p813.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 InterventionPrescription.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Education Organization which is sponsoring the InterventionPrescription.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/InterventionPrescriptionIdentificationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p814.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 prescription.
source <xs:element name="InterventionPrescriptionIdentificationCode" type="IdentificationCode">
 
<xs:annotation>
   
<xs:documentation>A unique number or alphanumeric code assigned to an intervention prescription.</xs:documentation>
 
</xs:annotation>
</xs:element>