complexType StudentInterventionAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1666.png
namespace http://ed-fi.org/0210
children StudentReference InterventionReference
used by
element StudentInterventionAssociationReferenceType/StudentInterventionAssociationIdentity
annotation
documentation
Identity of a StudentInterventionAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentInterventionAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentInterventionAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the Student associated with the Intervention.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="InterventionReference" type="InterventionReferenceType">
     
<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:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentInterventionAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1667.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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 Student associated with the Intervention.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student associated with the Intervention.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentInterventionAssociationIdentityType/InterventionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1668.png
namespace http://ed-fi.org/0210
type InterventionReferenceType
properties
content complex
children InterventionIdentity
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
An implementation of an instructional approach focusing on the specific techniques and materials used to teach a given subject.
source <xs:element name="InterventionReference" type="InterventionReferenceType">
 
<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:annotation>
</xs:element>