<equiv>
<equiv> (equivalent) specifies a component which is considered equivalent to the parent element, either by co-reference, or by external link. [3.4.1 Terms and Glosses 23.4.1 Description of Components] | |||||||||||||||||||
Modul | tagdocs — Documentation Elements | ||||||||||||||||||
Attribute |
|
||||||||||||||||||
Mitglied des | |||||||||||||||||||
Enthalten in |
linking: joinGrp
|
||||||||||||||||||
Kann enthalten | Leeres Element | ||||||||||||||||||
Anmerkung |
The mimeType attribute should be used to supply the MIME media type of the filter script specified by the filter attribute. |
||||||||||||||||||
Beispiel |
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="hi" mode="change">
<equiv name="BOLD"/> <desc>bold typography</desc> <attList> <attDef ident="rend" mode="change"> <valList> <valItem ident="bold"/> </valList> </attDef> </attList> </elementSpec> <elementSpec ident="bo" mode="add"> <equiv name="BOLD" uri="http://www.example.com/typesetting/bold"/> </elementSpec> |
||||||||||||||||||
Content model |
<content> |
||||||||||||||||||
Schema Deklaration |
<rng:element name="equiv"> 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 } |