<specGrpRef>
| <specGrpRef> (參照到一個說明群組) 指出被參照的元素specGrp中的宣告應在此插入。 | |||||||
| 組件 | tagdocs — 22 Documentation Elements | ||||||
| 屬性 |
| ||||||
| 屬於 | schemaSpec model.oddRef | ||||||
| 可包含 | 空白元素 | ||||||
| 宣告 |
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> | ||||||
