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

Schema für Kitodo.Production METS

parent e50b7f56
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