1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE tv SYSTEM "xmltv.dtd">
3
4<tv>
5  <programme start="20031025070000" stop="20031025074500" channel="3">
6    <title>Container A</title>
7  </programme>
8  <programme start="20031025070000" stop="20031025070500" channel="3">
9    <title>Contained A 0</title>
10  </programme>
11  <programme start="20031025070500" stop="20031025071500" channel="3">
12    <title>Contained A 1</title>
13  </programme>
14  <programme start="20031025071500" stop="20031025074500" channel="3">
15    <title>Contained A 2</title>
16  </programme>
17  <programme start="20031025080000" stop="20031025080500" channel="3">
18    <title>Contained B 0</title>
19  </programme>
20  <programme start="20031025080000" stop="20031025081500" channel="3">
21    <title>Container B</title>
22  </programme>
23  <programme start="20031025080500" stop="20031025081500" channel="3">
24    <title>Contained B 1</title>
25  </programme>
26  <programme start="20031025090000" stop="20031025100000" channel="3">
27    <title>Overlap 0</title>
28  </programme>
29  <programme start="20031025090000" stop="20031025100000" channel="3">
30    <title>Overlap 1</title>
31  </programme>
32  <programme start="20031025100000" stop="20031025101500" channel="3">
33    <title>Container C</title>
34    <desc>This is a description.</desc>
35  </programme>
36  <programme start="20031025100000" stop="20031025100500" channel="3">
37    <title>Contained C 0</title>
38  </programme>
39  <programme start="20031025100500" stop="20031025101500" channel="3">
40    <title>Contained C 1</title>
41  </programme>
42</tv>
43