<decoDesc>

<decoDesc> 包含手稿的裝飾描述,可以是連續性的文字段落、或是一連串依主題排列的<裝飾附註>元素。 10.7.3 Bindings, Seals, and Additional Material
組件msdescription — 10 Manuscript Description
屬性
屬於 model.physDescPart
可包含
core: p
linking: ab
msdescription: decoNote
宣告

<rng:element name="decoDesc">
<rng:ref name="att.global.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:oneOrMore>
  <rng:ref name="decoNote"/>
 </rng:oneOrMore>
</rng:choice>
</rng:element>
element decoDesc { att.global.attributes, ( model.pLike+ | decoNote+ ) }
例子
<decoDesc>
 <p>The start of each book of the Bible with a 10-line historiated
   illuminated initial; prefaces decorated with 6-line blue initials with red
   penwork flourishing; chapters marked by 3-line plain red initials; verses
   with 1-line initials, alternately blue or red.</p>
</decoDesc>