complexType StudentProgramAttendanceEventIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1759.png
namespace http://ed-fi.org/0210
children StudentReference EducationOrganizationReference ProgramReference EventDate AttendanceEventCategory
used by
element StudentProgramAttendanceEventReferenceType/StudentProgramAttendanceEventIdentity
annotation
documentation
Identity of a StudentProgramAttendanceEvent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentProgramAttendanceEventIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentProgramAttendanceEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<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:element name="EventDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>Date for this attendance event.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AttendanceEventCategory" type="AttendanceEventCategoryDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>A code describing the attendance event, for example:
        Present
        Unexcused absence
        Excused absence
        Tardy.
</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>AttendanceEventCategoryDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentProgramAttendanceEventIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1760.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 StudentProgramAttendanceEventIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1761.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 StudentProgramAttendanceEventIdentityType/ProgramReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1762.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>

element StudentProgramAttendanceEventIdentityType/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1763.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
Date for this attendance event.
source <xs:element name="EventDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>Date for this attendance event.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentProgramAttendanceEventIdentityType/AttendanceEventCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1764.png
namespace http://ed-fi.org/0210
type AttendanceEventCategoryDescriptorReferenceType
properties
content complex
children CodeValue Namespace
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
A code describing the attendance event, for example:
        Present
        Unexcused absence
        Excused absence
        Tardy.
appinfo
<ann:Descriptor>AttendanceEventCategoryDescriptor</ann:Descriptor>
source <xs:element name="AttendanceEventCategory" type="AttendanceEventCategoryDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>A code describing the attendance event, for example:
        Present
        Unexcused absence
        Excused absence
        Tardy.
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>AttendanceEventCategoryDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>