complexType InterventionPrescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p562.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationContentReference InterventionClass Diagnosis PopulationServed SexAppropriateness GradeLevelAppropriateness DeliveryMethod
used by
complexType Intervention
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
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 other entity.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="InterventionPrescription">
 
<xs:annotation>
   
<xs:documentation>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 other 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="EducationContentReference" type="EducationContentReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Resources related to or used in this intervention. This includes any documentation around the intervention prescription itself. Since an intervention prescription is intended to be a published intervention, an intervention prescription ought to 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="DescriptorReferenceType" 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="SexAppropriateness" 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="GradeLevelAppropriateness" type="DescriptorReferenceType" 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:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element InterventionPrescription/EducationContentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p563.png
namespace http://ed-fi.org/0110
type EducationContentReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children EducationContentIdentity
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
Resources related to or used in this intervention. This includes any documentation around the intervention prescription itself. Since an intervention prescription is intended to be a published intervention, an intervention prescription ought to have at least one such resource.
source <xs:element name="EducationContentReference" type="EducationContentReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Resources related to or used in this intervention. This includes any documentation around the intervention prescription itself. Since an intervention prescription is intended to be a published intervention, an intervention prescription ought to have at least one such resource.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionPrescription/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p564.png
namespace http://ed-fi.org/0110
type InterventionClassType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Curriculum 
enumeration Supplement 
enumeration Practice 
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_p565.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
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
Targeted purpose of the intervention (e.g., attendance issue, dropout risk).
appinfo
<ann:Descriptor>DiagnosisDescriptor</ann:Descriptor>
source <xs:element name="Diagnosis" type="DescriptorReferenceType" 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 InterventionPrescription/PopulationServed
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p566.png
namespace http://ed-fi.org/0110
type PopulationServedType
properties
isRef 0
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 
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 InterventionPrescription/SexAppropriateness
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p567.png
namespace http://ed-fi.org/0110
type SexType
properties
isRef 0
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value annotation 
enumeration Female 
enumeration Male 
annotation
documentation
Sexes for the intervention. If omitted, considered generally applicable.
source <xs:element name="SexAppropriateness" 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 InterventionPrescription/GradeLevelAppropriateness
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p568.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
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
Grade levels for the intervention. If omitted, considered generally applicable.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="GradeLevelAppropriateness" type="DescriptorReferenceType" 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 InterventionPrescription/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p569.png
namespace http://ed-fi.org/0110
type DeliveryMethodType
properties
isRef 0
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>