simpleType EducationOrganizationCategoryType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements EducationOrganization/EducationOrganizationCategory EducationOrganizationLookupType/EducationOrganizationCategory EducationOrganizationNetworkLookupType/EducationOrganizationCategory EducationServiceCenterLookupType/EducationOrganizationCategory LocalEducationAgencyLookupType/EducationOrganizationCategory SchoolLookupType/EducationOrganizationCategory StateEducationAgencyLookupType/EducationOrganizationCategory
facets
Kind Value Annotation
enumeration Education Organization Network
appinfo
<ann:EdFiId>166-001</ann:EdFiId>
enumeration Education Service Center
appinfo
<ann:EdFiId>166-002</ann:EdFiId>
enumeration Local Education Agency
appinfo
<ann:EdFiId>166-003</ann:EdFiId>
enumeration School
appinfo
<ann:EdFiId>166-004</ann:EdFiId>
enumeration State Education Agency
appinfo
<ann:EdFiId>166-005</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>166-006</ann:EdFiId>
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>
<ann:EdFiId>166</ann:EdFiId>
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>
     
<ann:EdFiId>166</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Education Organization Network">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>166-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Education Service Center">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>166-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Local Education Agency">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>166-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>166-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="State Education Agency">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>166-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>166-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>