complexType SectionAttendanceTakenEventIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1225.png
namespace http://ed-fi.org/0210
children SectionReference CalendarDateReference
used by
element SectionAttendanceTakenEventReferenceType/SectionAttendanceTakenEventIdentity
annotation
documentation
Identity of a SectionAttendanceTakenEvent.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="SectionAttendanceTakenEventIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a SectionAttendanceTakenEvent.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SectionReference" type="SectionReferenceType">
     
<xs:annotation>
       
<xs:documentation>The section for which attendance was taken.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CalendarDateReference" type="CalendarDateReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the instructional day associated with SectionAttendanceEvent.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element SectionAttendanceTakenEventIdentityType/SectionReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1226.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
The section for which attendance was taken.
source <xs:element name="SectionReference" type="SectionReferenceType">
 
<xs:annotation>
   
<xs:documentation>The section for which attendance was taken.</xs:documentation>
 
</xs:annotation>
</xs:element>

element SectionAttendanceTakenEventIdentityType/CalendarDateReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1227.png
namespace http://ed-fi.org/0210
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
documentation
Reference to the instructional day associated with SectionAttendanceEvent.
source <xs:element name="CalendarDateReference" type="CalendarDateReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the instructional day associated with SectionAttendanceEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>