simpleType EducationOrganizationCategoryType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element EducationOrganizationCategoriesType/OrganizationCategory
facets
Kind Value annotation 
enumeration State Education Agency 
enumeration Education Service Center 
enumeration Local Education Agency 
enumeration School 
enumeration Education Organization Network 
annotation
documentation
The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control granted by the state.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="EducationOrganizationCategoryType">
 
<xs:annotation>
   
<xs:documentation>The classification of the education agency within the geographic boundaries of a state according to the level of administrative and operational control granted by the state.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="State Education Agency"/>
   
<xs:enumeration value="Education Service Center"/>
   
<xs:enumeration value="Local Education Agency"/>
   
<xs:enumeration value="School"/>
   
<xs:enumeration value="Education Organization Network"/>
 
</xs:restriction>
</xs:simpleType>