From ebaeeb42c087fb920c99632aa50f8647a21f845e Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Thu, 20 Jul 2023 11:56:19 +0200 Subject: [PATCH] - added some nonvalidating namespaces --- example_catalog/schema_catalog.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example_catalog/schema_catalog.xml b/example_catalog/schema_catalog.xml index 22c2af8..637bd46 100644 --- a/example_catalog/schema_catalog.xml +++ b/example_catalog/schema_catalog.xml @@ -16,4 +16,6 @@ <entry schematype="schema" namespace="http://www.w3.org/2005/Atom" schemauri="https://schemas.opengis.net/kml/2.3/atom-author-link.xsd"/> <entry schematype="schema" namespace="http://www.w3.org/XML/1998/namespace" schemauri="mods-3.8/flatten/xml.xsd"/> <entry schematype="schema" namespace="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0" schemauri="kml-2.3.0/xAL.xsd"/> + <entry schematype="nonvalidating" namespace="http://slub-dresden.de/" schemauri="nothing"/> + <entry schematype="nonvalidating" namespace="http://slub-dresden.de/slubarchiv" schemauri="nothing"/> </slubschemacatalog> -- GitLab