complexType EducationServiceCenter
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p561.png
namespace http://ed-fi.org/0200
type extension of EducationOrganization
properties
base EducationOrganization
children StateOrganizationId EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus EducationServiceCenterId StateEducationAgencyReference
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents a regional, multi-services public agency authorized by state law to develop, manage and provide services, programs, or other support options (e.g., construction, food services, and technology services) to LEAs.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>558</ann:EdFiId>
source <xs:complexType name="EducationServiceCenter">
 
<xs:annotation>
   
<xs:documentation>This entity represents a regional, multi-services public agency authorized by state law to develop, manage and provide services, programs, or other support options (e.g., construction, food services, and technology services) to LEAs.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>558</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="EducationOrganization">
     
<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).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1406</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="StateEducationAgencyReference" type="StateEducationAgencyReferenceType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The SEA of which the ESC is an organizational component.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1412</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element EducationServiceCenter/EducationServiceCenterId
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p562.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).
appinfo
<ann:EdFiId>1406</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).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1406</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element EducationServiceCenter/StateEducationAgencyReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p563.png
namespace http://ed-fi.org/0200
type StateEducationAgencyReferenceType
properties
minOcc 0
maxOcc 1
content complex
children StateEducationAgencyIdentity StateEducationAgencyLookup
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
The SEA of which the ESC is an organizational component.
appinfo
<ann:EdFiId>1412</ann:EdFiId>
source <xs:element name="StateEducationAgencyReference" type="StateEducationAgencyReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The SEA of which the ESC is an organizational component.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1412</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>