complexType LocalEducationAgencyIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p842.png
namespace http://ed-fi.org/0200
children LocalEducationAgencyId
used by
element LocalEducationAgencyReferenceType/LocalEducationAgencyIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of local education agencies.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>441</ann:EdFiId>
source <xs:complexType name="LocalEducationAgencyIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of local education agencies.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>441</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="LocalEducationAgencyId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to a local education agency by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2053</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element LocalEducationAgencyIdentityType/LocalEducationAgencyId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p843.png
namespace http://ed-fi.org/0200
type xs:int
properties
content simple
annotation
documentation
The identifier assigned to a local education agency by the State Education Agency (SEA). Also known as the State LEA ID.
appinfo
<ann:EdFiId>2053</ann:EdFiId>
source <xs:element name="LocalEducationAgencyId" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>The identifier assigned to a local education agency by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2053</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>