complexType
FeederSchoolAssociation
element FeederSchoolAssociation/FeederSchoolReference
element FeederSchoolAssociation/SchoolReference
element FeederSchoolAssociation/BeginDate
element FeederSchoolAssociation/EndDate
element FeederSchoolAssociation/FeederRelationshipDescription
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | FeederSchoolReference SchoolReference BeginDate EndDate FeederRelationshipDescription | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="FeederSchoolAssociation"> <xs:annotation> <xs:documentation>The association from feeder school to the receiving school.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Association</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="FeederSchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Reference to the feeder school.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Reference to the receiving school.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year of the first day of the feeder school association.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year of the last day of the feeder school association.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="FeederRelationshipDescription" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>Describes the relationship from the feeder school to the receiving school, for example by program emphasis, such as special education, language immersion, science, or performing art.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element FeederSchoolAssociation/FeederSchoolReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SchoolReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SchoolIdentity SchoolLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="FeederSchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Reference to the feeder school.</xs:documentation> </xs:annotation> </xs:element> |
element FeederSchoolAssociation/SchoolReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | SchoolReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | SchoolIdentity SchoolLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="SchoolReference" type="SchoolReferenceType"> <xs:annotation> <xs:documentation>Reference to the receiving school.</xs:documentation> </xs:annotation> </xs:element> |
element FeederSchoolAssociation/BeginDate
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="BeginDate" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year of the first day of the feeder school association.</xs:documentation> </xs:annotation> </xs:element> |
element FeederSchoolAssociation/EndDate
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="EndDate" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>The month, day, and year of the last day of the feeder school association.</xs:documentation> </xs:annotation> </xs:element> |
element FeederSchoolAssociation/FeederRelationshipDescription
diagram | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | Description | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="FeederRelationshipDescription" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>Describes the relationship from the feeder school to the receiving school, for example by program emphasis, such as special education, language immersion, science, or performing art.</xs:documentation> </xs:annotation> </xs:element> |