From d916d74f71c45673e628e9261e0c92dd718c964a Mon Sep 17 00:00:00 2001 From: kthoden Date: Fri, 17 May 2019 14:01:02 +0200 Subject: [PATCH] People don't need an organization --- schema/legacy/eoa-tei-strict.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/legacy/eoa-tei-strict.rnc b/schema/legacy/eoa-tei-strict.rnc index 0e55c05..9ffe364 100644 --- a/schema/legacy/eoa-tei-strict.rnc +++ b/schema/legacy/eoa-tei-strict.rnc @@ -176,7 +176,7 @@ person = element email { text }?, element affiliation { element roleName { text }, - element orgName { text }+ + element orgName { text }* }* }