<equiv>

<equiv> (equivalente) especifica un componente que se considera equivalente al elemento padre, o por co-referencias o por algún enlace externo. 22.4.4 Element Specifications 22.4.5 Attribute List Specification 22.4.6 Element Classes 22.4.7 Pattern Documentation
Módulotagdocs — 22 Documentation Elements
Atributos att.internetMedia (@mimeType)
nameespecifica el concepto subyacente cuyo padre es una representación.
Estado Opcional
Tipo de datos

<rng:ref name="data.name"/>
data.name
Valores any name
uri (identificador de recurso uniforme) referencia el concepto subyacente del cual padre es una representación mediante algún identificador externo
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores a URI
filterreferencia un guión externo que contiene un método para transformar ejemplos de este elemento a TEI canónico.
Estado Opcional
Tipo de datos

<rng:ref name="data.pointer"/>
data.pointer
Valores a URI
Usado por
Puede contenerElemento vacío
Declaración

<rng:element name="equiv">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.internetMedia.attributes"/>
<rng:optional>
 <rng:attribute name="name">
  <rng:ref name="data.name"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="uri">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:optional>
 <rng:attribute name="filter">
  <rng:ref name="data.pointer"/>
 </rng:attribute>
</rng:optional>
<rng:empty/>
</rng:element>
element equiv
{
   att.global.attributes,
   att.internetMedia.attributes,
   attribute name { data.name }?,
   attribute uri { data.pointer }?,
   attribute filter { data.pointer }?,
   empty
}
Ejemplo

The following example declares that the <bo> element is conceptually equivalent to the markup construct <hi rend='bold'>, and that an external definition of this concept is available from the URI indicated

<elementSpec ident="himode="change">
 <equiv name="BOLD"/>
 <desc>bold typography</desc>
 <attList>
  <attDef ident="rend">
   <valList>
    <valItem ident="bold"/>
   </valList>
  </attDef>
 </attList>
</elementSpec>
<elementSpec ident="bomode="add">
 <equiv name="BOLDuri="http://www.typesrus.com/bold"/>
</elementSpec>