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)[source]
static is_valid(schema)[source]
Return type

bool

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

Path

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

str