Hello TC,
There's seems to be a documentation error on page 26 of the CAP1.2 spec.
In the "Notes or Value Domain" column for element geocode it reads,
"(1) Any geographically-based code to describe a message target area, in the form:
<parameter>
<valueName>valueName</valueName>
<value>value</value>
</parameter>
..."
Based on the schema (see page 31) it should refer to <geocode> rather than
<parameter>.
Example:
<geocode>
<valueName>valueName</valueName>
<value>value</value>
</geocode>
Regards
Joel