Lecture 8 Example: Club Database
1 <?xml version="1.0" encoding="UTF-8"?>
2 <club-database xmlns:html="http://www.w3.org/1999/xhtml">
3 <association id="SCVWA">
4 <club id="H25">
5 <charter>2000</charter>
6 <name>Gilroy Hawks</name>
7 <location>Gilroy</location>
8 <contact>
9 <person>Alejandro Gonzalez</person>
10 <phone type="home">408-555-6712</phone>
11 </contact>
12 <age-groups type="KCJO"/>
13 <info>
14 Practices held on Tuesdays from 7:00-9:00 p.m.
15 USA Wrestling card
16 <html:b>required - <html:i>No Exceptions</html:i></html:b>.
17 See <html:a href="http://www.someclub.com/">our website</html:a>
18 for further details.
19 </info>
20 </club>
21 <club id="H23">
22 <charter>2002</charter>
23 <name>California Gold</name>
24 <location>San Jose</location>
25 <contact>
26 <person>Duane Morton</person>
27 <phone type="work">408-555-0102</phone>
28 </contact>
29 <age-groups type="KCJ"/>
30 <info>
31 Practice on Mondays and Wednesdays 6-7:30pm at Glen Park HS.
32 Cost is $45.00, includes USA membership card and t-shirt.
33 </info>
34 </club>
35 <club id="H26">
36 <charter>2002</charter>
37 <name>Campbell Bulldogs</name>
38 <location>San Jose</location>
39 <contact-list>
40 <contact>
41 <person>John Moreson</person>
42 <phone type="cell">408-555-1092</phone>
43 <phone type="work">650-555-7442</phone>
44 <email>j_moreson@anyco.org</email>
45 </contact>
46 <contact>
47 <person>Roger McClarty</person>
48 <phone type="work">408-555-0960 x3251</phone>
49 <email>mcclarty_r@someschool.edu</email>
50 </contact>
51 </contact-list>
52 <age-groups type="KCJO"/>
53 </club>
54 </association>
55
56 <association id="BAWA">
57 <club id="Q18">
58 <charter>2001</charter>
59 <name>Benicia USA Wrestling Club</name>
60 <location>Benicia</location>
61 <contact>
62 <person>Tim Mannesman</person>
63 <phone type="home">707-555-0444</phone>
64 </contact>
65 <age-groups type="KCJOW"/>
66 <info>Practice sessions are Tuesdays from 6:00 - 7:30 p.m. at Benicia High School.</info>
67 </club>
68 </association>
69
70 </club-database>