complexType Intervention
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p543.png
namespace http://ed-fi.org/0110
type extension of InterventionPrescription
properties
base InterventionPrescription
children EducationContentReference InterventionClass Diagnosis PopulationServed SexAppropriateness GradeLevelAppropriateness DeliveryMethod InterventionPrescriptionReference BeginDate EndDate MeetingTime StaffReference EducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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="InterventionPrescription">
     
<xs:sequence>
       
<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>Staff member associated with the intervention.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>This association denotes the Education Organization with which is sponsoring the intervention implementation.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element Intervention/InterventionPrescriptionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p544.png
namespace http://ed-fi.org/0110
type InterventionPrescriptionReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children InterventionPrescriptionIdentity
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
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_p545.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p546.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p547.png
namespace http://ed-fi.org/0110
type MeetingTime
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children WeekNumber MeetingDays StartTime EndTime
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
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_p548.png
namespace http://ed-fi.org/0110
type StaffReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children StaffIdentity
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
Staff member associated with the intervention.
source <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Staff member associated with the intervention.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Intervention/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p549.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
content complex
children EducationOrganizationIdentity
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
This association denotes the Education Organization with which is sponsoring the intervention implementation.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>This association denotes the Education Organization with which is sponsoring the intervention implementation.</xs:documentation>
 
</xs:annotation>
</xs:element>