complexType FeederSchoolAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p464.png
namespace http://ed-fi.org/0110
children FeederSchoolReference ReceivingSchoolReference BeginDate EndDate FeederRelationshipDescription
annotation
documentation
The association from feeder school to the receiving school.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
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:sequence>
   
<xs:element name="FeederSchoolReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the Feeder school.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ReceivingSchoolReference" type="EducationOrganizationReferenceType">
     
<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:complexType>

element FeederSchoolAssociation/FeederSchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p465.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
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
Reference to the Feeder school.
source <xs:element name="FeederSchoolReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the Feeder school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociation/ReceivingSchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p466.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
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
Reference to the receiving school.
source <xs:element name="ReceivingSchoolReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the receiving school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p467.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
content simple
annotation
documentation
The month, day, and year of the first day of the feeder school association.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p468.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year of the last day of the feeder school association.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p469.png
namespace http://ed-fi.org/0110
type Description
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 1024 
annotation
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.
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>