CIS97 YT > Relax NG Projects > Cartoon Network Listings Sample

Relax NG Projects
Cartoon Network Listings Sample

Project Index | Documentation | Relax NG | Sample XML File

<?xml version="1.0"?>
<cartoon-network>
    <show code="JVBS" category="series">
         <name>Johnny Bravo</name>
         <created>1996</created>
         <studio>Hanna-Barbera</studio>
         <rating>TV-Y</rating>
            <star-list>
                <star role="major">Johnny Bravo</star>
                <star role="major">Mama Bravo</star>
                <star role="minor">Little Ellie</star>
                <star role="minor">Poindexter</star>
            </star-list>
         <description>
         This show displays the laid-back life style of 
         Johnny Bravo, who sounds like Elvis, looks like
         a body builder, always dresses in black and never
         loses his sunglasses.
         </description>
         <schedule>
             <week>
                 <begin-date>2002-05-19</begin-date>
                 <end-date>2002-05-25</end-date>
             </week>
             <day>M-F</day>
             <time>3:30-4:00p</time>
             <day>M-TH</day>
             <time>9:30-10:00p</time>
             <day>SA</day>
             <time>2:30-3:00a</time>
         </schedule>
         <note>
         Tune in on <month>May</month> <day>23</day>, <year>2002</year>
         at <time>9:30p</time> to see the episode entitled "I
         Remember Mama", which won the 1996 <award>Cartoon Emmy</award>.
         </note>
         <fanclub>
             <club-name>Johnny Bravo Fan Club</club-name>
             <email>"http://www.jvbs.com/johnny/weloveyou.html"</email>
         </fanclub>
         <website>"http://www.cartoonnetwork.com/JohnnyB"</website>
    </show>
    
    <show code="PPGS" category="series">
             <name>Powerpuff Girls</name>
             <created>1998</created>
             <studio>Hanna-Barbera</studio>
             <rating>TV-Y</rating>
                <star-list>
                    <star role="major">Blossom</star>
                    <star role="major">Buttercup</star>
                    <star role="major">Bubbles</star>
                    <star role="major">The Professor</star>
                    <star role="guest">Mojo Jojo</star>
                </star-list>
             <description>
             The city of Townsville has three little superheroes:
             Blossom, Buttercup and Bubbles, who are the 
             Powerpuff Girls!  These little girls were created
             by The Professor, using sugar, spice and everything 
             nice, and (accidentally) a portion of "Chemical X",
             which gave these little girls superpowers.
             </description>
             <schedule>
                 <week>
                     <begin-date>2002-05-19</begin-date>
                     <end-date>2002-05-25</end-date>
                 </week>
                 <day>M-TH</day>
                 <time>8:00-8:30p</time>
             </schedule>
             <note>
             Tune in on <month>May</month> <day>22</day>,
             <year>2002</year> at <time>8:00p</time> to see catch the
             appearance of Mojo Jojo, the little monkey who has gone
             ape over the Powerpuff girls.
             </note>
             <fanclub>
                 <club-name>Powerpuff Girls Fan Club</club-name>
                 <street>1142 Doon Court</street>
                 <city>Sunnyvale</city>
                 <state>CA</state>
                 <zipcode>94087</zipcode>
             </fanclub>
             <website>"http://www.cartoonnetwork.com/Powerpuff.html"</website>
    </show>
</cartoon-network>