complexType CalendarDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p184.png
namespace http://ed-fi.org/0110
type extension of ComplexObjectType
properties
base ComplexObjectType
children Date CalendarEvent EducationOrganizationReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs: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>
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>
   
</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 calendar date.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarEvent" type="DescriptorReferenceType">
         
<xs:annotation>
           
<xs:documentation>The type of scheduled or unscheduled event for the day.  For example:
Instructional day
Teacher only day
Holiday
Make-up day
Weather day
Student late arrival/early dismissal
...
</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>CalendarEventDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The Education Organization for which the calendar event is defined - often the LEA or school.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element CalendarDate/Date
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p185.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The month, day and year of the calendar date.
source <xs:element name="Date" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day and year of the calendar date.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CalendarDate/CalendarEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p186.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
annotation
documentation
The type of scheduled or unscheduled event for the day.  For example:
Instructional day
Teacher only day
Holiday
Make-up day
Weather day
Student late arrival/early dismissal
...
appinfo
<ann:Descriptor>CalendarEventDescriptor</ann:Descriptor>
source <xs:element name="CalendarEvent" type="DescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The type of scheduled or unscheduled event for the day.  For example:
Instructional day
Teacher only day
Holiday
Make-up day
Weather day
Student late arrival/early dismissal
...
</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CalendarEventDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CalendarDate/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p187.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 0
maxOcc 1
content complex
children EducationOrganizationIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The Education Organization for which the calendar event is defined - often the LEA or school.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The Education Organization for which the calendar event is defined - often the LEA or school.</xs:documentation>
 
</xs:annotation>
</xs:element>