<gi>

<gi> (identificatore generico) contiene il nome (identificatore generico) di un elemento [22 Documentation Elements 22.5 Element Specifications]
Modulo tagdocs — Documentation Elements
Attributi
scheme⚓︎ fornisce il nome dello schema in cui è definito tale nome
Stato Opzionale
Tipo di dati teidata.enumerated
I valori esemplificativi includono:
TEI
l'elemento è parte dello schema TEI [Valore di default]
DBK
(docbook) l'elemento è parte dello schema Docbook
XX
(sconosciuto) l'elemento è parte di uno schema sconosciuto
Schematron
this element is from Schematron.
HTML
this element is from the HTML scheme.
Membro del
Contenuto in
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Può contenere
XSD Name
Esempio
<p>The <gi>xhtml:li</gi> element is roughly analogous to the <gi>item</gi> element, as is the
<gi scheme="DBK">listItem</gi> element.</p>

This example shows the use of both a namespace prefix and the scheme attribute as alternative ways of indicating that the gi in question is not a TEI element name: in practice only one method should be adopted.

Content model
<content>
 <dataRef key="teidata.name"/>
</content>
Dichiarazione
<rng:element name="gi">
 <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:optional>
  <rng:attribute name="scheme"
   a:defaultValue="TEI">

   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="teidata.name"/>
</rng:element>
element gi
{
   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,
   attribute scheme { teidata.enumerated }?,
   teidata.name
}