<scriptStmt>

<scriptStmt> (script statement) 発話テキストで使われている台本の詳細に関する引用を示す。 [8.2 Documenting the Source of Transcribed Speech 2.2.7 The Source Description 15.3.2 Declarable Elements]
モジュール spoken — Transcriptions of Speech
属性
クラブのメンバー
上位
header: sourceDesc
下位
header: biblFull
linking: ab
msdescription: msDesc
<scriptStmt>
 <bibl>
  <author>Craig Warner</author>
  <title>Strangers on a Train</title>
  <title type="sub">Based on the novel by Patricia Highsmith</title>
  <edition>French's acting edition</edition>
  <idno type="ISBN">978 0 573 01972 2</idno>
  <publisher>Samuel French Ltd</publisher>
 </bibl>
</scriptStmt>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <classRef key="model.biblLike"/>
 </alternate>
</content>
宣言
<rng:element name="scriptStmt">
 <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:ref name="att.declarable.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:ref name="model.biblLike"/>
 </rng:choice>
</rng:element>
element scriptStmt
{
   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,
   att.declarable.attributes,
   ( model.pLike+ | model.biblLike )
}