Skip to content
Snippets Groups Projects
Commit 3a95b7e1 authored by David Maus's avatar David Maus
Browse files

Entferne nicht benötigte Schematron

parent 25ca7550
No related branches found
No related tags found
No related merge requests found
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment