<scriptDesc>

<scriptDesc> (script description) contains a description of the scripts used in a manuscript or other object. [10.7.2.1 Writing]
Module msdescription — Manuscript Description
Attributes
Member of
Contained by
msdescription: physDesc
May contain
core: p
header: scriptNote
linking: ab
msdescription: summary
Example
<scriptDesc>
 <p/>
</scriptDesc>
Example
<scriptDesc>
 <summary>Contains two distinct styles of scripts </summary>
 <scriptNote xml:id="style-1">.</scriptNote>
 <scriptNote xml:id="style-2">.</scriptNote>
</scriptDesc>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

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

  </sequence>
 </alternate>
</content>
Schema Declaration
<rng:element name="scriptDesc">
 <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="scriptNote"/>
   </rng:oneOrMore>
  </rng:group>
 </rng:choice>
</rng:element>
element scriptDesc
{
   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?, scriptNote+ ) )
}