diff -r d2e979738700 -r ec153828ded2 xmlclass/xsdschema.py --- a/xmlclass/xsdschema.py Mon Aug 14 23:38:28 2017 +0300 +++ b/xmlclass/xsdschema.py Tue Aug 15 12:17:51 2017 +0300 @@ -668,7 +668,7 @@ # Attribute elements def ReduceAnyAttribute(factory, attributes, elements): - return {"type" : "anyAttribute"} + return {"type": "anyAttribute"} def ReduceAttribute(factory, attributes, elements): @@ -1313,7 +1313,7 @@ "reduce": ReduceComplexType }, - "documentation": {"struct" : """ + "documentation": {"struct": """ @@ -1744,7 +1744,7 @@ "reduce": ReduceSimpleContent }, - "simpleType": {"struct" : """ + "simpleType": {"struct": """