Description of the text type

2024-03-20

The description of the type (or function) of the text borne by object is encoded in the textClass/keywords element.

Relevant element documentation:

Type of text

Although there is no specific TEI tag for the category, type, or function of the text, EpiDoc recommends the inclusion of text type information in textClass/keywords:

<textClass>
 <keywords scheme="hgv">
  <term>Brief (privat)</term>
 </keywords>
</textClass>

The use of ref in term for pointing to the related term in an internal authority list or external vocabulary is not required but recommended:

<textClass>
 <keywords>
  <term ref="#texttype1">Dedication</term>
  <term ref="#texttype2">Decree</term>
 </keywords>
</textClass>

The element content is recommended but not required:

<textClass>
 <keywords>
  <term ref="#texttype1"/>
  <term ref="#texttype2"/>
 </keywords>
</textClass>

If different types of text have to be linked to specific text parts, term can have a corresp pointing to the specific text part:

<textClass>
 <keywords>
  <term corresp="#textpart1">Dedication</term>
  <term corresp="#textpart2">Decree</term>
 </keywords>
</textClass>

If the keywords include also other terms used for different purposes (see below), a type can be used to specify what is the term used for:

<textClass>
 <keywords>
  <term type="textType">Decree</term>
  <term type="keyword">Euergesia</term>
 </keywords>
</textClass>

See also:

Other pages describing <textClass>:

Other pages describing <keywords>:

Other pages describing <term>:

Responsibility for this section

  1. Gabriel Bodard, author
  2. Simona Stoyanova, author
  3. Irene Vagionakis, author
  4. Scott Vanderbilt, author

EpiDoc version: 9.6

Date: 2024-03-20