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

dmdSec* als Pattern ausfaktorisiert

parent f20a0612
No related branches found
No related tags found
No related merge requests found
# RelaxNG einer METS-Datei aus Kitodo.Production # RelaxNG einer METS-Datei aus Kitodo.Production
# #
# Autor: David Maus <maus@hab.de> # Autor: David Maus <maus@hab.de>
# Timestamp: <2018-03-23 13:45:45 maus> # Timestamp: <2018-04-04 13:07:09 maus>
# #
default namespace = "http://www.loc.gov/METS/" default namespace = "http://www.loc.gov/METS/"
...@@ -16,7 +16,7 @@ start = mets ...@@ -16,7 +16,7 @@ start = mets
mets = element mets { mets = element mets {
attribute xsi:schemaLocation { text }, attribute xsi:schemaLocation { text },
metsHdr, metsHdr,
dmdSec*, dmdSecs,
amdSec, amdSec,
fileSec, fileSec,
structMapLogical, structMapLogical,
...@@ -35,6 +35,8 @@ metsHdr = element metsHdr { ...@@ -35,6 +35,8 @@ metsHdr = element metsHdr {
} }
} }
dmdSecs = dmdSec*
dmdSec = element dmdSec { dmdSec = element dmdSec {
attribute ID { xsd:ID }, attribute ID { xsd:ID },
element mdWrap { element mdWrap {
......
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