complexType FeederSchoolAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p680.png
namespace http://ed-fi.org/0210
children FeederSchoolReference SchoolReference BeginDate
used by
element FeederSchoolAssociationReferenceType/FeederSchoolAssociationIdentity
annotation
documentation
Identity of a FeederSchoolAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="FeederSchoolAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a FeederSchoolAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:sequence>
</xs:complexType>

element FeederSchoolAssociationIdentityType/FeederSchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p681.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="FeederSchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the feeder school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociationIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p682.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the receiving school.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FeederSchoolAssociationIdentityType/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p683.png
namespace http://ed-fi.org/0210
type xs:date
properties
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>