<sealDesc>

<sealDesc> (seal description) describes the seals or similar items related to the object described, either as a series of paragraphs or as a series of seal elements. [10.7.3.2. Seals]
Modulemsdescription
Attributes
Member of
Contained by
msdescription: physDesc
May contain
core: p
linking: ab
Example
<sealDesc>
 <seal type="pendantcontemporary="true">
  <p>Green wax vertical oval seal attached at base.</p>
 </seal>
</sealDesc>
Example
<sealDesc>
 <p>Parchment strip for seal in place; seal missing.</p>
</sealDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

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

    <elementRef key="decoNote"/>
    <elementRef key="seal"/>
    <elementRef key="condition"/>
   </alternate>
  </sequence>
 </alternate>
</content>
Schema Declaration
element sealDesc
{
   tei_att.global.attributes,
   (
      tei_model.pLike+
    | ( tei_summary?, ( tei_decoNote | tei_seal | tei_condition )+ )
   )
}