complexType StudentInterventionAttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1430.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>590</ann:EdFiId>
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>
     
<ann:EdFiId>590</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1757</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Student associated with the AttendanceEvent.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1759</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="InterventionReference" type="InterventionReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Intervention associated with the AttendanceEvent.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1758</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

element StudentInterventionAttendanceEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1432.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1759</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student associated with the AttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1759</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentInterventionAttendanceEvent/InterventionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1433.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>1758</ann:EdFiId>
source <xs:element name="InterventionReference" type="InterventionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Intervention associated with the AttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1758</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>