[GeoNetwork-devel] CSW query on TopicCategory of MD_DataIdentification records

Hi List,

We are using TopicCategory(topicCat) property to query all records of MD_DataIdentification, so is it correct to assume querying on topCat property will only return MD_DataIdentification records.

Regards,
Abdi

Here is an example of the query:

<?xml version="1.0"?>

<csw:GetRecords xmlns:csw=“http://www.opengis.net/cat/csw/2.0.2” service=“CSW” version=“2.0.2”
resultType=“results” outputSchema=“csw:IsoRecord”>
<csw:Query typeNames=“gdm:MD_Metadata”>
<csw:Constraint version=“1.1.0”>


topicCat
*


</csw:Constraint>
</csw:Query>
</csw:GetRecords>