complexType LocalEducationAgencyReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p849.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children LocalEducationAgencyIdentity LocalEducationAgencyLookup
used by
elements School/LocalEducationAgencyReference LocalEducationAgency/ParentLocalEducationAgencyReference
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
Provides alternative references for Local Education Agency reference during interchange. Use XML IDREF to reference an local education agency record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>440</ann:EdFiId>
source <xs:complexType name="LocalEducationAgencyReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for Local Education Agency reference during interchange. Use XML IDREF to reference an local education agency record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>440</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="LocalEducationAgencyIdentity" type="LocalEducationAgencyIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of local education agencies.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2123</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="LocalEducationAgencyLookup" type="LocalEducationAgencyLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of local education agencies.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2388</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element LocalEducationAgencyReferenceType/LocalEducationAgencyIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p850.png
namespace http://ed-fi.org/0200
type LocalEducationAgencyIdentityType
properties
minOcc 0
maxOcc 1
content complex
children LocalEducationAgencyId
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of local education agencies.
appinfo
<ann:EdFiId>2123</ann:EdFiId>
source <xs:element name="LocalEducationAgencyIdentity" type="LocalEducationAgencyIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of local education agencies.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2123</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element LocalEducationAgencyReferenceType/LocalEducationAgencyLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p851.png
namespace http://ed-fi.org/0200
type LocalEducationAgencyLookupType
properties
minOcc 0
maxOcc 1
content complex
children LocalEducationAgencyId EducationOrganizationIdentificationCode NameOfInstitution EducationOrganizationCategory
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of local education agencies.
appinfo
<ann:EdFiId>2388</ann:EdFiId>
source <xs:element name="LocalEducationAgencyLookup" type="LocalEducationAgencyLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of local education agencies.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2388</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>