<?xml version="1.0" encoding="UTF-8"?>
<?oxygen RNGSchema="http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng" type="xml"?>
<TEI xmlns:xi="http://www.w3.org/2001/XInclude" xmlns="http://www.tei-c.org/ns/1.0">
    <!-- begin TEI header -->
    <teiHeader>
        <fileDesc>
            <!-- title statement -->
            <titleStmt>
                <title>[document title]</title>
                <author>[name]</author>
                <respStmt>
                    <resp>Text encoding</resp>
                    <name>[name]</name>
                </respStmt>
                <respStmt>
                    <resp>Transcription</resp>
                    <name>[name]</name>
                </respStmt>
                <respStmt>
                    <resp>Translation</resp>
                    <name>[name]</name>
                </respStmt>
                <respStmt>
                    <resp>Editor</resp>
                    <name>[name]</name>
                </respStmt>
            </titleStmt>
            <!-- publication statement -->
            <publicationStmt>
                <publisher>[publisher name]</publisher>
                <pubPlace>
                    <address>
                        <addrLine>[publisher address line 1]</addrLine>
                        <addrLine>[publisher address line 2]</addrLine>
                    </address>
                </pubPlace>
                <date>[date]</date>
                <availability>
                    <p>[copyright statement]</p>
                </availability>
            </publicationStmt>
            <!-- source description -->
            <sourceDesc>
                <recordingStmt>
                    <recording type="audio" dur="PTxHxxMxx.xxxS" xml:id="recording_id">
                        <broadcast>
                            <bibl>
                                <lang value="primary" norm="xx">[language]</lang>
                                <note type="spools" n="1">[spool number]</note>
                                <placeName ref="[location]" />
                            </bibl>
                        </broadcast>
                        <date>yyyy-mm-dd</date>
                        <respStmt>
                            <resp>Recorded by</resp>
                            <name>[name]</name>
                        </respStmt>
                        <equipment>
                            <p>[recording device]</p>
                        </equipment>
                    </recording>
                </recordingStmt>
            </sourceDesc>
        </fileDesc>
        <!-- profile desription -->
        <profileDesc>
            <textDesc xml:id="transcription_id" n="transcription">
                <channel mode="s">interview</channel>
                <constitution type="single">transcript of a continuously recorded interaction among the specified participants</constitution>
                <derivation type="transcription">transcribed in the languages used by the participants</derivation>
                <domain type="documentary"/>
                <factuality type="fact"/>
                <interaction type="complete"/>
                <preparedness type="none"/>
                <purpose type="documentary"/>
            </textDesc>
            <textDesc xml:id="translation_id" n="english_translation">
                <channel mode="s">interview</channel>
                <constitution type="single">English translation of a transcript of a continuously recorded interaction among the specified participants</constitution>
                <derivation type="translation">English translation of the interview transcript</derivation>
                <domain type="documentary"/>
                <factuality type="fact"/>
                <interaction type="complete"/>
                <preparedness type="none"/>
                <purpose type="documentary"/>
            </textDesc>
            <particDesc>
                <listPerson>
                    <person xml:id="interviewer_id" role="interviewer">
                        <persName>
                            <forename>[first name]</forename>
                            <surname>[last name]</surname>
                        </persName>
                    </person>
                    <person xml:id="interviewee_id" role="interviewee">
                        <persName>
                            <forename>[first name]</forename>
                            <surname>[last name]</surname>
                        </persName>
                        <persName type="alias">
                            <name>[alias]</name>
                        </persName>
                        <sex value="[1 or 2]">[male or female]</sex>
                        <age>[age]</age>
                        <birth when="yyyy-mm-dd" ref="[location]" />
                        <faith>[faith]</faith>
                        <nationality key="[2-letter country code]" />
                        <state type="marital_status">
                            <desc>[marital status]</desc>
                        </state>
                        <trait type="tattoo">
                            <desc>[tattoo number]</desc>
                        </trait>
                        <event type="invasion" ref="[location]">
                            <ab></ab>
                        </event>
                        <event type="internment" ref="[camp]">
                            <ab></ab>
                        </event>
                        <event type="liberation" ref="[location]" when="yyyy-mm-dd" resp="[2-letter country code]">
                            <ab></ab>
                        </event>
                    </person>
                </listPerson>
            </particDesc>
        </profileDesc>
        <!-- encoding description -->
        <encodingDesc>
            <editorialDecl>
                <p>Marked items include: [marked items].</p>
            </editorialDecl>
        </encodingDesc>
    </teiHeader>
    <!-- end TEI header -->
    <text>
        <body>
            <!-- begin transcription -->
            <div corresp="#transcription_id">
                <!-- begin Spool XXX -->
                <div xml:lang="en">
                    <u who="#interviewer_id" start="1.631">This is the first utterance of the interviewer.</u>
                    <u who="#interviewee_id" start="2.465">This is the first utterance of the interviewee.</u>
                </div>
                <!-- end Spool XXX -->
            </div>
            <!-- end transcription -->
            <!-- begin English translation -->
            <div corresp="#translation_id">
                <!-- begin Spool XXX -->
                <div xml:lang="en">
                    <u who="#interviewer_id" start="1.631">This is the first translated utterance of the interviewer.</u>
                    <u who="#interviewee_id" start="2.465">This is the first translated utterance of the interviewee.</u>
                </div>
                <!-- end Spool XXX -->
            </div>
            <!-- end English translation -->
        </body>
    </text>
</TEI>

