complexType InterventionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p556.png
namespace http://ed-fi.org/0110
children EducationContentReference EducationOrganizationReference BeginDate InterventionClass DeliveryMethod
used by
element InterventionReferenceType/InterventionIdentity
annotation
documentation
Encapsulate the attributes that can be used to lookup the intervention.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="InterventionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulate the attributes that can be used to lookup the intervention.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationContentReference" type="EducationContentReferenceType" maxOccurs="unbounded"/>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</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="InterventionClass" type="InterventionClassType" minOccurs="0">
     
<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="DeliveryMethod" type="DeliveryMethodType" minOccurs="0">
     
<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:complexType>

element InterventionIdentityType/EducationContentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p557.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.
source <xs:element name="EducationContentReference" type="EducationContentReferenceType" maxOccurs="unbounded"/>

element InterventionIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p558.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
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
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p559.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 InterventionIdentityType/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p560.png
namespace http://ed-fi.org/0110
type InterventionClassType
properties
isRef 0
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The way in which an intervention is used: curriculum, supplement, or practice.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InterventionIdentityType/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p561.png
namespace http://ed-fi.org/0110
type DeliveryMethodType
properties
isRef 0
minOcc 0
maxOcc 1
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" minOccurs="0">
 
<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>