<specGrpRef>
<specGrpRef> (명시 그룹에 대한 참조) 참조된 specGrp에 의해 포함된 선언은 이 지점에서 삽입되어야함을 나타낸다. | |||||||
모듈 | tagdocs — 22 Documentation Elements | ||||||
전체 속성에 부가 |
|
||||||
에 의해 사용된 | |||||||
포함할 수 있다 | 공백 요소 | ||||||
선언 |
element specGrpRef { att.global.attributes, attribute target { data.pointer }, empty } |
||||||
예 |
<p>This part of the module contains declarations for names of persons, places, and
organisations: <specGrpRef target="#names.pers"/> <specGrpRef target="#names.place"/> <specGrpRef target="#names.org"/> </p> <!-- elsewhere --> <specGrp xml:id="names.pers"> <!--... --> </specGrp> <!-- elsewhere --> <specGrp xml:id="names.place"> <!--... --> </specGrp> <!-- elsewhere --> <specGrp xml:id="names.org"> <!--... --> </specGrp> |