complexType StudentInterventionAttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1671.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children AttendanceEvent StudentReference InterventionReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This event entity represents the recording of whether a student is in attendance for an intervention service.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StudentInterventionAttendanceEvent">
 
<xs:annotation>
   
<xs:documentation>This event entity represents the recording of whether a student is in attendance for an intervention service.</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="AttendanceEvent" type="AttendanceEvent">
         
<xs:annotation>
           
<xs:documentation>Details of the AttendanceEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Student associated with the AttendanceEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionReference" type="InterventionReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Intervention associated with the AttendanceEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentInterventionAttendanceEvent/AttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1672.png
namespace http://ed-fi.org/0210
type AttendanceEvent
properties
content complex
children EventDate AttendanceEventCategory AttendanceEventReason EducationalEnvironment
annotation
documentation
Details of the AttendanceEvent.
source <xs:element name="AttendanceEvent" type="AttendanceEvent">
 
<xs:annotation>
   
<xs:documentation>Details of the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentInterventionAttendanceEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1673.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 AttendanceEvent.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student associated with the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentInterventionAttendanceEvent/InterventionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1674.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
Relates the Intervention associated with the AttendanceEvent.
source <xs:element name="InterventionReference" type="InterventionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Intervention associated with the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>