We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84987b8 + 95e03d6 commit 7c92b34Copy full SHA for 7c92b34
wsdl/b-2.xsd
@@ -47,11 +47,12 @@ This document and the information contained herein is provided on an "AS IS" bas
47
</xsd:complexType>
48
49
<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/>
+ <xsd:simpleContent>
+ <xsd:extension base="xsd:string">
+ <xsd:attribute name="Dialect" type="xsd:anyURI" use="required" />
+ <xsd:anyAttribute/>
+ </xsd:extension>
55
+ </xsd:simpleContent>
56
57
58
<xsd:complexType name="FilterType">
0 commit comments