<form>

<form> (form information group) groups all the information on the written and spoken forms of one headword. [9.3.1. Information on Written and Spoken Forms]
Moduledictionaries
Attributes
typeclassifies form as simple, compound, etc.
Derived fromatt.typed
Status Optional
Datatype teidata.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: form
namesdates: nym
May contain
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.phrase"/>
  <classRef key="model.inter"/>
  <classRef key="model.formPart"/>
  <classRef key="model.global"/>
 </alternate>
</content>
Schema Declaration
element form
{
   tei_att.global.attributes,
   tei_att.typed.attribute.subtype,
   tei_att.lexicographic.attributes,
   attribute type
   {
      "simple"
    | "lemma"
    | "variant"
    | "compound"
    | "derivative"
    | "inflected"
    | "phrase"
    | teidata.enumerated
   }?,
   (
      text
    | tei_model.gLike
    | tei_model.phrase
    | tei_model.inter
    | tei_model.formPart
    | tei_model.global
   )*
}