Skip to content

Commit

Permalink
Remove [x N].
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinChen committed Mar 30, 2023
1 parent 8c47051 commit 5e967ab
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/main/resources/talkbank.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ elementFormDefault="qualified" version="2.20.0" id="Talkbank">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="k"/>
<xs:element ref="error"/>
<xs:element ref="r"/>
<xs:element ref="overlap"/>
<xs:element ref="ga"/>
<xs:element ref="duration"/>
Expand Down Expand Up @@ -1232,20 +1231,6 @@ elementFormDefault="qualified" version="2.20.0" id="Talkbank">



<xs:element name="r">
<xs:annotation xmlns="http://www.w3.org/1999/xhtml">
<xs:documentation>[x number] in CHAT</xs:documentation>
<xs:documentation>
<a href="https://talkbank.org/manuals/CHAT.html#MultipleRepetition_Scope">CHAT manual
section on this topic...</a>
</xs:documentation>
</xs:annotation>
<xs:complexType mixed="false">
<xs:attribute name="times" type="xs:nonNegativeInteger"/>
</xs:complexType>
</xs:element>


<xs:complexType name="baseTerminatorType" mixed="false">
<xs:annotation xmlns="http://www.w3.org/1999/xhtml">
<xs:documentation> Terminator for an utterance. </xs:documentation>
Expand Down Expand Up @@ -3151,7 +3136,6 @@ elementFormDefault="qualified" version="2.20.0" id="Talkbank">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="k"/>
<xs:element ref="error"/>
<xs:element ref="r"/>
<xs:element ref="duration"/>
<xs:element ref="ga"/>
<xs:element ref="overlap"/>
Expand Down Expand Up @@ -4006,7 +3990,6 @@ elementFormDefault="qualified" version="2.20.0" id="Talkbank">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="k"/>
<xs:element ref="error"/>
<xs:element ref="r"/>
<xs:element ref="a"/>
<xs:element ref="wor"/>
</xs:choice>
Expand Down Expand Up @@ -4093,7 +4076,6 @@ elementFormDefault="qualified" version="2.20.0" id="Talkbank">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="k"/>
<xs:element ref="error"/>
<xs:element ref="r"/>
<xs:element ref="a"/>
</xs:choice>
</xs:sequence>
Expand Down

0 comments on commit 5e967ab

Please sign in to comment.