Skip to content

Commit 3b20576

Browse files
AllePillimvantellingen
authored andcommitted
[FIX] No visitor defined for '{http://www.w3.org/2001/XMLSchema}notation'
reintroduce the "notation" tag because '{http://www.w3.org/2001/XMLSchema}notations' does not exist fixes #1185
1 parent ec2e034 commit 3b20576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zeep/xsd/visitor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class tags:
3737
attributeGroup = xsd_ns("attributeGroup")
3838
restriction = xsd_ns("restriction")
3939
extension = xsd_ns("extension")
40-
notation = xsd_ns("notations")
40+
notation = xsd_ns("notation")
4141

4242

4343
class SchemaVisitor:

0 commit comments

Comments
 (0)