<elementSpec xmlns="http://www.tei-c.org/ns/1.0" module="corpus"
	     xml:id="PERSON" usage="opt" ident="person"
	     xmlns:its="http://www.w3.org/2005/11/its"
	     its:translate="no"
>
    <documentRules xmlns="http://www.w3.org/2005/11/its">
      <ns its:prefix="tei" its:uri="http://www.tei-c.org/ns/1.0"/>
      <documentRule its:translate="no" 
		    its:translateSelector="//tei:*"/>
      <documentRule its:translate="yes"
		    its:translateSelector="//tei:desc"/>
      <documentRule its:translate="yes" 
		    its:translateSelector="//tei:gloss"/>
      <documentRule its:translate="yes" 
		    its:translateSelector="//tei:valDesc"/>
      <documentRule its:translate="yes" 
		    its:translateSelector="//tei:p[@rend='dataDesc']"/>
      <documentRule its:translate="yes" 
		    its:translateSelector="//tei:remarks"/>
    </documentRules>

<equiv/>
<gloss/>
<desc>describes a single participant in a language interaction. </desc>
  <content>
    <rng:choice xmlns:rng="http://relaxng.org/ns/structure/1.0">
      <rng:oneOrMore>
        <rng:ref name="model.pLike"/>
      </rng:oneOrMore>
      <rng:zeroOrMore>
        <rng:ref name="model.personPart"/>
      </rng:zeroOrMore>
    </rng:choice>
  </content>
  <attList>
    <attDef ident="role" usage="opt">
	<equiv/>
	<desc>specifies the role of this participant in the group.</desc>
      <datatype><rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.code"/></datatype>
      <valDesc>a set of keywords to be defined</valDesc>
    </attDef>
    <attDef ident="sex" usage="opt">
	<equiv/>
	<desc>specifies the sex of the participant.</desc>
      <datatype><rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.sex"/></datatype>
    </attDef>
    <attDef ident="age" usage="opt">
	<equiv/>
	<desc>specifies the age group to which the participant belongs.</desc>
      <datatype><rng:ref xmlns:rng="http://relaxng.org/ns/structure/1.0" name="data.word"/></datatype>
      <valDesc>suggested values are to be supplied</valDesc>
    </attDef>
  </attList>
  <exemplum>
    <egXML xmlns="http://www.tei-c.org/ns/Examples">
      <person sex="2" age="42">
        <p>Female informant, well-educated, born in Shropshire
UK, 12 Jan 1950, of unknown occupation.
Speaks French fluently. Socio-Economic status B2.</p>
      </person>
    </egXML>
  </exemplum>
  <remarks>
    <p rend="dataDesc">May contain a prose description organized as paragraphs, or
any sequence of demographic elements in any combination.</p>
  </remarks>
  <listRef>
    <ptr target="#CCAHPA"/>
  </listRef>
</elementSpec>
