documentation
Definitions for the bpmn:documentation XML element.
| CLASS | DESCRIPTION |
|---|---|
Documentation |
The Documentation element is used to annotate the BPMN element, such as descriptions and other documentation. |
Classes¶
Documentation
dataclass
¶
The Documentation element is used to annotate the BPMN element, such as descriptions and other documentation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
content |
This attribute is used to capture the text descriptions of a BPMN element.
TYPE:
|
id |
This attribute is used to uniquely identify BPMN elements. |
text_format |
This attribute identifies the format of the text. It MUST follow the mime-type format.
TYPE:
|
Attributes¶
content
class-attribute
instance-attribute
¶
This attribute is used to capture the text descriptions of a BPMN element.
id
class-attribute
instance-attribute
¶
This attribute is used to uniquely identify BPMN elements.
The id is REQUIRED if this element is referenced or intended to be referenced by something else.
If the element is not currently referenced and is never intended to be referenced, the id MAY be omitted.