[GeoNetwork-users] gmx:anchor linkt type in keyword-from-thesaurus element invalidates document

Hi list.

In the dutch metadata profile the use of iso19139 schema version http://schemas.opengis.net/iso/19139/20060504/gmd/gmd.xsd is recommended. This schema does not include elements from the gmx namespace.

Some functionality in geonetwork automatically adds gmx elements to the metadata, so invalidating the document. What options do they have to configure not to introduce elements from the gmx namespace?

The gmx:mimefiletype is added to onlineresource urls, this can be deactivated in the update-fixed-info.xsl.
In keywordbean.java, elements of type gmx:anchor are introduced if the user selects anchor-link-type in the editor, this seems the default option. Would be good to not show that option if the schema-profile advertises that it doesn't include the gmx-namespace-elements.

What do you think?