simpleType
InternetAccessType
namespace | http://ed-fi.org/0110 | |||||||||
type | restriction of xs:token | |||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |