emergency-comment

 View Only

CAP1.2 review -- geocode documentation error

  • 1.  CAP1.2 review -- geocode documentation error

    Posted 07-03-2009 15:37
    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