<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
Attributsatt.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.lexicographic (@expand, @norm, @split, @value, @orig, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat))
typequalifie la forme comme simple, composée, etc.
Statut Optionel
Type de données

<rng:ref name="data.enumerated"/>
data.enumerated
Les valeurs suggérées comprennent:
simple
item lexical simple
lemma
l'entrée proprement dite
variant
variante
compound
mot formé d'items lexicaux simples
derivative
mot dérivé de l'entrée
inflected
mot dans une autre forme que la forme habituelle du dictionnaire
phrase
item lexical à plusieurs mots
Utilisé par
Contenu dans
core: cit
namesdates: nym
Peut contenir
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Declaration

<rng:element name="form">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:choice>
    <rng:value>simple</rng:value>
    <rng:value>lemma</rng:value>
    <rng:value>variant</rng:value>
    <rng:value>compound</rng:value>
    <rng:value>derivative</rng:value>
    <rng:value>inflected</rng:value>
    <rng:value>phrase</rng:value>
    <rng:data type="Name"/>
   </rng:choice>
  </rng:attribute>
 </rng:optional>
 <rng:zeroOrMore>
  <rng:choice>
   <rng:text/>
   <rng:ref name="model.gLike"/>
   <rng:ref name="model.phrase"/>
   <rng:ref name="model.inter"/>
   <rng:ref name="model.formPart"/>
   <rng:ref name="model.global"/>
  </rng:choice>
 </rng:zeroOrMore>
</rng:element>
element form
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.lexicographic.attributes,
   att.datcat.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)

Exemple
<entry>
 <form>
  <orth>zaptié</orth>
  <orth>zaptyé</orth>
 </form>
 <def>Gendarme ottoman</def>
</entry>