forked from wmo-im/iwxxm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog.template.xml
executable file
·23 lines (16 loc) · 1.12 KB
/
catalog.template.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE catalog
PUBLIC "-//OASIS//DTD XML Catalogs V1.1//EN"
"http://www.oasis-open.org/committees/entity/release/1.1/catalog.dtd">
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
<!-- IWXXM template - IWXXM_VERSION to be replaced by the appropriate IWXXM version (such as 2.1) and IWXXM version path (such as 2.1.0) -->
<rewriteSystem systemIdStartString="http://schemas.wmo.int/iwxxm/${IWXXM_VERSION}" rewritePrefix="${IWXXM_VERSION_DIR}/"/>
<!-- Other non-IWXXM schemas from schemas.wmo.int -->
<rewriteSystem systemIdStartString="http://schemas.wmo.int/" rewritePrefix="externalSchema/schemas.wmo.int/"/>
<!-- OGC/ISO Schemas -->
<rewriteSystem systemIdStartString="http://schemas.opengis.net/" rewritePrefix="externalSchema/schemas.opengis.net/"/>
<!-- AIXM 5 -->
<rewriteSystem systemIdStartString="http://www.aixm.aero/schema/5.1.1/AIXM_Features.xsd" rewritePrefix="externalSchema/aero/aixm/5.1.1/AIXM_Features.xsd"/>
<!-- W3C -->
<rewriteSystem systemIdStartString="http://www.w3.org" rewritePrefix="externalSchema/org/w3c"/>
</catalog>