<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
att.global.source
source
|
||||||||
| Member of | |||||||||
| Contained by |
core: abbr add address author corr date del desc editor emph expan foreign gloss head hi item l label measure mentioned name note num orig p pubPlace publisher q quote ref reg resp rs sic soCalled speaker term time title unclear
corpus: activity
namesdates: addName affiliation birth death faith floruit forename genName langKnown nameLink nationality objectName occupation orgName persName placeName residence roleName settlement sex surname
textstructure: byline dateline docAuthor docDate docEdition docImprint imprimatur salute signed titlePart trailer
|
||||||||
| 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> |
||||||||
| 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> |