<setting>

<setting> 描述語言互動發生的一個特定背景。 [15.2.3 The Setting Description]
組件corpus — 15 Language Corpora
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @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)) att.ascribed (@who)
屬於
可包含在於
corpus: settingDesc
可包含
core: date name p time
linking: ab
namesdates: orgName persName
宣告

<rng:element name="setting">
 <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:ref name="att.ascribed.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:zeroOrMore>
   <rng:choice>
    <rng:ref name="model.nameLike.agent"/>
    <rng:ref name="model.dateLike"/>
    <rng:ref name="model.settingPart"/>
   </rng:choice>
  </rng:zeroOrMore>
 </rng:choice>
</rng:element>
element setting
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.ascribed.attributes,
   (
      model.pLike+
    | ( model.nameLike.agent | model.dateLike | model.settingPart )*
   )
}
例子
<setting>
 <name>台灣,台北</name>
 <date>1970</date>
 <locale>-新公園的長凳上</locale>
 <activity>躺臥</activity>
</setting>