<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
scheme (scheme) supplies an identifier for the scheme in which this name is defined.
Status Optional
Datatype teidata.enumerated
Sample values include:
TEI
(Text Encoding Initiative) this attribute is part of the TEI scheme. [Default]
DBK
(Docbook) this attribute is part of the Docbook scheme.
XX
(unknown) this attribute is part of an unknown scheme.
imaginary
(imaginary) the attribute is from a non-existent scheme, for illustrative purposes only
XHTML
(XHTML) the attribute is part of the XHTML language
XML
(XML) the attribute is part of the XML language
XI
(XI) the attribute is defined in the xInclude schema
Member of
Contained by
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>