<titlePage>
<titlePage> 前付や後付中にある,テキストのタイトルページを示す. 4.6 タイトルページ | |||||||||||
モジュール | textstructure — 4 テキスト構造モジュール | ||||||||||
属性 |
| ||||||||||
当該モジュールを使用するもの | |||||||||||
下位 | 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">THOMAS OF Reading.</titlePart> <titlePart type="alt">OR, The sixe worthy yeomen of the West.</titlePart> </docTitle> <docEdition>Now the fourth time corrected and enlarged</docEdition> <byline>By T.D.</byline> <figure> <head>TP</head> <p>Thou shalt labor till thou returne to duste</p> <figDesc>Printers Ornament used by TP</figDesc> </figure> <docImprint>Printed at <name type="place">London</name> for <name>T.P.</name> <date>1612.</date> </docImprint> </titlePage> |