interface ExampleScenarioProcess {
    _description?: Element;
    _postConditions?: Element;
    _preConditions?: Element;
    _title?: Element;
    description?: markdown;
    extension?: Extension[];
    id?: id;
    modifierExtension?: Extension[];
    postConditions?: markdown;
    preConditions?: markdown;
    step?: ExampleScenarioProcessStep[];
    title: string;
}

Properties

_description?: Element

A longer description of the group of operations

_postConditions?: Element

Description of final status after the process ends

_preConditions?: Element

Description of initial status before the process starts

_title?: Element

The diagram title of the group of operations

description?: markdown

A longer description of the group of operations

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

postConditions?: markdown

Description of final status after the process ends

preConditions?: markdown

Description of initial status before the process starts

Each step of the process

title: string

The diagram title of the group of operations