complexType CalendarDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p222.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children Date SchoolReference CalendarEvent
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents a day in the school calendar.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>545</ann:EdFiId>
source <xs:complexType name="CalendarDate">
 
<xs:annotation>
   
<xs:documentation>This entity represents a day in the school calendar.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>545</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="Date" type="xs:date">
         
<xs:annotation>
           
<xs:documentation>The month, day, and year of the CalendarDate.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1271</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>The school for which the calendar event is defined.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2426</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarEvent" type="CalendarEvent" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Additional description of the date such as date classification and duration of the event.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1270</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CalendarDate/Date
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p223.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The month, day, and year of the CalendarDate.
appinfo
<ann:EdFiId>1271</ann:EdFiId>
source <xs:element name="Date" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year of the CalendarDate.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1271</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CalendarDate/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p224.png
namespace http://ed-fi.org/0200
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
The school for which the calendar event is defined.
appinfo
<ann:EdFiId>2426</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>The school for which the calendar event is defined.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2426</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CalendarDate/CalendarEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p225.png
namespace http://ed-fi.org/0200
type CalendarEvent
properties
minOcc 1
maxOcc unbounded
content complex
children EventDuration CalendarEvent
annotation
documentation
Additional description of the date such as date classification and duration of the event.
appinfo
<ann:EdFiId>1270</ann:EdFiId>
source <xs:element name="CalendarEvent" type="CalendarEvent" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Additional description of the date such as date classification and duration of the event.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1270</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>