complexType InterventionPrescriptionIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p570.png
namespace http://ed-fi.org/0110
children EducationContentReference InterventionClass DeliveryMethod
used by
element InterventionPrescriptionReferenceType/InterventionPrescriptionIdentity
annotation
documentation
Encapsulate the attributes that can be used to lookup the intervention prescription.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="InterventionPrescriptionIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulate the attributes that can be used to lookup the intervention prescription.</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="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 InterventionPrescriptionIdentityType/EducationContentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p571.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 InterventionPrescriptionIdentityType/InterventionClass
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p572.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 InterventionPrescriptionIdentityType/DeliveryMethod
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p573.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>