From 4b92b4f849313faafc0a18132699a36fe6fdb878 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Wed, 4 Apr 2018 13:07:20 +0200 Subject: [PATCH] dmdSec* als Pattern ausfaktorisiert --- src/schema/kitodo.rnc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/schema/kitodo.rnc b/src/schema/kitodo.rnc index e749f1c..b1ddde7 100644 --- a/src/schema/kitodo.rnc +++ b/src/schema/kitodo.rnc @@ -1,7 +1,7 @@ # RelaxNG einer METS-Datei aus Kitodo.Production # # 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/" @@ -16,7 +16,7 @@ start = mets mets = element mets { attribute xsi:schemaLocation { text }, metsHdr, - dmdSec*, + dmdSecs, amdSec, fileSec, structMapLogical, @@ -35,6 +35,8 @@ metsHdr = element metsHdr { } } +dmdSecs = dmdSec* + dmdSec = element dmdSec { attribute ID { xsd:ID }, element mdWrap { -- GitLab