<domain>

<domain> (domain of use) 当該テキストの出現に関する最も重要な社会的状況を示す。例えば、私的、 公的、教育上、宗教上など。 [15.2.1 The Text Description]
モジュール corpus — Language Corpora
属性
type⚓︎ 当該社会的状況の分類を示す。
Derived from att.typed
状態 任意
データ型 teidata.enumerated
例としての値は以下の通り:
art
芸術、娯楽。
domestic
家庭内、私的。
religious
宗教、儀式。
business
仕事、職場。
education
(教育。)
govt
(government) 政府、法律。
public
その他の公的なもの。
クラブのメンバー
上位
corpus: textDesc
下位
解説

当該属性が必要なければ、一般には属性typeの値はない。この場合は、当 該要素の内容に散文で記述される。

上記の属性値リストは、当該要素の解説を意図したものである。

<domain type="domestic"/>
<domain type="rel">religious broadcast</domain>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
宣言
<rng:element name="domain">
 <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.typed.attribute.subtype"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="teidata.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element domain
{
   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.typed.attribute.subtype,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq.limited
}