<settingDesc>

<settingDesc> (背景描述) 描述語言互動所發生的一個或多個背景,可用一段散文描述或是一系列的背景元素來表達。 [15.2 Contextual Information 2.4 The Profile Description]
組件corpus — 15 Language Corpora
屬性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)) att.declarable (@default)
屬於
可包含在於
header: profileDesc
可包含
core: p
corpus: setting
linking: ab
namesdates: listPlace place
宣告

<rng:element name="settingDesc">
 <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.declarable.attributes"/>
 <rng:choice>
  <rng:oneOrMore>
   <rng:ref name="model.pLike"/>
  </rng:oneOrMore>
  <rng:oneOrMore>
   <rng:choice>
    <rng:ref name="setting"/>
    <rng:ref name="model.placeLike"/>
    <rng:ref name="listPlace"/>
   </rng:choice>
  </rng:oneOrMore>
 </rng:choice>
</rng:element>
element settingDesc
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.declarable.attributes,
   ( model.pLike+ | ( setting | model.placeLike | listPlace )+ )
}
例子
<settingDesc>
 <p>文本錄於渥太華的加拿大國會大廈,介於1988年4月至11月間</p>
</settingDesc>