<scriptDesc>

<scriptDesc> (script description) contains a description of the scripts used in a manuscript or other object. [10.7.2.1. Writing]
Modulemsdescription
Attributesatt.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source))
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
element scriptDesc
{
   tei_att.global.attributes,
   ( tei_model.pLike+ | ( tei_summary?, tei_scriptNote+ ) )
}