Skip to content

Commit

Permalink
[FIX] No visitor defined for '{http://www.w3.org/2001/XMLSchema}notation
Browse files Browse the repository at this point in the history
'

reintroduce the "notation" tag because '{http://www.w3.org/2001/XMLSchema}notations' does not exist

fixes #1185
  • Loading branch information
AllePilli authored and mvantellingen committed Oct 13, 2024
1 parent ec2e034 commit 3b20576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zeep/xsd/visitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class tags:
attributeGroup = xsd_ns("attributeGroup")
restriction = xsd_ns("restriction")
extension = xsd_ns("extension")
notation = xsd_ns("notations")
notation = xsd_ns("notation")


class SchemaVisitor:
Expand Down

0 comments on commit 3b20576

Please sign in to comment.