EquipmentInternetConnectCodeType

Method of connexion to internet: wireless, cable
...

Simple Type Information

Used By

Source

<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>