Skip to content

Commit

Permalink
Remove ^ for blocking.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinChen committed Dec 15, 2023
1 parent 5e967ab commit e840a0b
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/main/resources/talkbank.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ xmlns:tb="http://www.talkbank.org/ns/talkbank" xmlns="http://www.talkbank.org/ns
targetNamespace="http://www.talkbank.org/ns/talkbank" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="2.1" xmlns:xjc="http://java.sun.com/xml/ns/jaxb/xjc"
jaxb:extensionBindingPrefixes="xjc" xmlns:xhtml="http://www.w3.org/1999/xhtml"
elementFormDefault="qualified" version="2.20.0" id="Talkbank">
elementFormDefault="qualified" version="2.20.1" id="Talkbank">

<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
Expand Down Expand Up @@ -3811,15 +3811,6 @@ elementFormDefault="qualified" version="2.20.0" id="Talkbank">
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="blocking">
<xs:annotation xmlns="http://www.w3.org/1999/xhtml">
<xs:documentation>^ at beginning</xs:documentation>
<xs:documentation>
<a href="https://talkbank.org/manuals/CHAT.html#Blocking_Marker">CHAT manual
section on this topic...</a>
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Expand Down

0 comments on commit e840a0b

Please sign in to comment.