<decoDesc>

<decoDesc> 包含手稿的裝飾描述,可以是連續性的文字段落、或是一連串依主題排列的<裝飾附註>元素。 [10.7.3 Bindings, Seals, and Additional Material]
組件 msdescription — Manuscript Description
屬性
俱乐部会员
可包含在於
msdescription: physDesc
可包含
core: p
linking: ab
msdescription: decoNote summary
例子
<decoDesc>
 <p>每本聖經的第一個字母都是十行大小,飾以歷史圖案;引言部份的第一個字母是六行大小,並以紅筆花飾;章節的第一個字母是三行大小,紅的;韻文的第一個字母一行大小,有時是紅色有時是藍色的。</p>
</decoDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <sequence>
   <elementRef key="summaryminOccurs="0"/>
   <elementRef key="decoNoteminOccurs="1"
    maxOccurs="unbounded"/>

  </sequence>
 </alternate>
</content>
宣告
<rng:element name="decoDesc">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.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:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.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.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?, decoNote+ ) )
}