\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.48. <form>

<form> (form information group) groups all the information on the written and spoken forms of one headword. [10.3.1. Information on Written and Spoken Forms]
Moduledictionaries — Specification
Attributes
typeclassifies form as simple, compound, etc.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Suggested values include:
simple
single free lexical item
lemma
the headword itself
variant
a variant form
compound
word formed from simple lexical items
derivative
word derived from headword
inflected
word in other than usual dictionary form
phrase
multiple-word lexical item
Member of
Contained by
core: cit
dictionaries: dictScrap entry form sense
May contain
analysis: c pc
figures: figure
gaiji: g
linking: seg
transcr: metamark
character data
Example
<form>
 <orth>zaptié</orth>
 <orth>zaptyé</orth>
</form>
(from TLFi)
Content model
<content>
 <alternate minOccurs="0"
  maxOccurs="unbounded">
  <textNode/>
  <classRef key="model.gLike"/>
  <classRef key="model.lexPhrase"/>
  <classRef key="model.lexInter"/>
  <classRef key="model.lexFormPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
    
Schema Declaration

element form
{
   att.global.attributes,
   att.lexicographic.attributes,
   att.typed.attribute.subtype,
   attribute type
   {
      "simple"
    | "lemma"
    | "variant"
    | "compound"
    | "derivative"
    | "inflected"
    | "phrase"
   }?,
   (
      text
    | model.gLikemodel.lexPhrasemodel.lexIntermodel.lexFormPartmodel.global
   )*
}