| <socecStatus> (socio-economic status) contains an informal description of a person's perceived social or economic status. [16.2.2. The Participant Description] |
| Module | namesdates — Specification |
| Attributes | | type | characterizes the element in some sense, using any convenient classification scheme or typology. | | scheme | identifies 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. | | code | identifies a status code defined within the classification system or taxonomy defined by the scheme attribute. |
|
| Member of | |
| Contained by | |
| May contain | |
| 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="#rg" code="#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
}⚓
|