complexType SectionAttendanceTakenEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1089.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children SectionReference CalendarDateReference EventDate StaffReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
Captures attendance taken event for given section.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>581</ann:EdFiId>
source <xs:complexType name="SectionAttendanceTakenEvent">
 
<xs:annotation>
   
<xs:documentation>Captures attendance taken event for given section.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>581</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="SectionReference" type="SectionReferenceType">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>1635</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarDateReference" type="CalendarDateReferenceType">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>1633</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EventDate" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The date the SectionAttendanceTakenEvent was submitted, which could be a different date than the instructional day.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1634</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:appinfo>
             
<ann:EdFiId>1636</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element SectionAttendanceTakenEvent/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1090.png
namespace http://ed-fi.org/0200
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
appinfo
<ann:EdFiId>1635</ann:EdFiId>
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>1635</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionAttendanceTakenEvent/CalendarDateReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1091.png
namespace http://ed-fi.org/0200
type CalendarDateReferenceType
properties
content complex
children CalendarDateIdentity
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
appinfo
<ann:EdFiId>1633</ann:EdFiId>
source <xs:element name="CalendarDateReference" type="CalendarDateReferenceType">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>1633</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionAttendanceTakenEvent/EventDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1092.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The date the SectionAttendanceTakenEvent was submitted, which could be a different date than the instructional day.
appinfo
<ann:EdFiId>1634</ann:EdFiId>
source <xs:element name="EventDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The date the SectionAttendanceTakenEvent was submitted, which could be a different date than the instructional day.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1634</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element SectionAttendanceTakenEvent/StaffReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1093.png
namespace http://ed-fi.org/0200
type StaffReferenceType
properties
minOcc 0
maxOcc 1
content complex
children StaffIdentity StaffLookup
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
appinfo
<ann:EdFiId>1636</ann:EdFiId>
source <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:appinfo>
     
<ann:EdFiId>1636</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>