<setting>

<setting> describes one particular setting in which a language interaction takes place. [15.2.3 The Setting Description]
Modul corpus — Language Corpora
Attribute
Enthalten in
corpus: settingDesc
Kann enthalten
core: date name p time
linking: ab
Anmerkung

If the who attribute is not supplied, the setting is assumed to be that of all participants in the language interaction.

Beispiel
<setting>
 <placeName>New York City, US</placeName>
 <date>1989</date>
 <locale>on a park bench</locale>
 <activity>feeding birds</activity>
</setting>
Content model
<content>
 <alternate>
  <classRef key="model.pLikeminOccurs="1"
   maxOccurs="unbounded"/>

  <alternate minOccurs="0"
   maxOccurs="unbounded">

   <classRef key="model.nameLike.agent"/>
   <classRef key="model.dateLike"/>
   <classRef key="model.settingPart"/>
  </alternate>
 </alternate>
</content>
Schema Deklaration
<rng:element name="setting">
 <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.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.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.ascribed.attributes,
   (
      model.pLike+
    | ( model.nameLike.agent | model.dateLike | model.settingPart )*
   )
}