Showing:

Annotations
Attributes
Diagrams
Facets
Identity Constraints
Instances
Model
Properties
Source
Used by
Main schema talkbank.xsd
Namespace http://www.talkbank.org/ns/talkbank
Annotations
A full definition of the CHAT format.
Developed by Romeo Anghelache, from the CHAT specifications, released under the GNU Public License, 2001. Continuing development by Franklin Chen.
Properties
attribute form default unqualified
element form default qualified
version 3.0.1
Element CHAT
Namespace http://www.talkbank.org/ns/talkbank
Annotations
A single CHAT transcript.
Diagram
Diagram talkbank_xsd.tmp#CHAT_Version talkbank_xsd.tmp#CHAT_Date talkbank_xsd.tmp#CHAT_Corpus talkbank_xsd.tmp#CHAT_Videos talkbank_xsd.tmp#CHAT_Media talkbank_xsd.tmp#CHAT_Mediatypes talkbank_xsd.tmp#CHAT_Lang talkbank_xsd.tmp#CHAT_Options talkbank_xsd.tmp#CHAT_DesignType talkbank_xsd.tmp#CHAT_ActivityType talkbank_xsd.tmp#CHAT_GroupType talkbank_xsd.tmp#CHAT_Colorwords talkbank_xsd.tmp#CHAT_Window talkbank_xsd.tmp#CHAT_PID talkbank_xsd.tmp#CHAT_Font talkbank_xsd.tmp#CHAT_Participants talkbank_xsd.tmp#comment talkbank_xsd.tmp#CHAT_begin-gem talkbank_xsd.tmp#CHAT_end-gem talkbank_xsd.tmp#CHAT_lazy-gem talkbank_xsd.tmp#u
Properties
content complex
mixed false
Model
Children Participants, begin-gem, comment, end-gem, lazy-gem, u
Instance
<CHAT ActivityType="" Colorwords="" Corpus="" Date="" DesignType="" Font="" GroupType="" Lang="" Media="" Mediatypes="" Options="" PID="" Version="" Videos="" Window="" xmlns="http://www.talkbank.org/ns/talkbank">
  <Participants>{1,1}</Participants>
  <comment type="">{1,1}</comment>
  <begin-gem label="">{1,1}</begin-gem>
  <end-gem label="">{1,1}</end-gem>
  <lazy-gem label="">{1,1}</lazy-gem>
  <u xml:lang="" uID="" who="">{1,1}</u>
</CHAT>
Attributes
QName Type Use Annotation
ActivityType nonemptyStringType optional
Colorwords nonemptyStringType optional
Information about text color mappings for use by the CLAN editor. CHAT manual section on this topic...
Corpus nonemptyStringType required
Every transcript must be part of a corpus. CHAT manual section on this topic...
Date xs:date optional
Date of transcription. Note that there can only be one date. A session spread out over multiple dates must be split into multiple CHAT transcripts. CHAT manual section on this topic...
DesignType nonemptyStringType optional
Font nonemptyStringType optional
The font to be used for display in the CLAN editor. CHAT manual section on this topic...
GroupType nonemptyStringType optional
Lang languagesType required
The main languages used in the transcript. (Other languages used only in specific words do not need to be listed.) CHAT manual section on this topic... CHAT manual section on this topic...
Media mediaRefType optional
The transcript may be associated with at most one media URI. CHAT manual section on this topic...
Mediatypes mediaTypesType optional
The transcript may be associated with at most one media file. CHAT manual section on this topic...
Options optionsType optional
PID nonemptyStringType optional
The PID for the document. CHAT manual section on this topic...
Version nonemptyStringType required
Version of the XML Schema this transcript was created for. CHAT manual section on this topic...
Videos videosType optional
The transcript may be associated with at most one media file. CHAT manual section on this topic...
Window nonemptyStringType optional
Information about window size and placement for use by the CLAN editor. CHAT manual section on this topic...
Source
<xs:element name="CHAT">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A single CHAT transcript.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element name="Participants">
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>List of the participants in the transcript along with their individual attributes. Every utterance in the transcript must be identified by a unique listed participant.</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/CHAT.html#Participants_Header">CHAT manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType mixed="false">
          <xs:sequence>
            <xs:element name="participant" type="participantType" maxOccurs="unbounded">
              <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                <xs:documentation>Information about a participant</xs:documentation>
                <xs:documentation>
                  <a href="https://talkbank.org/manuals/CHAT.html#ID_Header">CHAT manual section on this topic...</a>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <!-- MUN: Added 'minOccurs="0"' -->
      <xs:choice maxOccurs="unbounded" minOccurs="0">
        <xs:element ref="comment"/>
        <!--
                    TODO need constraints on all the gems in order
                    to validate matching of begin and end
                -->
        <xs:element name="begin-gem">
          <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
            <xs:documentation>Begin a gem (requires matching end of gem).</xs:documentation>
            <xs:documentation>
              <a href="https://talkbank.org/manuals/CHAT.html#Bg_Header">CHAT manual section on this topic...</a>
            </xs:documentation>
          </xs:annotation>
          <xs:complexType mixed="false">
            <xs:attribute name="label" type="xs:string" use="required">
              <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                <xs:documentation>Label for a begin/end gem.</xs:documentation>
                <xs:documentation>
                  <a href="https://talkbank.org/manuals/CHAT.html#Bg_Header">CHAT manual section on this topic...</a>
                </xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element name="end-gem">
          <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
            <xs:documentation>End a gem (requires earlier begin of gem).</xs:documentation>
            <xs:documentation>
              <a href="https://talkbank.org/manuals/CHAT.html#Eg_Header">CHAT manual section on this topic...</a>
            </xs:documentation>
          </xs:annotation>
          <xs:complexType mixed="false">
            <xs:attribute name="label" type="xs:string" use="required">
              <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                <xs:documentation>Label for a begin/end gem.</xs:documentation>
                <xs:documentation>
                  <a href="https://talkbank.org/manuals/CHAT.html#Bg_Header">CHAT manual section on this topic...</a>
                </xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element name="lazy-gem">
          <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
            <xs:documentation>Begin a lazy gem; does not require a matching end gem, but its scope is up to the next lazy gem header, or the end of the transcript if there is no further lazy gem header.</xs:documentation>
            <xs:documentation>
              <a href="https://talkbank.org/manuals/CHAT.html#G_Header">CHAT manual section on this topic...</a>
            </xs:documentation>
          </xs:annotation>
          <xs:complexType mixed="false">
            <xs:attribute name="label" type="nonemptyStringType" use="required">
              <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                <xs:documentation>Label for a lazy gem.</xs:documentation>
                <xs:documentation>
                  <a href="https://talkbank.org/manuals/CHAT.html#G_Header">CHAT manual section on this topic...</a>
                </xs:documentation>
              </xs:annotation>
            </xs:attribute>
          </xs:complexType>
        </xs:element>
        <xs:element ref="u"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute name="Version" type="nonemptyStringType" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Version of the XML Schema this transcript was created for.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Version">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Date" type="xs:date" use="optional">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Date of transcription. Note that there can only be one date. A session spread out over multiple dates must be split into multiple CHAT transcripts.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Date_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Corpus" type="nonemptyStringType" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Every transcript must be part of a corpus.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Corpus_Field">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Videos" type="videosType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The transcript may be associated with at most one media file.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#VideosHeader">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Media" type="mediaRefType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The transcript may be associated with at most one media URI.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Media_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Mediatypes" type="mediaTypesType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The transcript may be associated with at most one media file.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Media_Types">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Lang" type="languagesType" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The main languages used in the transcript. (Other languages used only in specific words do not need to be listed.)</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Languages_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Language_Field">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Options" type="optionsType"/>
    <xs:attribute name="DesignType" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Design type</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Types_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="ActivityType" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Activity type</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Types_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="GroupType" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Group type</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Types_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Colorwords" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Information about text color mappings for use by the CLAN editor.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#ColorWords_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Window" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Information about window size and placement for use by the CLAN editor.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Window_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="PID" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The PID for the document.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#PID_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Font" type="nonemptyStringType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The font to be used for display in the CLAN editor.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Font_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
  <xs:unique name="uIDKey">
    <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
      <xs:documentation>Key to ensure uniqueness among u elements. These IDs are used externally for double-blind transcription.</xs:documentation>
    </xs:annotation>
    <xs:selector xpath="tb:u"/>
    <xs:field xpath="@uID"/>
  </xs:unique>
  <xs:unique name="partIDKey">
    <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
      <xs:documentation>Key to ensure all participants have unique ids.</xs:documentation>
      <xs:documentation>
        <a href="https://talkbank.org/manuals/CHAT.html#Participants_Header">CHAT manual section on this topic...</a>
      </xs:documentation>
    </xs:annotation>
    <xs:selector xpath="tb:Participants/tb:participant"/>
    <xs:field xpath="@id"/>
  </xs:unique>
  <xs:keyref refer="partIDKey" name="partIDKeyRef">
    <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
      <xs:documentation>KeyRef to ensure that utterances refer to an actual participant.</xs:documentation>
      <xs:documentation>
        <a href="https://talkbank.org/manuals/CHAT.html#Speaker_ID">CHAT manual section on this topic...</a>
      </xs:documentation>
    </xs:annotation>
    <xs:selector xpath="tb:u"/>
    <xs:field xpath="@who"/>
  </xs:keyref>
</xs:element>
Element CHAT / Participants
Namespace http://www.talkbank.org/ns/talkbank
Annotations
List of the participants in the transcript along with their individual attributes. Every utterance in the transcript must be identified by a unique listed participant.
Diagram
Diagram talkbank_xsd.tmp#CHAT_CHAT_Participants_participant
Properties
content complex
mixed false
Model
Children participant
Instance
<Participants xmlns="http://www.talkbank.org/ns/talkbank">
  <participant age="" birthday="" birthplace="" custom-field="" education="" first-language="" group="" id="" language="" name="" role="" SES="" sex="">{1,unbounded}</participant>
</Participants>
Source
<xs:element name="Participants">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>List of the participants in the transcript along with their individual attributes. Every utterance in the transcript must be identified by a unique listed participant.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Participants_Header">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element name="participant" type="participantType" maxOccurs="unbounded">
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>Information about a participant</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/CHAT.html#ID_Header">CHAT manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element CHAT / Participants / participant
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Information about a participant
Diagram
Diagram talkbank_xsd.tmp#participantType_id talkbank_xsd.tmp#participantType_role talkbank_xsd.tmp#participantType_name talkbank_xsd.tmp#participantType_age talkbank_xsd.tmp#participantType_group talkbank_xsd.tmp#participantType_sex talkbank_xsd.tmp#participantType_SES talkbank_xsd.tmp#participantType_education talkbank_xsd.tmp#participantType_custom-field talkbank_xsd.tmp#participantType_birthday talkbank_xsd.tmp#participantType_language talkbank_xsd.tmp#participantType_first-language talkbank_xsd.tmp#participantType_birthplace talkbank_xsd.tmp#participantType
Type participantType
Properties
content complex
maxOccurs unbounded
mixed false
Attributes
QName Type Use Annotation
SES nonemptyStringType optional
age xs:duration optional
Speaker's age, start of range during transcript. CHAT manual section on this topic...
birthday xs:date optional
Speaker's birth date. CHAT manual section on this topic...
birthplace nonemptyStringType optional
Speaker's birthplace. CHAT manual section on this topic...
custom-field nonemptyStringType optional
Custom field for additional information about speaker. CHAT manual section on this topic...
education nonemptyStringType optional
first-language languageType optional
Speaker's first language (note that this does not need to be listed in the languages header). CHAT manual section on this topic...
group nonemptyStringType optional
id speakerID required
language languagesType optional
Speaker's list of languages. Actually redundant because duplicated from transcript's list of languages. CHAT manual section on this topic...
name nonemptyStringType optional
role roleType required
sex sexType optional
Source
<xs:element name="participant" type="participantType" maxOccurs="unbounded">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Information about a participant</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#ID_Header">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element comment
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#comment_type talkbank_xsd.tmp#media talkbank_xsd.tmp#mediaPic
Properties
content complex
mixed true
Used by
Element CHAT
Model
Children media, mediaPic
Instance
<comment type="" xmlns="http://www.talkbank.org/ns/talkbank">
  <media end="" skip="" start="" unit="">{1,1}</media>
  <mediaPic href="">{1,1}</mediaPic>
</comment>
Attributes
QName Type Use
type commentTypeType optional
Source
<xs:element name="comment">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A comment header.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Comment_Header">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="media"/>
      <xs:element ref="mediaPic"/>
    </xs:choice>
    <!-- gjh: made simple type commentTypeType -->
    <xs:attribute name="type" type="commentTypeType"/>
  </xs:complexType>
</xs:element>
Element media
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Media bullet is allowed at the end of an utterance only if after a terminator.
Diagram
Diagram talkbank_xsd.tmp#mediaType_start talkbank_xsd.tmp#mediaType_end talkbank_xsd.tmp#mediaType_unit talkbank_xsd.tmp#mediaType_skip talkbank_xsd.tmp#mediaType
Type mediaType
Properties
content complex
mixed false
Used by
Elements a, comment, u, wor
Attributes
QName Type Use Annotation
end xs:decimal required
The end time for the selection. CHAT manual section on this topic...
skip xs:boolean optional
Whether the CLAN editor should skip upon playback. CHAT manual section on this topic...
start xs:decimal required
The start time for the selection. CHAT manual section on this topic...
unit mediaUnitType required
The unit of time used for the selection. CHAT manual section on this topic...
Source
<xs:element name="media" type="mediaType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Media bullet is allowed at the end of an utterance only if after a terminator.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Utterance_Media">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element mediaPic
Namespace http://www.talkbank.org/ns/talkbank
Annotations
A reference to a graphics file.
Diagram
Diagram talkbank_xsd.tmp#mediaPic_href
Properties
content complex
mixed false
Used by
Elements a, comment
Attributes
QName Type Use
href xs:anyURI optional
Source
<xs:element name="mediaPic">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A reference to a graphics file.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#PicBullet">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="href" type="xs:anyURI"/>
  </xs:complexType>
</xs:element>
Element CHAT / begin-gem
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Begin a gem (requires matching end of gem).
Diagram
Diagram talkbank_xsd.tmp#CHAT_CHAT_begin-gem_label
Properties
content complex
mixed false
Attributes
QName Type Use Annotation
label xs:string required
Label for a begin/end gem. CHAT manual section on this topic...
Source
<xs:element name="begin-gem">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Begin a gem (requires matching end of gem).</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Bg_Header">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="label" type="xs:string" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Label for a begin/end gem.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Bg_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element CHAT / end-gem
Namespace http://www.talkbank.org/ns/talkbank
Annotations
End a gem (requires earlier begin of gem).
Diagram
Diagram talkbank_xsd.tmp#CHAT_CHAT_end-gem_label
Properties
content complex
mixed false
Attributes
QName Type Use Annotation
label xs:string required
Label for a begin/end gem. CHAT manual section on this topic...
Source
<xs:element name="end-gem">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>End a gem (requires earlier begin of gem).</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Eg_Header">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="label" type="xs:string" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Label for a begin/end gem.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Bg_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element CHAT / lazy-gem
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Begin a lazy gem; does not require a matching end gem, but its scope is up to the next lazy gem header, or the end of the transcript if there is no further lazy gem header.
Diagram
Diagram talkbank_xsd.tmp#CHAT_CHAT_lazy-gem_label
Properties
content complex
mixed false
Attributes
QName Type Use Annotation
label nonemptyStringType required
Label for a lazy gem. CHAT manual section on this topic...
Source
<xs:element name="lazy-gem">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Begin a lazy gem; does not require a matching end gem, but its scope is up to the next lazy gem header, or the end of the transcript if there is no further lazy gem header.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#G_Header">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="label" type="nonemptyStringType" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Label for a lazy gem.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#G_Header">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element u
Namespace http://www.talkbank.org/ns/talkbank
Annotations
A single utterance, along with all dependent information.
Diagram
Diagram xml_xsd.tmp#lang talkbank_xsd.tmp#u_who talkbank_xsd.tmp#u_uID talkbank_xsd.tmp#linker talkbank_xsd.tmp#w talkbank_xsd.tmp#g talkbank_xsd.tmp#pg talkbank_xsd.tmp#sg talkbank_xsd.tmp#quotation talkbank_xsd.tmp#pause talkbank_xsd.tmp#internal-media talkbank_xsd.tmp#freecode talkbank_xsd.tmp#e talkbank_xsd.tmp#s talkbank_xsd.tmp#tagMarker talkbank_xsd.tmp#overlap-point talkbank_xsd.tmp#underline talkbank_xsd.tmp#italic talkbank_xsd.tmp#long-feature talkbank_xsd.tmp#nonvocal talkbank_xsd.tmp#t talkbank_xsd.tmp#postcode talkbank_xsd.tmp#media talkbank_xsd.tmp#k talkbank_xsd.tmp#error talkbank_xsd.tmp#a talkbank_xsd.tmp#wor
Properties
content complex
mixed false
Used by
Element CHAT
Model
Children a, e, error, freecode, g, internal-media, italic, k, linker, long-feature, media, nonvocal, overlap-point, pause, pg, postcode, quotation, s, sg, t, tagMarker, underline, w, wor
Instance
<u xml:lang="" uID="" who="" xmlns="http://www.talkbank.org/ns/talkbank">
  <linker type="">{0,unbounded}</linker>
  <w formSuffix="" formType="" hebrew="" separated-prefix="" type="" untranscribed="" user-special-form="">{1,1}</w>
  <g>{1,1}</g>
  <pg>{1,1}</pg>
  <sg>{1,1}</sg>
  <quotation type="">{1,1}</quotation>
  <pause length="" symbolic-length="">{1,1}</pause>
  <internal-media end="" skip="" start="" unit="">{0,1}</internal-media>
  <freecode>{1,1}</freecode>
  <e>{1,1}</e>
  <s type="">{1,1}</s>
  <tagMarker type="">{1,1}</tagMarker>
  <overlap-point index="" start-end="" top-bottom="">{1,1}</overlap-point>
  <underline type="">{1,1}</underline>
  <italic type="">{1,1}</italic>
  <long-feature type="">{1,1}</long-feature>
  <nonvocal type="">{1,1}</nonvocal>
  <t type="">{1,1}</t>
  <postcode>{0,unbounded}</postcode>
  <media end="" skip="" start="" unit="">{0,1}</media>
  <k type="">{1,1}</k>
  <error>{1,1}</error>
  <a flavor="" type="" who="">{1,1}</a>
  <wor xml:lang="">{1,1}</wor>
</u>
Attributes
QName Type Use Annotation
uID xs:ID required
A unique ID is provided for each utterance in a transcript, for use by tools. Note that the text format of CHAT does not currently support this, and CLAN does not know about it. CHAT manual section on this topic...
who speakerID required
The speaker of the utterance. CHAT manual section on this topic...
xml:lang union of(xs:language, restriction of xs:string) optional
Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility. See RFC 3066 at http://www.ietf.org/rfc/rfc3066.txt and the IANA registry at http://www.iana.org/assignments/lang-tag-apps.htm for further information. The union allows for the 'un-declaration' of xml:lang with the empty string.
Source
<xs:element name="u">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A single utterance, along with all dependent information.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Utterances">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element ref="linker" minOccurs="0" maxOccurs="unbounded"/>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="w"/>
        <xs:element ref="g"/>
        <xs:element ref="pg"/>
        <xs:element ref="sg"/>
        <xs:element ref="quotation"/>
        <xs:element ref="pause"/>
        <xs:element ref="internal-media" minOccurs="0"/>
        <xs:element ref="freecode"/>
        <xs:element ref="e"/>
        <xs:element ref="s"/>
        <xs:element ref="tagMarker"/>
        <xs:element ref="overlap-point"/>
        <xs:element ref="underline"/>
        <xs:element ref="italic"/>
        <xs:element ref="long-feature"/>
        <xs:element ref="nonvocal"/>
      </xs:choice>
      <xs:element ref="t"/>
      <xs:element ref="postcode" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="media" minOccurs="0"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="k"/>
        <xs:element ref="error"/>
        <xs:element ref="a"/>
        <xs:element ref="wor"/>
      </xs:choice>
    </xs:sequence>
    <xs:attribute ref="xml:lang">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The language the entire utterance is in (unless individual words' languages are overridden explicitly).</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Language_Precode">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="who" type="speakerID" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>The speaker of the utterance.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Utterance_Speaker_Code">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <!-- GJH 2010-12-20
             * Removed attribute 'type'
             <xs:attribute name="type" type="utteranceTypeType" use="optional"/>
        -->
    <xs:attribute name="uID" type="xs:ID" use="required">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>A unique ID is provided for each utterance in a transcript, for use by tools. Note that the text format of CHAT does not currently support this, and CLAN does not know about it.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Utterance_ID">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element linker
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Utterance initiators or linkers; they indicate the way to fit the current utterance with an earlier one.
Diagram
Diagram talkbank_xsd.tmp#linker_type
Properties
content complex
mixed false
Used by
Elements u, wor
Attributes
QName Type Use
type restriction of xs:string optional
Source
<xs:element name="linker">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Utterance initiators or linkers; they indicate the way to fit the current utterance with an earlier one.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Utterance_Linkers">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="quoted utterance next">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>+"</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#QuotedUtterance_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="quick uptake">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>+^</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#QuickUptake_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="lazy overlap mark">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>+<</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#LazyOverlap_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="self completion">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>+,</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#SelfCompletion_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="other completion">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>++</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#OtherCompletion_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="technical break TCU completion">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>+≋</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#TechnicalBreakTCUCompletion_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="no break TCU completion">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>+≈</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#NoBreakTCUCompletion_Linker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element w
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#w_separated-prefix talkbank_xsd.tmp#w_hebrew talkbank_xsd.tmp#w_user-special-form talkbank_xsd.tmp#w_formSuffix talkbank_xsd.tmp#w_formType talkbank_xsd.tmp#w_type talkbank_xsd.tmp#w_untranscribed talkbank_xsd.tmp#langs talkbank_xsd.tmp#overlap-point talkbank_xsd.tmp#underline talkbank_xsd.tmp#italic talkbank_xsd.tmp#shortening talkbank_xsd.tmp#p talkbank_xsd.tmp#long-feature talkbank_xsd.tmp#ca-delimiter talkbank_xsd.tmp#ca-element talkbank_xsd.tmp#wk talkbank_xsd.tmp#pos talkbank_xsd.tmp#replacement talkbank_xsd.tmp#mor talkbank_xsd.tmp#mod talkbank_xsd.tmp#pho
Properties
content complex
mixed true
Used by
Elements g, pg, replacement, sg, u, wor
Model
Children ca-delimiter, ca-element, italic, langs, long-feature, mod, mor, overlap-point, p, pho, pos, replacement, shortening, underline, wk
Instance
<w formSuffix="" formType="" hebrew="" separated-prefix="" type="" untranscribed="" user-special-form="" xmlns="http://www.talkbank.org/ns/talkbank">
  <langs hebrew="">{0,1}</langs>
  <overlap-point index="" start-end="" top-bottom="">{1,1}</overlap-point>
  <underline type="">{1,1}</underline>
  <italic type="">{1,1}</italic>
  <shortening>{1,1}</shortening>
  <p type="">{1,1}</p>
  <long-feature type="">{1,1}</long-feature>
  <ca-delimiter label="" type="">{1,1}</ca-delimiter>
  <ca-element type="">{1,1}</ca-element>
  <wk type="">{1,1}</wk>
  <pos>{1,1}</pos>
  <replacement real="">{1,1}</replacement>
  <mor omitted="" type="">{1,1}</mor>
  <mod>{0,1}</mod>
  <pho>{0,1}</pho>
</w>
Attributes
QName Type Use Annotation
formSuffix xs:string optional
-s and similar after a form marker CHAT manual section on this topic...
formType restriction of xs:string optional
Form marker: an attribute for a word. CHAT manual section on this topic...
hebrew xs:boolean optional
Whether @ or ׀ was used CHAT manual section on this topic...
separated-prefix xs:boolean optional
word# indicates the word is a separated prefix CHAT manual section on this topic...
type restriction of xs:string optional
Optional attribute for a word.
untranscribed restriction of xs:string optional
Mark as untranscribed non-word.
user-special-form xs:string optional
@z:code user-specified code CHAT manual section on this topic...
Source
<xs:element name="w">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A word. Note that there are lexical restrictions on what characters are allowed in the text of a word.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Word">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Capitalization">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Numbers">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Acronyms">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Titles">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Linkages">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:sequence>
      <xs:element ref="langs" minOccurs="0"/>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="overlap-point"/>
        <xs:element ref="underline"/>
        <xs:element ref="italic"/>
        <xs:element ref="shortening"/>
        <xs:element ref="p"/>
        <xs:element ref="long-feature"/>
        <!-- For CA -->
        <xs:element ref="ca-delimiter"/>
        <xs:element ref="ca-element"/>
        <xs:element ref="wk"/>
        <xs:element ref="pos"/>
        <xs:element ref="replacement"/>
        <xs:element ref="mor"/>
      </xs:choice>
      <xs:element ref="mod" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="pho" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="separated-prefix" type="xs:boolean">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>word# indicates the word is a separated prefix</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Separated_Prefix">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="hebrew" type="xs:boolean">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Whether @ or ׀ was used</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#TODO">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="user-special-form" type="xs:string">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>@z:code user-specified code</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#User_Special_Form">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="formSuffix" type="xs:string">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>-s and similar after a form marker</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Special_Form_Suffix">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="formType">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Form marker: an attribute for a word.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Special_Form_Markers">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="babbling">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@b</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Babbling_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="child-invented">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@c</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#ChildInvented_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="dialect">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@d</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#DialectForm_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="family-specific">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@f</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#FamilySpecificForm_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="filled pause">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@fp</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#FilledPause_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="generic">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@g</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#GeneralSpecialForm_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="interjection">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@i</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Interjection_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="kana">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@k</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Kana_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="letter">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@l</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Letter_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="neologism">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@n</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Neologism_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="onomatopoeia">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@o</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Onomatopoeia_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="phonology consistent">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@p</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#PCF_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="quoted metareference">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@q</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#MetalinguisticReference_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="sign speech">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@sas</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#SignAndSpeech_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="singing">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@si</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Singing_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="signed language">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@sl</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#SignLanguage_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="test">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@t</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#TestWord_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="UNIBET">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@u</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Unibet_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="words to be excluded">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@x</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Excluded_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="word play">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>@wp</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#WordPlay_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="type">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Optional attribute for a word.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="omission">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>0word</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#OmittedWord_Code">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="nonword">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>&~; nonword</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Nonword">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="filler">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>&-; filler</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Filler_Code">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="fragment">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>&+; incomplete</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#PhonologicalFragment_Code">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="untranscribed">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Mark as untranscribed non-word.</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="unintelligible">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>xxx</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#UnintelligibleSpeech_Code">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="unintelligible-with-pho">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>yyy</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#PhonologicalCoding_Code">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="untranscribed">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>www</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#UntranscribedMaterial_Code">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element langs
Namespace http://www.talkbank.org/ns/talkbank
Annotations
What language(s) a word is in (if not the one in default scope).
Diagram
Diagram talkbank_xsd.tmp#langs_hebrew talkbank_xsd.tmp#langs_single talkbank_xsd.tmp#langs_multiple talkbank_xsd.tmp#langs_ambiguous
Properties
content complex
mixed false
Used by
Element w
Model
Children ambiguous, multiple, single
Instance
<langs hebrew="" xmlns="http://www.talkbank.org/ns/talkbank">
  <single>{1,1}</single>
  <multiple>{1,1}</multiple>
  <ambiguous>{1,1}</ambiguous>
</langs>
Attributes
QName Type Use Annotation
hebrew xs:boolean optional
Whether @s or ׀ס was used CHAT manual section on this topic...
Source
<xs:element name="langs">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>What language(s) a word is in (if not the one in default scope).</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:choice>
      <xs:element name="single" type="languageType">
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>Word is to be interpreted in a single language.</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker_Single">CHAT manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="multiple" type="languagesType">
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>Word is a combination of many languages.</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker_Multiple">CHAT manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ambiguous" type="languagesType">
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>Word can be interpreted as one of many languages.</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker_Ambiguous">CHAT manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:choice>
    <xs:attribute name="hebrew" type="xs:boolean">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Whether @s or ׀ס was used</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#TODO">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element langs / single
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Word is to be interpreted in a single language.
Diagram
Diagram talkbank_xsd.tmp#languageType
Type languageType
Properties
content simple
Facets
pattern ([a-zA-Z]{1,8}(-[a-zA-Z0-9]{1,8})*) & ([a-zA-Z]{3}(-[a-zA-Z0-9]{1,8})*)
Source
<xs:element name="single" type="languageType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Word is to be interpreted in a single language.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker_Single">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element langs / multiple
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Word is a combination of many languages.
Diagram
Diagram talkbank_xsd.tmp#languagesType
Type languagesType
Properties
content simple
Source
<xs:element name="multiple" type="languagesType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Word is a combination of many languages.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker_Multiple">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element langs / ambiguous
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Word can be interpreted as one of many languages.
Diagram
Diagram talkbank_xsd.tmp#languagesType
Type languagesType
Properties
content simple
Source
<xs:element name="ambiguous" type="languagesType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Word can be interpreted as one of many languages.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#SecondLanguage_Marker_Ambiguous">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element overlap-point
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#overlap-point_index talkbank_xsd.tmp#overlap-point_start-end talkbank_xsd.tmp#overlap-point_top-bottom
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, w, wor
Attributes
QName Type Use Annotation
index xs:positiveInteger optional
Integer label to distinguish among different overlaps over the same text. CHAT manual section on this topic...
start-end restriction of xs:string required
top-bottom restriction of xs:string required
Source
<xs:element name="overlap-point">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>CA-style overlap</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#CA_Overlaps">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="index" type="xs:positiveInteger" use="optional">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Integer label to distinguish among different overlaps over the same text.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#CA_Overlaps">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="start-end" use="required">
      <xs:simpleType>
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>Start or end of overlap</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/CHAT.html#CA_Overlaps">CHAT manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
        <xs:restriction base="xs:string">
          <xs:enumeration value="start">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>Start</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#TopBeginOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#BottomBeginOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="end">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>End</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#TopEndOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#BottomEndOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
    <xs:attribute name="top-bottom" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="top">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>The first of a set of overlaps.</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#TopBeginOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#TopEndOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="bottom">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>The second (or third, etc.) of a set of overlaps.</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#BottomBeginOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#BottomEndOverlap_Delimiter">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element underline
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Mark as underlined arbitrary content, for presentation purposes in CLAN.
Diagram
Diagram talkbank_xsd.tmp#underline_type
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, w, wor
Attributes
QName Type Use
type beginEndType required
Source
<xs:element name="underline">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Mark as underlined arbitrary content, for presentation purposes in CLAN.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Underline">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type" type="beginEndType" use="required"/>
  </xs:complexType>
</xs:element>
Element italic
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Mark as italicized arbitrary content, for presentation purposes in CLAN.
Diagram
Diagram talkbank_xsd.tmp#italic_type
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, w, wor
Attributes
QName Type Use
type beginEndType required
Source
<xs:element name="italic">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Mark as italicized arbitrary content, for presentation purposes in CLAN.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Italic">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type" type="beginEndType" use="required"/>
  </xs:complexType>
</xs:element>
Element shortening
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Unspoken segment in a word, coded in CHAT by surrounding parentheses.
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type extension of nonemptyStringType
Type hierarchy
Properties
content complex
mixed false
Used by
Element w
Source
<xs:element name="shortening">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Unspoken segment in a word, coded in CHAT by surrounding parentheses.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Shortenings">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Noncompletion_Code">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:simpleContent>
      <xs:extension base="nonemptyStringType"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element p
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Prosody inside a word: stress, blocking etc.
Diagram
Diagram talkbank_xsd.tmp#p_type
Properties
content complex
mixed false
Used by
Element w
Attributes
QName Type Use
type restriction of xs:string optional
Source
<xs:element name="p">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Prosody inside a word: stress, blocking etc.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Prosody">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="drawl">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>:</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Lengthening_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="pause">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>^ internal</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#WordInternalPause_Marker">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element long-feature
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType talkbank_xsd.tmp#long-feature_type
Type extension of nonemptyStringType
Type hierarchy
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, w, wor
Attributes
QName Type Use
type beginEndType required
Source
<xs:element name="long-feature">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Long event.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#LongEvent">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:simpleContent>
      <xs:extension base="nonemptyStringType">
        <xs:attribute name="type" type="beginEndType" use="required"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ca-delimiter
Namespace http://www.talkbank.org/ns/talkbank
Annotations
CA delimited material with begin/end.
Diagram
Diagram talkbank_xsd.tmp#ca-delimiter_type talkbank_xsd.tmp#ca-delimiter_label
Properties
content complex
mixed false
Used by
Element w
Attributes
QName Type Use
label ca-delimiter-type required
type beginEndType required
Source
<xs:element name="ca-delimiter">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>CA delimited material with begin/end.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#CA_Delimiters">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type" type="beginEndType" use="required">
    </xs:attribute>
    <xs:attribute name="label" type="ca-delimiter-type" use="required">
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ca-element
Namespace http://www.talkbank.org/ns/talkbank
Annotations
CA subwords that must occur inside a word.
Diagram
Diagram talkbank_xsd.tmp#ca-element_type
Properties
content complex
mixed false
Used by
Element w
Attributes
QName Type Use
type ca-element-type required
Source
<xs:element name="ca-element">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>CA subwords that must occur inside a word.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#CA_Subwords">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type" type="ca-element-type" use="required"/>
  </xs:complexType>
</xs:element>
Element wk
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Clitic or compound marker inside a word.
Diagram
Diagram talkbank_xsd.tmp#wk_type
Properties
content complex
mixed false
Used by
Element w
Attributes
QName Type Use
type restriction of xs:string optional
Source
<xs:element name="wk">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Clitic or compound marker inside a word.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Compounds">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="cmp">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>compound, CHAT +</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/MOR.html#SimpleCompound">MOR manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="cli">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>clitic, CHAT ~</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/MOR.html#Clitic_Compound">MOR manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element pos
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#c talkbank_xsd.tmp#pos_s
Properties
content complex
mixed false
Used by
Elements mw, mwc, w
Model
c , s*
Children c, s
Instance
<pos xmlns="http://www.talkbank.org/ns/talkbank">
  <c>{1,1}</c>
  <s>{0,unbounded}</s>
</pos>
Source
<xs:element name="pos">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>%mor part of speech</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_POS">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element ref="c"/>
      <!-- TODO should change from "s" to something else -->
      <xs:element name="s" type="nonemptyStringType" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
          <xs:documentation>%mor POS subcategory</xs:documentation>
          <xs:documentation>
            <a href="https://talkbank.org/manuals/MOR.html#Mor_Subcategory">MOR manual section on this topic...</a>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element c
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Morphological category
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type nonemptyStringType
Properties
content simple
Facets
minLength 1
Used by
Element pos
Source
<xs:element name="c" type="nonemptyStringType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Morphological category</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#MorphologicalCategory">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element pos / s
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type nonemptyStringType
Properties
content simple
minOccurs 0
maxOccurs unbounded
Facets
minLength 1
Source
<xs:element name="s" type="nonemptyStringType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>%mor POS subcategory</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_Subcategory">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element replacement
Namespace http://www.talkbank.org/ns/talkbank
Annotations
[: word1 ...]; indicate replacement of a word by one or more words instead. [:: word1 ...] to indicate that the word is a real word
Diagram
Diagram talkbank_xsd.tmp#replacement_real talkbank_xsd.tmp#w
Properties
content complex
mixed false
Used by
Element w
Model
Children w
Instance
<replacement real="" xmlns="http://www.talkbank.org/ns/talkbank">
  <w formSuffix="" formType="" hebrew="" separated-prefix="" type="" untranscribed="" user-special-form="">{1,unbounded}</w>
</replacement>
Attributes
QName Type Use Annotation
real xs:boolean optional
[:: word1 ...] indicates that the word was real and MOR should analyze it CHAT manual section on this topic...
Source
<xs:element name="replacement">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>[: word1 ...]; indicate replacement of a word by one or more words instead. [:: word1 ...] to indicate that the word is a real word</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Replacements">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Replacement_Scope">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Assimilations">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#DialectalVariations">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element ref="w" minOccurs="1" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="real" type="xs:boolean">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>[:: word1 ...] indicates that the word was real and MOR should analyze it</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Replacement_Real">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element mor
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#mw talkbank_xsd.tmp#mwc talkbank_xsd.tmp#mt talkbank_xsd.tmp#menx talkbank_xsd.tmp#gra talkbank_xsd.tmp#morphemicBaseType talkbank_xsd.tmp#mor_type talkbank_xsd.tmp#mor_omitted talkbank_xsd.tmp#mor-pre talkbank_xsd.tmp#mor-post
Type extension of morphemicBaseType
Type hierarchy
Properties
content complex
mixed false
Used by
Elements quotation, t, tagMarker, w
Model
Children gra, menx, mor-post, mor-pre, mt, mw, mwc
Instance
<mor omitted="" type="" xmlns="http://www.talkbank.org/ns/talkbank">
  <mw>{1,1}</mw>
  <mwc>{1,1}</mwc>
  <mt type="">{1,1}</mt>
  <menx>{0,unbounded}</menx>
  <gra head="" index="" relation="" type="">{0,unbounded}</gra>
  <mor-pre>{0,unbounded}</mor-pre>
  <mor-post>{0,unbounded}</mor-post>
</mor>
Attributes
QName Type Use
omitted xs:boolean optional
type nonemptyStringType required
Source
<xs:element name="mor">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A group of words in %mor or %trn or %umor.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Morphological_Tier">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Training_Tier">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:complexContent>
      <xs:extension base="morphemicBaseType">
        <xs:sequence>
          <xs:element ref="mor-pre" minOccurs="0" maxOccurs="unbounded"/>
          <xs:element ref="mor-post" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>
        <xs:attribute name="type" type="nonemptyStringType" use="required"/>
        <xs:attribute name="omitted" type="xs:boolean"/>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
</xs:element>
Element mw
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Morphemic "word": the unit of a %mor line corresponding to a single non-compound word on the main line.
Diagram
Diagram talkbank_xsd.tmp#mpfx talkbank_xsd.tmp#pos talkbank_xsd.tmp#stem talkbank_xsd.tmp#mk
Properties
content complex
mixed false
Used by
Complex Type morphemicBaseType
Elements mor, mwc
Model
Children mk, mpfx, pos, stem
Instance
<mw xmlns="http://www.talkbank.org/ns/talkbank">
  <mpfx>{0,unbounded}</mpfx>
  <pos>{1,1}</pos>
  <stem>{1,1}</stem>
  <mk type="">{0,unbounded}</mk>
</mw>
Source
<xs:element name="mw">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Morphemic "word": the unit of a %mor line corresponding to a single non-compound word on the main line.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_Simple_Word">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element ref="mpfx" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="pos"/>
      <xs:element ref="stem"/>
      <!-- TODO suffix-->
      <xs:element ref="mk" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element mpfx
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Morphemix prefix: word#
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type extension of nonemptyStringType
Type hierarchy
Properties
content complex
mixed false
Used by
Elements mw, mwc
Source
<xs:element name="mpfx">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Morphemix prefix: word#</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_Prefix">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:simpleContent>
      <xs:extension base="nonemptyStringType"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element stem
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Morphological stem, alphanumeric
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type nonemptyStringType
Properties
content simple
Facets
minLength 1
Used by
Element mw
Source
<xs:element name="stem" type="nonemptyStringType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Morphological stem, alphanumeric</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#MorphologicalStem">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element mk
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType talkbank_xsd.tmp#mk_type
Type extension of nonemptyStringType
Type hierarchy
Properties
content complex
mixed false
Used by
Element mw
Attributes
QName Type Use
type restriction of xs:string required
Source
<xs:element name="mk">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>morphemes</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_Markers">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:simpleContent>
      <xs:extension base="nonemptyStringType">
        <xs:attribute name="type" use="required">
          <xs:simpleType>
            <xs:restriction base="xs:string">
              <xs:enumeration value="sfx">
                <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                  <xs:documentation>suffix marker, CHAT equivalent is -suffix</xs:documentation>
                  <xs:documentation>
                    <a href="https://talkbank.org/manuals/MOR.html#Mor_Markers_Suffix">MOR manual section on this topic...</a>
                  </xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="sfxf">
                <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                  <xs:documentation>suffix fusion marker, CHAT equivalent is &suffix</xs:documentation>
                  <xs:documentation>
                    <a href="https://talkbank.org/manuals/MOR.html#Mor_Markers_Suffix_Fusional">MOR manual section on this topic...</a>
                  </xs:documentation>
                </xs:annotation>
              </xs:enumeration>
              <xs:enumeration value="mc">
                <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
                  <xs:documentation>morphological category, CHAT equivalent is :suffix</xs:documentation>
                  <xs:documentation>
                    <a href="https://talkbank.org/manuals/MOR.html#Mor_Markers_Category">MOR manual section on this topic...</a>
                  </xs:documentation>
                </xs:annotation>
              </xs:enumeration>
            </xs:restriction>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element mwc
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Morphemic "compound word" using +
Diagram
Diagram talkbank_xsd.tmp#mpfx talkbank_xsd.tmp#pos talkbank_xsd.tmp#mw
Properties
content complex
mixed false
Used by
Complex Type morphemicBaseType
Element mor
Model
Children mpfx, mw, pos
Instance
<mwc xmlns="http://www.talkbank.org/ns/talkbank">
  <mpfx>{0,unbounded}</mpfx>
  <pos>{1,1}</pos>
  <mw>{2,unbounded}</mw>
</mwc>
Source
<xs:element name="mwc">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Morphemic "compound word" using +</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#MorphologicalCompound">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element ref="mpfx" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element ref="pos"/>
      <xs:element ref="mw" minOccurs="2" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element mt
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Terminator on %mor line, important for %gra.
Diagram
Diagram talkbank_xsd.tmp#baseTerminatorType_type talkbank_xsd.tmp#baseTerminatorType
Type baseTerminatorType
Properties
content complex
mixed false
Used by
Complex Type morphemicBaseType
Element mor
Attributes
QName Type Use
type restriction of xs:string required
Source
<xs:element name="mt" type="baseTerminatorType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Terminator on %mor line, important for %gra.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_Terminators">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element menx
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Morphemic translation: =word
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type extension of nonemptyStringType
Type hierarchy
Properties
content complex
mixed false
Used by
Complex Type morphemicBaseType
Element mor
Source
<xs:element name="menx">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Morphemic translation: =word</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#Mor_Translation">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:simpleContent>
      <xs:extension base="nonemptyStringType"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element gra
Namespace http://www.talkbank.org/ns/talkbank
Annotations
GRASP data for a single word in %gra or %grt or %ugra
Diagram
Diagram talkbank_xsd.tmp#gra_type talkbank_xsd.tmp#gra_index talkbank_xsd.tmp#gra_head talkbank_xsd.tmp#gra_relation
Properties
content complex
mixed false
Used by
Complex Type morphemicBaseType
Element mor
Attributes
QName Type Use
head xs:int required
index xs:int required
relation nonemptyStringType required
type nonemptyStringType required
Source
<xs:element name="gra">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>GRASP data for a single word in %gra or %grt or %ugra</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#GrammaticalRelations_Tier">CHAT manual section on this topic...</a>
    </xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#GrammaticalRelationsTraining_Tier">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <!-- TODO preliminary, without internal references -->
  <xs:complexType mixed="false">
    <xs:attribute name="type" type="nonemptyStringType" use="required"/>
    <xs:attribute name="index" type="xs:int" use="required"/>
    <xs:attribute name="head" type="xs:int" use="required"/>
    <xs:attribute name="relation" type="nonemptyStringType" use="required"/>
  </xs:complexType>
</xs:element>
Element mor-pre
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#mw talkbank_xsd.tmp#mwc talkbank_xsd.tmp#mt talkbank_xsd.tmp#menx talkbank_xsd.tmp#gra talkbank_xsd.tmp#morphemicBaseType
Type morphemicBaseType
Properties
content complex
mixed false
Used by
Element mor
Model
(mw | mwc | mt) , menx* , gra*
Children gra, menx, mt, mw, mwc
Instance
<mor-pre xmlns="http://www.talkbank.org/ns/talkbank">
  <mw>{1,1}</mw>
  <mwc>{1,1}</mwc>
  <mt type="">{1,1}</mt>
  <menx>{0,unbounded}</menx>
  <gra head="" index="" relation="" type="">{0,unbounded}</gra>
</mor-pre>
Source
<xs:element name="mor-pre" type="morphemicBaseType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>mor preclitic</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#MorphologicalPreclitic">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element mor-post
Namespace http://www.talkbank.org/ns/talkbank
Annotations
mor postclitic
Diagram
Diagram talkbank_xsd.tmp#mw talkbank_xsd.tmp#mwc talkbank_xsd.tmp#mt talkbank_xsd.tmp#menx talkbank_xsd.tmp#gra talkbank_xsd.tmp#morphemicBaseType
Type morphemicBaseType
Properties
content complex
mixed false
Used by
Element mor
Model
(mw | mwc | mt) , menx* , gra*
Children gra, menx, mt, mw, mwc
Instance
<mor-post xmlns="http://www.talkbank.org/ns/talkbank">
  <mw>{1,1}</mw>
  <mwc>{1,1}</mwc>
  <mt type="">{1,1}</mt>
  <menx>{0,unbounded}</menx>
  <gra head="" index="" relation="" type="">{0,unbounded}</gra>
</mor-post>
Source
<xs:element name="mor-post" type="morphemicBaseType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>mor postclitic</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/MOR.html#MorphologicalPostclitic">MOR manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element mod
Namespace http://www.talkbank.org/ns/talkbank
Annotations
%mod
Diagram
Diagram talkbank_xsd.tmp#pw talkbank_xsd.tmp#pause talkbank_xsd.tmp#phog talkbank_xsd.tmp#phoneticTranscriptionType
Type phoneticTranscriptionType
Properties
content complex
Used by
Elements pause, pg, w
Model
Children pause, phog, pw
Instance
<mod xmlns="http://www.talkbank.org/ns/talkbank">
  <pw>{1,1}</pw>
  <pause length="" symbolic-length="">{1,1}</pause>
  <phog>{1,1}</phog>
</mod>
Source
<xs:element name="mod" type="phoneticTranscriptionType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>%mod</xs:documentation>
  </xs:annotation>
</xs:element>
Element pw
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#stress talkbank_xsd.tmp#ph talkbank_xsd.tmp#cmph talkbank_xsd.tmp#pp talkbank_xsd.tmp#sandhi talkbank_xsd.tmp#phoneticWord
Type phoneticWord
Properties
content complex
Used by
Model
Children cmph, ph, pp, sandhi, stress
Instance
<pw xmlns="http://www.talkbank.org/ns/talkbank">
  <stress type="">{1,1}</stress>
  <ph scType="">{1,1}</ph>
  <cmph>{1,1}</cmph>
  <pp type="">{1,1}</pp>
  <sandhi type="">{1,1}</sandhi>
</pw>
Source
<xs:element name="pw" type="phoneticWord"/>
Element stress
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#stressType_type talkbank_xsd.tmp#stressType
Type stressType
Properties
content complex
Used by
Complex Type phoneticWord
Attributes
QName Type Use
type stressTypeType required
Source
<xs:element name="stress" type="stressType"/>
Element ph
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#phoneType_scType talkbank_xsd.tmp#prefix talkbank_xsd.tmp#base talkbank_xsd.tmp#combining talkbank_xsd.tmp#suffix talkbank_xsd.tmp#phlen talkbank_xsd.tmp#toneNumber talkbank_xsd.tmp#phoneType
Type phoneType
Properties
content complex
Used by
Model
Children base, combining, phlen, prefix, suffix, toneNumber
Instance
<ph scType="" xmlns="http://www.talkbank.org/ns/talkbank">
  <prefix>{0,1}</prefix>
  <base>{1,1}</base>
  <combining>{0,1}</combining>
  <suffix>{0,1}</suffix>
  <phlen>{0,1}</phlen>
  <toneNumber>{0,1}</toneNumber>
</ph>
Attributes
QName Type Use
scType syllableConstituentType optional
Source
<xs:element name="ph" type="phoneType"/>
Element prefix
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#prefixDiacriticsType
Type prefixDiacriticsType
Properties
content simple
Used by
Complex Type phoneType
Source
<xs:element name="prefix" type="prefixDiacriticsType"/>
Element base
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#baseType
Type baseType
Properties
content simple
Used by
Complex Type phoneType
Source
<xs:element name="base" type="baseType"/>
Element combining
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#combiningDiacriticsType
Type combiningDiacriticsType
Properties
content simple
Used by
Complex Type phoneType
Source
<xs:element name="combining" type="combiningDiacriticsType"/>
Element suffix
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#suffixDiacriticsType
Type suffixDiacriticsType
Properties
content simple
Used by
Complex Type phoneType
Source
<xs:element name="suffix" type="suffixDiacriticsType"/>
Element phlen
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#phoneLengthType
Type phoneLengthType
Properties
content simple
Facets
pattern (ː+ˑ?)|(ˑ)
Used by
Complex Type phoneType
Source
<xs:element name="phlen" type="phoneLengthType"/>
Element toneNumber
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#toneNumberType
Type toneNumberType
Properties
content simple
Facets
pattern [⁰¹²³⁴⁵⁶⁷⁸⁹]+
Used by
Complex Type phoneType
Source
<xs:element name="toneNumber" type="toneNumberType"/>
Element cmph
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#ph talkbank_xsd.tmp#cmph talkbank_xsd.tmp#lig talkbank_xsd.tmp#ph talkbank_xsd.tmp#compoundPhoneType
Type compoundPhoneType
Properties
content complex
Used by
Model
(ph | cmph) , lig , ph
Children cmph, lig, ph
Instance
<cmph xmlns="http://www.talkbank.org/ns/talkbank">
  <ph scType="">{1,1}</ph>
  <cmph>{1,1}</cmph>
  <lig type="">{1,1}</lig>
  <ph scType="">{1,1}</ph>
</cmph>
Source
<xs:element name="cmph" type="compoundPhoneType"/>
Element lig
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#ligatureType_type talkbank_xsd.tmp#ligatureType
Type ligatureType
Properties
content complex
Used by
Complex Type compoundPhoneType
Attributes
QName Type Use
type ligatureTypeType optional
Source
<xs:element name="lig" type="ligatureType"/>
Element pp
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#phoneticProsodyType_type talkbank_xsd.tmp#phoneticProsodyType
Type phoneticProsodyType
Properties
content complex
Used by
Complex Type phoneticWord
Attributes
QName Type Use
type phoneticProsodyTypeType required
Source
<xs:element name="pp" type="phoneticProsodyType"/>
Element sandhi
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#sandhiType_type talkbank_xsd.tmp#sandhiType
Type sandhiType
Properties
content complex
Used by
Complex Type phoneticWord
Attributes
QName Type Use
type sandhiTypeType required
Source
<xs:element name="sandhi" type="sandhiType"/>
Element pause
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Pause at a point in an utterance.
Diagram
Diagram talkbank_xsd.tmp#pause_symbolic-length talkbank_xsd.tmp#pause_length talkbank_xsd.tmp#mod talkbank_xsd.tmp#pho
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, wor
Complex Types phoGroupType, phoneticTranscriptionType
Model
Children mod, pho
Instance
<pause length="" symbolic-length="" xmlns="http://www.talkbank.org/ns/talkbank">
  <mod>{0,1}</mod>
  <pho>{0,1}</pho>
</pause>
Attributes
Source
<xs:element name="pause">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Pause at a point in an utterance.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Pause_Marker">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:element ref="mod" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="pho" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
    <xs:attribute name="symbolic-length" type="pauseSymbolicLengthType" use="required"/>
    <xs:attribute name="length" type="pauseNumericLengthType" use="optional"/>
  </xs:complexType>
</xs:element>
Element pho
Namespace http://www.talkbank.org/ns/talkbank
Annotations
%pho
Diagram
Diagram talkbank_xsd.tmp#pw talkbank_xsd.tmp#pause talkbank_xsd.tmp#phog talkbank_xsd.tmp#phoneticTranscriptionType
Type phoneticTranscriptionType
Properties
content complex
Used by
Elements pause, pg, w
Model
Children pause, phog, pw
Instance
<pho xmlns="http://www.talkbank.org/ns/talkbank">
  <pw>{1,1}</pw>
  <pause length="" symbolic-length="">{1,1}</pause>
  <phog>{1,1}</phog>
</pho>
Source
<xs:element name="pho" type="phoneticTranscriptionType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>%pho</xs:documentation>
  </xs:annotation>
</xs:element>
Element phog
Namespace http://www.talkbank.org/ns/talkbank
Diagram
Diagram talkbank_xsd.tmp#pw talkbank_xsd.tmp#pause talkbank_xsd.tmp#phoGroupType
Type phoGroupType
Properties
content complex
mixed false
Used by
Model
Children pause, pw
Instance
<phog xmlns="http://www.talkbank.org/ns/talkbank">
  <pw>{1,1}</pw>
  <pause length="" symbolic-length="">{1,1}</pause>
</phog>
Source
<xs:element name="phog" type="phoGroupType"/>
Element g
Namespace http://www.talkbank.org/ns/talkbank
Annotations
A group of material that is annotated. May be nested, i.e., a group may contain groups as well as words and other material.
Diagram
Diagram talkbank_xsd.tmp#w talkbank_xsd.tmp#g talkbank_xsd.tmp#pg talkbank_xsd.tmp#sg talkbank_xsd.tmp#quotation talkbank_xsd.tmp#pause talkbank_xsd.tmp#internal-media talkbank_xsd.tmp#freecode talkbank_xsd.tmp#e talkbank_xsd.tmp#s talkbank_xsd.tmp#tagMarker talkbank_xsd.tmp#long-feature talkbank_xsd.tmp#nonvocal talkbank_xsd.tmp#overlap-point talkbank_xsd.tmp#underline talkbank_xsd.tmp#italic talkbank_xsd.tmp#k talkbank_xsd.tmp#error talkbank_xsd.tmp#duration talkbank_xsd.tmp#ga talkbank_xsd.tmp#overlap
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, wor
Model
Children duration, e, error, freecode, g, ga, internal-media, italic, k, long-feature, nonvocal, overlap, overlap-point, pause, pg, quotation, s, sg, tagMarker, underline, w
Instance
<g xmlns="http://www.talkbank.org/ns/talkbank">
  <w formSuffix="" formType="" hebrew="" separated-prefix="" type="" untranscribed="" user-special-form="">{1,1}</w>
  <g>{1,1}</g>
  <pg>{1,1}</pg>
  <sg>{1,1}</sg>
  <quotation type="">{1,1}</quotation>
  <pause length="" symbolic-length="">{1,1}</pause>
  <internal-media end="" skip="" start="" unit="">{1,1}</internal-media>
  <freecode>{1,1}</freecode>
  <e>{1,1}</e>
  <s type="">{1,1}</s>
  <tagMarker type="">{1,1}</tagMarker>
  <long-feature type="">{1,1}</long-feature>
  <nonvocal type="">{1,1}</nonvocal>
  <overlap-point index="" start-end="" top-bottom="">{1,1}</overlap-point>
  <underline type="">{1,1}</underline>
  <italic type="">{1,1}</italic>
  <k type="">{1,1}</k>
  <error>{1,1}</error>
  <duration>{1,1}</duration>
  <ga type="">{1,1}</ga>
  <overlap index="" type="">{1,1}</overlap>
</g>
Source
<xs:element name="g">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>A group of material that is annotated. May be nested, i.e., a group may contain groups as well as words and other material.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Group">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="w"/>
        <xs:element ref="g"/>
        <xs:element ref="pg"/>
        <xs:element ref="sg"/>
        <xs:element ref="quotation"/>
        <xs:element ref="pause"/>
        <xs:element ref="internal-media"/>
        <xs:element ref="freecode"/>
        <xs:element ref="e"/>
        <xs:element ref="s"/>
        <xs:element ref="tagMarker"/>
        <xs:element ref="long-feature"/>
        <xs:element ref="nonvocal"/>
        <xs:element ref="overlap-point"/>
        <xs:element ref="underline"/>
        <xs:element ref="italic"/>
      </xs:choice>
      <!-- optional -->
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="k"/>
        <xs:element ref="error"/>
        <xs:element ref="duration"/>
        <xs:element ref="ga"/>
        <xs:element ref="overlap"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element pg
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Group purely for phonetic annotation purposes. Note that there are no main line annotations allowed for the group.
Diagram
Diagram talkbank_xsd.tmp#w talkbank_xsd.tmp#g talkbank_xsd.tmp#quotation talkbank_xsd.tmp#pause talkbank_xsd.tmp#internal-media talkbank_xsd.tmp#freecode talkbank_xsd.tmp#e talkbank_xsd.tmp#s talkbank_xsd.tmp#tagMarker talkbank_xsd.tmp#long-feature talkbank_xsd.tmp#nonvocal talkbank_xsd.tmp#overlap-point talkbank_xsd.tmp#underline talkbank_xsd.tmp#italic talkbank_xsd.tmp#mod talkbank_xsd.tmp#pho
Properties
content complex
mixed false
Used by
Elements g, u, wor
Model
Children e, freecode, g, internal-media, italic, long-feature, mod, nonvocal, overlap-point, pause, pho, quotation, s, tagMarker, underline, w
Instance
<pg xmlns="http://www.talkbank.org/ns/talkbank">
  <w formSuffix="" formType="" hebrew="" separated-prefix="" type="" untranscribed="" user-special-form="">{1,1}</w>
  <g>{1,1}</g>
  <quotation type="">{1,1}</quotation>
  <pause length="" symbolic-length="">{1,1}</pause>
  <internal-media end="" skip="" start="" unit="">{1,1}</internal-media>
  <freecode>{1,1}</freecode>
  <e>{1,1}</e>
  <s type="">{1,1}</s>
  <tagMarker type="">{1,1}</tagMarker>
  <long-feature type="">{1,1}</long-feature>
  <nonvocal type="">{1,1}</nonvocal>
  <overlap-point index="" start-end="" top-bottom="">{1,1}</overlap-point>
  <underline type="">{1,1}</underline>
  <italic type="">{1,1}</italic>
  <mod>{0,1}</mod>
  <pho>{0,1}</pho>
</pg>
Source
<xs:element name="pg">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Group purely for phonetic annotation purposes. Note that there are no main line annotations allowed for the group.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Phonological_Group">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:choice maxOccurs="unbounded">
        <xs:element ref="w"/>
        <xs:element ref="g"/>
        <xs:element ref="quotation"/>
        <xs:element ref="pause"/>
        <xs:element ref="internal-media"/>
        <xs:element ref="freecode"/>
        <xs:element ref="e"/>
        <xs:element ref="s"/>
        <xs:element ref="tagMarker"/>
        <xs:element ref="long-feature"/>
        <xs:element ref="nonvocal"/>
        <xs:element ref="overlap-point"/>
        <xs:element ref="underline"/>
        <xs:element ref="italic"/>
      </xs:choice>
      <xs:element ref="mod" minOccurs="0" maxOccurs="1"/>
      <xs:element ref="pho" minOccurs="0" maxOccurs="1"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element quotation
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Begin or end quoted material; “ and ”
Diagram
Diagram talkbank_xsd.tmp#quotation_type talkbank_xsd.tmp#mor
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, wor
Model
Children mor
Instance
<quotation type="" xmlns="http://www.talkbank.org/ns/talkbank">
  <mor omitted="" type="">{1,1}</mor>
</quotation>
Attributes
QName Type Use
type beginEndType required
Source
<xs:element name="quotation">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Begin or end quoted material; “ and ”</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Quotation">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
      <xs:element ref="mor"/>
    </xs:sequence>
    <xs:attribute name="type" type="beginEndType" use="required"/>
  </xs:complexType>
</xs:element>
Element internal-media
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Media bullet used only before a terminator.
Diagram
Diagram talkbank_xsd.tmp#mediaType_start talkbank_xsd.tmp#mediaType_end talkbank_xsd.tmp#mediaType_unit talkbank_xsd.tmp#mediaType_skip talkbank_xsd.tmp#mediaType
Type mediaType
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, wor
Attributes
QName Type Use Annotation
end xs:decimal required
The end time for the selection. CHAT manual section on this topic...
skip xs:boolean optional
Whether the CLAN editor should skip upon playback. CHAT manual section on this topic...
start xs:decimal required
The start time for the selection. CHAT manual section on this topic...
unit mediaUnitType required
The unit of time used for the selection. CHAT manual section on this topic...
Source
<xs:element name="internal-media" type="mediaType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Media bullet used only before a terminator.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Internal_Media">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element freecode
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Unscoped complex local events in the middle of an utterance.
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type extension of nonemptyStringType
Type hierarchy
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, wor
Source
<xs:element name="freecode">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Unscoped complex local events in the middle of an utterance.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#ComplexLocalEvents">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:simpleContent>
      <xs:extension base="nonemptyStringType"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element e
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram talkbank_xsd.tmp#action talkbank_xsd.tmp#happening talkbank_xsd.tmp#otherSpokenEvent talkbank_xsd.tmp#k talkbank_xsd.tmp#error talkbank_xsd.tmp#overlap talkbank_xsd.tmp#ga talkbank_xsd.tmp#duration
Properties
content complex
mixed false
Used by
Elements g, pg, sg, u, wor
Model
Children action, duration, error, ga, happening, k, otherSpokenEvent, overlap
Instance
<e xmlns="http://www.talkbank.org/ns/talkbank">
  <action>{1,1}</action>
  <happening>{1,1}</happening>
  <otherSpokenEvent said="" who="">{1,1}</otherSpokenEvent>
  <k type="">{1,1}</k>
  <error>{1,1}</error>
  <overlap index="" type="">{1,1}</overlap>
  <ga type="">{1,1}</ga>
  <duration>{1,1}</duration>
</e>
Source
<xs:element name="e">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Nonverbal event.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#SimpleEvents">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:sequence>
      <xs:choice>
        <xs:element ref="action"/>
        <xs:element ref="happening"/>
        <xs:element ref="otherSpokenEvent"/>
      </xs:choice>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element ref="k"/>
        <xs:element ref="error"/>
        <xs:element ref="overlap"/>
        <xs:element ref="ga"/>
        <xs:element ref="duration"/>
      </xs:choice>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element action
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram
Properties
content complex
mixed false
Used by
Element e
Source
<xs:element name="action">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>0</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Action_Code">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false"/>
</xs:element>
Element happening
Namespace http://www.talkbank.org/ns/talkbank
Annotations
&=; happening, such as sneeze
Diagram
Diagram talkbank_xsd.tmp#nonemptyStringType
Type nonemptyStringType
Properties
content simple
Facets
minLength 1
Used by
Element e
Source
<xs:element name="happening" type="nonemptyStringType">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>&=; happening, such as sneeze</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Local_Event">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element otherSpokenEvent
Namespace http://www.talkbank.org/ns/talkbank
Annotations
&*WHO=word; word spoken by someone else during an utterance.
Diagram
Diagram talkbank_xsd.tmp#otherSpokenEvent_who talkbank_xsd.tmp#otherSpokenEvent_said
Properties
content complex
mixed false
Used by
Element e
Attributes
QName Type Use
said nonemptyStringType required
who speakerID required
Source
<xs:element name="otherSpokenEvent">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>&*WHO=word; word spoken by someone else during an utterance.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#InterposedWords">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="who" type="speakerID" use="required"/>
    <xs:attribute name="said" type="nonemptyStringType" use="required"/>
  </xs:complexType>
</xs:element>
Element k
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Retracing and other markers.
Diagram
Diagram talkbank_xsd.tmp#k_type
Properties
content complex
mixed false
Used by
Elements e, g, u, wor
Attributes
QName Type Use
type restriction of xs:string required
Source
<xs:element name="k">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Retracing and other markers.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Markers">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="stressing">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[!]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Stressing_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="contrastive stressing">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[!!]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#ContrastiveStressing_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="best guess">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[?] in CHAT, ( text ) in CA</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#BestGuess_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="retracing">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[/] in CHAT</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Repetition_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="retracing with correction">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[//] in CHAT, - in CA</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Retracing_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="retracing reformulation">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[///] in CHAT</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#Reformulation_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="retracing unclear">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[/?]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#UnclearRetracing_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="false start">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[/-]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#FalseStart_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="mor exclude">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[e]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#MorExclude_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element error
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Diagram
Diagram
Type xs:string
Properties
content simple
Used by
Elements e, g, u, wor
Source
<xs:element name="error">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>[*] or [* text]</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#ErrorMarking_Scope">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string"/>
  </xs:simpleType>
</xs:element>
Element overlap
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Mark a scope for overlaps.
Diagram
Diagram talkbank_xsd.tmp#overlap_index talkbank_xsd.tmp#overlap_type
Properties
content complex
mixed false
Used by
Elements e, g
Attributes
QName Type Use Annotation
index xs:positiveInteger optional
Integer label to distinguish among different overlaps over the same text. CHAT manual section on this topic...
type restriction of xs:string required
Source
<xs:element name="overlap">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Mark a scope for overlaps.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Overlaps">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="false">
    <xs:attribute name="index" type="xs:positiveInteger" use="optional">
      <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
        <xs:documentation>Integer label to distinguish among different overlaps over the same text.</xs:documentation>
        <xs:documentation>
          <a href="https://talkbank.org/manuals/CHAT.html#Overlaps">CHAT manual section on this topic...</a>
        </xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" use="required">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="overlap follows">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[>]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#OverlapFollows_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="overlap precedes">
            <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
              <xs:documentation>[<]</xs:documentation>
              <xs:documentation>
                <a href="https://talkbank.org/manuals/CHAT.html#OverlapPrecedes_Scope">CHAT manual section on this topic...</a>
              </xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
Element ga
Namespace http://www.talkbank.org/ns/talkbank
Annotations
Inlined dependent tier: scoped annotation that applies to a group.
Diagram
Diagram talkbank_xsd.tmp#ga_type
Properties
content complex
mixed true
Used by
Elements e, g
Model
Attributes
QName Type Use
type groupAnnotationTypeType optional
Source
<xs:element name="ga">
  <xs:annotation xmlns="http://www.w3.org/1999/xhtml">
    <xs:documentation>Inlined dependent tier: scoped annotation that applies to a group.</xs:documentation>
    <xs:documentation>
      <a href="https://talkbank.org/manuals/CHAT.html#Group_Scopes">CHAT manual section on this topic...</a>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType mixed="true">
    <xs:attribute name="type" type="groupAnnotationTypeType"/>
  </xs:complexType>
</xs:element>
Element duration
Namespace http://www.talkbank.org/ns/talkbank
Annotations
[# ...] duration annotation
Diagram
Diagram talkbank_xsd.tmp#pauseNumericLengthType
Type pauseNumericLengthType
Properties
content simple
Used by
Elements e, g
Source