<scriptDesc>

<scriptDesc> contains a description of the scripts used in a manuscript or similar source. [10.7.2.1 Writing]
組件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
header: scriptNote
linking: ab
msdescription: summary
宣告

<rng:element name="scriptDesc">
 <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: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.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   ( model.pLike+ | ( summary?, scriptNote+ ) )
}
例子
<scriptDesc>
 <p/>
</scriptDesc>
例子
<scriptDesc>
 <summary>Contains two distinct styles of scripts </summary>
 <scriptNote xml:id="style-1">.</scriptNote>
 <scriptNote xml:id="style-2">.</scriptNote>
</scriptDesc>