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

OPAC: Fixup -- es ist type/@title, nicht catalogue/@title

parent 0f184f8e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,6 @@ doctypes = ...@@ -23,7 +23,6 @@ doctypes =
catalogue = catalogue =
element catalogue { element catalogue {
## Der Wert des Attributs wird als Wert (@value) für den DocType im Formular der Vorgangsdaten verwendet.
attribute title { text } attribute title { text }
& config & config
& searchFields & searchFields
...@@ -73,7 +72,7 @@ type = ...@@ -73,7 +72,7 @@ type =
& attribute isNewspaper { xsd:boolean } & attribute isNewspaper { xsd:boolean }
& attribute rulesetType { xsd:NMTOKEN } & attribute rulesetType { xsd:NMTOKEN }
& attribute tifHeaderType { text } & attribute tifHeaderType { text }
& attribute title { text } & attribute title { text } # Der Wert des Attributs wird als Wert (@value) für den DocType im Formular der Vorgangsdaten verwendet.
& label* & label*
& mapping+ & mapping+
} }
......
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