<layoutDesc>
<layoutDesc> (layout description) collects the set of layout descriptions applicable to a manuscript or other object. [11.7.2 Writing, Decoration, and Other Notations] | |
Module | msdescription — Manuscript Description |
Attributes |
|
Contained by |
msdescription: objectDesc
|
May contain | |
Example | |
Example |
<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> <locus from="f16"/>Prickings for three columns are visible.</p> </layout> </layoutDesc> |
Content model |
<content> |
Schema Declaration |
<rng:element name="layoutDesc"> element layoutDesc { 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.global.source.attributes, ( model.pLike+ | ( summary?, layout+ ) ) } |