complexType CalendarDateIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p226.png
namespace http://ed-fi.org/0200
children Date SchoolReference
used by
element CalendarDateReferenceType/CalendarDateIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of calendar dates in the school calendar.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>403</ann:EdFiId>
source <xs:complexType name="CalendarDateIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of calendar dates in the school calendar.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>403</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:appinfo>
         
<ann:EdFiId>2012</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2013</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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

element CalendarDateIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p228.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
Provide user information to lookup and link to an existing school record in the receiving system.
appinfo
<ann:EdFiId>2013</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2013</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>