Skip to content

Commit d51c092

Browse files
committed
Add optional resp attribute to abstract
Update teinteHeader.rng to allow an optional "resp" attribute on the <abstract> element (inside the define name="abstract"). This enables encoding responsibility/attribution metadata for abstracts in the TEI header schema.
1 parent 831e259 commit d51c092

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

teinteHeader.rng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,9 @@
10671067
</define>
10681068
<define name="abstract">
10691069
<element name="abstract">
1070+
<optional>
1071+
<attribute name="resp"/>
1072+
</optional>
10701073
<oneOrMore>
10711074
<choice>
10721075
<ref name="label.teiHeader"/>

0 commit comments

Comments
 (0)