<personGrp> (personal group) describes a group of individuals treated as a single person for analytic purposes. [15.2.2. The Participant Description] |
Module | namesdates |
Attributes | role | specifies the role of this group of participants in the interaction.Status | Optional | Datatype | teidata.enumerated | Note | Values for this attribute may be locally defined by a project, using arbitrary keywords such as movement, employers, relatives, or servants, each of which should be associated with a definition. Such local definitions will typically be provided by a <valList> element in the project schema specification. |
| sex | specifies the sex of the participant group.Status | Optional | Datatype | 1–∞ occurrences of teidata.sex separated by whitespace | Note | Values for this attribute may be defined locally by a project, or they may refer to an external standard. |
| gender | specifies the gender of the participant group.Status | Optional | Datatype | 1–∞ occurrences of teidata.gender separated by whitespace | Note | Values for this attribute may be defined locally by a project, or they may refer to an external standard. |
| age | specifies the age group of the participants.Status | Optional | Datatype | teidata.enumerated | Note | Values for this attribute may be locally defined by a project, using arbitrary keywords such as infant, child, teen, adult, or senior, each of which should be associated with a definition. Such local definitions will typically be provided by a <valList> element in the project schema specification. |
| size | describes informally the size or approximate size of the group for example by means of a number and an indication of accuracy e.g. approx 200.Status | Optional | Datatype | 1–∞ occurrences of teidata.word separated by whitespace |
|
|
Member of | |
Contained by | |
May contain | |
Note | May contain a prose description organized as paragraphs, or any sequence of demographic elements in any combination. The global xml:id attribute should be used to identify each speaking participant in a spoken text if the who attribute is specified on individual utterances. |
Example | <personGrp xml:id="pg1" role="audience" sex="mixed" size="approx 50"/> |
Content model | <content> <alternate> <classRef key="model.pLike" minOccurs="1" maxOccurs="unbounded"/> <alternate minOccurs="0" maxOccurs="unbounded"> <classRef key="model.personPart"/> <classRef key="model.global"/> </alternate> </alternate> </content> |
Schema Declaration |
element personGrp
{
tei_att.global.attributes,
tei_att.sortable.attributes,
attribute role { teidata.enumerated }?,
attribute sex { list { teidata.sex+ } }?,
attribute gender { list { teidata.gender+ } }?,
attribute age { teidata.enumerated }?,
attribute size { list { teidata.word+ } }?,
( tei_model.pLike+ | ( tei_model.personPart | tei_model.global )* )
} |