<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
In addition to global attributes
In addition to global attributes
type
indicates the type of XML tag intended
Status
Optional
Legal values are:
start
a start-tag, with delimiters < and > is intended
end
an end-tag, with delimiters </ and > is intended
empty
a empty tag, with delimiters < and /> is intended
pi
a pi (processing instruction), with delimiters <? and ?> is intended
comment
a comment, with delimiters <!-- and --> is intended
ms
a marked-section, with delimiters <[CDATA[ and ]]> is intended
scheme
supplies the name of the schema in which this tag is defined.
Status
Optional
Legal values are:
TEI
(text encoding initiative) This tag is defined as part of the TEI scheme. [Default]
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>