Skip to content

Commit 36fe9e0

Browse files
committed
Adding xenoData to standOff as per #2436
1 parent d6eb80e commit 36fe9e0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

P5/Source/Guidelines/en/HD-Header.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -2519,7 +2519,11 @@ grouping makes it easy to avoid accidentally flagging non-TEI data as errors
25192519
during validation of the file against a TEI schema. The
25202520
<gi>xenoData</gi> element, which may appear in the TEI header after
25212521
the <gi>fileDesc</gi> but before the optional <gi>revisionDesc</gi>,
2522-
is provided for this purpose.
2522+
is provided for this purpose. Where the use of <gi>xenoData</gi> is primarily
2523+
to store linked data, contextual information, or stand-off annotations
2524+
that refer to the contents of the TEI file itself,
2525+
then it is also possible to place <gi>xenoData</gi> inside the <gi>standOff</gi>
2526+
element.
25232527
<specList>
25242528
<specDesc key="xenoData"/>
25252529
</specList></p>

P5/Source/Specs/xenoData.xml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<memberOf key="att.declarable"/>
1212
<memberOf key="att.typed"/>
1313
<memberOf key="model.teiHeaderPart"/>
14+
<memberOf key="model.standOffPart"/>
1415
</classes>
1516
<content>
1617
<alternate>

0 commit comments

Comments
 (0)