<back>
<back> (正文後資訊) 在正文之後,包含附錄等。 [4.7 Back Matter 4 Default Text Structure] | |
組件 | textstructure — Default Text Structure |
屬性 | 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.declaring (@decls) |
可包含在於 | textstructure: floatingText text transcr: facsimile |
可包含 | drama: castList epilogue performance prologue set figures: figure notatedMusic table namesdates: listEvent listNym listObject listOrg listPerson listPlace listRelation textstructure: argument byline closer dateline div div1 docAuthor docDate docEdition docImprint docTitle epigraph postscript signed titlePage titlePart trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
註 | Because cultural conventions differ as to which elements are grouped as back matter and which as front matter, the content models for the back and front elements are identical. |
例子 | <back> <div1 type="appendix"> <head>臺灣現代詩論戰史資料彙編</head> <p>現代詩論戰史第一階段</p> </div1> <div1 type="epistle"> <head>白先勇致瘂弦洛夫</head> <salute>您好,</salute> <p>您的副本我已使用完畢,可以歸還了,麻煩您。</p> </div1> <div1 type="advert"> <head>本論文提及的專書,可於台灣各大書店詢問訂購。</head> <list> <item n="1">陳芳明《詩與現實》,台北:洪範,1983。</item> <item n="2">洛夫《詩人之鏡》,台北:大業,1969。</item> <item n="42">廖炳惠《回顧現代》,台北:麥田,1994。</item> </list> </div1> <div1 type="advert"> <head> <hi rend="center">詩集、詩選</hi>也可於網路書店購得。</head> <list> <item n="1">余光中《天狼星》,台北:洪範,1976。</item> <item n="2">席慕蓉著《無怨的青春》,台北,大地,1983。</item> </list> </div1> </back> |
Content model | <content> |
宣告 | <rng:element name="back"> element back { 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.declaring.attributes, ( ( model.frontPart | model.pLike.front | model.pLike | model.listLike | model.global )*, ( ( model.div1Like, ( model.frontPart | model.div1Like | model.global )* ) | ( model.divLike, ( model.frontPart | model.divLike | model.global )* ) )?, ( model.divBottomPart, ( model.divBottomPart | model.global )* )? ) } |