From 0684e8595f8bd7d626bc1909817ff838045b0fc0 Mon Sep 17 00:00:00 2001 From: David Maus <maus@hab.de> Date: Thu, 12 Oct 2017 15:20:36 +0200 Subject: [PATCH] Repertorium: <rs type="shelfmark"> erlauben --- resources/schema/repertorium.rnc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resources/schema/repertorium.rnc b/resources/schema/repertorium.rnc index 77c844aa..19ea5af5 100644 --- a/resources/schema/repertorium.rnc +++ b/resources/schema/repertorium.rnc @@ -2,10 +2,13 @@ # Schema Selbstzeugnisse Repertorium # # Autor: David Maus <maus@hab.de> -# Time-stamp: <2017-10-09 11:13:07 maus> +# Time-stamp: <2017-10-12 15:19:58 maus> # # ChangeLog # +# 2017-10-12 David Maus <maus@hab.de> +# * <rs type="shelfmark"> erlauben +# # 2017-10-08 David Maus <maus@hab.de> # * <foliation> optional # * überflüssige Pattern Hyperlink entfernt @@ -323,7 +326,7 @@ Absätze = Registerverweis = element rs { - attribute type { "place" | "person" }, + attribute type { "place" | "person" | "shelfmark" }, attribute ref { xsd:anyURI }?, text } -- GitLab