diff --git a/src/schema/kitodo.sch b/src/schema/kitodo.sch
deleted file mode 100644
index 11064ee59424d727131f65c537206e971545528d..0000000000000000000000000000000000000000
--- 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>