<front>
<front> (正文前資訊) 包含位於文件最前端、正文之前的項目 (標頭、題名頁、前言、獻詞等) 。 [4.6 Title Pages 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.declaring (@decls) |
可包含在於 | textstructure: floatingText text transcr: facsimile |
可包含 | drama: castList epilogue performance prologue set figures: figure notatedMusic textstructure: argument byline closer dateline div div1 docAuthor docDate docEdition docImprint docTitle epigraph postscript salute signed titlePage titlePart trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
宣告 |
element front { 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.declaring.attributes, ( ( ( model.frontPart | model.pLike | model.pLike.front | model.global )* ), ( ( ( model.div1Like, ( model.div1Like | model.frontPart | model.global )* ) | ( model.divLike, ( model.divLike | model.frontPart | model.global )* ) ), ( ( ( model.divBottom ), ( model.divBottom | model.global )* )? ) )? ) } |
例子 | <front> <epigraph> <quote>小燕子其實也無所愛,只是沉浸在朦朧而飄忽的夏夜夢里罷了。 </quote> </epigraph> <div type="dedication"> <p>《憶》第三十五首</p> </div> </front> |
例子 | <front> <div type="dedication"> <p>聲明啟事</p> </div> <div type="preface"> <head>作者聲明</head> <p>書中所有情節內容皆為虛構,若有雷同,純屬巧合。</p> </div> </front> |