<specGrpRef>
<specGrpRef> (參照到一個說明群組) 指出被參照的元素specGrp中的宣告應在此插入。 [23.2 Modules and Schemas] | |||||||
組件 | tagdocs — Documentation Elements | ||||||
屬性 |
|
||||||
俱乐部会员 | |||||||
可包含在於 |
cmc: post
core: add corr del desc emph head hi item l meeting note orig p q quote ref reg said sic stage textLang title unclear
dictionaries: case colloc def dictScrap entryFree etym form gen gram gramGrp hyph iType lang lbl mood number orth per pos pron stress subc syll tns usg xr
msdescription: accMat acquisition additions collation condition custEvent decoNote filiation foliation layout musicNotation origin provenance signatures source summary support surrogates typeNote
namesdates: occupation
tagdocs: schemaSpec specGrp
textstructure: argument body div div1 div2 div3 div4 div5 div6 div7 docEdition epigraph imprimatur postscript salute signed titlePart trailer
verse: rhyme
|
||||||
可包含 | 空白元素 | ||||||
註 |
In ODD documentation processing, a specGrpRef usually produces a comment indicating that a set of declarations printed in another section will be inserted at this point in the specGrp being discussed. In schema processing, the contents of the specified specGrp are made available for inclusion in the generated schema. The specification group identified by the target attribute will normally be part of the current ODD document. |
||||||
例子 |
<p>這部份的模組包含人名、地名以及組織名稱的宣告:<specGrpRef target="#zh-tw_names.pers"/>
<specGrpRef target="#zh-tw_names.place"/> <specGrpRef target="#zh-tw_names.org"/> </p> <!-- 某處 --> <specGrp xml:id="zh-tw_names.pers"> <!--... --> </specGrp> <!-- 某處 --> <specGrp xml:id="zh-tw_names.place"> <!--... --> </specGrp> <!-- 某處 --> <specGrp xml:id="zh-tw_names.org"> <!--... --> </specGrp> |
||||||
Content model |
<content> |
||||||
宣告 |
<rng:element name="specGrpRef"> element specGrpRef { 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, attribute target { teidata.pointer }, empty } |