<equiv>

<equiv> (동치) 부모 요소와 동치로 고려되는 성분을 공지시 또는 외부 연결을 통해 명시한다. [3.4.1 Terms and Glosses 22.4.1 Description of Components]
모듈 tagdocs — Documentation Elements
속성
name⚓︎ 부모가 표상하는 기저 개념에 대한 이름을 부여한다.
상태 수의적
자료 유형 teidata.name
uri⚓︎ (표준 자원 확인소(URL)) 부모가 외부 확인소를 통해서 표상하는 기저 개념을 지시한다.
상태 수의적
자료 유형 teidata.pointer
filter⚓︎ 이 요소의 실례를 표준 TEI로 변환하는 방법을 포함하는 외부 스크립트를 참조한다.
상태 수의적
자료 유형 teidata.pointer
클럽 회원
에 의해 포함된
포함할 수 있다 공백 요소
주석

The mimeType attribute should be used to supply the MIME media type of the filter script specified by the filter attribute.

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="rendmode="change">
   <valList>
    <valItem ident="bold"/>
   </valList>
  </attDef>
 </attList>
</elementSpec>
<elementSpec ident="bomode="add">
 <equiv name="BOLD"
  uri="http://www.example.com/typesetting/bold"/>

</elementSpec>
Content model
<content>
 <empty/>
</content>
선언
<rng:element name="equiv">
 <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.internetMedia.attributes"/>
 <rng:ref name="att.predicate.attributes"/>
 <rng:optional>
  <rng:attribute name="name">
   <rng:ref name="teidata.name"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="uri">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="filter">
   <rng:ref name="teidata.pointer"/>
  </rng:attribute>
 </rng:optional>
 <rng:empty/>
</rng:element>
element equiv
{
   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.internetMedia.attributes,
   att.predicate.attributes,
   attribute name { teidata.name }?,
   attribute uri { teidata.pointer }?,
   attribute filter { teidata.pointer }?,
   empty
}