complexType StudentProgramAttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1494.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children AttendanceEvent StudentReference EducationOrganizationReference ProgramReference
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 to receive or participate in program services.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>592</ann:EdFiId>
source <xs:complexType name="StudentProgramAttendanceEvent">
 
<xs:annotation>
   
<xs:documentation>This event entity represents the recording of whether a student is in attendance to receive or participate in program services.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>592</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>1767</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>1770</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization where the student is participating in or receiving the program services.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1768</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramReference" type="ProgramReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Program associated with the AttendanceEvent.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1769</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

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

element StudentProgramAttendanceEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1496.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>1770</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>1770</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAttendanceEvent/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1497.png
namespace http://ed-fi.org/0200
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
The EducationOrganization where the student is participating in or receiving the program services.
appinfo
<ann:EdFiId>1768</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>The EducationOrganization where the student is participating in or receiving the program services.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1768</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentProgramAttendanceEvent/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1498.png
namespace http://ed-fi.org/0200
type ProgramReferenceType
properties
content complex
children ProgramIdentity ProgramLookup
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 Program associated with the AttendanceEvent.
appinfo
<ann:EdFiId>1769</ann:EdFiId>
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Program associated with the AttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1769</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>