complexType EducationServiceCenterIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p564.png
namespace http://ed-fi.org/0200
children EducationServiceCenterId
used by
element EducationServiceCenterReferenceType/EducationServiceCenterIdentity
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of education service centers.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>423</ann:EdFiId>
source <xs:complexType name="EducationServiceCenterIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of education service centers.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>423</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="EducationServiceCenterId" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>The identifier assigned to an education service center by the State Education Agency (SEA). Also known as the State LEA ID.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2032</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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