Example RECORD_STATE with the CONFIRMED value

This example searches a confirmed record with CITY as San Jose.

<ExternalKeys>
<Key name="MASTERCATALOGNAME">ADDRESS</Key>
<Key name="CITY" operator="eq">San Jose</Key>
<Key name="RECORD_STATE">CONFIRMED</Key>
</ExternalKeys>