TEI Lex-0

— A baseline encoding for lexicographic data

12.1.120. <socecStatus>

<socecStatus> (socio-economic status) contains an informal description of a person's perceived social or economic status. [16.2.2. The Participant Description]
Modulenamesdates — Specification
Attributes
typecharacterizes the element in some sense, using any convenient classification scheme or typology.
Derived fromatt.typed
StatusOptional
Datatypeteidata.enumerated
Sample values include:
atBirth
atDeath
dependent
inherited
independent
schemeidentifies the classification system or taxonomy in use, for example by pointing to a locally-defined <taxonomy> element or by supplying a URI for an externally-defined system.
StatusOptional
Datatypeteidata.pointer
codeidentifies a status code defined within the classification system or taxonomy defined by the scheme attribute.
StatusOptional
Datatypeteidata.pointer
Member of
Contained by
May contain
analysis: c pc
dictionaries: lang
figures: figure
gaiji: g
header: idno
linking: seg
tagdocs: ident
transcr: metamark
character data
Note

The content of this element may be used as an alternative to the more formal specification made possible by its attributes; it may also be used to supplement the formal specification with commentary or clarification.

Example
<socecStatus scheme="#rgcode="#ab1"/>
Example
<socecStatus>Status AB1 in the RG Classification scheme</socecStatus>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
    
Schema Declaration

element socecStatus
{
   att.global.attributes,
   att.datable.attributes,
   att.editLike.attributes,
   att.naming.attributes,
   att.typed.attribute.subtype,
   attribute type { text }?,
   attribute scheme { text }?,
   attribute code { text }?,
   macro.phraseSeq
}