EquipmentMediaDeviceTelevisionConnectCodeType

Connection method for the television. It may be *
Aerial: aerial connection, * Cable: via the cable, * CanalPlusDecoder: via a Canal
Plus decoder (it is also possible to have Canal Plus service through other
connection means. In that case, this can be specified using a Television service), *
SatelliteDecoder: via a satellite dish with a decoder (it is also possible to have
satellite service through other connection means. In that case, this can be
specified using a Television service), * over the internet, * TNT-Decoder: via a TNT
decoder (it is also possible to have the TNT service through other connection means.
In that case, this can be specified using a Television service)

Simple Type Information

Used By

Source

<xs:simpleType name="EquipmentMediaDeviceTelevisionConnectCodeType">
  <xs:annotation>
    <xs:documentation xml:lang="EN">Connection method for the television. It may be * Aerial: aerial connection, * Cable: via the cable, * CanalPlusDecoder: via a Canal Plus decoder (it is also possible to have Canal Plus service through other connection means. In that case, this can be specified using a Television service), * SatelliteDecoder: via a satellite dish with a decoder (it is also possible to have satellite service through other connection means. In that case, this can be specified using a Television service), * over the internet, * TNT-Decoder: via a TNT decoder (it is also possible to have the TNT service through other connection means. In that case, this can be specified using a Television service)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="Aerial"/>
    <xs:enumeration value="Cable"/>
    <xs:enumeration value="CanalPlusDecoder"/>
    <xs:enumeration value="Internet"/>
    <xs:enumeration value="SatelliteDecoder"/>
    <xs:enumeration value="TNT_Decoder"/>
  </xs:restriction>
</xs:simpleType>