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

Erlaube @DMDID in structDivLogicalTop

parent ab279e59
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:35:44 maus> # Timestamp: <2018-03-23 13:45:45 maus>
# #
default namespace = "http://www.loc.gov/METS/" default namespace = "http://www.loc.gov/METS/"
...@@ -99,6 +99,7 @@ structMapLogical = element structMap { ...@@ -99,6 +99,7 @@ structMapLogical = element structMap {
structDivLogicalTop = element div { structDivLogicalTop = element div {
attribute ID { xsd:ID }, attribute ID { xsd:ID },
attribute ADMID { "AMD" }, attribute ADMID { "AMD" },
attribute DMDID { xsd:IDREF }?,
attribute TYPE { xsd:token }, attribute TYPE { xsd:token },
structDivLogical* structDivLogical*
} }
......
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