<equiv>

<equiv> (equivalente) indica un componente considerato equivalente ad un elemento genitore sia per co-referenza che tramite link esterno. 22.4.4 Element Specifications 22.4.5 Attribute List Specification 22.4.6 Element Classes 22.4.7 Pattern Documentation
Modulotagdocs — 22 Documentation Elements
Attributi att.internetMedia (@mimeType)
namespecifica un concetto sottostante di cui il genitore è una rappesentazione
Stato Opzionale
Tipo di dati

<rng:ref name="data.name"/>
data.name
Valori any name
uri (URI (identificatore universale di risorse)) indica il concetto sottostante di cui il genitore è una rappesentazione attraverso un identificatore esterno
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori a URI
filterindica uno script esterno contenente un metodo per trasformare le occorrenze dell'elemento in TEI canonico
Stato Opzionale
Tipo di dati

<rng:ref name="data.pointer"/>
data.pointer
Valori a URI
Usato da
Può contenereElemento vuoto
Dichiarazione

<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
}
Esempio

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>