From b03b72a5e9cbb538ad1c650f40982a58bf9c8b2b Mon Sep 17 00:00:00 2001
From: Martin de la Iglesia <iglesia@hab.de>
Date: Thu, 23 Jan 2025 16:25:36 +0000
Subject: [PATCH] Foliierungen mit Buchstaben-Suffix, z.B. 217va (Stettin 1617)

---
 transkription.odd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/transkription.odd b/transkription.odd
index b5c66a2..34e303f 100644
--- a/transkription.odd
+++ b/transkription.odd
@@ -1029,7 +1029,7 @@
                                 <rng:data type="string"/>
                             </datatype>
                             <constraintSpec scheme="schematron" ident="pb-regex">
-                                <constraint> <sch:pattern> <sch:rule context="tei:pb"> <sch:assert test="matches(./@n,'^fol.\s([1-9][0-9]{0,3}[a-z]?(r|v)?([0-9][0-9](r|v))?-?){1,2}$')">Die Foliierung entspricht nicht dem vorgegebenen Schema (Zahl + optional "r" oder "v" + optional weitere zweistellige Zahl mit "r" oder "v").</sch:assert> </sch:rule> </sch:pattern> </constraint>
+                                <constraint> <sch:pattern> <sch:rule context="tei:pb"> <sch:assert test="matches(./@n,'^fol.\s([1-9][0-9]{0,3}[a-z]?(r|v)?[a-z]?([0-9][0-9](r|v))?-?){1,2}$')">Die Foliierung entspricht nicht dem vorgegebenen Schema (Zahl + optional "r" oder "v" + optional weitere zweistellige Zahl mit "r" oder "v").</sch:assert> </sch:rule> </sch:pattern> </constraint>
                             </constraintSpec>
                         </attDef>
                         <attDef ident="facs" usage="opt">
@@ -1641,4 +1641,4 @@
             </schemaSpec>
         </body>
     </text>
-</TEI>
+</TEI>
\ No newline at end of file
-- 
GitLab