Method of connexion to internet: wireless, cable ... |
Attribute | EquipmentInternetType/@Connect |
<xs:simpleType name="EquipmentInternetConnectCodeType"> <xs:annotation> <xs:documentation>Method of connexion to internet: wireless, cable ...</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="OverPowerCable"/> <xs:enumeration value="StandardLine"/> <xs:enumeration value="Wireless"/> </xs:restriction> </xs:simpleType> |