<tag>

<tag> contains text of a complete start- or end-tag, possibly including attribute specifications, but excluding the opening and closing markup delimiter characters. 22 Documentation Elements
Modultagdocs — 22 Documentation Elements
Attribute
schemesupplies the name of the scheme in which this name is defined.
Zustand Optional
Gültige Werte:
TEI
(text encoding initiative) this tag is part of the TEI scheme. [Vorgabe]
DBK
(docbook) this tag is part of the Docbook scheme.
XX
(unknown) this tag is part of an unknown scheme.
Verwendet von model.phrase.xml
Kann enthaltenCharacter data only
Deklaration
element tag
{
   att.global.attributes,
   attribute scheme { "TEI" | "DBK" | "XX" }?,
   text
}
Beispiel
Mark the start of each italicised phrase with a <tag>hi rend="it"</tag>
tag, and its end with a <tag>/hi</tag> tag.