CIS97 YT > Relax NG Projects > Rave Schedule Sample

Relax NG Projects
Rave Schedule Sample

Project Index | Documentation | Relax NG | Sample XML File

<?xml version="1.0" encoding="UTF-8"?>
<raves-database>
<production id="ClockWorks">
<event id="CW0622">
    <date>06-22-2002</date>
    <cost>25</cost>
    <eventName>Metropolist</eventName>
    <contact-info>
        <contact>
            <person>Ronald Khan</person>
            <phone type="cell">714-555-1234</phone>
        <email>r_khan@clockwerkz.com</email>
        </contact>
        <contact>
            <person>Mike Tran</person>
            <phone type="work">714-555-8880 x1212</phone>
            <phone type="cell">714-555-0888</phone>
            <email>m_tran@clokwerkz.com</email>
        <email>mike888@aoell.com</email>
        </contact>
    </contact-info>
    <time>8pm to 3am</time>
    <location>Orange County, CA</location>
    <ages>18+</ages>
    <info>
    Number of rooms: <rooms>5</rooms>
    Featuring <featuring>DJ Irene, DJ Hope, DJ Oakenfold,
    DJ Gyrl, DJ Mystic, and more to be announced.</featuring>
    Get up to date info. DJs list at
    <website>www.clockworks.com</website>
    Buy tickets to this event at
    <website>www.saigontickets.com</website>
    Advance ticket price: $25, ticket price at door: $30
    </info>
</event>
<event id="CW0819">
    <date>08-19-2002</date>
    <cost>35</cost>
    <eventName>Sorenity</eventName>
    <contact-info>
        <contact>
            <person>John Cheng</person>
            <phone type="work">408-555-4321 x1155</phone>
            <phone type="cell">408-555-8888</phone>
            <email>j_cheng@clokwerkz.com</email>
        </contact>
        <contact>
            <person>David Lum</person>
            <phone type="home">408-555-7773</phone>
            <phone type="work">408-555-4443 x1238</phone>
            <phone type="cell">408-555-2228</phone>
            <email>d_lum@clokwerkz.com</email>
        </contact>
    </contact-info>
    <time>9pm to 3am</time>
    <location>San Jose, CA</location>
    <ages>All ages</ages>
    <info>
    Number of rooms: <rooms>8</rooms> and 1 Green House
    Featuring <featuring>DJs from House Nation, DJs from Clockwork LA, Special appearance by Tila Nguyen.</featuring>
    Get up to date info. at <website>www.clockworks.com</website>
    Tickets available on 06/20/2002 at all ticketmaster location.
    </info>
</event>
</production>
<production id="House Nation">
<event id="HN0709">
    <date>07-09-2002</date>
    <cost>30</cost>
    <eventName>Freak Fest 2002</eventName>
    <contact-info>
        <contact>
            <person>Kenny Nguyen</person>
            <phone type="home">415-555-7272</phone>
            <phone type="cell">415-555-0008</phone>
        <email>knguyen@houseneighshun.com</email>
        </contact>
        <contact>
            <person>Michael Wong</person>
            <phone type="work">415-555-7494 x1342</phone>
            <phone type="cell">408-555-0272</phone>
            <email>mwong@houseneighshun.com</email>
            <email>wonging@hoohoo.com</email>
        </contact>
    </contact-info>
    <time>7pm to 2am</time>
    <location>San Francisco, CA</location>
    <ages>All ages</ages>
    <info>
    Number of rooms: <rooms>7</rooms>
    Featuring <featuring>All DJs from House Nation, DJ Irene, DJ Hope, DJ Oakenfold, DJ Gyrl, DJ Mystic, and more to be announce.</featuring>
    Get up to date info. DJs list at www.housenation.com
    Buy tickets to this event at www.saigontickets.com
    Advance ticket price: $30, ticket price at door: $35
    </info>
</event>
</production>
<production id="None">
<event id="NONE13">
    <date>07-17-2002</date>
    <cost>15</cost>
    <eventName>Import Ravers</eventName>
    <contact-info>
        <contact>
            <person>Joe Li</person>
            <phone type="work">415-555-3457 x1494</phone>
            <phone type="cell">415-555-2225</phone>
        <email>joeli@hoohoo.com</email>
        </contact>
        <contact>
            <person>Phong Dang</person>
            <phone type="home">408-555-8284</phone>
            <phone type="cell">408-555-1555</phone>
            <email>pdiddy@aoell.com</email>
        </contact>
    </contact-info>
    <time>8pm to 4am</time>
    <location>San Francisco, CA</location>
    <ages>21+</ages>
    <info>
    At a warehouse near Fisherman Wharf. Featuring <featuring>DJs
    for Frisco, Oakland, and San Jose.</featuring>
    Get up to date info. at
    <website>www.geocities.com/importravers</website>
    Buy ticket at door for $15.
    </info>
</event>
</production>
</raves-database>