<sealDesc>

<sealDesc> 描述章印或其他附於手稿的外部項目,可以是連續性的文字段落、或是一連串專用的<印章>元素,也許附上一些<裝飾附註>元素。 [10.7.3.2 Seals]
組件msdescription — 10 Manuscript Description
屬性att.global (@xml:id, @n, @xml:lang, @rend, @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: condition decoNote seal
宣告

<rng:element name="sealDesc">
 <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:oneOrMore>
   <rng:choice>
    <rng:ref name="decoNote"/>
    <rng:ref name="seal"/>
    <rng:ref name="condition"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element sealDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.pLike+ | ( decoNote | seal | condition )+ )
}
例子
<sealDesc>
 <seal type="pendant" contemporary="true">
  <p>Green wax vertical oval seal attached at base.</p>
 </seal>
</sealDesc>
例子
<sealDesc>
 <p>Parchment strip for seal in place; seal missing.</p>
</sealDesc>