complexType StudentSectionAttendanceEventIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1825.png
namespace http://ed-fi.org/0210
children StudentReference SectionReference EventDate AttendanceEventCategory
used by
element StudentSectionAttendanceEventReferenceType/StudentSectionAttendanceEventIdentity
annotation
documentation
Identity of a StudentSectionAttendanceEvent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentSectionAttendanceEventIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentSectionAttendanceEvent.</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="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the Section 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 StudentSectionAttendanceEventIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1826.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 StudentSectionAttendanceEventIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1827.png
namespace http://ed-fi.org/0210
type SectionReferenceType
properties
content complex
children SectionIdentity SectionLookup
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 Section associated with the AttendanceEvent.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Section associated with the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSectionAttendanceEventIdentityType/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1828.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 StudentSectionAttendanceEventIdentityType/AttendanceEventCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1829.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>