<att>
<att> (attribute) contains the name of an attribute appearing within running text. [22. Documentation Elements]
| 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
|
||||||||
| Note |
As an alternative to using the scheme attribute a namespace prefix may be used. Where both scheme and a prefix are used, the prefix takes precedence.
|
||||||||
| Examples |
<p>The TEI defines several <soCalled>global</soCalled> attributes; their names include <att>xml:id</att>, <att>rend</att>, <att>xml:lang</att>, <att>n</att>, <att>xml:space</att>, and <att>xml:base</att>; <att scheme="XX">type</att> is not amongst them.</p> |
||||||||
| Source | Github
<elementSpec module="tagdocs" xml:id="ATT" ident="att"> <gloss>attribute</gloss> <desc>contains the name of an attribute appearing within running text.</desc> <classes> <memberOf key="att.global"/> <memberOf key="model.phrase.xml"/> </classes> <content> <dataRef key="teidata.name"/> </content> <attList> <attDef ident="scheme" usage="opt"> <gloss>scheme</gloss> <desc>supplies an identifier for the scheme in which this name is defined.</desc> <datatype> <dataRef key="teidata.enumerated"/> </datatype> <defaultVal>TEI</defaultVal> <valList type="open"> <valItem ident="TEI"> <gloss>Text Encoding Initiative</gloss> <desc>this attribute is part of the TEI scheme.</desc> </valItem> <valItem ident="DBK"> <gloss>Docbook</gloss> <desc>this attribute is part of the Docbook scheme.</desc> </valItem> <valItem ident="XX"> <gloss>unknown</gloss> <desc>this attribute is part of an unknown scheme.</desc> </valItem> <valItem ident="imaginary"> <gloss>imaginary</gloss> <desc>the attribute is from a non-existent scheme, for illustrative purposes only</desc> </valItem> <valItem ident="XHTML"> <gloss>XHTML</gloss> <desc>the attribute is part of the XHTML language</desc> </valItem> <valItem ident="XML"> <gloss>XML</gloss> <desc>the attribute is part of the XML language</desc> </valItem> <valItem ident="XI"> <gloss>XI</gloss> <desc>the attribute is defined in the xInclude schema</desc> </valItem> </valList> </attDef> </attList> </elementSpec> |