complexType CalendarDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p225.png
namespace http://ed-fi.org/0210
type extension of ComplexObjectType
properties
base ComplexObjectType
children Date CalendarEvent CalendarReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
The type of scheduled or unscheduled event for the day.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="CalendarDate">
 
<xs:annotation>
   
<xs:documentation>The type of scheduled or unscheduled event for the day.</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 CalendarEvent.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarEvent" type="CalendarEventDescriptorReferenceType" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>The type of scheduled or unscheduled event for the day.</xs:documentation>
           
<xs:appinfo>
             
<ann:Descriptor>CalendarEventDescriptor</ann:Descriptor>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="CalendarReference" type="CalendarReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the Calendar associated to the CalendarEvent.</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_p226.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year of the CalendarEvent.
source <xs:element name="Date" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year of the CalendarEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CalendarDate/CalendarEvent
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p227.png
namespace http://ed-fi.org/0210
type CalendarEventDescriptorReferenceType
properties
minOcc 1
maxOcc unbounded
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
The type of scheduled or unscheduled event for the day.
appinfo
<ann:Descriptor>CalendarEventDescriptor</ann:Descriptor>
source <xs:element name="CalendarEvent" type="CalendarEventDescriptorReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>The type of scheduled or unscheduled event for the day.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CalendarEventDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CalendarDate/CalendarReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p228.png
namespace http://ed-fi.org/0210
type CalendarReferenceType
properties
content complex
children CalendarIdentity
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 Calendar associated to the CalendarEvent.
source <xs:element name="CalendarReference" type="CalendarReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Calendar associated to the CalendarEvent.</xs:documentation>
 
</xs:annotation>
</xs:element>