<domain>

<domain> (應用領域) 描述該文本最重要的應用領域或是社會用途所在,例如私人與公共、教育、宗教等。 [15.2.1 The Text Description]Translation out of date.
組件 corpus — Language Corpora
屬性 att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.typed (type, @subtype)
type 將應用領域分類。
Derived from att.typed
狀態 非必備的
資料類型 teidata.enumerated
實例值包含:
art
藝術和娛樂Translation out of date.
domestic
家庭和私人Translation out of date.
religious
宗教和儀式Translation out of date.
business
商業和工作場所Translation out of date.
education
教育Translation out of date.
govt
(government) 政府和法律Translation out of date.
public
其他公共領域Translation out of date.
俱乐部会员
可包含在於
corpus: textDesc
可包含

Usually empty, unless some further clarification of the type attribute is needed, in which case it may contain running prose.

The list presented here is primarily for illustrative purposes.

例子
<domain type="domestic"/>
<domain type="rel">宗教廣播</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
}