simpleType InternetAccessType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element School/InternetAccess
facets
Kind Value annotation 
enumeration High Speed 
enumeration Less Than High Speed 
annotation
documentation
The type of Internet access available.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="InternetAccessType">
 
<xs:annotation>
   
<xs:documentation>The type of Internet access available.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="High Speed"/>
   
<xs:enumeration value="Less Than High Speed"/>
 
</xs:restriction>
</xs:simpleType>