simpleType SchoolType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element School/SchoolType
facets
Kind Value annotation 
enumeration Alternative 
enumeration Regular 
enumeration Special Education 
enumeration Career and Technical Education 
annotation
documentation
The type of education institution as classified by its primary focus.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SchoolType">
 
<xs:annotation>
   
<xs:documentation>The type of education institution as classified by its primary focus. </xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Alternative"/>
   
<xs:enumeration value="Regular"/>
   
<xs:enumeration value="Special Education"/>
   
<xs:enumeration value="Career and Technical Education"/>
 
</xs:restriction>
</xs:simpleType>