<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
組件tagdocs — 22 Documentation Elements
屬性
schemesupplies the name of the scheme in which this name is defined.
狀態 非必備的
合法的值是:
TEI
(text encoding initiative) this tag is part of the TEI scheme. [預設值]
DBK
(docbook) this tag is part of the Docbook scheme.
XX
(unknown) this tag is part of an unknown scheme.
屬於 model.phrase.xml
可包含僅文字符號資料
宣告
element tag
{
   att.global.attributes,
   attribute scheme { "TEI" | "DBK" | "XX" }?,
   text
}
例子
Mark the start of each italicised phrase with a <tag>hi rend="it"</tag>
tag, and its end with a <tag>/hi</tag> tag.