<layoutDesc>
<layoutDesc> (layout description) 手書き資料のレイアウト情報をまとめる. [10.7.2 Writing, Decoration, and Other Notations] | |
モジュール | msdescription — 10 Manuscript Description |
属性 | att.global (@xml:id, @n, @xml:lang, @rend, @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)) |
当該モジュールを使用するもの | |
上位 | msdescription: objectDesc |
下位 | |
宣言 |
element layoutDesc { att.global.attributes, att.global.linking.attributes, att.global.analytic.attributes, att.global.facs.attributes, att.global.change.attributes, ( model.pLike+ | ( summary?, layout+ ) ) } |
例 | |
例 | <layoutDesc> <layout columns="2" ruledLines="42"> <p> <locus from="f12r" to="f15v"/> 2 columns of 42 lines pricked and ruled in ink, with central rule between the columns.</p> </layout> <layout columns="3"> <p xml:lang="zh-TW"> <locus from="f16"/>小孔的三欄可見.</p> </layout> </layoutDesc> |