simpleType LEACategoryType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element LocalEducationAgency/LEACategory
facets
Kind Value annotation 
enumeration Independent 
enumeration Charter 
annotation
documentation
The category of LEA/district. For example: Independent or Charter
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="LEACategoryType">
 
<xs:annotation>
   
<xs:documentation>The category of LEA/district. For example: Independent or Charter</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Independent"/>
   
<xs:enumeration value="Charter"/>
 
</xs:restriction>
</xs:simpleType>