<domain>

<domain> (campo de uso) describle el contexto social más importante en el que el texto fue realizado o para el que se destina, p.ej. privado o público, educacional, religioso, etc. [15.2.1 The Text Description]
Módulo corpus — Language Corpora
Atributos
type⚓︎ clasifica el campo de uso.
Derivado de att.typed
Estado Opcional
Tipo de datos teidata.enumerated
Posibles valores:
art
arte y entretenimiento
domestic
doméstico y privado
religious
religioso y ceremonial
business
negocio y lugar de trabajo
education
(educación)
govt
(gubernamental y legal) gobierno y ley
public
otras formas de contexto público
Miembro de
Contenido en
corpus: textDesc
Puede contener
Nota

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.

Ejemplo
<domain type="domestic"/>
<domain type="rel">religious broadcast</domain>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
Declaración
<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
}