From 5ae806c899b89645199896d8bd527a4e216362d6 Mon Sep 17 00:00:00 2001
From: David Maus <maus@hab.de>
Date: Wed, 28 Feb 2018 09:44:15 +0100
Subject: [PATCH] Erlaube @n in <author>

---
 resources/schema/repertorium.rnc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/resources/schema/repertorium.rnc b/resources/schema/repertorium.rnc
index a8566db7..de0eb63e 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-13 08:44:22 maus>
+# Time-stamp: <2018-02-28 09:43:58 maus>
 #
 # ChangeLog
 #
+# 2018-02-28  David Maus  <maus@hab.de>
+#   * erlaube @n in <author>
+#
 # 2017-10-13  David Maus  <maus@hab.de>
 #   * <origDate> wieder verpflichtend
 #
@@ -185,6 +188,7 @@ E02b =
 E03 =
    element author {
       attribute ref { xsd:anyURI }?,
+      attribute n { text }?,
       text
    }
 
-- 
GitLab