<iType>

<iType> (tipologia di flessione) indica la tipologia di flessione associata ad un'unità lessicale [9.3.1 Information on Written and Spoken Forms]
Modulo dictionaries — Dictionaries
Attributi
type⚓︎ indica il tipo di indicatore utilizzato per specificare la tipologia di flessione, qualora sia necessario distinguere tra le indicazioni abbreviate solite (ad esempio inv)e altri tipi di indicatori, quali codici speciali per fare riferimento al tipo di coniugazione, ecc.
Derivato da att.typed
Stato Opzionale
Tipo di dati teidata.enumerated
I valori esemplificativi includono:
abbrev
indicatore abbreviato
verbTable
riferimento codificato ad una tavola di verbi
Membro del
Contenuto in
Può contenere
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
caratteri di testo
Nota

May contain character data and phrase-level elements. Typical content will be invariant, n 3 etc.

Esempio
<form>
 <orth>horrifier</orth>
 <pron>ORifje</pron>
 <iType type="vbtable">7</iType>
</form>
Content model
<content>
 <macroRef key="macro.paraContent"/>
</content>
Dichiarazione
<rng:element name="iType">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.lexicographic.attributes"/>
 <rng:ref name="att.datcat.attributes"/>
 <rng:ref name="att.lexicographic.normalized.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.paraContent"/>
</rng:element>
element iType
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.lexicographic.attributes,
   att.datcat.attributes,
   att.lexicographic.normalized.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.paraContent
}