<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catalog PUBLIC
  "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
  "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd" [
  <!ENTITY MyLocalSchemaDirPath "file:///schemas/SCHEMAS_OPENGIS_NET">
  <!--
  <!ENTITY MyLocalSchemaDirPath "file:///schemas/SCHEMAS_OPENGIS_NET">
  <!ENTITY MyLocalSchemaDirPath "file:///C:/schemas/SCHEMAS_OPENGIS_NET">
  -->
]>
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
    <!-- updated: 2010-06-02 -->
    <!-- ==========================================================
        ###  REDIRECTING ***OFFICIAL*** OGC SCHEMAS
        downloaded from http://schemas.opengis.net/SCHEMAS_OPENGIS_NET.zip
        ==========================================================
    -->
    <!-- 
        The first entry in each pair uses the "uri" version, and 
        the second the "system" version of the redirect.  The two alternatives 
        are provided in order to support various processing environments, which
        appear to behave slightly differently.
        https://www.seegrid.csiro.au/twiki/bin/view/AppSchemas/ConfiguringXMLProcessors
    -->
    <!-- map the official reference to a local reference -->
    <rewriteURI
        uriStartString="http://schemas.opengis.net"
        rewritePrefix="&MyLocalSchemaDirPath;"/>
    <rewriteSystem
        systemIdStartString="http://schemas.opengis.net"
        rewritePrefix="&MyLocalSchemaDirPath;"/>
</catalog>

