simpleType LocalEducationAgencyCategoryType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element LocalEducationAgency/LocalEducationAgencyCategory
facets
Kind Value Annotation
enumeration Independent
appinfo
<ann:EdFiId>194-001</ann:EdFiId>
enumeration Charter
appinfo
<ann:EdFiId>194-002</ann:EdFiId>
annotation
documentation
The category of local education agency/district. For example: Independent or Charter.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>194</ann:EdFiId>
source <xs:simpleType name="LocalEducationAgencyCategoryType">
 
<xs:annotation>
   
<xs:documentation>The category of local education agency/district. For example: Independent or Charter.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>194</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Independent">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>194-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Charter">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>194-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>