<layoutDesc>

<layoutDesc> (descrizione dell'impaginazione) raggruppa l'insieme delle descrizioni dell'impaginazione relative a un manoscritto 10.7.2 Writing, Decoration, and Other Notations
Modulomsdescription — 10 Manuscript Description
Attributi
Usato da
Può contenere
core: p
linking: ab
msdescription: layout
Dichiarazione

<rng:element name="layoutDesc">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:oneOrMore>
  <rng:ref name="layout"/>
 </rng:oneOrMore>
</rng:choice>
</rng:element>
element layoutDesc { att.global.attributes, ( model.pLike+ | layout+ ) }
Esempio
<layoutDesc>
 <p>Most pages have between 25 and 32 long lines ruled in lead.</p>
</layoutDesc>
Esempio
<layoutDesc>
 <layout columns="2ruledLines="42">
  <p>
   <locus from="f12rto="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>