<re>
<re> (相關辭條) 和標題字相關聯的字典辭條,像是包括在一個更大辭條中的複合片語或衍生字。 [9.3.6 Related Entries] | |
組件 | dictionaries — Dictionaries |
屬性 | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.lexicographic (@expand, @split, @value, @location, @mergedIn, @opt) (att.datcat (@datcat, @valueDatcat)) (att.lexicographic.normalized (@norm, @orig)) att.typed (@type, @subtype) |
俱乐部会员 | |
可包含在於 | |
可包含 | core: abbr add address binaryObject cb choice cit corr date del distinct email emph expan foreign gap gb gloss graphic hi index lb measure measureGrp media mentioned milestone name note num orig pb ptr q ref reg rs sic soCalled term time title unclear unit figures: figure formula notatedMusic gaiji: g header: idno msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material objectType origDate origPlace secFol signatures stamp watermark width namesdates: addName affiliation bloc climate country district forename genName geo geogFeat geogName location nameLink objectName offset orgName persName placeName population region roleName settlement state surname terrain trait transcr: addSpan am damage damageSpan delSpan ex fw handShift listTranspose metamark mod redo restore retrace secl space subst substJoin supplied surplus undo character data |
註 | May contain character data mixed with any other elements defined in the dictionary tag set. Identical in sub-elements to an entry tag, and used where a dictionary has embedded information inside one entry which could have formed a separate entry. Some authorities distinguish related entries, run-on entries, and various other types of degenerate entries; no such typology is attempted here. |
例子 | <entry> <form> <orth>調皮</orth> <pron>tiau2 pi2</pron> </form> <gramGrp> <pos>形容詞</pos> </gramGrp> <sense n="1"> <def>不馴順;狡猾不易對付。</def> </sense> <sense n="2"> ... </sense> <re> <form> <orth>調皮地</orth> <pron extent="suff">tiau2 pi2 de</pron> </form> <gramGrp> <pos>副詞</pos> </gramGrp> </re> </entry> |
例子 | <entry> <form> <orth> abeja </orth> </form> <gramGrp> <gen> 陰性 </gen> </gramGrp> <sense n="1."> <usg type="domain"> 昆蟲學</usg>,<def> 蜜蜂 </def>. </sense> <sense n="2."> <def> 忙碌的蜜蜂,工作狂 </def>。</sense> <sense n="3."> <usg orig="A." type="domain"> 天文學 </usg>, <def> 蒼蠅座</def> — </sense> <re> <form> <orth orig="a. albanila"> abeja albanila </orth>, </form> <sense> <def>石巢蜂 </def>; </sense> </re> <re> <form> <orth orig="a. carpintera"> abeja carpintera </orth>, </form> <sense> <def> 木匠蜂 </def>; </sense> </re> <re> <form> <orth xml:id="zh-tw_re-o1" orig="a. reina or maestra"> abeja reina </orth> <orth mergedIn="#zh-tw_re-o1"> abeja maestra </orth> </form> <sense> <def> 女王蜂</def>; </sense> </re> <re> <form> <orth xml:id="zh-tw_re-o2" orig="a. neutra or obrera"> abeja neutra </orth> <orth mergedIn="#zh-tw_re-o2"> abeja obrera </orth> </form> <sense> <def> 工蜂 </def> 。</sense> </re> </entry> |
Content model | <content> |
宣告 | <rng:element name="re"> element re { 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.lexicographic.attributes, att.datcat.attributes, att.lexicographic.normalized.attributes, att.typed.attributes, ( text | model.gLike | sense | model.entryPart.top | model.phrase | model.global )* } |