GeneratorOutput¶
-
class
xsdata.models.config.GeneratorOutput(wsdl=False, max_line_length=79, package='generated', format=<OutputFormat.DATACLASS: 'pydata'>, structure=<OutputStructure.FILENAMES: 'filenames'>, docstring_style=<DocstringStyle.RST: 'reStructuredText'>, compound_fields=False)[source]¶ Main generator output options.
- Parameters
wsdl (
bool) – Enable wsdl modemax_line_length (
int) – Maximum line lengthpackage (
str) – Package name eg foo.bar.modelsformat (
OutputFormat) – Select an output formatstructure (
OutputStructure) – Select an output structuredocstring_style (
DocstringStyle) – Select a docstring stylecompound_fields (
bool) – Use compound fields for repeating choices. Enable if elements ordering matters for your case.