<front>
<front> (正文前資訊) 包含位於文件最前端、正文之前的項目 (標頭、題名頁、前言、獻詞等) 。 [4.6 Title Pages 4 Default Text Structure] | |
組件 | textstructure — 4 Default Text Structure |
屬性 | att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.declaring (@decls) |
屬於 | |
可包含在於 | textstructure: floatingText text transcr: facsimile |
可包含 | drama: castList epilogue performance prologue set figures: figure notatedMusic textcrit: witDetail textstructure: argument byline closer div div1 docAuthor docDate docEdition docImprint docTitle epigraph postscript signed titlePage titlePart trailer transcr: addSpan damageSpan delSpan fw listTranspose metamark space substJoin |
宣告 |
element front { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, att.declaring.attributes, ( ( model.frontPart | model.pLike.front | model.global )*, ( ( ( ( model.div1Like ), ( model.frontPart | model.div1Like | model.global )* ) | ( ( model.divLike ), ( model.frontPart | model.divLike | model.global )* ) )? ), ( ( ( model.divBottomPart ), ( model.divBottomPart | 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> |