<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="esds.rnc" type="compact"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>
          <!-- Title of file --></title>
        <title type="collection">
          <!-- Optional title of collection --></title>
      </titleStmt>
      <publicationStmt>
        <authority>
          <!-- Name of depositor --></authority>
        <distributor>ESDS Qualidata</distributor>
        <idno type="intNum"><!-- Unique interview number --></idno>
      </publicationStmt>
      
      <sourceDesc>
        <bibl><!-- Bibliographic Information concerning the transcript --></bibl>
      </sourceDesc>
      
    </fileDesc>
    <profileDesc>
      <particDesc>
        <listPerson>
          <person xml:id="subject">
            <persName type="unanonymised">
              <!-- 
                 type="unanonymised" or type="anonymised"
                 
                 If  type="anonymised", then content of persName
                 should just be the anonymisation number, i.e. 'g24'.
               -->
              <roleName type="honorific">
                <!-- Optional: Mr, Mrs, Dr, Prof, Sir,
              Rev., etc. if known--></roleName>
              <forename><!-- forename of subject, include multiple
                forename elements for multiple forenames --></forename>
              <surname><!-- surname of the subject --></surname>
            </persName>
            <birth date="1887"
              ><!-- Date of birth if known, give to
              precision available, attribute in W3C format.  e.g.:
            <birth date="1887">1887</birth>
             <birth date="1887-01">January 1887</birth>
              <birth date="1887-01-25">25 January 1887</birth>
            --></birth>
            <occupation><!-- occupation if available --></occupation>
            <sex value="1">
              <!--
                Use ISO 5218:1977 values for attribute.  e.g.:
                <sex value="0">Unknown</sex>
                <sex value="1">Male</sex>
                <sex value="2">Female</sex>
                <sex value="9">Not Applicable</sex>
              -->
            </sex>
            <!-- 
            Other aspects one could record include: affiliation, age, birth, death, education, faith, floruit,
              langKnowledge, nationality,  occupation, sex,
              socecStatus.  perState and persTrait exsit for states
              and traits not covered by existing elements  
            -->
            <persState type="marriage">
              <p><!-- Martial Status if known--></p>
            </persState>
          </person>
          <person xml:id="interviewer">
            <p>Interviewer Unknown</p>
            <!-- Here one should provide information concerning the
              interviewer if known.  Regardless one should create a
              person element with xml:id of 'interviewer'.  -->
          </person>
        </listPerson>
      </particDesc>
      <settingDesc>
        <setting>
          <date value="1979-05-03">3 May 1979</date>
          <locale>
            <placeName><!-- place of interview if known --></placeName>
          </locale>
        </setting>
      </settingDesc>
    </profileDesc>
  </teiHeader>
  <text>
    <body>
      <div>
        <!-- enclose entire interview, or sections of interview in a
          'div' element, if it has a section-level title use 'head'
          element. -->
        <u who="#interviewer" xml:id="u1"><!-- Interviewer starts --></u>
        <u who="#subject" xml:id="u2"><!-- subject answering --></u>
        <u who="#interviewer" xml:id="u3">
          <!-- more interviewer
          talking --></u>
        <u who="#subject" xml:id="u4">
          <!-- subject continues --></u>
        <!-- inside each 'u' many elements are available, if one
          doesn't fit the situation, use <seg type="type of thing">
        -->
      </div>
    </body>
  </text>
</TEI>

