The loc-group pattern is a
combination of two attributes and a child element. These
three items specify the location of the sighting.
loc-group =
( attribute loc { xsd:Name }?,
attribute gps { text }?,
loc-detail?
)
loc-detail = element loc-detail { narrative }
|
If the sightings all occurred within an area defined
by a location code, this attribute is a reference to
the definition of that code in a
For example, a sighting of a Merlin at Bosque del
Apache (location code <form ab6='merlin' count='1' loc='BdA'/>
|
| You can attach a GPS waypoint's coordinates to this sighting with this attribute. Example: <form ab6='heptan' gps='340058n 1070839w'/> For the general form of this attribute, see Section 3.2.2, “GPS coordinates”. |
|
You can add arbitrary text describing the details of
the sighting's locality by enclosing it in a
<form ab6='greroa' count='1' loc='GC'>
<loc-detail>
Perched on the 4th tee marker monument stone.
</loc-detail>
</form>
For the definition of |