From 3a95b7e1e624ab993592d482d62dc013a0ee08fe Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Fri, 23 Mar 2018 13:47:31 +0100
Subject: [PATCH] =?UTF-8?q?Entferne=20nicht=20ben=C3=B6tigte=20Schematron?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/schema/kitodo.sch | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 src/schema/kitodo.sch

diff --git a/src/schema/kitodo.sch b/src/schema/kitodo.sch
deleted file mode 100644
index 11064ee..0000000
--- a/src/schema/kitodo.sch
+++ /dev/null
@@ -1,10 +0,0 @@
-<schema xmlns="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
-  <ns uri="http://www.loc.gov/METS/" prefix="mets"/>
-  <pattern>
-    <rule context="mets:mets">
-      <assert test="count(mets:fileSec/mets:fileGrp) eq 1 and mets:fileSec/mets:fileGrp/@USE = 'DEFAULT'">
-        Die von Kitodo.Production erstellte METS-Datei muss genau eine fileGrp USE=DEFAULT enthalten.
-      </assert>
-    </rule>
-  </pattern>
-</schema>
-- 
GitLab