<!-- 
	Describes conversions to other schemas 

		 The name is the name of the converter - used as a service name if a 
		 service is provided to convert records from search results or show (this
		 name should be unique in GeoNetwork so prefixing with xml_<schema_name>
		 is a good idea.

     The xslt attribute is the name of an xslt that does the conversion
		 in the convert dir of the schema 
-->
<conversions>
	<converter name="xml_iso19115-1-2013" nsUri="http://standards.iso.org/iso/19115/-3/mds/2.0/2013-03-28" schemaLocation="http://standards.iso.org/iso/19115/-3/mds/2.0/mds.xsd" xslt=""/> <!-- built in -->
	<converter name="xml_iso19115-1-2013Tooai_dc" nsUri="http://www.openarchives.org/OAI/2.0/" schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc.xsd" xslt="oai_dc.xsl"/>
</conversions>
