complexType
EducationServiceCenter
element EducationServiceCenter/EducationServiceCenterId
element EducationServiceCenter/StateEducationAgencyReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of EducationOrganization | ||||||||||||||
properties |
|
||||||||||||||
children | EducationOrganizationIdentificationCode NameOfInstitution ShortNameOfInstitution EducationOrganizationCategory Address InternationalAddress InstitutionTelephone WebSite OperationalStatus EducationServiceCenterId StateEducationAgencyReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> </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.</xs:documentation> </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:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element EducationServiceCenter/EducationServiceCenterId
diagram | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:int | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="EducationServiceCenterId" type="xs:int"> <xs:annotation> <xs:documentation>The identifier assigned to an education service center.</xs:documentation> </xs:annotation> </xs:element> |
element EducationServiceCenter/StateEducationAgencyReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StateEducationAgencyReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StateEducationAgencyIdentity StateEducationAgencyLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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:annotation> </xs:element> |