xsdata.codegen.handlers.attribute_implied module

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

Bases: xsdata.codegen.mixins.HandlerInterface

Add implied attributes.

Scenarios:
  1. Mixed content class with missing wildcard attribute

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

classmethod process(target)[source]
Parameters

target (Class) –