item_definition
Definitions for the bpmn:itemDefinition XML element.
| CLASS | DESCRIPTION |
|---|---|
ItemDefinition |
An ItemDefinition can specify an import reference where the proper definition of the structure is defined. |
Classes¶
ItemDefinition
dataclass
¶
ItemDefinition(
*,
id: Optional[str] = None,
documentation: list[Documentation] = list(),
extension_elements: Optional[ExtensionElements] = None,
structure_ref: Optional[str] = None,
is_collection: bool = False,
item_kind: ItemKind = INFORMATION
)
Bases: RootElement
An ItemDefinition can specify an import reference where the proper definition of the structure is defined.