<settingDesc>

<settingDesc> (setting description) describes the setting or settings within which a language interaction takes place, either as a prose description or as a series of setting elements. 15.2 Contextual Information 2.4 The Profile Description
Modulecorpus — 15 Language Corpora
Attributes att.declarable (@default)
Used by
May contain
core: p
corpus: setting
linking: ab
Declaration

<rng:element name="settingDesc">
<rng:ref name="att.global.attributes"/>
<rng:ref name="att.declarable.attributes"/>
<rng:choice>
 <rng:oneOrMore>
  <rng:ref name="model.pLike"/>
 </rng:oneOrMore>
 <rng:oneOrMore>
  <rng:ref name="setting"/>
 </rng:oneOrMore>
</rng:choice>
</rng:element>
element settingDesc
{
   att.global.attributes,
   att.declarable.attributes,
   ( model.pLike+ | setting+ )
}
Example
<settingDesc>
 <p>Texts recorded in the Canadian Parliament building
   in Ottawa, between April and November 1988
 </p>
</settingDesc>
Note
May contain a prose description organized as paragraphs, or a series of setting elements.