complexType StateEducationAgencyIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1264.png
namespace http://ed-fi.org/0200
children StateEducationAgencyId
used by
element StateEducationAgencyReferenceType/StateEducationAgencyIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of State Education Agency.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>461</ann:EdFiId>
source <xs:complexType name="StateEducationAgencyIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of State Education Agency.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>461</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StateEducationAgencyId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to a State Education Agency by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2077</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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