<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ódulocorpus — Language Corpora
Atributosatt.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))
typeclasifica el campo de uso. Posibles valores: 1] art; 2] domestic; 3] religious; 4] business; 5] education; 6] govt(government) ; 7] public
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
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: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,
   attribute type { teidata.enumerated }?,
   macro.phraseSeq.limited
}