<sealDesc>

<sealDesc> (seal description) 手書き資料に付属するシールや他の付着物について,一連の段落や,一連の 要素sealにより,可能であれば要素decoNoteと共に示す. 10.7.3.2 Seals
モジュール msdescription — 10 Manuscript Description
当該モジュールを使用するもの
下位
core: p
linking: ab
msdescription: condition decoNote seal
宣言

<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 )+ )
}