\n\n
DEV SITE - NOT FOR INDEXING

TEI Lex-0

— A baseline encoding for lexicographic data

12.1.30. <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. [16.2.1. The Text Description]
Modulecorpus — Specification
Attributes
typecategorizes the domain of use.
Derived fromatt.typed
StatusOptional
Datatypeteidata.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
Member of
Contained by
header: language
May contain
dictionaries: lang
figures: figure
header: idno
tagdocs: ident
transcr: metamark
character data
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.

Example
<domain type="domestic"/>
<domain type="rel">religious broadcast</domain>
Content model
<content>
 <macroRef key="macro.phraseSeq.limited"/>
</content>
    
Schema Declaration

element domain
{
   att.global.attributes,
   att.typed.attribute.subtype,
   attribute type { text }?,
   macro.phraseSeq.limited
}