<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 | |||||||||||||
Module | tagdocs — 22 Documentation Elements | ||||||||||||
Attributes | In addition to global attributes
| ||||||||||||
Used by | model.phrase.xml | ||||||||||||
May contain | Character data only | ||||||||||||
Declaration |
element tag { att.global.attributes, attribute type { "start" | "end" | "empty" | "pi" | "comment" | "ms" }?, 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 type="end">hi</tag> tag. <tag type="comment">Example updated on 2008-04-05</tag> |