complexType
CalendarDateIdentityType
element CalendarDateIdentityType/Date
element CalendarDateIdentityType/EducationOrganizationReference
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
children | Date EducationOrganizationReference | ||||
used by |
|
||||
annotation |
|
||||
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 | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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> |