xsdata.codegen.handlers.attribute_implied module

class xsdata.codegen.handlers.attribute_implied.AttributeImpliedHandler[source]

Bases: xsdata.codegen.mixins.HandlerInterface

Add attributes to classes that are implied from the class other properties.

classmethod process(target)[source]

Add an xs:anyType attribute to the given class if it supports mixed content and doesn’t have a wildcard attribute yet.

Parameters

target (Class) –