<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 — 9 Dictionaries
Attributes [att.lexicographic ]
typeclassifies form as simple, compound, etc.
Status Optional
Datatype
data.enumerated
Suggested values include:
simplesingle free lexical item
lemmathe headword itself
varianta variant form
compoundword formed from simple lexical items
derivativeword derived from headword
inflectedword in other than usual dictionary form
phrasemultiple-word lexical item
Declaration
element form
{
   att.global.attributes,
   att.lexicographic.attributes,
   attribute type
   {
      "simple"
    | "lemma"
    | "variant"
    | "compound"
    | "derivative"
    | "inflected"
    | "phrase"
    | xsd:Name
   }?,
   (
      text
    | model.gLikemodel.phrasemodel.intermodel.formPartmodel.global
   )*
}
Example
<form>
 <orth>zaptié</orth>
 <orth>zaptyé</orth>
</form>

(from TLFi)

Contained bysuperEntry model.entryPart.top model.entryPart model.formPart
May contain