CIS 97YT Index > Lecture 8 > Lecture 8 Example

Lecture 8 Example: Club Database

<?xml version="1.0" encoding="UTF-8"?>
<club-database xmlns:html="http://www.w3.org/1999/xhtml">
<association id="SCVWA">
<club id="H25">
    <charter>2000</charter>
    <name>Gilroy Hawks</name>
    <location>Gilroy</location>
    <contact>
        <person>Alejandro Gonzalez</person>
        <phone type="home">408-555-6712</phone>
    </contact>
    <age-groups type="KCJO"/>
    <info>
        Practices held on Tuesdays from 7:00-9:00 p.m.
        USA Wrestling card
        <html:b>required - <html:i>No Exceptions</html:i></html:b>.
        See <html:a href="http://www.someclub.com/">our website</html:a>
        for further details.
    </info>
</club>
<club id="H23">
    <charter>2002</charter>
    <name>California Gold</name>
    <location>San Jose</location>
    <contact>
        <person>Duane Morton</person>
        <phone type="work">408-555-0102</phone>
    </contact>
    <age-groups type="KCJ"/>
    <info>
        Practice on Mondays and Wednesdays 6-7:30pm at Glen Park HS.
        Cost is $45.00, includes USA membership card and t-shirt.
    </info>
</club>
<club id="H26">
    <charter>2002</charter>
    <name>Campbell Bulldogs</name>
    <location>San Jose</location>
    <contact-list>
        <contact>
            <person>John Moreson</person>
            <phone type="cell">408-555-1092</phone>
            <phone type="work">650-555-7442</phone>
            <email>j_moreson@anyco.org</email>
        </contact>
        <contact>
            <person>Roger McClarty</person>
            <phone type="work">408-555-0960 x3251</phone>
            <email>mcclarty_r@someschool.edu</email>
        </contact>
    </contact-list>
    <age-groups type="KCJO"/>
</club>
</association>

<association id="BAWA">
<club id="Q18">
    <charter>2001</charter>
    <name>Benicia USA Wrestling Club</name>
    <location>Benicia</location>
    <contact>
        <person>Tim Mannesman</person>
        <phone type="home">707-555-0444</phone>
    </contact>
    <age-groups type="KCJOW"/>
    <info>
        Practice sessions are Tuesdays from
        6:00 - 7:30 p.m. at Benicia High School.
    </info>
</club>
<club id="Q21">
    <charter>2002</charter>
    <name>Castro Valley Wrestling Club</name>
    <location>Castro Valley</location>
    <contact>
        <person>Ron Maestri</person>
        <phone type="work">510-555-5174</phone>
        <email>cvwcron@anyco.com</email>
    </contact>
    <age-groups type="KCJOW"/>
</club>
<club id="Q22">
    <charter>2002</charter>
    <name>North Bay Wrestling Club</name>
    <location>Sausalito</location>
    <contact-list>
        <contact>
            <person>George Thompson</person>
            <phone type="work">415-555-5884</phone>
            <email>george_t@thompsonco.com</email>
        </contact>
    </contact-list>
    <age-groups type="KCJOW"/>
</club>
</association>

</club-database>