complexType StateEducationAgency
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p962.png
namespace http://ed-fi.org/0110
type extension of EducationOrganization
properties
base EducationOrganization
children StateOrganizationId EducationOrgIdentificationCode NameOfInstitution ShortNameOfInstitution OrganizationCategories Address Telephone WebSite OperationalStatus AccountabilityRatings ProgramReference EducationOrganizationPeerReference
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
annotation
documentation
This entity represents the agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
source <xs:complexType name="StateEducationAgency">
 
<xs:annotation>
   
<xs:documentation>This entity represents the agency of the state charged with primary responsibility for coordinating and supervising public instruction, including the setting of standards for elementary and secondary instruction programs.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="EducationOrganization"/>
 
</xs:complexContent>
</xs:complexType>