<tag>

<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. [23 Documentation Elements]
Módulo tagdocs — Documentation Elements
Atributos
type⚓︎ indicates the type of XML tag intended
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
scheme⚓︎ proporciona el nombre del esquema en que tal nombre es definido.
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
TEI
(text encoding initiative) esta etiqueta es parte del esquema de TEI. [Por defecto]
DBK
(docbook) esta etiqueta es parte del esquema de Docbook.
XX
(desconocido) esta etiqueta es parte de un esquema desconocido.
Schematron
HTML
Esta traducción necesita ser actualizada.
Miembro de
Contenido en
analysis: cl phr s span
cmc: post
figures: cell figDesc
iso-fs: fDescr fsDescr
linking: ab seg
spoken: u writing
tagdocs: eg valDesc
verse: metSym rhyme
Puede contener Sólo datos de caracteres
Ejemplo
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>
Content model
<content>
 <textNode/>
</content>
Declaración
<rng:element name="tag">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="att.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="scheme"
   a:defaultValue="TEI">

   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:text/>
</rng:element>
element tag
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   att.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   attribute scheme { teidata.enumerated }?,
   text
}