<equiv>
<equiv> (동치) 부모 요소와 동치로 고려되는 성분을 공지시 또는 외부 연결을 통해 명시한다. 22.4.4 Element Specifications 22.4.5 Attribute List Specification 22.4.6 Element Classes 22.4.7 Pattern Documentation | |||||||||||||||||||||||||
모듈 | tagdocs — 22 Documentation Elements | ||||||||||||||||||||||||
전체 속성에 부가 | att.internetMedia (@mimeType)
|
||||||||||||||||||||||||
에 의해 사용된 | |||||||||||||||||||||||||
포함할 수 있다 | 공백 요소 | ||||||||||||||||||||||||
선언 |
element equiv { att.global.attributes, att.internetMedia.attributes, attribute name { data.name }?, attribute uri { data.pointer }?, attribute filter { data.pointer }?, empty } |
||||||||||||||||||||||||
예 |
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"> <valList> <valItem ident="bold"/> </valList> </attDef> </attList> </elementSpec> <elementSpec ident="bo" mode="add"> <equiv name="BOLD" uri="http://www.typesrus.com/bold"/> </elementSpec> |