<?xml version="1.0" encoding="UTF-8"?>
<ISOMetadataStore
	xmlns="http://www.deegree.org/datasource/metadata/iso19115"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.deegree.org/datasource/metadata/iso19115 https://schemas.deegree.org/core/3.6/datasource/metadata/iso19115/iso19115.xsd">

  <!-- [1] Identifier of JDBC connection -->
  <JDBCConnId>conn1</JDBCConnId>
  
  <!-- [0..1] Definition of the Inspectors for checking the metadata for insert or update transaction -->
  <Inspectors>
  
    <!-- [0..1] Checks the fileIdentifier -->
	<FileIdentifierInspector rejectEmpty="true"/>
  
    <!-- [0..1] Checks the INSPIRE compliance --> 
	<InspireInspector generateMissingResourceIdentifier="true"/>
  
    <!-- [0..1] Checks the coupling of service-metadata and data-metadata -->
	<CoupledResourceInspector throwConsistencyError="true" />
  </Inspectors>
 
  <!-- [0..1] Specifies the content of the queryable property 'anyText' -->
  <AnyText>
  
    <!-- [0..1] Set of XPath-expression -->
    <Custom>
      <XPath>/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:keyword/gco:CharacterString</XPath>
      <XPath>/gmd:MD_Metadata/gmd:contact/gmd:CI_ResponsibleParty/gmd:individualName/gco:CharacterString</XPath>
    </Custom>
    
  </AnyText>
  
</ISOMetadataStore>