xsdata.tool module

class xsdata.tool.ProcessTask(print, renderer)[source]

Bases: object

print: bool = None
renderer: str = None
processed: List[Path] = None
process(xsd, package, target_namespace=None, redefine=None)[source]
process_import(schema, path, package, target_namespace)[source]
static resolve_local_schema(schema)[source]
Return type

Optional[Path]

static resolve_schema(xsd, schema)[source]
Return type

Path

static adjust_package(package, schema)[source]
Return type

str