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

Repertorium: Registerverweise in eine Pattern zusammengefasst

parent d03e99d0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
# Schema Selbstzeugnisse Repertorium
#
# Autor: David Maus <maus@hab.de>
# Time-stamp: <2017-10-09 10:34:33 maus>
# Time-stamp: <2017-10-09 10:54:22 maus>
#
# ChangeLog
#
......@@ -13,6 +13,7 @@
# * <bindingDesc> optional
# * <origPlace>/@ref optional
# * <name>/@ref zulassen
# * Orts- und Personenregisterverweis in eine Pattern zusammengefasst
#
# 2017-08-10 David Maus <maus@hab.de>
# * <textLang>/@otherLangs optional
......@@ -78,16 +79,9 @@ include "tei/tei.rnc" {
}
include "tei/core.rnc"
include "tei/header.rnc"
include "tei/namesdates.rnc"
tei.att.datable.w3c.attributes = att.datable.w3c.attributes
tei.data.text = data.text
tei.taxonomy = taxonomy
tei.birth = birth
tei.death = death
tei.persName = persName
tei.placeName = placeName
tei.idno = idno
tei.titleStmt = titleStmt
tei.publicationStmt = publicationStmt
......@@ -342,21 +336,14 @@ E23 =
# Datentypen
Freitext =
( text | e.ref | Ortsverweis | Personenverweis | Zeilengruppe | Unsicher )+
( text | e.ref | Registerverweis | Zeilengruppe | Unsicher )+
Absätze =
element p { Freitext }*
Ortsverweis =
Registerverweis =
element rs {
attribute type { "place" },
attribute ref { xsd:anyURI }?,
text
}
Personenverweis =
element rs {
attribute type { "person" },
attribute type { "place" | "person" },
attribute ref { xsd:anyURI }?,
text
}
......
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