<gi>

<gi> (element name) contains the name (generic identifier) of an element. 22 Documentation Elements 22.4.4 Element Specifications
Modul tagdocs — 22 Documentation Elements
Neben global gültigen Attributen
scheme supplies the name of the scheme in which this name is defined.
Zustand Optional
Datentyp

<rng:ref name="data.enumerated"/>
data.enumerated
Beispielwerte sind etwa:
TEI
(text encoding initiative) this element is part of the TEI scheme. [Vorgabe]
DBK
(docbook) this element is part of the Docbook scheme.
XX
(unknown) this element is part of an unknown scheme.
Schematron
HTML
Verwendet von
Kann enthalten Nur Zeichen
Deklaration

<rng:element name="gi">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme" a:defaultValue="TEI">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element gi
{
   att.global.attributes,
   attribute scheme { data.enumerated }?,
   text
}
Beispiel
<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 schema 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.