complexType InterventionStudy
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p822.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationContentSource InterventionPrescriptionReference InterventionEffectiveness Participants DeliveryMethod InterventionClass AppropriateGradeLevel PopulationServed AppropriateSex StateAbbreviation EducationOrganizationReference InterventionStudyIdentificationCode
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
An experimental or quasi-experimental study of an intervention technique.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="InterventionStudy">
 
<xs:annotation>
   
<xs:documentation>An experimental or quasi-experimental study of an intervention technique.</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" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Reference to any published papers, reports, or other documents about this intervention study.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionPrescriptionReference" type="InterventionPrescriptionReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the InterventionPrescription being studied.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionEffectiveness" type="InterventionEffectiveness" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Measurement of the effectiveness of the InterventionStudy per diagnosis.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Participants" type="xs:int">
         
<xs:annotation>
           
<xs:documentation>The number of participants observed in the study.</xs:documentation>
         
</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="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="AppropriateGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Grade levels participating in this study.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>GradeLevelDescriptor</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 InterventionStudy.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AppropriateSex" type="SexType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Sexes participating in this study. If omitted, considered generally applicable.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StateAbbreviation" type="StateAbbreviationType" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The abbreviation for the state (within the United States) or outlying area, the school system of which the participants of the study are considered to be a part.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the EducationOrganization which is sponsoring the intervention study.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionStudyIdentificationCode" type="IdentificationCode">
         
<xs:annotation>
           
<xs:documentation>A unique number or alphanumeric code assigned to an intervention study.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element InterventionStudy/EducationContentSource
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p823.png
namespace http://ed-fi.org/0210
type EducationContentSource
properties
minOcc 0
maxOcc 1
content complex
children EducationContentReference LearningResourceMetadataURI URI
annotation
documentation
Reference to any published papers, reports, or other documents about this intervention study.
source <xs:element name="EducationContentSource" type="EducationContentSource" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Reference to any published papers, reports, or other documents about this intervention study.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionStudy/InterventionPrescriptionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p824.png
namespace http://ed-fi.org/0210
type InterventionPrescriptionReferenceType
properties
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
Reference to the InterventionPrescription being studied.
source <xs:element name="InterventionPrescriptionReference" type="InterventionPrescriptionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the InterventionPrescription being studied.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionStudy/InterventionEffectiveness
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p825.png
namespace http://ed-fi.org/0210
type InterventionEffectiveness
properties
minOcc 0
maxOcc unbounded
content complex
children Diagnosis PopulationServed GradeLevel ImprovementIndex InterventionEffectivenessRating
annotation
documentation
Measurement of the effectiveness of the InterventionStudy per diagnosis.
source <xs:element name="InterventionEffectiveness" type="InterventionEffectiveness" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Measurement of the effectiveness of the InterventionStudy per diagnosis.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionStudy/Participants
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p826.png
namespace http://ed-fi.org/0210
type xs:int
properties
content simple
annotation
documentation
The number of participants observed in the study.
source <xs:element name="Participants" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The number of participants observed in the study.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionStudy/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p827.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 InterventionStudy/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p828.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 InterventionStudy/AppropriateGradeLevel
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p829.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 participating in this study.
appinfo
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
source <xs:element name="AppropriateGradeLevel" type="GradeLevelDescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Grade levels participating in this study.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>GradeLevelDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

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

element InterventionStudy/AppropriateSex
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p831.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 participating in this study. If omitted, considered generally applicable.
source <xs:element name="AppropriateSex" type="SexType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Sexes participating in this study. If omitted, considered generally applicable.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionStudy/StateAbbreviation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p832.png
namespace http://ed-fi.org/0210
type StateAbbreviationType
properties
minOcc 0
maxOcc unbounded
content simple
facets
Kind Value Annotation
enumeration AA
enumeration AE
enumeration AK
enumeration AL
enumeration AP
enumeration AR
enumeration AS
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DC
enumeration DE
enumeration FL
enumeration FM
enumeration GA
enumeration GU
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MH
enumeration MI
enumeration MN
enumeration MO
enumeration MP
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration PR
enumeration PW
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VI
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
annotation
documentation
The abbreviation for the state (within the United States) or outlying area, the school system of which the participants of the study are considered to be a part.
source <xs:element name="StateAbbreviation" type="StateAbbreviationType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The abbreviation for the state (within the United States) or outlying area, the school system of which the participants of the study are considered to be a part.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionStudy/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p833.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 EducationOrganization which is sponsoring the intervention study.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the EducationOrganization which is sponsoring the intervention study.</xs:documentation>
 
</xs:annotation>
</xs:element>

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