extensions

Module Contents

class extensions.AttributeData

Bases: NamedTuple

attr_type: type
subattr_name: str
subattr_xsd_name: str
extensions.get_extensions_attributes(extensions: Extensions) dict[str, AttributeData]

Return mapping of xsd attribute name to a tuple that consists of: - Extensions attribute name - Extensions attribute type type - subattribute name

extensions.Extensions