complexType StudentSchoolAttendanceEventIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1799.png
namespace http://ed-fi.org/0210
children StudentReference SchoolReference SessionReference EventDate AttendanceEventCategory
used by
element StudentSchoolAttendanceEventReferenceType/StudentSchoolAttendanceEventIdentity
annotation
documentation
Identity of a StudentSchoolAttendanceEvent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentSchoolAttendanceEventIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentSchoolAttendanceEvent.</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="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the School associated with the AttendanceEvent.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SessionReference" type="SessionReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the Session 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 StudentSchoolAttendanceEventIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1800.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 StudentSchoolAttendanceEventIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1801.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the School associated with the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAttendanceEventIdentityType/SessionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1802.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="SessionReference" type="SessionReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Session associated with the AttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentSchoolAttendanceEventIdentityType/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1803.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 StudentSchoolAttendanceEventIdentityType/AttendanceEventCategory
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1804.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>