Project Index | Documentation | Relax NG | Sample XML File
<club-database>
element contains one
or more <association>
elements.<association>
contains one or more
<club>
elements.<club>
element has a unique id
attribute.<club>
contains the following elements
in order:
<charter>
year<name>
<location>
<contact-list>
element (see
below).
If there's only one contact person, then a
single <contact>
element.<age-groups>
element. It has a
type
attribute whose value consists of the
letters K, C, J, and O, which stand for
Kids,
Cadets,
Junior, and
Open, and it describes the age groups
which this club serves.
A club for Cadets and Juniors would be specified as
<age-groups type="CJ"/>
.<info>
element that
gives extra information about the club.
The <contact-list>
element contains one or
more <contact>
elements, each of which contains:
<person>
element which contains a person's name.<phone>
elements, each of which
contains a phone number. This element has a required type
attribute which has one of the following values:
"home"
, "work"
, "fax"
,
or "cell"
.<email>
elements, each of which
contains an email address.