diff --git a/src/zeep/xsd/visitor.py b/src/zeep/xsd/visitor.py index c7b1fb93..5aa40f53 100644 --- a/src/zeep/xsd/visitor.py +++ b/src/zeep/xsd/visitor.py @@ -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: