<titlePage>
<titlePage> (題名頁) 包含文本的題名頁,出現在正文前資訊或正文後資訊之中。 4.6 Title Pages | |||||||||
組件 | textstructure — 4 Default Text Structure | ||||||||
除全域屬性以外 |
|
||||||||
屬於 | |||||||||
可包含 |
figures: figure
textcrit: witDetail
textstructure: byline docAuthor docDate docEdition docImprint docTitle epigraph imprimatur titlePart
transcr: addSpan damageSpan delSpan fw space
|
||||||||
宣告 |
element titlePage { att.global.attributes, attribute type { data.enumerated }?, ( model.global*, ( model.titlepagePart ), ( model.titlepagePart | model.global )* ) } |
||||||||
例子 |
<titlePage>
<docTitle> <titlePart type="main">紅樓夢</titlePart> <titlePart type="alt">又名石頭記</titlePart> </docTitle> <docEdition>清乾隆四十九年甲辰(1784年)夢覺主人序本正式題為《紅樓夢》,在此之前,此書一般都題為《石頭記》。</docEdition> <byline>曹雪芹</byline> <figure> <head>HL</head> <p>紅樓夢圖詠</p> <figDesc>清光緒刊本的《紅樓夢》插圖,改琦畫。</figDesc> </figure> <docImprint>最早的抄本出現於清朝乾隆中期的 <date>甲戌年(1754年)。</date> </docImprint> </titlePage> |