complexType EducationOrganizationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p525.png
namespace http://ed-fi.org/0200
children EducationOrganizationId
used by
element EducationOrganizationReferenceType/EducationOrganizationIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of educational organizations.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>419</ann:EdFiId>
source <xs:complexType name="EducationOrganizationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of educational organizations.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>419</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationOrganizationId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to an education agency by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2031</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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