From 25ca75507b96dd8e300af008b589531425c81f0b Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Fri, 23 Mar 2018 13:47:12 +0100 Subject: [PATCH] Erlaube @DMDID in structDivLogicalTop --- src/schema/kitodo.rnc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/schema/kitodo.rnc b/src/schema/kitodo.rnc index 3e6bda9..e749f1c 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:35:44 maus> +# Timestamp: <2018-03-23 13:45:45 maus> # default namespace = "http://www.loc.gov/METS/" @@ -99,6 +99,7 @@ structMapLogical = element structMap { structDivLogicalTop = element div { attribute ID { xsd:ID }, attribute ADMID { "AMD" }, + attribute DMDID { xsd:IDREF }?, attribute TYPE { xsd:token }, structDivLogical* } -- GitLab