Usage of the plugin

When the plugin is installed and a metadata with an open license is created/updated/deleted it’s be pushed to another GeoNetwork node, that is configured in the settings as described in the previous section. The open license it’s checked in the following XML section, comparing the value gmd:otherConstraints with the values defined in configuration setting:

<gmd:resourceConstraints>
   <gmd:MD_LegalConstraints>
      <gmd:accessConstraints>
         <gmd:MD_RestrictionCode
                 codeList="http://www.isotc211.org/2005/resources/codeList.xml#MD_RestrictionCode"
                 codeListValue="otherRestrictions"/>
      </gmd:accessConstraints>
      <gmd:otherConstraints>
         <gco:CharacterString> Geen beperkingen</gco:CharacterString>
      </gmd:otherConstraints>
      <gmd:otherConstraints>
         <gco:CharacterString>http://creativecommons.org/publicdomain/mark/1.0/deed.nl</gco:CharacterString>
      </gmd:otherConstraints>
   </gmd:MD_LegalConstraints>
</gmd:resourceConstraints>