complexType FeederSchoolAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p592.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children FeederSchoolReference SchoolReference BeginDate EndDate FeederRelationshipDescription
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
The association from feeder school to the receiving school.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>598</ann:EdFiId>
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>
     
<ann:EdFiId>598</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1013</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolReference" type="SchoolReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the receiving school.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1014</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1010</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1011</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1012</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element FeederSchoolAssociation/FeederSchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p593.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
Reference to the feeder school.
appinfo
<ann:EdFiId>1013</ann:EdFiId>
source <xs:element name="FeederSchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the feeder school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1013</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociation/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p594.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
Reference to the receiving school.
appinfo
<ann:EdFiId>1014</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the receiving school.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1014</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociation/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p595.png
namespace http://ed-fi.org/0200
type xs:date
properties
content simple
annotation
documentation
The month, day, and year of the first day of the feeder school association.
appinfo
<ann:EdFiId>1010</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1010</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociation/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p596.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The month, day, and year of the last day of the feeder school association.
appinfo
<ann:EdFiId>1011</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1011</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociation/FeederRelationshipDescription
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p597.png
namespace http://ed-fi.org/0200
type Description
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
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.
appinfo
<ann:EdFiId>1012</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1012</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>