complexType StudentProgramAttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1754.png
namespace http://ed-fi.org/0210
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>
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>
   
</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="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>The EducationOrganization where the student is participating in or receiving the program services.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="ProgramReference" type="ProgramReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Program associated with the AttendanceEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentProgramAttendanceEvent/AttendanceEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1755.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 StudentProgramAttendanceEvent/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1756.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 StudentProgramAttendanceEvent/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1757.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element StudentProgramAttendanceEvent/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1758.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="ProgramReference" type="ProgramReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Program associated with the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>