TEI Lex-0

— A baseline encoding for lexicographic data

12.1.87. <orth>

<orth> (orthographic form) gives the orthographic form of a dictionary headword. [10.3.1. Information on Written and Spoken Forms]
Moduledictionaries — Specification
Attributes
typegives the type of spelling.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Member of
Contained by
core: cit
dictionaries: dictScrap form
May contain
analysis: c pc
dictionaries: lang
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Example
<form type="infl">
 <orth>brags</orth>
 <orth>bragging</orth>
 <orth>bragged</orth>
</form>
Example
<form>
 <orth type="standardxml:lang="ko-Hang">치다</orth>
 <orth type="transliterated"
  xml:lang="ko-Latn">chida</orth>
</form>
Content model
<content>
 <macroRef key="macro.lexParaContent"/>
</content>
    
Schema Declaration

element orth
{
   att.datable.w3c.attributes,
   att.global.attributes,
   att.lexicographic.attributes,
   att.notated.attributes,
   att.partials.attributes,
   att.typed.attribute.subtype,
   attribute type { text }?,
   macro.lexParaContent
}