<form>

<form> (groupe d'informations sur une forme dans une entrée) regroupe toutes les informations relatives à la morphologie et à la prononciation d'une entrée 9.3.1 Information on Written and Spoken Forms
Moduledictionaries — 9 Dictionaries
Attributs att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt)
typequalifie la forme comme simple, composée, etc.
Statut Optionel
Type de données
data.enumerated
Les valeurs suggérées comprennent:
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
Utilisé parsuperEntry model.entryPart.top model.entryPart model.formPart
Peut contenir
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
   )*
}
Exemple
<form>
 <orth>zaptié</orth>
 <orth>zaptyé</orth>
</form>

(from TLFi)