complexType StudentSchoolAttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1520.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children AttendanceEvent StudentReference SchoolReference SessionReference
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 a school day.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>593</ann:EdFiId>
source <xs:complexType name="StudentSchoolAttendanceEvent">
 
<xs:annotation>
   
<xs:documentation>This event entity represents the recording of whether a student is in attendance for a school day.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>593</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>1771</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>1774</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the School associated with the AttendanceEvent.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1772</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SessionReference" type="SessionReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Session associated with the AttendanceEvent.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1773</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentSchoolAttendanceEvent/AttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1521.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>1771</ann:EdFiId>
source <xs:element name="AttendanceEvent" type="AttendanceEvent">
 
<xs:annotation>
   
<xs:documentation>Details of the AttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1771</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAttendanceEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1522.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>1774</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>1774</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAttendanceEvent/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1523.png
namespace http://ed-fi.org/0200
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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 School associated with the AttendanceEvent.
appinfo
<ann:EdFiId>1772</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the School associated with the AttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1772</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentSchoolAttendanceEvent/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1524.png
namespace http://ed-fi.org/0200
type SessionReferenceType
properties
content complex
children SessionIdentity SessionLookup
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 Session associated with the AttendanceEvent.
appinfo
<ann:EdFiId>1773</ann:EdFiId>
source <xs:element name="SessionReference" type="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Session associated with the AttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1773</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>