forked from IHO-S100WG/S100-Schemas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CustomCatalog.xml
46 lines (41 loc) · 2.98 KB
/
CustomCatalog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<!--
Prepared under contract for NOAA (Original)
License
Permission to copy and distribute this document is hereby granted provided that this notice is
retained on all copies, and that IHO, NOAA and the contributors are credited when the material is
redistributed or used in part or whole in derivative works.
Redistributions in binary form must reproduce this notice in the documentation and/or other
materials provided with the distribution.
Disclaimer
This work is provided by the copyright holders and contributors "as is" and any express or implied
warranties, including, but not limited to, the implied warranties of merchantability and fitness
for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be
liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including,
but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or
business interruption) however caused and on any theory of liability, whether in contract, strict
liability, or tort (including negligence or otherwise) arising in any way out of the use of this
software, even if advised of the possibility of such damage.
Document history
Version 4.0.0-20200420 2020-04-20 Raphael Malyankar for NOAA
Sample CustomCatalog.xml for use with Altova XMLSpy to validate S-100 4.0.0 schemas and examples.
For use with S-100 4.0.0 generic schemas (FINAL) dated December 2018 and/or
updated in May 2019. Maps broken ISO URLs for ISO 19136 and ISO 19139 schemas to the new locations on
the ISO standards web site.
This catalog can be used at the custom catalog for XMLSpy (or the rewrite rules added to an existing custom catalog.
See the Altova XMLSpy documentation for information on whether your tools support "XML Catalog" and where to find/install custom catalogs.
In XMLSpy the location is generally the MyDocuments\Altova\XMLSpy folder (or equivalent for the XMLSpy version you are using).
-->
<!-- Note:
See the OASIS XML catalog standard for information on other kinds of rewrite rules. Report any
other broken links in either the S-100 generic schemas or the ISO schemas used by them to Raphael.
This file is an example and you can customize it for your local installation.
-->
<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:oasis:names:tc:entity:xmlns:xml:catalog
Catalog.xsd">
<rewriteURI uriStartString="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19136_Schemas/"
rewritePrefix="https://standards.iso.org/iso/19136/"/>
<rewriteURI uriStartString="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/"
rewritePrefix="https://standards.iso.org/iso/19139/Schemas/"/>
<rewriteURI uriStartString="http://standards.iso.org/" rewritePrefix="https://standards.iso.org/"/>
</catalog>