<hi>

<hi> (highlighted) marks a word or phrase as graphically distinct from the surrounding text, for reasons concerning which no claim is made. [3.3.2.2. Emphatic Words and Phrases 3.3.2. Emphasis, Foreign Words, and Unusual Language]
Modulecore
Attributes
rend
Status Required
Datatype 1–5 occurrences of teidata.word separated by whitespace
Suggested values include:
acute
ancient acute (oxia, tonos) diacritic
apex
apex or long vowel mark
asper
ancient asper (rough breathing) diacritic
circumflex
ancient circumflex (perispomeni) diacritic
diaeresis
ancient diaeresis
grave
ancient grave (varia) diacritic
intraline
characters scored or struck through at the mid-line level
inverted
character(s) inverted or rotated with respect to the rest of the text
italic
characters italicised or slanted
lenis
ancient lenis (smooth breathing) diacritic
ligature
two (or more) letters ligatured, monogrammed, or therwise joined
normal
characters written in normal form (e.g. in otherwise highlighted or unusual span of text
reversed
characters reversed (backward-facing) with respect to the rest of the line of text
sling-above
characters written with or joined by "sling" above text
sling-below
characters written with or joined by "sling" below text
small
characters smaller than those around them
stacked
a character written directly above another character (as opposed to superscript)
subscript
characters written lower than the surrounding text
superscript
characters written higher than the surrounding text
supraline
characters written with a supralinear line above (e.g. for abbreviation or numerals)
tall
characters taller than those around, e.g. I-longa
underline
text written with solid line beneath
Member of
Contained by
May contain
Example
<hi rend="gothic">And this Indenture further witnesseth</hi>
that the said <hi rend="italic">Walter Shandy</hi>, merchant,
in consideration of the said intended marriage ...
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Schema Declaration
element hi
{
   tei_att.global.attribute.xmlid,
   tei_att.global.attribute.n,
   tei_att.global.attribute.xmllang,
   tei_att.global.attribute.xmlbase,
   tei_att.global.attribute.xmlspace,
   tei_att.global.rendition.attribute.style,
   tei_att.global.rendition.attribute.rendition,
   tei_att.global.linking.attribute.corresp,
   tei_att.global.linking.attribute.synch,
   tei_att.global.linking.attribute.sameAs,
   tei_att.global.linking.attribute.copyOf,
   tei_att.global.linking.attribute.next,
   tei_att.global.linking.attribute.prev,
   tei_att.global.linking.attribute.exclude,
   tei_att.global.linking.attribute.select,
   tei_att.global.analytic.attribute.ana,
   tei_att.global.facs.attribute.facs,
   tei_att.global.change.attribute.change,
   tei_att.global.responsibility.attribute.cert,
   tei_att.global.responsibility.attribute.resp,
   tei_att.global.source.attribute.source,
   tei_att.written.attributes,
   attribute rend
   {
      list
      {
         (
            "acute"
          | "apex"
          | "asper"
          | "circumflex"
          | "diaeresis"
          | "grave"
          | "intraline"
          | "inverted"
          | "italic"
          | "lenis"
          | "ligature"
          | "normal"
          | "reversed"
          | "sling-above"
          | "sling-below"
          | "small"
          | "stacked"
          | "subscript"
          | "superscript"
          | "supraline"
          | "tall"
          | "underline"
          | teidata.word
         ),
         (
            "acute"
          | "apex"
          | "asper"
          | "circumflex"
          | "diaeresis"
          | "grave"
          | "intraline"
          | "inverted"
          | "italic"
          | "lenis"
          | "ligature"
          | "normal"
          | "reversed"
          | "sling-above"
          | "sling-below"
          | "small"
          | "stacked"
          | "subscript"
          | "superscript"
          | "supraline"
          | "tall"
          | "underline"
          | teidata.word
         )?,
         (
            "acute"
          | "apex"
          | "asper"
          | "circumflex"
          | "diaeresis"
          | "grave"
          | "intraline"
          | "inverted"
          | "italic"
          | "lenis"
          | "ligature"
          | "normal"
          | "reversed"
          | "sling-above"
          | "sling-below"
          | "small"
          | "stacked"
          | "subscript"
          | "superscript"
          | "supraline"
          | "tall"
          | "underline"
          | teidata.word
         )?,
         (
            "acute"
          | "apex"
          | "asper"
          | "circumflex"
          | "diaeresis"
          | "grave"
          | "intraline"
          | "inverted"
          | "italic"
          | "lenis"
          | "ligature"
          | "normal"
          | "reversed"
          | "sling-above"
          | "sling-below"
          | "small"
          | "stacked"
          | "subscript"
          | "superscript"
          | "supraline"
          | "tall"
          | "underline"
          | teidata.word
         )?,
         (
            "acute"
          | "apex"
          | "asper"
          | "circumflex"
          | "diaeresis"
          | "grave"
          | "intraline"
          | "inverted"
          | "italic"
          | "lenis"
          | "ligature"
          | "normal"
          | "reversed"
          | "sling-above"
          | "sling-below"
          | "small"
          | "stacked"
          | "subscript"
          | "superscript"
          | "supraline"
          | "tall"
          | "underline"
          | teidata.word
         )?
      }
   },
   tei_macro.paraContent
}