channel

Element Information

Model

Children: display-name, icon, url

Attributes

QName Type Fixed Default Use Inheritable Annotation
id required

Used By

Element tv

Source

<xs:element name="channel">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="display-name" maxOccurs="unbounded"/>
      <xs:element ref="icon" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="url" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="id" use="required"/>
  </xs:complexType>
</xs:element>

Sample