<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
Moduletagdocs — 22 Documentation Elements
AttributesIn addition to global attributes
schemesupplies the name of the scheme in which this name is defined.
Status Optional
Legal values are:
TEI(text encoding initiative) this tag is part of the TEI scheme. [Default]
DBK(docbook) this tag is part of the Docbook scheme.
XX(unknown) this tag is part of an unknown scheme.
Declaration
element tag
{
   att.global.attributes,
   attribute scheme { "TEI" | "DBK" | "XX" }?,
   text
}
Example
Mark the start of each italicised phrase with a <tag>hi rend="it"</tag>
tag, and its end with a <tag>/hi</tag> tag.
Contained by model.phrase.xml
May containCharacter data only