CIS97 YT > Relax NG Projects > California USA Wrestling Club List Sample

Relax NG Projects
California USA Wrestling Club Sample

Project Index | Documentation | Relax NG | Sample XML File

<?xml version="1.0" encoding="UTF-8"?>
<club-database>
<association id="SCVWA">
<club id="H23">
    <charter>2000</charter>
    <name>California Gold</name>
    <location>San Jose</location>
    <contact-list>
        <contact>
            <person>Donald Morton</person>
            <phone type="home">408-555-0102</phone>
        </contact>
    </contact-list>
    <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="home">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>
<club id="H21">
    <charter>2002</charter>
    <name>North San Jose Wrestling</name>
    <location>San Jose</location>
    <contact>
        <person>James Frazier</person>
        <phone type="home">408-555-6528</phone>
        <email>jnf@someplace.com</email>
    </contact>
    <age-groups type="CJO"/>
</club>
</association>
</club-database>