<tag>

<tag> contiene el texto completo de un marcador inicial o final, posiblemente incluyendo eventuales descripciones de atributos, pero nunca los caracteres de delimitación de inicio y fin del marcador. 22 Documentation Elements
Módulotagdocs — 22 Documentation Elements
Atributos
schemeproporciona el nombre del esquema en que tal nombre es definido.
Estado Opcional
Los valores admitidos son:
TEI
(esta etiqueta es parte del esquema TEI.) this tag is part of the TEI scheme. [Por defecto]
DBK
(este elemento es parte del esquema Docbook.) this tag is part of the Docbook scheme.
XX
(unknown) this tag is part of an unknown scheme.
Used by model.phrase.xml
May containCharacter data only
Declaración
element tag
{
   att.global.attributes,
   attribute scheme { "TEI" | "DBK" | "XX" }?,
   text
}
Ejemplo
Mark the start of each italicised phrase with a <tag>hi rend="it"</tag>
tag, and its end with a <tag>/hi</tag> tag.