complexType CalendarDateIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p188.png
namespace http://ed-fi.org/0110
children Date EducationOrganizationReference
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>
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>
   
</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:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CalendarDateIdentityType/Date
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p189.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 CalendarDateIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p190.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
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
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>