From 917465050257dfca2018e739eb911bcb7ceba1f0 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <andreas.romeyke@slub-dresden.de> Date: Mon, 24 Jul 2023 09:20:05 +0200 Subject: [PATCH] - added tei --- example_catalog/schema_catalog.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/example_catalog/schema_catalog.xml b/example_catalog/schema_catalog.xml index efd86b4..c19523a 100644 --- a/example_catalog/schema_catalog.xml +++ b/example_catalog/schema_catalog.xml @@ -18,4 +18,11 @@ <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/" /> <entry schematype="nonvalidating" namespace="http://slub-dresden.de/slubarchiv" schemauri="nothing"/> + <!-- TEI 4.6.0 // https://www.tei-c.org/release/xml/tei/custom/schema/ --> + <entry schematype="schema" namespace="http://www.tei-c.org/ns/1.0" schemauri="tei-4.6.0/xsd/separated-tei_all/tei_all.xsd"/> + <entry schematype="schema" namespace="http://www.tei-c.org/ns/Examples" schemauri="tei-4.6.0/xsd/separated-tei_all_teix/tei_all_teix.xsd"/> + <!-- <entry schematype="relaxng" namespace="http://www.tei-c.org/ns/1.0" schemauri="file://localhost/etc/xml/slubrosetta/schemas/tei-4.6.0/relaxng/tei_all.rng"/> --> + + + </slubschemacatalog> -- GitLab