<layoutDesc>

<layoutDesc> (레이아웃 기술) 원고에 적용가능한 레이아웃 기술 집합을 모아 놓는다. [10.7.2 Writing, Decoration, and Other Notations]
모듈msdescription — 10 Manuscript Description
속성att.global (@xml:id, @n, @xml:lang, @rend, @style, @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
포함할 수 있다
core: p
linking: ab
msdescription: layout summary
선언

<rng:element name="layoutDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:group>
   <rng:optional>
    <rng:ref name="summary"/>
   </rng:optional>
   <rng:oneOrMore>
    <rng:ref name="layout"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
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>
 <p>Most pages have between 25 and 32 long lines ruled in lead.</p>
</layoutDesc>
<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>