<domain>

<domain> (domain of use) describes the most important social context in which the text was realized or for which it is intended, for example private vs. public, education, religion, etc. 15.2.1 The Text Description
Module corpus — 15 Language Corpora
In addition to global attributes In addition to global attributes
type categorizes the domain of use.
Status Optional
Datatype

<rng:ref name="data.enumerated"/>
data.enumerated
Sample values include:
art
art and entertainment
domestic
domestic and private
religious
religious and ceremonial
business
business and work place
education
education
govt
(government) government and law
public
other forms of public context
Used by
May contain
Declaration

<rng:element name="domain">
 <rng:ref name="att.global.attributes"/>
 <rng:optional>
  <rng:attribute name="type">
   <rng:ref name="data.enumerated"/>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq.limited"/>
</rng:element>
element domain
{
   att.global.attributes,
   attribute type { data.enumerated }?,
   macro.phraseSeq.limited
}
Example
<domain type="domestic"/>
<domain type="rel">religious broadcast</domain>
Note
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.