forked from geosolutions-it/schema-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathschema-conversions.xml
17 lines (15 loc) · 1.15 KB
/
schema-conversions.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!--
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_iso19139.mcp" nsUri="http://schemas.aodn.org.au/mcp-2.0" schemaLocation="http://schemas.aodn.org.au/mcp-2.0/schema.xsd" xslt="xml_iso19139.mcp.xsl"/>
<converter name="xml_iso19139.mcp-1.4" nsUri="http://bluenet3.antcrc.utas.edu.au/mcp" schemaLocation="http://bluenet3.antcrc.utas.edu.au/mcp-1.4/schema.xsd" xslt="xml_iso19139.mcp-1.4.xsl"/>
<converter name="xml_iso19139.mcpTooai_dc" nsUri="http://www.openarchives.org/OAI/2.0/" schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc.xsd" xslt="oai_dc.xsl"/>
<converter name="xml_iso19139.mcpTorifcs" nsUri="http://ands.org.au/standards/rif-cs/registryObjects" schemaLocation="http://services.ands.org.au/home/orca/schemata/registryObjects.xsd" xslt="rif.xsl"/>
</conversions>