<gi>

<gi> (element name) contains the name (generic identifier) of an element. [22. Documentation Elements 22.5. Element Specifications]
Module tagdocs
Attributes
att.global
xml:id
n
xml:lang
att.global.rendition
style
rendition
att.global.linking
corresp
copyOf
next
prev
scheme supplies the name of the scheme in which this name is defined.
Status Optional
Datatype teidata.enumerated
Sample values include:
TEI
this element is part of the TEI scheme. [Default]
DBK
(docbook) this element is part of the Docbook scheme.
XX
(unknown) this element is part of an unknown scheme.
Schematron
this element is from Schematron.
HTML
this element is from the HTML scheme.
Member of
Contained by
May contain
XSD Name
Examples

<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.
Source Github

<elementSpec module="tagdocs" ident="gi">
   
<gloss>element name</gloss>
   
<desc>contains the name (generic identifier) of an element.</desc>
   
<classes>
      
<memberOf key="att.global"/>
      
<memberOf key="model.phrase.xml"/>
   
</classes>
   
<content>
      
<dataRef key="teidata.name"/>
   
</content>
   
<attList>
      
<attDef ident="scheme" usage="opt">
         
<desc>supplies the name of the scheme in which this name is defined.</desc>
         
<datatype>
            
<dataRef key="teidata.enumerated"/>
         
</datatype>
         
<defaultVal>TEI</defaultVal>
         
<valList type="open">
            
<valItem ident="TEI">
               
<desc>this element is part of the TEI scheme.</desc>
            
</valItem>
            
<valItem ident="DBK">
               
<gloss>docbook</gloss>
               
<desc>this element is part of the Docbook scheme.</desc>
            
</valItem>
            
<valItem ident="XX">
               
<gloss>unknown</gloss>
               
<desc>this element is part of an unknown scheme.</desc>
            
</valItem>
            
<valItem ident="Schematron">
               
<desc>this element is from Schematron.</desc>
            
</valItem>
            
<valItem ident="HTML">
               
<desc>this element is from the HTML scheme.</desc>
            
</valItem>
         
</valList>
      
</attDef>
   
</attList>
</elementSpec>