diff --git a/XMLSchema.py b/XMLSchema.py index 877c03a..c4d5dce 100755 --- a/XMLSchema.py +++ b/XMLSchema.py @@ -1016,7 +1016,7 @@ class XMLSchema(XMLSchemaComponent): indx += 1 - class Import(XMLSchemaComponent): + class Import(XMLSchemaComponent, MarkerInterface): """ parent: schema @@ -1076,7 +1076,7 @@ class XMLSchema(XMLSchemaComponent): return self._schema or schema - class Include(XMLSchemaComponent): + class Include(XMLSchemaComponent, MarkerInterface): """ parent: schema