Skip to content

Commit 7c92b34

Browse files
Merge pull request #114 from wanglong001/zeep
[fix] Blank Topic title in PullMessages
2 parents 84987b8 + 95e03d6 commit 7c92b34

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

wsdl/b-2.xsd

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,12 @@ This document and the information contained herein is provided on an "AS IS" bas
4747
</xsd:complexType>
4848

4949
<xsd:complexType name="TopicExpressionType" mixed="true">
50-
<xsd:sequence>
51-
<xsd:any minOccurs="0" maxOccurs="1" processContents="lax" />
52-
</xsd:sequence>
53-
<xsd:attribute name="Dialect" type="xsd:anyURI" use="required" />
54-
<xsd:anyAttribute/>
50+
<xsd:simpleContent>
51+
<xsd:extension base="xsd:string">
52+
<xsd:attribute name="Dialect" type="xsd:anyURI" use="required" />
53+
<xsd:anyAttribute/>
54+
</xsd:extension>
55+
</xsd:simpleContent>
5556
</xsd:complexType>
5657

5758
<xsd:complexType name="FilterType">

0 commit comments

Comments
 (0)