<sealDesc>

<sealDesc> (seal description) describes the seals or other external items attached to a manuscript, either as a series of paragraphs or as a series of distinct seal elements, possibly with additional decoNotes. 10.7.3.2 Seals
Modulemsdescription — 10 Manuscript Description
AttributesGlobal attributes only
Used by
May contain
core: p
linking: ab
msdescription: condition decoNote seal
Declaration

<rng:element name="sealDesc">
<rng:ref name="att.global.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,
   ( model.pLike+ | ( decoNote | seal | condition )+ )
}