Code: Select all
<catalog
xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
prefer="public">
<group
xml:id="schemaNamespaceMappings"
xml:base="file:///home/me/schemas/">
<uri
name="http://my.uri.goes/here/A"
uri="A.xsd"/>
<uri
name="http://my.uri.goes/here/B"
uri="B.xsd"/>
</group>
<rewriteSystem
systemIdStartString="http://some/other/uri/prefix"
rewritePrefix="file:///shared/schemas/"/>
</catalog>