<att>

<att> (Attribut) enthält den Namen eines Attributes im Fließtext. [22 Documentation Elements]
Modul tagdocs — Documentation Elements
Attribute
scheme⚓︎ (Schema) liefert einen Identifikator für das Schema in dem der Name definiert ist.
Zustand Optional
Datentyp teidata.enumerated
Beispielwerte sind etwa:
TEI
(Text Encoding Initiative) das Attribut ist Teil des TEI-Schemas. [Vorgabe]
DBK
(Docbook) das Attribut ist Teil des Docbook-Schemas.
XX
(unbekannt) das Attribut ist Teil eines unbekannten Schemas.
imaginary
(imaginär) das Attribut ist aus einem nicht existierenden Schema, ausschließlich für veranschaulichende Zwecke.
XHTML
(Extensible Hypertext Markup Language) das Attribut ist Teil von XHTML.
XML
(Extensible Markup Language) das Attribut ist Teil von XML.
XI
(xInclude) das Attribut ist Teil des xInclude-Schemas.
Mitglied des
Enthalten in
analysis: cl phr s span
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Kann enthalten
XSD Name
Anmerkung

Als Alternative zur Verwendung des scheme-Attributes kann ein Namensraum-Präfix verwendet werden. Wenn scheme und Präfix zugleich verwendet werden, hat das Präfix Vorrang.

Beispiel
<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>
Content model
<content>
 <dataRef key="teidata.name"/>
</content>
Schema Deklaration
<rng:element name="att">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:optional>
  <rng:attribute name="scheme"
   a:defaultValue="TEI">

   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="teidata.name"/>
</rng:element>
element att
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   attribute scheme { teidata.enumerated }?,
   teidata.name
}