<decoDesc>

<decoDesc> 包含手稿的裝飾描述,可以是連續性的文字段落、或是一連串依主題排列的<裝飾附註>元素。 [10.7.3 Bindings, Seals, and Additional Material]
組件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: physDesc
可包含
core: p
linking: ab
msdescription: decoNote summary
宣告

<rng:element name="decoDesc">
 <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="decoNote"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element decoDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.pLike+ | ( summary?, decoNote+ ) )
}
例子
<decoDesc>
 <p>每本聖經的第一個字母都是十行大小,飾以歷史圖案;引言部份的第一個字母是六行大小,並以紅筆花飾;章節的第一個字母是三行大小,紅的;韻文的第一個字母一行大小,有時是紅色有時是藍色的。</p>
</decoDesc>