diff --git a/docs/leitfaeden/integration-guide-sender.mdx b/docs/leitfaeden/integration-guide-sender.mdx new file mode 100644 index 0000000000000000000000000000000000000000..3639046ee84fb63c0afd1128ab8424f89bd2c453 --- /dev/null +++ b/docs/leitfaeden/integration-guide-sender.mdx @@ -0,0 +1,65 @@ +--- +hide_table_of_contents: true +title: Leitfaden für Onlinedienste +--- + +# Onlinedienste + +## Anbindung im Detail + +Das folgende Bild zeigt die Schritte, die notwendig sind, um einen Onlinedienst an FIT-Connect anzubinden (im Bild gelb hervorgehoben). <br/> +Zudem zeigt das Bild auch die Schritte, die zur Anbindung eines Fachverfahrens erforderlich sind. <br/> +Die Anbindung eines Fachverfahrens, das Anträge vom Onlinedienst erhält, ist [hier](./integration-guide-subscriber.mdx) beschrieben: <br/> + + + +Im Folgenden ist die Anbindung eines Onlinedienstes an FIT-Connect beschrieben, anhand der gelben Markierung im Bild oben: + +#### Auswahl zu bedienender Empfänger/Leistungen +Verantwortliche für Onlinedienste müssen zunächst entscheiden, mit welchem Empfänger der Onlinedienst Kontakt aufnehmen soll (siehe Grafik oben). Der Empfänger wird anhand des [Amtlichen Regionalschlüssels (ARS)](../details/ars) bestimmt. <br/> +Zudem ist zu klären, welche Leistung online beantragbar sein soll, d.&nbs;h., zu welchem Fachverfahren der Onlinedienst über FIT-Connect Anträge elektronisch senden soll. <br/> +Eine Leistung (zum Beispiel Wohngeld) wird bestimmt durch ihren Leika-Schlüssel, den Schlüssel einer Leistung im Leistungskatalog der öffentlichen Verwaltung. Der Leistungskatalog ist im FIM-Portal abrufbar. + +#### Auswahl unterstützter Datenstrukturen +Hier ist zu klären, welches Format die einzureichenden Daten haben müssen, damit die Daten beim empfangenden Fachverfahren korrekt gelesen werden können. Hierzu ist eine Abstimmung mit den Verantwortlichen des empfangenden Fachverfahrens notwendig. + +#### Abstimmung mit Empfangs-Verantwortlichen +Der beauftragte IT-Dienstleister für den Onlinedienst sollte sich mit dem IT-Dienstleister abstimmen, der mit der Entwicklung des Empfängers (mit der Entwicklung der Schnittstelle zum Fachverfahren) beauftragt ist. Zudem wird empfohlen, dass die Verantwortlichen für einen Onlinedienst mit der FITKO Kontakt aufnehmen und ihr Interesse an einer Anbindung bekunden. + +#### Implementierung des Senders +In diesem Schritt entwickelt der beauftragte IT-Dienstleister die Schnittstelle des Onlinedienstes zu FIT-Connect. Zeitgleich wird auch der Empfänger implementiert. + +#### Anbindung an das Testsystem +In diesem Schritt kann der Sender an das Testsystem von FIT-Connect angeschlossen werden, wie auch zur selben Zeit der Empfänger. Der Schwerpunkt liegt hier auf dem Test einzelner Funktionen des Onlinedienstes. Das Testsystem von FIT-Connect ist öffentlich verfügbar. Der beauftragte IT-Dienstleister muss für die Anbindung an das Testsystem lediglich einen Client des Typs "Sender" registrieren, im Self-Service-Portal der FITKO. + +#### Integrative Tests auf dem Testsystem +Integrationstests mit dem realen Empfänger. IT-Dienstleitster testen hier voneinander abhängige Komponenten des Onlinedienstes durch eine abgestimmte Reihe von Einzeltests. Der Onlinedienst sendet zum Testen über das Testsystem von FIT-Connect Anträge an das Fachverfahren des Empfängers. + +#### Intensivierte Planung mit der FITKO +In dieser Phase wird unter anderem der Zeitplan für die Anbindung an das Produktivsystem von FIT-Connect bestimmt. Die Produktivsetzung kann nur erfolgen, wenn alle Tests gegen das Testsystem erfolgreich durchlaufen wurden. + +### Anbindung Fortsetzung +Das folgende Bild zeigt den zweiten Teil der Anbindung an FIT-Connect im Detail für Onlinedienste und Fachverfahren: + + + +Im Folgenden soll hier die Anbindung aus Sicht eines Onlinedienstes dargestellt werden. Die entsprechende Beschreibung aus Sicht eines Fachverfahrens finden Sie [hier](./integration-guide-subscriber.mdx). +Die folgende Liste der Schritte bezieht sich auf den oberen Strang der Grafik "Anbindung im Detail Teil 2": + +#### Rechtliche & Vertragliche Grundlagen abschließen +In dieser Phase schließen Verantwortliche für einen Onlinedienst mit der FITKO einen Auftragsdatenverarbeitungsvertrag (AVV). Die FITKO erteilt dann eine Berechtigung für die Anbindung an das Referenz- und Produktivsystem von FIT-Connect. + +#### Regressive Tests auf dem Referenzsystem +IT-Dienstleister führen hier nochmals alle Tests aus, um zu überprüfen, ob der Onlinedienst und das Fachverfahren auch gegen das Referenzsystem von FIT-Connct fehlerfrei arbeiten. + +#### Produktivsetzung +Der Onlinedienst ist nun mit dem Produktivsystem von FIT-Connect verbunden und kann Anträge von Bürger:innen über FIT-Connect an das zuständige Fachverfahren senden. Damit ist die Anbindung abgeschlossen. <br/> +Onlinedienste benötigen keine elektronischen Zertifikate (Fachverfahren benötigen Zertifikate der Verwaltungs-PKI). + +#### Anbieten im FIT-Store +Verantwortliche für einen Onlinedienst sollten ihren Dienst nun im FIT-Store anbieten, sodass auch andere öffentliche Stellen den neu entwickelten Dienst nutzen können (im Rahmen der Nachnutzung). + +#### Betrieb, Optimierung und Erweiterung +Der Onlinedienst besitzt nun eine Anbindung an FIT-Connect. <br/> +Falls sich in Zukunft Änderungen ergeben sollten und diese Änderungen in einer neuen Version des Onlinedienstes auch umgesetzt werden sollen, dann startet erneut die Entwicklung, das Testen und die Anbindung an FIT-Connect. + diff --git a/docs/leitfaeden/integration-guide-subscriber.mdx b/docs/leitfaeden/integration-guide-subscriber.mdx new file mode 100644 index 0000000000000000000000000000000000000000..766bc413c2c2c1d51991c2d336e49b4f8a4c343f --- /dev/null +++ b/docs/leitfaeden/integration-guide-subscriber.mdx @@ -0,0 +1,66 @@ +--- +hide_table_of_contents: true +title: Leitfaden für Fachverfahren +--- + + + +# Fachverfahren + +## Anbindung im Detail + +Das folgende Bild zeigt die Schritte, die notwendig sind, um ein Fachverfahren an FIT-Connect anzubinden (im Bild gelb hervorgehoben). <br/> +Zudem zeigt das Bild auch die Schritte, die zur Anbindung eines Onlinedienstes erforderlich sind. <br/> +Die Anbindung eines Onlinedienstes, der Änträge an das Fachverfahren sendet, ist [hier](./integration-guide-sender.mdx) beschrieben: <br/> + + + +Im Folgenden ist die Anbindung eines Fachverfahrens an FIT-Connect beschrieben, anhand der gelben Markierung im Bild oben: + +#### Festlegung anzubietender Leistungen +In diesem Schritt klären Verantwortliche für Fachverfahren, welche Leistungen online beantragbar sein soll (zum Beispiel Wohngeld). <br/> +Die öffentliche Stelle, die für diese Leistung zuständig ist, wird anhand des [Amtlichen Regionalschlüssels (ARS)](../details/ars) bestimmt. <br/> +Die Leistung selbst wird bestimmt durch ihren Leika-Schlüssel, den Schlüssel einer Leistung im Leistungskatalog der öffentlichen Verwaltung. Der Leistungskatalog ist im FIM-Portal abrufbar. + +#### Festlegung unterstützter Datenstrukturen +Hier ist zu bestimmen, welches Format die einzureichenden Daten haben müssen, damit das Fachverfahren die erhaltenen Daten korrekt lesen kann. Hierzu ist eine Abstimmung mit den Verantwortlichen des sendenden Onlinedienstes notwendig. + +#### Abstimmung mit Onlinedienst-Verantwortlichen +Der beauftragte IT-Dienstleister für das Fachverfahren sollte sich mit dem IT-Dienstleister abstimmen, der mit der Entwicklung des Senders (des Onlinedienstes) beauftragt ist. Zudem wird empfohlen, dass die Verantwortlichen für ein Fachverfahren mit der FITKO Kontakt aufnehmen und ihr Interesse an einer Anbindung bekunden. + +#### Implementierung des Empfängers +In diesem Schritt entwickelt der beauftragte IT-Dienstleister die Schnittstelle des Fachverfahrens zu FIT-Connect. Zeitgleich wird auch der Sender implementiert. + +#### Anbindung an das Testsystem +In diesem Schritt kann der Empfänger an das Testsystem von FIT-Connect angeschlossen werden, wie auch zur selben Zeit der Sender. Der Schwerpunkt liegt hier auf dem Test einzelner Funktionen des Fachverfahrens. Das Testsystem von FIT-Connect ist öffentlich verfügbar. Der beauftragte IT-Dienstleister muss für die Anbindung an das Testsystem lediglich einen Client des Typs "Subscriber" registrieren, im Self-Service-Portal der FITKO. + +#### Integrative Tests auf dem Testsystem +Integrationstests mit dem realen Empfänger. IT-Dienstleitster testen hier voneinander abhängige Komponenten des Onlinedienstes durch eine abgestimmte Reihe von Einzeltests. Der Onlinedienst sendet zum Testen über das Testsystem von FIT-Connect Anträge an das Fachverfahren des Empfängers. + +#### Intensivierte Planung mit der FITKO +In dieser Phase wird unter anderem der Zeitplan für die Anbindung an das Produktivsystem von FIT-Connect bestimmt. Die Produktivsetzung kann nur erfolgen, wenn alle Tests gegen das Testsystem erfolgreich durchlaufen wurden. + +### Anbindung Fortsetzung +Das folgende Bild zeigt den zweiten Teil der Anbindung an FIT-Connect im Detail für Onlinedienste und Fachverfahren: + + + +Im Folgenden soll hier die Anbindung aus Sicht eines Fachverfahrens dargestellt werden. Die entsprechende Beschreibung aus Sicht eines Onlinedienstes finden Sie [hier](./integration-guide-sender.mdx). +Die folgende Liste der Schritte bezieht sich auf den unteren Strang der Grafik "Anbindung im Detail Teil 2": + +#### V-PKI-Zertifikate beschaffen & Berechtigungen einrichten +In dieser Phase beantragen Verantwortliche für ein Fachverfahren bei der Verwaltungs-PKI ein Zertifikat. Wie sie Zertifikate beantragen, das ist [hier](../organisation-tasks/certificates#zertifikate-der-verwaltungs-pki-beantragen) beschrieben. <br/> +Zudem stimmen die Verantwortlichen den Nutzungsbedingungen der FITKO für FIT-Connect zu. Die FITKO erteilt dann eine Berechtigung für die Anbindung an das Referenz- und Produktivsystem von FIT-Connect. + +#### Regressive Tests auf dem Referenzsystem +IT-Dienstleister führen hier nochmals alle Tests aus, um zu überprüfen, ob das Fachverfahren und der Onlinedienst auch gegen das Referenzsystem von FIT-Connct fehlerfrei arbeiten. + +#### Produktivsetzung +Das Fachverfahren ist nun mit dem Produktivsystem von FIT-Connect verbunden und kann Anträge von Bürger:innen entgegen nehmen. Damit ist die Anbindung abgeschlossen. <br/> + +#### Betrieb, Optimierung und Erweiterung +Das Fachverfahrens besitzt nun eine Anbindung an FIT-Connect. <br/> +Falls sich in Zukunft Änderungen ergeben sollten und diese Änderungen in einer neuen Version des Fachverfahrens auch umgesetzt werden sollen, dann startet erneut die Entwicklung, das Testen und die Anbindung an FIT-Connect. + + + diff --git a/docs/leitfaeden/integration_guide_sender.mdx b/docs/leitfaeden/integration_guide_sender.mdx deleted file mode 100644 index 6a586d2ad872bcf8fe0d778a8022d853b5a5391d..0000000000000000000000000000000000000000 --- a/docs/leitfaeden/integration_guide_sender.mdx +++ /dev/null @@ -1,2 +0,0 @@ -# Anbindungsleitfaden für Online-Dienste - diff --git a/docs/leitfaeden/integration_guide_subscriber.mdx b/docs/leitfaeden/integration_guide_subscriber.mdx deleted file mode 100644 index 8b137891791fe96927ad78e64b0aad7bded08bdc..0000000000000000000000000000000000000000 --- a/docs/leitfaeden/integration_guide_subscriber.mdx +++ /dev/null @@ -1 +0,0 @@ - diff --git a/static/images/leitfaeden/Anbindung-receiver-part-1.svg b/static/images/leitfaeden/Anbindung-receiver-part-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..9e8bef773c14da611b659c7ea7b2dab431879cae --- /dev/null +++ b/static/images/leitfaeden/Anbindung-receiver-part-1.svg @@ -0,0 +1,2515 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="336.68228mm" + height="125.94167mm" + viewBox="0 0 336.68228 125.94167" + version="1.1" + id="svg41502" + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + sodipodi:docname="Anbindung-receiver-part-1.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview41504" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + showgrid="false" + inkscape:zoom="1.3289991" + inkscape:cx="646.35108" + inkscape:cy="203.16041" + inkscape:window-width="1600" + inkscape:window-height="837" + inkscape:window-x="-8" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /> + <defs + id="defs41499"> + <linearGradient + id="linearGradient12228" + inkscape:swatch="solid"> + <stop + style="stop-color:#f8d200;stop-opacity:1;" + offset="0" + id="stop12226" /> + </linearGradient> + <linearGradient + id="linearGradient7034" + inkscape:swatch="solid"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7032" /> + </linearGradient> + <linearGradient + id="linearGradient5511" + inkscape:swatch="solid"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop5509" /> + </linearGradient> + <linearGradient + id="linearGradient4603" + inkscape:swatch="solid"> + <stop + style="stop-color:#f8d200;stop-opacity:1;" + offset="0" + id="stop4601" /> + </linearGradient> + <marker + id="sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg" + viewBox="0 0 11.618034 11.618034" + refX="11" + refY="10" + markerWidth="5.8090172" + markerHeight="5.8090172" + orient="auto" + preserveAspectRatio="xMidYMid"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path13480" /> + </marker> + <marker + id="marker41044" + viewBox="0 0 11.61803399 11.61803399" + refX="11" + refY="10" + markerWidth="5.809017" + markerHeight="5.809017" + orient="auto" + preserveAspectRatio="xMidYMid"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41042" /> + </marker> + <marker + id="marker41048" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41046" /> + </marker> + <marker + id="marker41052" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41050" /> + </marker> + <marker + id="marker41056" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41054" /> + </marker> + <marker + id="marker41060" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41058" /> + </marker> + <marker + id="marker41064" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41062" /> + </marker> + <marker + id="marker41068" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41066" /> + </marker> + <marker + id="marker41072" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41070" /> + </marker> + <marker + id="marker41076" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41074" /> + </marker> + <marker + id="marker41080" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41078" /> + </marker> + <marker + id="marker41084" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41082" /> + </marker> + <marker + id="marker41088" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41086" /> + </marker> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4603" + id="linearGradient4605" + x1="1410" + y1="1160" + x2="1511" + y2="1160" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4603" + id="linearGradient5513" + x1="1599" + y1="1160" + x2="1686" + y2="1160" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4603" + id="linearGradient7036" + x1="1940" + y1="1160" + x2="2080.1179" + y2="1160" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5511" + id="linearGradient2380" + gradientUnits="userSpaceOnUse" + x1="1410" + y1="1160" + x2="1511" + y2="1160" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5511" + id="linearGradient4014" + gradientUnits="userSpaceOnUse" + x1="1599" + y1="1160" + x2="1686" + y2="1160" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient5511" + id="linearGradient4533" + gradientUnits="userSpaceOnUse" + x1="1940" + y1="1160" + x2="2080.1179" + y2="1160" /> + </defs> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(75.669916,-47.782592)" + style="display:inline"> + <g + class="djs-group" + id="g13495" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1pyisij" + style="display:block" + transform="translate(1380,1142)" + id="g13493"> + <g + class="djs-visual" + id="g13487"> + <circle + cx="18" + cy="18" + r="18" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="circle13485" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="36" + height="36" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13489" /> + <rect + x="-6" + y="-6" + rx="3" + width="48" + height="48" + class="djs-outline" + style="fill:none" + id="rect13491" /> + </g> + </g> + <g + class="djs-group" + id="g13509" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1pyisij_label" + style="display:block" + transform="translate(1356,1185)" + id="g13507"> + <g + class="djs-visual" + id="g13501"> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:11px;font-family:Arial, sans-serif;fill:#22242a" + id="text13499"><tspan + x="0" + y="9.8999996" + id="tspan13497">Für Onlinedienste</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="87" + height="14" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13503" /> + <rect + x="-6" + y="-6" + rx="3" + width="99" + height="26" + class="djs-outline" + style="fill:none" + id="rect13505" /> + </g> + </g> + <g + class="djs-group" + id="g13521" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1r1pxc3" + style="display:block" + transform="translate(1380,1352)" + id="g13519"> + <g + class="djs-visual" + id="g13513"> + <circle + cx="18" + cy="18" + r="18" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="circle13511" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="36" + height="36" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13515" /> + <rect + x="-6" + y="-6" + rx="3" + width="48" + height="48" + class="djs-outline" + style="fill:none" + id="rect13517" /> + </g> + </g> + <g + class="djs-group" + id="g13537" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1r1pxc3_label" + style="display:block" + transform="translate(1355,1395)" + id="g13535"> + <g + class="djs-visual" + id="g13529"> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:11px;font-family:Arial, sans-serif;fill:#22242a" + id="text13527"><tspan + x="0" + y="9.8999996" + id="tspan13523">Für Empfangende</tspan><tspan + x="20.679688" + y="23.1" + id="tspan13525">Verfahren</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="89" + height="27" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13531" /> + <rect + x="-6" + y="-6" + rx="3" + width="101" + height="39" + class="djs-outline" + style="fill:none" + id="rect13533" /> + </g> + </g> + <g + class="djs-group" + id="g13559" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0i4dthl" + style="display:block" + transform="translate(1505,1120)" + id="g13557"> + <g + class="djs-visual" + id="g13551"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#000000;stroke-width:2px;stroke-opacity:1" + id="rect13539" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13549"><tspan + x="19.654297" + y="22" + id="tspan13541">Auswahl zu</tspan><tspan + x="16.134766" + y="36.400002" + id="tspan13543">bedienender</tspan><tspan + x="16.983398" + y="50.799999" + id="tspan13545">Empfänger /</tspan><tspan + x="20.478516" + y="65.199997" + id="tspan13547">Leistungen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13553" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13555" /> + </g> + </g> + <g + class="djs-group" + id="g13579" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_10tqzyq" + style="display:block" + transform="translate(1680,1120)" + id="g13577"> + <g + class="djs-visual" + id="g13571" + style="display:inline"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="display:inline;fill:#ffffff;fill-opacity:0.95;stroke:#000000;stroke-opacity:1" + id="rect13561" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13569"><tspan + x="27.654297" + y="29.200001" + id="tspan13563">Auswahl</tspan><tspan + x="16.149414" + y="43.599998" + id="tspan13565">unterstützter</tspan><tspan + x="7.1484375" + y="58" + id="tspan13567">Datenstrukturen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13573" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13575" /> + </g> + </g> + <g + class="djs-group" + id="g13599" + transform="matrix(0.26458333,0,0,0.26458333,-427.76354,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1khb054" + style="display:block" + transform="translate(1840,1120)" + id="g13597"> + <g + class="djs-visual" + id="g13591"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#000000;stroke-width:2px;stroke-opacity:1" + id="rect13581" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13589"><tspan + x="7.15625" + y="29.200001" + id="tspan13583">Abstimmung mit</tspan><tspan + x="20.984375" + y="43.599998" + id="tspan13585">Empfangs-</tspan><tspan + x="5.4785156" + y="58" + id="tspan13587">Verantwortlichen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13593" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="display:none;fill:none" + id="rect13595" /> + </g> + </g> + <g + class="djs-group" + id="g13617" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1s7bmi6" + style="display:block" + transform="translate(2079,1120)" + id="g13615"> + <g + class="djs-visual" + id="g13609"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#000000;stroke-opacity:1" + id="rect13601" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13607"><tspan + x="5.1474609" + y="36.400002" + id="tspan13603">Implementierung</tspan><tspan + x="16.304688" + y="50.799999" + id="tspan13605">des Senders</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13611" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13613" /> + </g> + </g> + <g + class="djs-group" + id="g13637" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_01l8qoz" + style="display:block" + transform="translate(2260,1230)" + id="g13635"> + <g + class="djs-visual" + id="g13629"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13619" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13627"><tspan + x="21.820312" + y="29.200001" + id="tspan13621">Integrative</tspan><tspan + x="12.647461" + y="43.599998" + id="tspan13623">Tests auf dem</tspan><tspan + x="19.992188" + y="58" + id="tspan13625">Testsystem</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13631" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13633" /> + </g> + </g> + <g + class="djs-group" + id="g13695" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1ti2pv0" + style="display:block" + transform="translate(1505,1330)" + id="g13693"> + <g + class="djs-visual" + id="g13687"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13677" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13685"><tspan + x="20.150391" + y="29.200001" + id="tspan13679">Festlegung</tspan><tspan + x="11.467773" + y="43.599998" + id="tspan13681">anzubietender</tspan><tspan + x="20.478516" + y="58" + id="tspan13683">Leistungen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13689" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13691" /> + </g> + </g> + <g + class="djs-group" + id="g13715" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1ojz53r" + style="display:block" + transform="translate(1680,1330)" + id="g13713"> + <g + class="djs-visual" + id="g13707"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13697" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13705"><tspan + x="20.150391" + y="29.200001" + id="tspan13699">Festlegung</tspan><tspan + x="16.149414" + y="43.599998" + id="tspan13701">unterstützter</tspan><tspan + x="7.1484375" + y="58" + id="tspan13703">Datenstrukturen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13709" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13711" /> + </g> + </g> + <g + class="djs-group" + id="g13735" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1821zpk" + style="display:inline" + transform="translate(1840,1330)" + id="g13733"> + <g + class="djs-visual" + id="g13727"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13717" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13725"><tspan + x="7.15625" + y="29.200001" + id="tspan13719">Abstimmung mit</tspan><tspan + x="11.304688" + y="43.599998" + id="tspan13721">Onlinedienste-</tspan><tspan + x="5.4785156" + y="58" + id="tspan13723">Verantwortlichen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13729" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13731" /> + </g> + </g> + <g + class="djs-group" + id="g13755" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0pnmqk9" + style="display:inline" + transform="translate(2079,1330)" + id="g13753"> + <g + class="djs-visual" + id="g13747"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13737" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13745"><tspan + x="8.484375" + y="29.200001" + id="tspan13739">Implementierun</tspan><tspan + x="35.320312" + y="43.599998" + id="tspan13741">g des</tspan><tspan + x="17.648438" + y="58" + id="tspan13743">Empfängers</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13749" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13751" /> + </g> + </g> + <g + class="djs-group" + id="g15435" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0jdmuv0" + style="display:block" + transform="translate(2079,1230)" + id="g15433"> + <g + class="djs-visual" + id="g15427"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15419" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15425"><tspan + x="13.302734" + y="36.400002" + id="tspan15421">Anbindung an</tspan><tspan + x="8.7578125" + y="50.799999" + id="tspan15423">das Testsystem</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15429" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15431" /> + </g> + </g> + <g + class="djs-group" + id="g15457" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0sg3ma9" + style="display:block" + transform="translate(2430,1230)" + id="g15455"> + <g + class="djs-visual" + id="g15449"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15437" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15447"><tspan + x="17.487305" + y="22" + id="tspan15439">Intensivierte</tspan><tspan + x="17.982422" + y="36.400002" + id="tspan15441">Planung mit</tspan><tspan + x="8.9765625" + y="50.799999" + id="tspan15443">FITKO und ggf.</tspan><tspan + x="19.148438" + y="65.199997" + id="tspan15445">Gegenseite</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15451" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15453" /> + </g> + </g> + <g + class="djs-group" + id="g15745" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1vux16o" + style="display:block" + transform="translate(1339,1034)" + id="g15743"> + <g + class="djs-visual" + id="g15737"> + <rect + x="0" + y="0" + width="191" + height="41" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15729" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="191" + height="41" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15739" /> + <rect + x="-6" + y="-6" + rx="3" + width="203" + height="53" + class="djs-outline" + style="fill:none" + id="rect15741" /> + </g> + </g> + <g + class="djs-group" + id="g15765" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0trcdxe" + style="display:block" + transform="translate(2200,1176)" + id="g15763"> + <g + class="djs-visual" + id="g15757"> + <rect + x="0" + y="0" + width="100" + height="41" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15747" /> + <path + d="M 0,0 M 10,0 H 0 v 41 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15749" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15755"><tspan + x="5" + y="15.8" + id="tspan15751">Öffentlich</tspan><tspan + x="5" + y="30.200001" + id="tspan15753">Verfügbar</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="41" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15759" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="53" + class="djs-outline" + style="fill:none" + id="rect15761" /> + </g> + </g> + <g + class="djs-group" + id="g15787" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_02va35a" + style="display:block" + transform="translate(1890,1040)" + id="g15785"> + <g + class="djs-visual" + id="g15779"> + <rect + x="0" + y="0" + width="394" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15767" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15769" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15777"><tspan + x="5" + y="15.8" + id="tspan15771">Interessensbekundung an FITKO senden - wir unterstützen!</tspan><tspan + x="5" + y="30.200001" + id="tspan15773">Abstimmung mit Gegenseite (potentielle Empfänger) wird stark</tspan><tspan + x="5" + y="44.599998" + id="tspan15775">empfohlen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="394" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15781" /> + <rect + x="-6" + y="-6" + rx="3" + width="406" + height="67" + class="djs-outline" + style="fill:none" + id="rect15783" /> + </g> + </g> + <g + class="djs-group" + id="g15831" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1hbnjs6" + style="display:block" + transform="translate(1553,1039)" + id="g15829"> + <g + class="djs-visual" + id="g15823"> + <rect + x="0" + y="0" + width="100" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15811" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15813" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15821"><tspan + x="5" + y="15.8" + id="tspan15815">ggf. sinnvolle</tspan><tspan + x="5" + y="30.200001" + id="tspan15817">Gruppierungen</tspan><tspan + x="5" + y="44.599998" + id="tspan15819">nutzen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15825" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="67" + class="djs-outline" + style="fill:none" + id="rect15827" /> + </g> + </g> + <g + class="djs-group" + id="g15871" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1hgv2c8" + style="display:block" + transform="translate(1938,1243)" + id="g15869"> + <g + class="djs-visual" + id="g15863"> + <rect + x="0" + y="0" + width="130" + height="40" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15853" /> + <path + d="M 0,0 M 10,0 H 0 v 40 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15855" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15861"><tspan + x="5" + y="15.8" + id="tspan15857">unter Umständen</tspan><tspan + x="5" + y="30.200001" + id="tspan15859">zeitgleich</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="130" + height="40" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15865" /> + <rect + x="-6" + y="-6" + rx="3" + width="142" + height="52" + class="djs-outline" + style="fill:none" + id="rect15867" /> + </g> + </g> + <g + class="djs-group" + id="g15891" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0iwmz2g" + style="display:block" + transform="translate(1884,1438)" + id="g15889"> + <g + class="djs-visual" + id="g15883"> + <rect + x="0" + y="0" + width="386" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15873" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15875" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15881"><tspan + x="5" + y="15.8" + id="tspan15877">Interessensbekundung an FITKO senden - wir unterstützen!</tspan><tspan + x="5" + y="30.200001" + id="tspan15879">Abstimmung mit Gegenseite (potentielle Sender) wird stark empfohlen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="386" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15885" /> + <rect + x="-6" + y="-6" + rx="3" + width="398" + height="67" + class="djs-outline" + style="fill:none" + id="rect15887" /> + </g> + </g> + <g + class="djs-group" + id="g15913" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0kluix0" + style="display:block" + transform="translate(1730,1441)" + id="g15911"> + <g + class="djs-visual" + id="g15905"> + <rect + x="0" + y="0" + width="100" + height="50" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15893" /> + <path + d="M 0,0 M 10,0 H 0 v 50 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15895" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15903"><tspan + x="5" + y="15.8" + id="tspan15897">Formate können</tspan><tspan + x="5" + y="30.200001" + id="tspan15899">kontinuierlich</tspan><tspan + x="5" + y="44.599998" + id="tspan15901">erweitert werden</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15907" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="62" + class="djs-outline" + style="fill:none" + id="rect15909" /> + </g> + </g> + <g + class="djs-group" + id="g15937" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1waciq3" + style="display:block" + transform="translate(1730,1032)" + id="g15935"> + <g + class="djs-visual" + id="g15929"> + <rect + x="0" + y="0" + width="100" + height="69" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15915" /> + <path + d="M 0,0 M 10,0 H 0 v 69 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15917" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15927"><tspan + x="5" + y="15.8" + id="tspan15919">Für weitere</tspan><tspan + x="5" + y="30.200001" + id="tspan15921">Formate</tspan><tspan + x="5" + y="44.599998" + id="tspan15923">Empfänger</tspan><tspan + x="5" + y="59" + id="tspan15925">kontaktieren</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="69" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15931" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="81" + class="djs-outline" + style="fill:none" + id="rect15933" /> + </g> + </g> + <g + class="djs-group" + id="g16565" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1adcpu2" + style="display:block" + transform="translate(1680,1235)" + id="g16563"> + <g + class="djs-visual" + id="g16557"> + <rect + x="0" + y="0" + width="150" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect16545" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path16547" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text16555"><tspan + x="5" + y="15.8" + id="tspan16549">Gemeinsame</tspan><tspan + x="5" + y="30.200001" + id="tspan16551">Abstimmung innerhalb</tspan><tspan + x="5" + y="44.599998" + id="tspan16553">der Umsetzungsallianz</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="150" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect16559" /> + <rect + x="-6" + y="-6" + rx="3" + width="162" + height="67" + class="djs-outline" + style="fill:none" + id="rect16561" /> + </g> + </g> + <g + class="djs-group" + id="g17611" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0kkbvzt" + style="display:block" + transform="translate(2310,1120)" + id="g17609"> + <g + class="djs-visual" + id="g17603"> + <rect + x="0" + y="0" + width="125" + height="80" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17587" /> + <path + d="M 0,0 M 10,0 H 0 v 80 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17589" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17601"><tspan + x="5" + y="15.8" + id="tspan17591">zusammen mit</tspan><tspan + x="5" + y="30.200001" + id="tspan17593">realem Sender bzw.</tspan><tspan + x="5" + y="44.599998" + id="tspan17595">Empfänger,</tspan><tspan + x="5" + y="59" + id="tspan17597">alternativ mit</tspan><tspan + x="5" + y="73.400002" + id="tspan17599">Sandbox-Systemen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="125" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17605" /> + <rect + x="-6" + y="-6" + rx="3" + width="137" + height="92" + class="djs-outline" + style="fill:none" + id="rect17607" /> + </g> + </g> + <g + class="djs-group" + id="g17861" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)" + style="stroke:url(#linearGradient4605)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_00z653j" + style="display:block;stroke:url(#linearGradient2380)" + id="g17859"> + <g + class="djs-visual" + id="g17853" + style="stroke:url(#linearGradient2380)"> + <path + d="m 1416,1160 h 89" + style="fill:none;stroke:url(#linearGradient2380);stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17851" /> + </g> + <polyline + points="1416,1160 1505,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:url(#linearGradient2380);stroke-width:15px;stroke-opacity:0" + id="polyline17855" /> + </g> + </g> + <g + class="djs-group" + id="g17873" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)" + style="display:inline;stroke:url(#linearGradient5513)" + inkscape:highlight-color="#f8d200"> + <g + class="djs-element djs-connection" + data-element-id="Flow_071ou5c" + style="display:inline;stroke:url(#linearGradient5513)" + id="g17871"> + <g + class="djs-visual" + id="g17865" + style="display:inline;stroke:url(#linearGradient5513)"> + <path + d="m 1605,1160 h 75" + style="display:inline;fill:none;stroke:url(#linearGradient4014);stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17863" /> + </g> + <polyline + points="1605,1160 1680,1160 " + class="djs-hit djs-hit-stroke" + style="display:inline;fill:none;stroke:url(#linearGradient5513);stroke-width:15px;stroke-opacity:0" + id="polyline17867" /> + </g> + </g> + <g + class="djs-group" + id="g17885" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1uib0jv" + style="display:block" + id="g17883"> + <g + class="djs-visual" + id="g17877"> + <path + d="m 1780,1160 h 60" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17875" + inkscape:highlight-color="#f8d200" /> + </g> + <polyline + points="1780,1160 1840,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17879" /> + <rect + x="1774" + y="1154" + rx="3" + width="72" + height="12" + class="djs-outline" + style="fill:none" + id="rect17881" /> + </g> + </g> + <g + class="djs-group" + id="g17897" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)" + style="display:inline"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0ff9e4d" + style="display:inline" + id="g17895"> + <g + class="djs-visual" + id="g17889" + inkscape:label="g17889" + style="display:inline;stroke:url(#linearGradient7036)"> + <path + d="m 1940,1160 h 139" + style="display:inline;fill:none;stroke:url(#linearGradient4533);stroke-width:1.99937;stroke-linejoin:round;stroke-dasharray:none;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17887" /> + </g> + <polyline + points="1940,1160 2079,1160 " + class="djs-hit djs-hit-stroke" + style="display:none;fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17891" /> + <rect + x="1934" + y="1154" + rx="3" + width="151" + height="12" + class="djs-outline" + style="display:inline;fill:none" + id="rect17893" /> + </g> + </g> + <g + class="djs-group" + id="g17909" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_06am4y8" + style="display:block" + id="g17907"> + <g + class="djs-visual" + id="g17901"> + <path + d="m 2360,1270 h 70" + style="fill:none;stroke:#f8d209;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17899" /> + </g> + <polyline + points="2360,1270 2430,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17903" /> + <rect + x="2354" + y="1264" + rx="3" + width="82" + height="12" + class="djs-outline" + style="fill:none" + id="rect17905" /> + </g> + </g> + <g + class="djs-group" + id="g17921" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0abqjkk" + style="display:block" + id="g17919"> + <g + class="djs-visual" + id="g17913"> + <path + d="m 1416,1370 h 89" + style="display:inline;fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17911" /> + </g> + <polyline + points="1416,1370 1505,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17915" /> + <rect + x="1410" + y="1364" + rx="3" + width="101" + height="12" + class="djs-outline" + style="fill:none" + id="rect17917" /> + </g> + </g> + <g + class="djs-group" + id="g17933" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_02pjsor" + style="display:block" + id="g17931"> + <g + class="djs-visual" + id="g17925"> + <path + d="m 1605,1370 h 75" + style="display:inline;fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17923" /> + </g> + <polyline + points="1605,1370 1680,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17927" /> + <rect + x="1599" + y="1364" + rx="3" + width="87" + height="12" + class="djs-outline" + style="display:inline;fill:none" + id="rect17929" /> + </g> + </g> + <g + class="djs-group" + id="g17945" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_190lahe" + style="display:block" + id="g17943"> + <g + class="djs-visual" + id="g17937"> + <path + d="m 1780,1370 h 60" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17935" /> + </g> + <polyline + points="1780,1370 1840,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17939" /> + <rect + x="1774" + y="1364" + rx="3" + width="72" + height="12" + class="djs-outline" + style="fill:none" + id="rect17941" /> + </g> + </g> + <g + class="djs-group" + id="g17957" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_05lw1q9" + style="display:block" + id="g17955"> + <g + class="djs-visual" + id="g17949"> + <path + d="m 1940,1370 h 139" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17947" /> + </g> + <polyline + points="1940,1370 2079,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17951" /> + <rect + x="1934" + y="1364" + rx="3" + width="151" + height="12" + class="djs-outline" + style="fill:none" + id="rect17953" /> + </g> + </g> + <g + class="djs-group" + id="g19097" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0hepuws" + style="display:block" + id="g19095"> + <g + class="djs-visual" + id="g19089"> + <path + d="m 2530,1270 h 68" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19087" /> + </g> + <polyline + points="2530,1270 2598,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19091" /> + <rect + x="2524" + y="1264" + rx="3" + width="80" + height="12" + class="djs-outline" + style="fill:none" + id="rect19093" /> + </g> + </g> + <g + class="djs-group" + id="g19109" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0g9cift" + style="display:block" + id="g19107"> + <g + class="djs-visual" + id="g19101"> + <path + d="m 2129,1200 v 30" + style="fill:none;stroke:#000000;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19099" /> + </g> + <polyline + points="2129,1200 2129,1230 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19103" /> + <rect + x="2123" + y="1194" + rx="3" + width="12" + height="42" + class="djs-outline" + style="fill:none" + id="rect19105" /> + </g> + </g> + <g + class="djs-group" + id="g19121" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0fxq3qu" + style="display:block" + id="g19119"> + <g + class="djs-visual" + id="g19113"> + <path + d="m 2129,1330 v -20" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19111" /> + </g> + <polyline + points="2129,1330 2129,1310 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19115" /> + <rect + x="2123" + y="1304" + rx="3" + width="12" + height="32" + class="djs-outline" + style="display:inline;fill:none" + id="rect19117" /> + </g> + </g> + <g + class="djs-group" + id="g19133" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_132yd3z" + style="display:block" + id="g19131"> + <g + class="djs-visual" + id="g19125"> + <path + d="m 2179,1270 h 81" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19123" /> + </g> + <polyline + points="2179,1270 2260,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19127" /> + <rect + x="2173" + y="1264" + rx="3" + width="93" + height="12" + class="djs-outline" + style="fill:none" + id="rect19129" /> + </g> + </g> + <g + class="djs-group" + id="g19493" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_11qbbv7" + style="display:block" + id="g19491"> + <g + class="djs-visual" + id="g19485"> + <polyline + points="1890,1120 1908,1095 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19483" /> + </g> + <polyline + points="1890,1120 1908,1095 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19487" /> + <rect + x="1884" + y="1089" + rx="3" + width="30" + height="37" + class="djs-outline" + style="fill:none" + id="rect19489" /> + </g> + </g> + <g + class="djs-group" + id="g19505" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0u6ho40" + style="display:block" + id="g19503"> + <g + class="djs-visual" + id="g19497"> + <polyline + points="1555,1120 1574,1094 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19495" /> + </g> + <polyline + points="1555,1120 1574,1094 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19499" /> + <rect + x="1549" + y="1088" + rx="3" + width="31" + height="38" + class="djs-outline" + style="fill:none" + id="rect19501" /> + </g> + </g> + <g + class="djs-group" + id="g19529" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0aclxcb" + style="display:block" + id="g19527"> + <g + class="djs-visual" + id="g19521"> + <polyline + points="2038,1283 2113,1330 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19519" /> + </g> + <polyline + points="2038,1283 2113,1330 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19523" /> + <rect + x="2032" + y="1277" + rx="3" + width="87" + height="59" + class="djs-outline" + style="fill:none" + id="rect19525" /> + </g> + </g> + <g + class="djs-group" + id="g19541" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0837xhb" + style="display:block" + id="g19539"> + <g + class="djs-visual" + id="g19533"> + <polyline + points="2038,1243 2112,1200 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19531" /> + </g> + <polyline + points="2038,1243 2112,1200 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19535" /> + <rect + x="2032" + y="1194" + rx="3" + width="86" + height="55" + class="djs-outline" + style="fill:none" + id="rect19537" /> + </g> + </g> + <g + class="djs-group" + id="g19553" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_09wixch" + style="display:block" + id="g19551"> + <g + class="djs-visual" + id="g19545"> + <polyline + points="1972,1243 1905,1200 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19543" /> + </g> + <polyline + points="1972,1243 1905,1200 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19547" /> + <rect + x="1899" + y="1194" + rx="3" + width="79" + height="55" + class="djs-outline" + style="fill:none" + id="rect19549" /> + </g> + </g> + <g + class="djs-group" + id="g19565" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1xpfjpo" + style="display:block" + id="g19563"> + <g + class="djs-visual" + id="g19557"> + <polyline + points="1973,1283 1904,1330 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19555" /> + </g> + <polyline + points="1973,1283 1904,1330 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19559" /> + <rect + x="1898" + y="1277" + rx="3" + width="81" + height="59" + class="djs-outline" + style="fill:none" + id="rect19561" /> + </g> + </g> + <g + class="djs-group" + id="g19577" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1q0j0ow" + style="display:block" + id="g19575"> + <g + class="djs-visual" + id="g19569"> + <polyline + points="1890,1410 1918,1438 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19567" /> + </g> + <polyline + points="1890,1410 1918,1438 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19571" /> + <rect + x="1884" + y="1404" + rx="3" + width="40" + height="40" + class="djs-outline" + style="fill:none" + id="rect19573" /> + </g> + </g> + <g + class="djs-group" + id="g19589" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1033j7v" + style="display:block" + id="g19587"> + <g + class="djs-visual" + id="g19581"> + <polyline + points="1730,1410 1764,1441 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19579" /> + </g> + <polyline + points="1730,1410 1764,1441 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19583" /> + <rect + x="1724" + y="1404" + rx="3" + width="46" + height="43" + class="djs-outline" + style="fill:none" + id="rect19585" /> + </g> + </g> + <g + class="djs-group" + id="g19601" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1v9lqj7" + style="display:block" + id="g19599"> + <g + class="djs-visual" + id="g19593"> + <polyline + points="1748,1101 1730,1120 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19591" /> + </g> + <polyline + points="1748,1101 1730,1120 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19595" /> + <rect + x="1724" + y="1095" + rx="3" + width="30" + height="31" + class="djs-outline" + style="fill:none" + id="rect19597" /> + </g> + </g> + <g + class="djs-group" + id="g19757" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0biu94g" + style="display:block" + id="g19755"> + <g + class="djs-visual" + id="g19749"> + <polyline + points="1730,1200 1730,1235 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19747" /> + </g> + <polyline + points="1730,1200 1730,1235 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19751" /> + <rect + x="1724" + y="1194" + rx="3" + width="12" + height="47" + class="djs-outline" + style="fill:none" + id="rect19753" /> + </g> + </g> + <g + class="djs-group" + id="g19769" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0jw4q7x" + style="display:block" + id="g19767"> + <g + class="djs-visual" + id="g19761"> + <polyline + points="1730,1330 1730,1300 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19759" /> + </g> + <polyline + points="1730,1330 1730,1300 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19763" /> + <rect + x="1724" + y="1294" + rx="3" + width="12" + height="42" + class="djs-outline" + style="fill:none" + id="rect19765" /> + </g> + </g> + <g + class="djs-group" + id="g20081" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0f90vzz" + style="display:block" + id="g20079"> + <g + class="djs-visual" + id="g20073"> + <polyline + points="2178,1238 2210,1217 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20071" /> + </g> + <polyline + points="2178,1238 2210,1217 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20075" /> + <rect + x="2172" + y="1211" + rx="3" + width="44" + height="33" + class="djs-outline" + style="fill:none" + id="rect20077" /> + </g> + </g> + <g + class="djs-group" + id="g20129" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0aqlrz3" + style="display:block" + id="g20127"> + <g + class="djs-visual" + id="g20121"> + <polyline + points="2310,1230 2340,1200 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20119" /> + </g> + <polyline + points="2310,1230 2340,1200 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20123" /> + <rect + x="2304" + y="1194" + rx="3" + width="42" + height="42" + class="djs-outline" + style="fill:none" + id="rect20125" /> + </g> + </g> + </g> +</svg> diff --git a/static/images/leitfaeden/Anbindung-receiver-part-2.svg b/static/images/leitfaeden/Anbindung-receiver-part-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..3c842781f962eb2b803d0ff0581620a333ff21f0 --- /dev/null +++ b/static/images/leitfaeden/Anbindung-receiver-part-2.svg @@ -0,0 +1,1675 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="281.38437mm" + height="123.03125mm" + viewBox="0 0 281.38437 123.03125" + version="1.1" + id="svg60224" + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + sodipodi:docname="Anbindung-receiver-part-2.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview60226" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + showgrid="false" + inkscape:zoom="0.87885424" + inkscape:cx="428.39868" + inkscape:cy="316.32094" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="1592" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" + showguides="true"> + <sodipodi:guide + position="-43.050843,190.46754" + orientation="1,0" + id="guide8823" + inkscape:locked="false" /> + </sodipodi:namedview> + <defs + id="defs60221"> + <marker + id="sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path13480" /> + </marker> + <marker + id="marker59889" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59887" /> + </marker> + <marker + id="marker59893" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59891" /> + </marker> + <marker + id="marker59897" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59895" /> + </marker> + <marker + id="marker59901" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59899" /> + </marker> + <marker + id="marker59905" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59903" /> + </marker> + <marker + id="marker59909" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59907" /> + </marker> + <marker + id="marker59913" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59911" /> + </marker> + <marker + id="marker59917" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59915" /> + </marker> + <marker + id="marker59921" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59919" /> + </marker> + <marker + id="marker59925" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59923" /> + </marker> + <marker + id="marker59929" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59927" /> + </marker> + <marker + id="marker59933" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59931" /> + </marker> + </defs> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(8.3741751,-65.511775)"> + <g + class="djs-group" + id="g13657" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0ux9qdd" + style="display:block" + transform="translate(2884,1230)" + id="g13655"> + <g + class="djs-visual" + id="g13649"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13639" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13647"><tspan + x="19.825195" + y="29.200001" + id="tspan13641">Regressive</tspan><tspan + x="12.647461" + y="43.599998" + id="tspan13643">Tests auf dem</tspan><tspan + x="6.6484375" + y="58" + id="tspan13645">Referenzsystem</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13651" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13653" /> + </g> + </g> + <g + class="djs-group" + id="g13675" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1t3pki6" + style="display:block" + transform="translate(3080,1120)" + id="g13673"> + <g + class="djs-visual" + id="g13667"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect13659" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13665"><tspan + x="22.984375" + y="36.400002" + id="tspan13661">Produktiv-</tspan><tspan + x="28.822266" + y="50.799999" + id="tspan13663">setzung</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13669" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13671" /> + </g> + </g> + <g + class="djs-group" + id="g13773" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_006rut5" + style="display:block" + transform="translate(3080,1330)" + id="g13771"> + <g + class="djs-visual" + id="g13765"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="display:inline;fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13757" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13763"><tspan + x="22.984375" + y="36.400002" + id="tspan13759">Produktiv-</tspan><tspan + x="28.822266" + y="50.799999" + id="tspan13761">setzung</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13767" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13769" /> + </g> + </g> + <g + class="djs-group" + id="g15071" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1br6378" + style="display:block" + transform="translate(2667,1330)" + id="g15069"> + <g + class="djs-visual" + id="g15063"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15049" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15061"><tspan + x="32.65625" + y="14.8" + id="tspan15051">V-PKI-</tspan><tspan + x="23.996094" + y="29.200001" + id="tspan15053">Zertifikate</tspan><tspan + x="15.078125" + y="43.599998" + id="tspan15055">beschaffen &</tspan><tspan + x="7.8046875" + y="58" + id="tspan15057">Berechtigungen</tspan><tspan + x="23.821289" + y="72.400002" + id="tspan15059">einrichten</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15065" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15067" /> + </g> + </g> + <g + class="djs-group" + id="g15471" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_1iois55" + style="display:block" + transform="translate(2598,1245)" + id="g15469"> + <g + class="djs-visual" + id="g15463"> + <polygon + points="25,50 0,25 25,0 50,25 " + style="display:inline;fill:#f8ffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15459" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="display:inline;fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15461" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15465" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15467" /> + </g> + </g> + <g + class="djs-group" + id="g15485" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_0swxjm0" + style="display:block" + transform="translate(2797,1245)" + id="g15483"> + <g + class="djs-visual" + id="g15477"> + <polygon + points="25,0 50,25 25,50 0,25 " + style="display:inline;fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15473" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15475" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15479" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15481" /> + </g> + </g> + <g + class="djs-group" + id="g15507" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1uf17lw" + style="display:block" + transform="translate(2667,1120)" + id="g15505"> + <g + class="djs-visual" + id="g15499"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect15487" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15497"><tspan + x="16.3125" + y="22" + id="tspan15489">Rechtliche &</tspan><tspan + x="18.152344" + y="36.400002" + id="tspan15491">Vertragliche</tspan><tspan + x="21.817383" + y="50.799999" + id="tspan15493">Grundlage</tspan><tspan + x="17.484375" + y="65.199997" + id="tspan15495">abschließen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15501" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15503" /> + </g> + </g> + <g + class="djs-group" + id="g15525" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0xkl9lf" + style="display:block" + transform="translate(3235,1120)" + id="g15523"> + <g + class="djs-visual" + id="g15517"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect15509" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15515"><tspan + x="6.4824219" + y="36.400002" + id="tspan15511">Anbieten im FIT-</tspan><tspan + x="35.496094" + y="50.799999" + id="tspan15513">Store</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15519" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15521" /> + </g> + </g> + <g + class="djs-group" + id="g15545" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_16aowto" + style="display:block" + transform="translate(3440,1230)" + id="g15543"> + <g + class="djs-visual" + id="g15537"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d22a;stroke-width:2px;stroke-opacity:1" + id="rect15527" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15535"><tspan + x="29.320312" + y="29.200001" + id="tspan15529">Betrieb,</tspan><tspan + x="10.648438" + y="43.599998" + id="tspan15531">Optimierung u.</tspan><tspan + x="17.821289" + y="58" + id="tspan15533">Erweiterung</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15539" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15541" /> + </g> + </g> + <g + class="djs-group" + id="g15559" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_0r3hxsl" + style="display:block" + transform="translate(3025,1245)" + id="g15557"> + <g + class="djs-visual" + id="g15551"> + <polygon + points="25,0 50,25 25,50 0,25 " + style="display:inline;fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15547" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15549" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15553" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15555" /> + </g> + </g> + <g + class="djs-group" + id="g15697" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_0b5wz7n" + style="display:block" + transform="translate(3345,1245)" + id="g15695"> + <g + class="djs-visual" + id="g15689"> + <polygon + points="25,50 0,25 25,0 50,25 " + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15685" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15687" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15691" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15693" /> + </g> + </g> + <g + class="djs-group" + id="g15809" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1dvv6n1" + style="display:block" + transform="translate(2710,1036)" + id="g15807"> + <g + class="djs-visual" + id="g15801"> + <rect + x="0" + y="0" + width="221" + height="62" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15789" /> + <path + d="M 0,0 M 10,0 H 0 v 62 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15791" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15799"><tspan + x="5" + y="15.8" + id="tspan15793">- AVV & Nutzungsbedingungen</tspan><tspan + x="5" + y="30.200001" + id="tspan15795">- Anschließend Berechtigung durch</tspan><tspan + x="5" + y="44.599998" + id="tspan15797">FITKO auf REFZ & PROD</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="221" + height="62" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15803" /> + <rect + x="-6" + y="-6" + rx="3" + width="233" + height="74" + class="djs-outline" + style="fill:none" + id="rect15805" /> + </g> + </g> + <g + class="djs-group" + id="g15851" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0w6dys1" + style="display:block" + transform="translate(3124,1059)" + id="g15849"> + <g + class="djs-visual" + id="g15843"> + <rect + x="0" + y="0" + width="156" + height="35" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15833" /> + <path + d="M 0,0 M 10,0 H 0 v 35 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15835" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15841"><tspan + x="5" + y="15.8" + id="tspan15837">V-PKI für Versand nicht</tspan><tspan + x="5" + y="30.200001" + id="tspan15839">relevant</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="156" + height="35" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15845" /> + <rect + x="-6" + y="-6" + rx="3" + width="168" + height="47" + class="djs-outline" + style="fill:none" + id="rect15847" /> + </g> + </g> + <g + class="djs-group" + id="g17563" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0o1q6fw" + style="display:block" + transform="translate(2710,1429)" + id="g17561"> + <g + class="djs-visual" + id="g17555"> + <rect + x="0" + y="0" + width="200" + height="57" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17543" /> + <path + d="M 0,0 M 10,0 H 0 v 57 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17545" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17553"><tspan + x="5" + y="15.8" + id="tspan17547">werden auf dem Referenzsystem</tspan><tspan + x="5" + y="30.200001" + id="tspan17549">genutzt und auf das</tspan><tspan + x="5" + y="44.599998" + id="tspan17551">Produktivsystem migriert.</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="200" + height="57" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17557" /> + <rect + x="-6" + y="-6" + rx="3" + width="212" + height="69" + class="djs-outline" + style="fill:none" + id="rect17559" /> + </g> + </g> + <g + class="djs-group" + id="g17637" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0x2iitm" + style="display:block" + transform="translate(2931,1115)" + id="g17635"> + <g + class="djs-visual" + id="g17629"> + <rect + x="0" + y="0" + width="118" + height="90" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17613" /> + <path + d="M 0,0 M 10,0 H 0 v 90 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17615" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17627"><tspan + x="5" + y="15.8" + id="tspan17617">zusammen mit</tspan><tspan + x="5" + y="30.200001" + id="tspan17619">realem Sender bzw.</tspan><tspan + x="5" + y="44.599998" + id="tspan17621">Empfänger,</tspan><tspan + x="5" + y="59" + id="tspan17623">alternativ mit</tspan><tspan + x="5" + y="73.400002" + id="tspan17625">Sandbox-Systemen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="118" + height="90" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17631" /> + <rect + x="-6" + y="-6" + rx="3" + width="130" + height="102" + class="djs-outline" + style="fill:none" + id="rect17633" /> + </g> + </g> + <g + class="djs-group" + id="g17659" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_05tkm04" + style="display:block" + transform="translate(3480,1159)" + id="g17657"> + <g + class="djs-visual" + id="g17651"> + <rect + x="0" + y="0" + width="100" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17639" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17641" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17649"><tspan + x="5" + y="15.8" + id="tspan17643">Schema,</tspan><tspan + x="5" + y="30.200001" + id="tspan17645">Leistungen,</tspan><tspan + x="5" + y="44.599998" + id="tspan17647">Regionen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17653" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="67" + class="djs-outline" + style="fill:none" + id="rect17655" /> + </g> + </g> + <g + class="djs-group" + id="g17969" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0a00q31" + style="display:block" + id="g17967"> + <g + class="djs-visual" + id="g17961"> + <path + d="m 3050,1295 v 75 h 30" + style="fill:none;stroke:#f8d22a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17959" + inkscape:label="path17959" /> + </g> + <polyline + points="3050,1295 3050,1370 3080,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17963" /> + <rect + x="3044" + y="1289" + rx="3" + width="42" + height="87" + class="djs-outline" + style="fill:none" + id="rect17965" /> + </g> + </g> + <g + class="djs-group" + id="g19097" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0hepuws" + style="display:block" + id="g19095"> + <g + class="djs-visual" + id="g19089"> + <path + d="m 2530,1270 h 68" + style="fill:none;stroke:#f8d209;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19087" /> + </g> + <polyline + points="2530,1270 2598,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19091" /> + <rect + x="2524" + y="1264" + rx="3" + width="80" + height="12" + class="djs-outline" + style="fill:none" + id="rect19093" /> + </g> + </g> + <g + class="djs-group" + id="g19145" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_03u4nd4" + style="display:block" + id="g19143"> + <g + class="djs-visual" + id="g19137"> + <path + d="m 2623,1295 v 75 h 44" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19135" /> + </g> + <polyline + points="2623,1295 2623,1370 2667,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19139" /> + <rect + x="2617" + y="1289" + rx="3" + width="56" + height="87" + class="djs-outline" + style="fill:none" + id="rect19141" /> + </g> + </g> + <g + class="djs-group" + id="g19157" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1s200l9" + style="display:block" + id="g19155"> + <g + class="djs-visual" + id="g19149"> + <path + d="m 2847,1270 h 37" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19147" /> + </g> + <polyline + points="2847,1270 2884,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19151" /> + <rect + x="2841" + y="1264" + rx="3" + width="49" + height="12" + class="djs-outline" + style="fill:none" + id="rect19153" /> + </g> + </g> + <g + class="djs-group" + id="g19169" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0groz3g" + style="display:block" + id="g19167"> + <g + class="djs-visual" + id="g19161"> + <path + d="m 2767,1370 h 55 v -75" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19159" /> + </g> + <polyline + points="2767,1370 2822,1370 2822,1295 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19163" /> + <rect + x="2761" + y="1289" + rx="3" + width="67" + height="87" + class="djs-outline" + style="fill:none" + id="rect19165" /> + </g> + </g> + <g + class="djs-group" + id="g19181" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1ysj5ea" + style="display:block" + id="g19179"> + <g + class="djs-visual" + id="g19173"> + <path + d="m 2767,1160 h 55 v 85" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19171" /> + </g> + <polyline + points="2767,1160 2822,1160 2822,1245 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19175" /> + <rect + x="2761" + y="1154" + rx="3" + width="67" + height="97" + class="djs-outline" + style="fill:none" + id="rect19177" /> + </g> + </g> + <g + class="djs-group" + id="g19193" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_06kurfm" + style="display:block" + id="g19191"> + <g + class="djs-visual" + id="g19185"> + <path + d="m 2623,1245 v -85 h 44" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19183" /> + </g> + <polyline + points="2623,1245 2623,1160 2667,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19187" /> + <rect + x="2617" + y="1154" + rx="3" + width="56" + height="97" + class="djs-outline" + style="fill:none" + id="rect19189" /> + </g> + </g> + <g + class="djs-group" + id="g19205" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_16ofuhx" + style="display:block" + id="g19203"> + <g + class="djs-visual" + id="g19197"> + <path + d="m 3180,1160 h 55" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19195" /> + </g> + <polyline + points="3180,1160 3235,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19199" /> + <rect + x="3174" + y="1154" + rx="3" + width="67" + height="12" + class="djs-outline" + style="fill:none" + id="rect19201" /> + </g> + </g> + <g + class="djs-group" + id="g19217" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1y9msy1" + style="display:block" + id="g19215"> + <g + class="djs-visual" + id="g19209"> + <path + d="m 3180,1370 h 190 v -75" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19207" /> + </g> + <polyline + points="3180,1370 3370,1370 3370,1295 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19211" /> + <rect + x="3174" + y="1289" + rx="3" + width="202" + height="87" + class="djs-outline" + style="fill:none" + id="rect19213" /> + </g> + </g> + <g + class="djs-group" + id="g19229" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1bwumf1" + style="display:block" + id="g19227"> + <g + class="djs-visual" + id="g19221"> + <path + d="m 3335,1160 h 35 v 85" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19219" /> + </g> + <polyline + points="3335,1160 3370,1160 3370,1245 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19223" /> + <rect + x="3329" + y="1154" + rx="3" + width="47" + height="97" + class="djs-outline" + style="fill:none" + id="rect19225" /> + </g> + </g> + <g + class="djs-group" + id="g19241" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1s8tgc6" + style="display:block" + id="g19239"> + <g + class="djs-visual" + id="g19233"> + <path + d="m 2984,1270 h 41" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19231" /> + </g> + <polyline + points="2984,1270 3025,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19235" /> + <rect + x="2978" + y="1264" + rx="3" + width="53" + height="12" + class="djs-outline" + style="fill:none" + id="rect19237" /> + </g> + </g> + <g + class="djs-group" + id="g19253" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0lvryhd" + style="display:block" + id="g19251"> + <g + class="djs-visual" + id="g19245"> + <path + d="m 3050,1245 v -85 h 30" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19243" /> + </g> + <polyline + points="3050,1245 3050,1160 3080,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19247" /> + <rect + x="3044" + y="1154" + rx="3" + width="42" + height="97" + class="djs-outline" + style="fill:none" + id="rect19249" /> + </g> + </g> + <g + class="djs-group" + id="g19469" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0u52fv8" + style="display:block" + id="g19467"> + <g + class="djs-visual" + id="g19461"> + <path + d="m 3395,1270 h 45" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19459" /> + </g> + <polyline + points="3395,1270 3440,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19463" /> + <rect + x="3389" + y="1264" + rx="3" + width="57" + height="12" + class="djs-outline" + style="fill:none" + id="rect19465" /> + </g> + </g> + <g + class="djs-group" + id="g19517" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1ki2lki" + style="display:block" + id="g19515"> + <g + class="djs-visual" + id="g19509"> + <polyline + points="3130,1120 3158,1094 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19507" /> + </g> + <polyline + points="3130,1120 3158,1094 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19511" /> + <rect + x="3124" + y="1088" + rx="3" + width="40" + height="38" + class="djs-outline" + style="fill:none" + id="rect19513" /> + </g> + </g> + <g + class="djs-group" + id="g20093" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1r3uc94" + style="display:block" + id="g20091"> + <g + class="djs-visual" + id="g20085"> + <polyline + points="2717,1410 2733,1429 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20083" /> + </g> + <polyline + points="2717,1410 2733,1429 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20087" /> + <rect + x="2711" + y="1404" + rx="3" + width="28" + height="31" + class="djs-outline" + style="fill:none" + id="rect20089" /> + </g> + </g> + <g + class="djs-group" + id="g20105" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0xryst0" + style="display:block" + id="g20103"> + <g + class="djs-visual" + id="g20097"> + <polyline + points="2717,1120 2737,1098 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20095" /> + </g> + <polyline + points="2717,1120 2737,1098 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20099" /> + <rect + x="2711" + y="1092" + rx="3" + width="32" + height="34" + class="djs-outline" + style="fill:none" + id="rect20101" /> + </g> + </g> + <g + class="djs-group" + id="g20141" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0k7ggwr" + style="display:block" + id="g20139"> + <g + class="djs-visual" + id="g20133"> + <polyline + points="2934,1230 2956,1205 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20131" /> + </g> + <polyline + points="2934,1230 2956,1205 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20135" /> + <rect + x="2928" + y="1199" + rx="3" + width="34" + height="37" + class="djs-outline" + style="fill:none" + id="rect20137" /> + </g> + </g> + <g + class="djs-group" + id="g20153" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1dymlgv" + style="display:block" + id="g20151"> + <g + class="djs-visual" + id="g20145"> + <polyline + points="3490,1230 3505,1214 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20143" /> + </g> + <polyline + points="3490,1230 3505,1214 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20147" /> + <rect + x="3484" + y="1208" + rx="3" + width="27" + height="28" + class="djs-outline" + style="fill:none" + id="rect20149" /> + </g> + </g> + </g> +</svg> diff --git a/static/images/leitfaeden/Anbindung-sender-part-1.svg b/static/images/leitfaeden/Anbindung-sender-part-1.svg new file mode 100644 index 0000000000000000000000000000000000000000..7f7580996d9f6efa6df93487303e5db3a08ffc42 --- /dev/null +++ b/static/images/leitfaeden/Anbindung-sender-part-1.svg @@ -0,0 +1,2496 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="336.68228mm" + height="125.94167mm" + viewBox="0 0 336.68228 125.94167" + version="1.1" + id="svg41502" + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + sodipodi:docname="Anbindung-sender-part-1.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview41504" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + showgrid="false" + inkscape:zoom="1.3289991" + inkscape:cx="601.95677" + inkscape:cy="82.01661" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="1592" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /> + <defs + id="defs41499"> + <linearGradient + id="linearGradient12228" + inkscape:swatch="solid"> + <stop + style="stop-color:#f8d200;stop-opacity:1;" + offset="0" + id="stop12226" /> + </linearGradient> + <linearGradient + id="linearGradient7034" + inkscape:swatch="solid"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop7032" /> + </linearGradient> + <linearGradient + id="linearGradient5511" + inkscape:swatch="solid"> + <stop + style="stop-color:#000000;stop-opacity:1;" + offset="0" + id="stop5509" /> + </linearGradient> + <linearGradient + id="linearGradient4603" + inkscape:swatch="solid"> + <stop + style="stop-color:#f8d200;stop-opacity:1;" + offset="0" + id="stop4601" /> + </linearGradient> + <marker + id="sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg" + viewBox="0 0 11.618034 11.618034" + refX="11" + refY="10" + markerWidth="5.8090172" + markerHeight="5.8090172" + orient="auto" + preserveAspectRatio="xMidYMid"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path13480" /> + </marker> + <marker + id="marker41044" + viewBox="0 0 11.61803399 11.61803399" + refX="11" + refY="10" + markerWidth="5.809017" + markerHeight="5.809017" + orient="auto" + preserveAspectRatio="xMidYMid"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41042" /> + </marker> + <marker + id="marker41048" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41046" /> + </marker> + <marker + id="marker41052" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41050" /> + </marker> + <marker + id="marker41056" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41054" /> + </marker> + <marker + id="marker41060" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41058" /> + </marker> + <marker + id="marker41064" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41062" /> + </marker> + <marker + id="marker41068" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41066" /> + </marker> + <marker + id="marker41072" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41070" /> + </marker> + <marker + id="marker41076" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41074" /> + </marker> + <marker + id="marker41080" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41078" /> + </marker> + <marker + id="marker41084" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41082" /> + </marker> + <marker + id="marker41088" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path41086" /> + </marker> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4603" + id="linearGradient4605" + x1="1410" + y1="1160" + x2="1511" + y2="1160" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4603" + id="linearGradient5513" + x1="1599" + y1="1160" + x2="1686" + y2="1160" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient4603" + id="linearGradient7036" + x1="1940" + y1="1160" + x2="2080.1179" + y2="1160" + gradientUnits="userSpaceOnUse" /> + <linearGradient + inkscape:collect="always" + xlink:href="#linearGradient12228" + id="linearGradient12230" + x1="0" + y1="40" + x2="100" + y2="40" + gradientUnits="userSpaceOnUse" /> + </defs> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(75.669916,-47.782592)" + style="display:inline"> + <g + class="djs-group" + id="g13495" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1pyisij" + style="display:block" + transform="translate(1380,1142)" + id="g13493"> + <g + class="djs-visual" + id="g13487"> + <circle + cx="18" + cy="18" + r="18" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="circle13485" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="36" + height="36" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13489" /> + <rect + x="-6" + y="-6" + rx="3" + width="48" + height="48" + class="djs-outline" + style="fill:none" + id="rect13491" /> + </g> + </g> + <g + class="djs-group" + id="g13509" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1pyisij_label" + style="display:block" + transform="translate(1356,1185)" + id="g13507"> + <g + class="djs-visual" + id="g13501"> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:11px;font-family:Arial, sans-serif;fill:#22242a" + id="text13499"><tspan + x="0" + y="9.8999996" + id="tspan13497">Für Onlinedienste</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="87" + height="14" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13503" /> + <rect + x="-6" + y="-6" + rx="3" + width="99" + height="26" + class="djs-outline" + style="fill:none" + id="rect13505" /> + </g> + </g> + <g + class="djs-group" + id="g13521" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1r1pxc3" + style="display:block" + transform="translate(1380,1352)" + id="g13519"> + <g + class="djs-visual" + id="g13513"> + <circle + cx="18" + cy="18" + r="18" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="circle13511" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="36" + height="36" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13515" /> + <rect + x="-6" + y="-6" + rx="3" + width="48" + height="48" + class="djs-outline" + style="fill:none" + id="rect13517" /> + </g> + </g> + <g + class="djs-group" + id="g13537" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Event_1r1pxc3_label" + style="display:block" + transform="translate(1355,1395)" + id="g13535"> + <g + class="djs-visual" + id="g13529"> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:11px;font-family:Arial, sans-serif;fill:#22242a" + id="text13527"><tspan + x="0" + y="9.8999996" + id="tspan13523">Für Empfangende</tspan><tspan + x="20.679688" + y="23.1" + id="tspan13525">Verfahren</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="89" + height="27" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13531" /> + <rect + x="-6" + y="-6" + rx="3" + width="101" + height="39" + class="djs-outline" + style="fill:none" + id="rect13533" /> + </g> + </g> + <g + class="djs-group" + id="g13559" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0i4dthl" + style="display:block" + transform="translate(1505,1120)" + id="g13557"> + <g + class="djs-visual" + id="g13551"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13539" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13549"><tspan + x="19.654297" + y="22" + id="tspan13541">Auswahl zu</tspan><tspan + x="16.134766" + y="36.400002" + id="tspan13543">bedienender</tspan><tspan + x="16.983398" + y="50.799999" + id="tspan13545">Empfänger /</tspan><tspan + x="20.478516" + y="65.199997" + id="tspan13547">Leistungen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13553" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13555" /> + </g> + </g> + <g + class="djs-group" + id="g13579" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_10tqzyq" + style="display:block" + transform="translate(1680,1120)" + id="g13577"> + <g + class="djs-visual" + id="g13571"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:url(#linearGradient12230)" + id="rect13561" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13569"><tspan + x="27.654297" + y="29.200001" + id="tspan13563">Auswahl</tspan><tspan + x="16.149414" + y="43.599998" + id="tspan13565">unterstützter</tspan><tspan + x="7.1484375" + y="58" + id="tspan13567">Datenstrukturen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13573" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13575" /> + </g> + </g> + <g + class="djs-group" + id="g13599" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1khb054" + style="display:block" + transform="translate(1840,1120)" + id="g13597"> + <g + class="djs-visual" + id="g13591"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13581" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13589"><tspan + x="7.15625" + y="29.200001" + id="tspan13583">Abstimmung mit</tspan><tspan + x="20.984375" + y="43.599998" + id="tspan13585">Empfangs-</tspan><tspan + x="5.4785156" + y="58" + id="tspan13587">Verantwortlichen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13593" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13595" /> + </g> + </g> + <g + class="djs-group" + id="g13617" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1s7bmi6" + style="display:block" + transform="translate(2079,1120)" + id="g13615"> + <g + class="djs-visual" + id="g13609"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13601" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13607"><tspan + x="5.1474609" + y="36.400002" + id="tspan13603">Implementierung</tspan><tspan + x="16.304688" + y="50.799999" + id="tspan13605">des Senders</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13611" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13613" /> + </g> + </g> + <g + class="djs-group" + id="g13637" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_01l8qoz" + style="display:block" + transform="translate(2260,1230)" + id="g13635"> + <g + class="djs-visual" + id="g13629"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13619" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13627"><tspan + x="21.820312" + y="29.200001" + id="tspan13621">Integrative</tspan><tspan + x="12.647461" + y="43.599998" + id="tspan13623">Tests auf dem</tspan><tspan + x="19.992188" + y="58" + id="tspan13625">Testsystem</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13631" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13633" /> + </g> + </g> + <g + class="djs-group" + id="g13695" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1ti2pv0" + style="display:block" + transform="translate(1505,1330)" + id="g13693"> + <g + class="djs-visual" + id="g13687"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect13677" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13685"><tspan + x="20.150391" + y="29.200001" + id="tspan13679">Festlegung</tspan><tspan + x="11.467773" + y="43.599998" + id="tspan13681">anzubietender</tspan><tspan + x="20.478516" + y="58" + id="tspan13683">Leistungen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13689" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13691" /> + </g> + </g> + <g + class="djs-group" + id="g13715" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1ojz53r" + style="display:block" + transform="translate(1680,1330)" + id="g13713"> + <g + class="djs-visual" + id="g13707"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect13697" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13705"><tspan + x="20.150391" + y="29.200001" + id="tspan13699">Festlegung</tspan><tspan + x="16.149414" + y="43.599998" + id="tspan13701">unterstützter</tspan><tspan + x="7.1484375" + y="58" + id="tspan13703">Datenstrukturen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13709" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13711" /> + </g> + </g> + <g + class="djs-group" + id="g13735" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1821zpk" + style="display:block" + transform="translate(1840,1330)" + id="g13733"> + <g + class="djs-visual" + id="g13727"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect13717" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13725"><tspan + x="7.15625" + y="29.200001" + id="tspan13719">Abstimmung mit</tspan><tspan + x="11.304688" + y="43.599998" + id="tspan13721">Onlinedienste-</tspan><tspan + x="5.4785156" + y="58" + id="tspan13723">Verantwortlichen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13729" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13731" /> + </g> + </g> + <g + class="djs-group" + id="g13755" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0pnmqk9" + style="display:block" + transform="translate(2079,1330)" + id="g13753"> + <g + class="djs-visual" + id="g13747"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect13737" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13745"><tspan + x="8.484375" + y="29.200001" + id="tspan13739">Implementierun</tspan><tspan + x="35.320312" + y="43.599998" + id="tspan13741">g des</tspan><tspan + x="17.648438" + y="58" + id="tspan13743">Empfängers</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13749" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13751" /> + </g> + </g> + <g + class="djs-group" + id="g15435" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0jdmuv0" + style="display:block" + transform="translate(2079,1230)" + id="g15433"> + <g + class="djs-visual" + id="g15427"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15419" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15425"><tspan + x="13.302734" + y="36.400002" + id="tspan15421">Anbindung an</tspan><tspan + x="8.7578125" + y="50.799999" + id="tspan15423">das Testsystem</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15429" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15431" /> + </g> + </g> + <g + class="djs-group" + id="g15457" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0sg3ma9" + style="display:block" + transform="translate(2430,1230)" + id="g15455"> + <g + class="djs-visual" + id="g15449"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15437" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15447"><tspan + x="17.487305" + y="22" + id="tspan15439">Intensivierte</tspan><tspan + x="17.982422" + y="36.400002" + id="tspan15441">Planung mit</tspan><tspan + x="8.9765625" + y="50.799999" + id="tspan15443">FITKO und ggf.</tspan><tspan + x="19.148438" + y="65.199997" + id="tspan15445">Gegenseite</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15451" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15453" /> + </g> + </g> + <g + class="djs-group" + id="g15745" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1vux16o" + style="display:block" + transform="translate(1339,1034)" + id="g15743"> + <g + class="djs-visual" + id="g15737"> + <rect + x="0" + y="0" + width="191" + height="41" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15729" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="191" + height="41" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15739" /> + <rect + x="-6" + y="-6" + rx="3" + width="203" + height="53" + class="djs-outline" + style="fill:none" + id="rect15741" /> + </g> + </g> + <g + class="djs-group" + id="g15765" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0trcdxe" + style="display:block" + transform="translate(2200,1176)" + id="g15763"> + <g + class="djs-visual" + id="g15757"> + <rect + x="0" + y="0" + width="100" + height="41" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15747" /> + <path + d="M 0,0 M 10,0 H 0 v 41 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15749" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15755"><tspan + x="5" + y="15.8" + id="tspan15751">Öffentlich</tspan><tspan + x="5" + y="30.200001" + id="tspan15753">Verfügbar</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="41" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15759" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="53" + class="djs-outline" + style="fill:none" + id="rect15761" /> + </g> + </g> + <g + class="djs-group" + id="g15787" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_02va35a" + style="display:block" + transform="translate(1890,1040)" + id="g15785"> + <g + class="djs-visual" + id="g15779"> + <rect + x="0" + y="0" + width="394" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15767" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15769" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15777"><tspan + x="5" + y="15.8" + id="tspan15771">Interessensbekundung an FITKO senden - wir unterstützen!</tspan><tspan + x="5" + y="30.200001" + id="tspan15773">Abstimmung mit Gegenseite (potentielle Empfänger) wird stark</tspan><tspan + x="5" + y="44.599998" + id="tspan15775">empfohlen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="394" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15781" /> + <rect + x="-6" + y="-6" + rx="3" + width="406" + height="67" + class="djs-outline" + style="fill:none" + id="rect15783" /> + </g> + </g> + <g + class="djs-group" + id="g15831" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1hbnjs6" + style="display:block" + transform="translate(1553,1039)" + id="g15829"> + <g + class="djs-visual" + id="g15823"> + <rect + x="0" + y="0" + width="100" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15811" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15813" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15821"><tspan + x="5" + y="15.8" + id="tspan15815">ggf. sinnvolle</tspan><tspan + x="5" + y="30.200001" + id="tspan15817">Gruppierungen</tspan><tspan + x="5" + y="44.599998" + id="tspan15819">nutzen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15825" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="67" + class="djs-outline" + style="fill:none" + id="rect15827" /> + </g> + </g> + <g + class="djs-group" + id="g15871" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1hgv2c8" + style="display:block" + transform="translate(1938,1243)" + id="g15869"> + <g + class="djs-visual" + id="g15863"> + <rect + x="0" + y="0" + width="130" + height="40" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15853" /> + <path + d="M 0,0 M 10,0 H 0 v 40 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15855" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15861"><tspan + x="5" + y="15.8" + id="tspan15857">unter Umständen</tspan><tspan + x="5" + y="30.200001" + id="tspan15859">zeitgleich</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="130" + height="40" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15865" /> + <rect + x="-6" + y="-6" + rx="3" + width="142" + height="52" + class="djs-outline" + style="fill:none" + id="rect15867" /> + </g> + </g> + <g + class="djs-group" + id="g15891" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0iwmz2g" + style="display:block" + transform="translate(1884,1438)" + id="g15889"> + <g + class="djs-visual" + id="g15883"> + <rect + x="0" + y="0" + width="386" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15873" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15875" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15881"><tspan + x="5" + y="15.8" + id="tspan15877">Interessensbekundung an FITKO senden - wir unterstützen!</tspan><tspan + x="5" + y="30.200001" + id="tspan15879">Abstimmung mit Gegenseite (potentielle Sender) wird stark empfohlen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="386" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15885" /> + <rect + x="-6" + y="-6" + rx="3" + width="398" + height="67" + class="djs-outline" + style="fill:none" + id="rect15887" /> + </g> + </g> + <g + class="djs-group" + id="g15913" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0kluix0" + style="display:block" + transform="translate(1730,1441)" + id="g15911"> + <g + class="djs-visual" + id="g15905"> + <rect + x="0" + y="0" + width="100" + height="50" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15893" /> + <path + d="M 0,0 M 10,0 H 0 v 50 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15895" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15903"><tspan + x="5" + y="15.8" + id="tspan15897">Formate können</tspan><tspan + x="5" + y="30.200001" + id="tspan15899">kontinuierlich</tspan><tspan + x="5" + y="44.599998" + id="tspan15901">erweitert werden</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15907" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="62" + class="djs-outline" + style="fill:none" + id="rect15909" /> + </g> + </g> + <g + class="djs-group" + id="g15937" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1waciq3" + style="display:block" + transform="translate(1730,1032)" + id="g15935"> + <g + class="djs-visual" + id="g15929"> + <rect + x="0" + y="0" + width="100" + height="69" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15915" /> + <path + d="M 0,0 M 10,0 H 0 v 69 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15917" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15927"><tspan + x="5" + y="15.8" + id="tspan15919">Für weitere</tspan><tspan + x="5" + y="30.200001" + id="tspan15921">Formate</tspan><tspan + x="5" + y="44.599998" + id="tspan15923">Empfänger</tspan><tspan + x="5" + y="59" + id="tspan15925">kontaktieren</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="69" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15931" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="81" + class="djs-outline" + style="fill:none" + id="rect15933" /> + </g> + </g> + <g + class="djs-group" + id="g16565" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1adcpu2" + style="display:block" + transform="translate(1680,1235)" + id="g16563"> + <g + class="djs-visual" + id="g16557"> + <rect + x="0" + y="0" + width="150" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect16545" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path16547" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text16555"><tspan + x="5" + y="15.8" + id="tspan16549">Gemeinsame</tspan><tspan + x="5" + y="30.200001" + id="tspan16551">Abstimmung innerhalb</tspan><tspan + x="5" + y="44.599998" + id="tspan16553">der Umsetzungsallianz</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="150" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect16559" /> + <rect + x="-6" + y="-6" + rx="3" + width="162" + height="67" + class="djs-outline" + style="fill:none" + id="rect16561" /> + </g> + </g> + <g + class="djs-group" + id="g17611" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0kkbvzt" + style="display:block" + transform="translate(2310,1120)" + id="g17609"> + <g + class="djs-visual" + id="g17603"> + <rect + x="0" + y="0" + width="125" + height="80" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17587" /> + <path + d="M 0,0 M 10,0 H 0 v 80 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17589" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17601"><tspan + x="5" + y="15.8" + id="tspan17591">zusammen mit</tspan><tspan + x="5" + y="30.200001" + id="tspan17593">realem Sender bzw.</tspan><tspan + x="5" + y="44.599998" + id="tspan17595">Empfänger,</tspan><tspan + x="5" + y="59" + id="tspan17597">alternativ mit</tspan><tspan + x="5" + y="73.400002" + id="tspan17599">Sandbox-Systemen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="125" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17605" /> + <rect + x="-6" + y="-6" + rx="3" + width="137" + height="92" + class="djs-outline" + style="fill:none" + id="rect17607" /> + </g> + </g> + <g + class="djs-group" + id="g17861" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)" + style="stroke:url(#linearGradient4605)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_00z653j" + style="display:block;stroke:url(#linearGradient4605)" + id="g17859"> + <g + class="djs-visual" + id="g17853" + style="stroke:url(#linearGradient4605)"> + <path + d="m 1416,1160 h 89" + style="fill:none;stroke:url(#linearGradient4605);stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17851" /> + </g> + <polyline + points="1416,1160 1505,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:url(#linearGradient4605);stroke-width:15px;stroke-opacity:0" + id="polyline17855" /> + </g> + </g> + <g + class="djs-group" + id="g17873" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)" + style="display:inline;stroke:url(#linearGradient5513)" + inkscape:highlight-color="#f8d200"> + <g + class="djs-element djs-connection" + data-element-id="Flow_071ou5c" + style="display:inline;stroke:url(#linearGradient5513)" + id="g17871"> + <g + class="djs-visual" + id="g17865" + style="display:inline;stroke:url(#linearGradient5513)"> + <path + d="m 1605,1160 h 75" + style="display:inline;fill:none;stroke:url(#linearGradient5513);stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17863" /> + </g> + <polyline + points="1605,1160 1680,1160 " + class="djs-hit djs-hit-stroke" + style="display:inline;fill:none;stroke:url(#linearGradient5513);stroke-width:15px;stroke-opacity:0" + id="polyline17867" /> + </g> + </g> + <g + class="djs-group" + id="g17885" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1uib0jv" + style="display:block" + id="g17883"> + <g + class="djs-visual" + id="g17877"> + <path + d="m 1780,1160 h 60" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17875" + inkscape:highlight-color="#f8d200" /> + </g> + <polyline + points="1780,1160 1840,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17879" /> + <rect + x="1774" + y="1154" + rx="3" + width="72" + height="12" + class="djs-outline" + style="fill:none" + id="rect17881" /> + </g> + </g> + <g + class="djs-group" + id="g17897" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)" + style="display:inline"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0ff9e4d" + style="display:inline" + id="g17895"> + <g + class="djs-visual" + id="g17889" + inkscape:label="g17889" + style="display:inline;stroke:url(#linearGradient7036)"> + <path + d="m 1940,1160 h 139" + style="fill:none;stroke:url(#linearGradient7036);stroke-width:1.99937011;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-dasharray:none" + id="path17887" /> + </g> + <polyline + points="1940,1160 2079,1160 " + class="djs-hit djs-hit-stroke" + style="display:none;fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17891" /> + <rect + x="1934" + y="1154" + rx="3" + width="151" + height="12" + class="djs-outline" + style="display:inline;fill:none" + id="rect17893" /> + </g> + </g> + <g + class="djs-group" + id="g17909" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_06am4y8" + style="display:block" + id="g17907"> + <g + class="djs-visual" + id="g17901"> + <path + d="m 2360,1270 h 70" + style="fill:none;stroke:#f8d209;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path17899" /> + </g> + <polyline + points="2360,1270 2430,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17903" /> + <rect + x="2354" + y="1264" + rx="3" + width="82" + height="12" + class="djs-outline" + style="fill:none" + id="rect17905" /> + </g> + </g> + <g + class="djs-group" + id="g17921" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0abqjkk" + style="display:block" + id="g17919"> + <g + class="djs-visual" + id="g17913"> + <path + d="m 1416,1370 h 89" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17911" /> + </g> + <polyline + points="1416,1370 1505,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17915" /> + <rect + x="1410" + y="1364" + rx="3" + width="101" + height="12" + class="djs-outline" + style="fill:none" + id="rect17917" /> + </g> + </g> + <g + class="djs-group" + id="g17933" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_02pjsor" + style="display:block" + id="g17931"> + <g + class="djs-visual" + id="g17925"> + <path + d="m 1605,1370 h 75" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17923" /> + </g> + <polyline + points="1605,1370 1680,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17927" /> + <rect + x="1599" + y="1364" + rx="3" + width="87" + height="12" + class="djs-outline" + style="fill:none" + id="rect17929" /> + </g> + </g> + <g + class="djs-group" + id="g17945" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_190lahe" + style="display:block" + id="g17943"> + <g + class="djs-visual" + id="g17937"> + <path + d="m 1780,1370 h 60" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17935" /> + </g> + <polyline + points="1780,1370 1840,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17939" /> + <rect + x="1774" + y="1364" + rx="3" + width="72" + height="12" + class="djs-outline" + style="fill:none" + id="rect17941" /> + </g> + </g> + <g + class="djs-group" + id="g17957" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_05lw1q9" + style="display:block" + id="g17955"> + <g + class="djs-visual" + id="g17949"> + <path + d="m 1940,1370 h 139" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17947" /> + </g> + <polyline + points="1940,1370 2079,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17951" /> + <rect + x="1934" + y="1364" + rx="3" + width="151" + height="12" + class="djs-outline" + style="fill:none" + id="rect17953" /> + </g> + </g> + <g + class="djs-group" + id="g19097" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0hepuws" + style="display:block" + id="g19095"> + <g + class="djs-visual" + id="g19089"> + <path + d="m 2530,1270 h 68" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19087" /> + </g> + <polyline + points="2530,1270 2598,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19091" /> + <rect + x="2524" + y="1264" + rx="3" + width="80" + height="12" + class="djs-outline" + style="fill:none" + id="rect19093" /> + </g> + </g> + <g + class="djs-group" + id="g19109" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0g9cift" + style="display:block" + id="g19107"> + <g + class="djs-visual" + id="g19101"> + <path + d="m 2129,1200 v 30" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19099" /> + </g> + <polyline + points="2129,1200 2129,1230 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19103" /> + <rect + x="2123" + y="1194" + rx="3" + width="12" + height="42" + class="djs-outline" + style="fill:none" + id="rect19105" /> + </g> + </g> + <g + class="djs-group" + id="g19121" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0fxq3qu" + style="display:block" + id="g19119"> + <g + class="djs-visual" + id="g19113"> + <path + d="m 2129,1330 v -20" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19111" /> + </g> + <polyline + points="2129,1330 2129,1310 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19115" /> + <rect + x="2123" + y="1304" + rx="3" + width="12" + height="32" + class="djs-outline" + style="fill:none" + id="rect19117" /> + </g> + </g> + <g + class="djs-group" + id="g19133" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_132yd3z" + style="display:block" + id="g19131"> + <g + class="djs-visual" + id="g19125"> + <path + d="m 2179,1270 h 81" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19123" /> + </g> + <polyline + points="2179,1270 2260,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19127" /> + <rect + x="2173" + y="1264" + rx="3" + width="93" + height="12" + class="djs-outline" + style="fill:none" + id="rect19129" /> + </g> + </g> + <g + class="djs-group" + id="g19493" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_11qbbv7" + style="display:block" + id="g19491"> + <g + class="djs-visual" + id="g19485"> + <polyline + points="1890,1120 1908,1095 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19483" /> + </g> + <polyline + points="1890,1120 1908,1095 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19487" /> + <rect + x="1884" + y="1089" + rx="3" + width="30" + height="37" + class="djs-outline" + style="fill:none" + id="rect19489" /> + </g> + </g> + <g + class="djs-group" + id="g19505" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0u6ho40" + style="display:block" + id="g19503"> + <g + class="djs-visual" + id="g19497"> + <polyline + points="1555,1120 1574,1094 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19495" /> + </g> + <polyline + points="1555,1120 1574,1094 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19499" /> + <rect + x="1549" + y="1088" + rx="3" + width="31" + height="38" + class="djs-outline" + style="fill:none" + id="rect19501" /> + </g> + </g> + <g + class="djs-group" + id="g19529" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0aclxcb" + style="display:block" + id="g19527"> + <g + class="djs-visual" + id="g19521"> + <polyline + points="2038,1283 2113,1330 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19519" /> + </g> + <polyline + points="2038,1283 2113,1330 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19523" /> + <rect + x="2032" + y="1277" + rx="3" + width="87" + height="59" + class="djs-outline" + style="fill:none" + id="rect19525" /> + </g> + </g> + <g + class="djs-group" + id="g19541" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0837xhb" + style="display:block" + id="g19539"> + <g + class="djs-visual" + id="g19533"> + <polyline + points="2038,1243 2112,1200 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19531" /> + </g> + <polyline + points="2038,1243 2112,1200 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19535" /> + <rect + x="2032" + y="1194" + rx="3" + width="86" + height="55" + class="djs-outline" + style="fill:none" + id="rect19537" /> + </g> + </g> + <g + class="djs-group" + id="g19553" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_09wixch" + style="display:block" + id="g19551"> + <g + class="djs-visual" + id="g19545"> + <polyline + points="1972,1243 1905,1200 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19543" /> + </g> + <polyline + points="1972,1243 1905,1200 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19547" /> + <rect + x="1899" + y="1194" + rx="3" + width="79" + height="55" + class="djs-outline" + style="fill:none" + id="rect19549" /> + </g> + </g> + <g + class="djs-group" + id="g19565" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1xpfjpo" + style="display:block" + id="g19563"> + <g + class="djs-visual" + id="g19557"> + <polyline + points="1973,1283 1904,1330 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19555" /> + </g> + <polyline + points="1973,1283 1904,1330 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19559" /> + <rect + x="1898" + y="1277" + rx="3" + width="81" + height="59" + class="djs-outline" + style="fill:none" + id="rect19561" /> + </g> + </g> + <g + class="djs-group" + id="g19577" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1q0j0ow" + style="display:block" + id="g19575"> + <g + class="djs-visual" + id="g19569"> + <polyline + points="1890,1410 1918,1438 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19567" /> + </g> + <polyline + points="1890,1410 1918,1438 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19571" /> + <rect + x="1884" + y="1404" + rx="3" + width="40" + height="40" + class="djs-outline" + style="fill:none" + id="rect19573" /> + </g> + </g> + <g + class="djs-group" + id="g19589" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1033j7v" + style="display:block" + id="g19587"> + <g + class="djs-visual" + id="g19581"> + <polyline + points="1730,1410 1764,1441 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19579" /> + </g> + <polyline + points="1730,1410 1764,1441 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19583" /> + <rect + x="1724" + y="1404" + rx="3" + width="46" + height="43" + class="djs-outline" + style="fill:none" + id="rect19585" /> + </g> + </g> + <g + class="djs-group" + id="g19601" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1v9lqj7" + style="display:block" + id="g19599"> + <g + class="djs-visual" + id="g19593"> + <polyline + points="1748,1101 1730,1120 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19591" /> + </g> + <polyline + points="1748,1101 1730,1120 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19595" /> + <rect + x="1724" + y="1095" + rx="3" + width="30" + height="31" + class="djs-outline" + style="fill:none" + id="rect19597" /> + </g> + </g> + <g + class="djs-group" + id="g19757" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0biu94g" + style="display:block" + id="g19755"> + <g + class="djs-visual" + id="g19749"> + <polyline + points="1730,1200 1730,1235 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19747" /> + </g> + <polyline + points="1730,1200 1730,1235 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19751" /> + <rect + x="1724" + y="1194" + rx="3" + width="12" + height="47" + class="djs-outline" + style="fill:none" + id="rect19753" /> + </g> + </g> + <g + class="djs-group" + id="g19769" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0jw4q7x" + style="display:block" + id="g19767"> + <g + class="djs-visual" + id="g19761"> + <polyline + points="1730,1330 1730,1300 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19759" /> + </g> + <polyline + points="1730,1330 1730,1300 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19763" /> + <rect + x="1724" + y="1294" + rx="3" + width="12" + height="42" + class="djs-outline" + style="fill:none" + id="rect19765" /> + </g> + </g> + <g + class="djs-group" + id="g20081" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0f90vzz" + style="display:block" + id="g20079"> + <g + class="djs-visual" + id="g20073"> + <polyline + points="2178,1238 2210,1217 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20071" /> + </g> + <polyline + points="2178,1238 2210,1217 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20075" /> + <rect + x="2172" + y="1211" + rx="3" + width="44" + height="33" + class="djs-outline" + style="fill:none" + id="rect20077" /> + </g> + </g> + <g + class="djs-group" + id="g20129" + transform="matrix(0.26458333,0,0,0.26458333,-427.96262,-223.28303)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0aqlrz3" + style="display:block" + id="g20127"> + <g + class="djs-visual" + id="g20121"> + <polyline + points="2310,1230 2340,1200 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20119" /> + </g> + <polyline + points="2310,1230 2340,1200 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20123" /> + <rect + x="2304" + y="1194" + rx="3" + width="42" + height="42" + class="djs-outline" + style="fill:none" + id="rect20125" /> + </g> + </g> + </g> +</svg> diff --git a/static/images/leitfaeden/Anbindung-sender-part-2.svg b/static/images/leitfaeden/Anbindung-sender-part-2.svg new file mode 100644 index 0000000000000000000000000000000000000000..e57c7c5f22c202237e9dd078c980e20f6f49a514 --- /dev/null +++ b/static/images/leitfaeden/Anbindung-sender-part-2.svg @@ -0,0 +1,1669 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg + width="281.38437mm" + height="123.03125mm" + viewBox="0 0 281.38437 123.03125" + version="1.1" + id="svg60224" + inkscape:version="1.2 (dc2aedaf03, 2022-05-15)" + sodipodi:docname="Anbindung-sender-part-2.svg" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + <sodipodi:namedview + id="namedview60226" + pagecolor="#ffffff" + bordercolor="#000000" + borderopacity="0.25" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + inkscape:document-units="mm" + showgrid="false" + inkscape:zoom="0.87885424" + inkscape:cx="428.39868" + inkscape:cy="315.1831" + inkscape:window-width="1920" + inkscape:window-height="1017" + inkscape:window-x="1592" + inkscape:window-y="-8" + inkscape:window-maximized="1" + inkscape:current-layer="layer1" /> + <defs + id="defs60221"> + <marker + id="sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path13480" /> + </marker> + <marker + id="marker59889" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59887" /> + </marker> + <marker + id="marker59893" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59891" /> + </marker> + <marker + id="marker59897" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59895" /> + </marker> + <marker + id="marker59901" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59899" /> + </marker> + <marker + id="marker59905" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59903" /> + </marker> + <marker + id="marker59909" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59907" /> + </marker> + <marker + id="marker59913" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59911" /> + </marker> + <marker + id="marker59917" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59915" /> + </marker> + <marker + id="marker59921" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59919" /> + </marker> + <marker + id="marker59925" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59923" /> + </marker> + <marker + id="marker59929" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59927" /> + </marker> + <marker + id="marker59933" + viewBox="0 0 20 20" + refX="11" + refY="10" + markerWidth="10" + markerHeight="10" + orient="auto"> + <path + d="M 1,5 11,10 1,15 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px;stroke-linecap:round;stroke-dasharray:10000, 1" + id="path59931" /> + </marker> + </defs> + <g + inkscape:label="Ebene 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(8.3741751,-65.511775)"> + <g + class="djs-group" + id="g13657" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0ux9qdd" + style="display:block" + transform="translate(2884,1230)" + id="g13655"> + <g + class="djs-visual" + id="g13649"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13639" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13647"><tspan + x="19.825195" + y="29.200001" + id="tspan13641">Regressive</tspan><tspan + x="12.647461" + y="43.599998" + id="tspan13643">Tests auf dem</tspan><tspan + x="6.6484375" + y="58" + id="tspan13645">Referenzsystem</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13651" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13653" /> + </g> + </g> + <g + class="djs-group" + id="g13675" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1t3pki6" + style="display:block" + transform="translate(3080,1120)" + id="g13673"> + <g + class="djs-visual" + id="g13667"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect13659" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13665"><tspan + x="22.984375" + y="36.400002" + id="tspan13661">Produktiv-</tspan><tspan + x="28.822266" + y="50.799999" + id="tspan13663">setzung</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13669" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13671" /> + </g> + </g> + <g + class="djs-group" + id="g13773" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_006rut5" + style="display:block" + transform="translate(3080,1330)" + id="g13771"> + <g + class="djs-visual" + id="g13765"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect13757" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text13763"><tspan + x="22.984375" + y="36.400002" + id="tspan13759">Produktiv-</tspan><tspan + x="28.822266" + y="50.799999" + id="tspan13761">setzung</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect13767" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect13769" /> + </g> + </g> + <g + class="djs-group" + id="g15071" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1br6378" + style="display:block" + transform="translate(2667,1330)" + id="g15069"> + <g + class="djs-visual" + id="g15063"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#22242a;stroke-width:2px" + id="rect15049" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15061"><tspan + x="32.65625" + y="14.8" + id="tspan15051">V-PKI-</tspan><tspan + x="23.996094" + y="29.200001" + id="tspan15053">Zertifikate</tspan><tspan + x="15.078125" + y="43.599998" + id="tspan15055">beschaffen &</tspan><tspan + x="7.8046875" + y="58" + id="tspan15057">Berechtigungen</tspan><tspan + x="23.821289" + y="72.400002" + id="tspan15059">einrichten</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15065" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15067" /> + </g> + </g> + <g + class="djs-group" + id="g15471" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_1iois55" + style="display:block" + transform="translate(2598,1245)" + id="g15469"> + <g + class="djs-visual" + id="g15463"> + <polygon + points="25,50 0,25 25,0 50,25 " + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15459" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15461" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15465" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15467" /> + </g> + </g> + <g + class="djs-group" + id="g15485" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_0swxjm0" + style="display:block" + transform="translate(2797,1245)" + id="g15483"> + <g + class="djs-visual" + id="g15477"> + <polygon + points="25,50 0,25 25,0 50,25 " + style="display:inline;fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15473" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15475" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15479" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15481" /> + </g> + </g> + <g + class="djs-group" + id="g15507" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_1uf17lw" + style="display:block" + transform="translate(2667,1120)" + id="g15505"> + <g + class="djs-visual" + id="g15499"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15487" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15497"><tspan + x="16.3125" + y="22" + id="tspan15489">Rechtliche &</tspan><tspan + x="18.152344" + y="36.400002" + id="tspan15491">Vertragliche</tspan><tspan + x="21.817383" + y="50.799999" + id="tspan15493">Grundlage</tspan><tspan + x="17.484375" + y="65.199997" + id="tspan15495">abschließen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15501" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15503" /> + </g> + </g> + <g + class="djs-group" + id="g15525" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_0xkl9lf" + style="display:block" + transform="translate(3235,1120)" + id="g15523"> + <g + class="djs-visual" + id="g15517"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15509" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15515"><tspan + x="6.4824219" + y="36.400002" + id="tspan15511">Anbieten im FIT-</tspan><tspan + x="35.496094" + y="50.799999" + id="tspan15513">Store</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15519" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15521" /> + </g> + </g> + <g + class="djs-group" + id="g15545" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Activity_16aowto" + style="display:block" + transform="translate(3440,1230)" + id="g15543"> + <g + class="djs-visual" + id="g15537"> + <rect + x="0" + y="0" + width="100" + height="80" + rx="10" + ry="10" + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="rect15527" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15535"><tspan + x="29.320312" + y="29.200001" + id="tspan15529">Betrieb,</tspan><tspan + x="10.648438" + y="43.599998" + id="tspan15531">Optimierung u.</tspan><tspan + x="17.821289" + y="58" + id="tspan15533">Erweiterung</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="80" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15539" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="92" + class="djs-outline" + style="fill:none" + id="rect15541" /> + </g> + </g> + <g + class="djs-group" + id="g15559" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_0r3hxsl" + style="display:block" + transform="translate(3025,1245)" + id="g15557"> + <g + class="djs-visual" + id="g15551"> + <polygon + points="25,50 0,25 25,0 50,25 " + style="fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15547" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15549" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15553" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15555" /> + </g> + </g> + <g + class="djs-group" + id="g15697" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="Gateway_0b5wz7n" + style="display:block" + transform="translate(3345,1245)" + id="g15695"> + <g + class="djs-visual" + id="g15689"> + <polygon + points="50,25 25,50 0,25 25,0 " + style="display:inline;fill:#ffffff;fill-opacity:0.95;stroke:#f8d200;stroke-width:2px;stroke-opacity:1" + id="polygon15685" + sodipodi:insensitive="true" /> + <path + d="M 23,10 V 22.5 H 10.5 v 5 H 23 V 40 h 5 V 27.5 h 12.5 v -5 H 28 V 10 Z" + style="fill:#22242a;stroke:#22242a;stroke-width:1px" + id="path15687" /> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="50" + height="50" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15691" /> + <rect + x="-6" + y="-6" + rx="3" + width="62" + height="62" + class="djs-outline" + style="fill:none" + id="rect15693" /> + </g> + </g> + <g + class="djs-group" + id="g15809" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_1dvv6n1" + style="display:block" + transform="translate(2710,1036)" + id="g15807"> + <g + class="djs-visual" + id="g15801"> + <rect + x="0" + y="0" + width="221" + height="62" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15789" /> + <path + d="M 0,0 M 10,0 H 0 v 62 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15791" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15799"><tspan + x="5" + y="15.8" + id="tspan15793">- AVV & Nutzungsbedingungen</tspan><tspan + x="5" + y="30.200001" + id="tspan15795">- Anschließend Berechtigung durch</tspan><tspan + x="5" + y="44.599998" + id="tspan15797">FITKO auf REFZ & PROD</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="221" + height="62" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15803" /> + <rect + x="-6" + y="-6" + rx="3" + width="233" + height="74" + class="djs-outline" + style="fill:none" + id="rect15805" /> + </g> + </g> + <g + class="djs-group" + id="g15851" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0w6dys1" + style="display:block" + transform="translate(3124,1059)" + id="g15849"> + <g + class="djs-visual" + id="g15843"> + <rect + x="0" + y="0" + width="156" + height="35" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect15833" /> + <path + d="M 0,0 M 10,0 H 0 v 35 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path15835" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text15841"><tspan + x="5" + y="15.8" + id="tspan15837">V-PKI für Versand nicht</tspan><tspan + x="5" + y="30.200001" + id="tspan15839">relevant</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="156" + height="35" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect15845" /> + <rect + x="-6" + y="-6" + rx="3" + width="168" + height="47" + class="djs-outline" + style="fill:none" + id="rect15847" /> + </g> + </g> + <g + class="djs-group" + id="g17563" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0o1q6fw" + style="display:block" + transform="translate(2710,1429)" + id="g17561"> + <g + class="djs-visual" + id="g17555"> + <rect + x="0" + y="0" + width="200" + height="57" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17543" /> + <path + d="M 0,0 M 10,0 H 0 v 57 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17545" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17553"><tspan + x="5" + y="15.8" + id="tspan17547">werden auf dem Referenzsystem</tspan><tspan + x="5" + y="30.200001" + id="tspan17549">genutzt und auf das</tspan><tspan + x="5" + y="44.599998" + id="tspan17551">Produktivsystem migriert.</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="200" + height="57" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17557" /> + <rect + x="-6" + y="-6" + rx="3" + width="212" + height="69" + class="djs-outline" + style="fill:none" + id="rect17559" /> + </g> + </g> + <g + class="djs-group" + id="g17637" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_0x2iitm" + style="display:block" + transform="translate(2931,1115)" + id="g17635"> + <g + class="djs-visual" + id="g17629"> + <rect + x="0" + y="0" + width="118" + height="90" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17613" /> + <path + d="M 0,0 M 10,0 H 0 v 90 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17615" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17627"><tspan + x="5" + y="15.8" + id="tspan17617">zusammen mit</tspan><tspan + x="5" + y="30.200001" + id="tspan17619">realem Sender bzw.</tspan><tspan + x="5" + y="44.599998" + id="tspan17621">Empfänger,</tspan><tspan + x="5" + y="59" + id="tspan17623">alternativ mit</tspan><tspan + x="5" + y="73.400002" + id="tspan17625">Sandbox-Systemen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="118" + height="90" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17631" /> + <rect + x="-6" + y="-6" + rx="3" + width="130" + height="102" + class="djs-outline" + style="fill:none" + id="rect17633" /> + </g> + </g> + <g + class="djs-group" + id="g17659" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-shape" + data-element-id="TextAnnotation_05tkm04" + style="display:block" + transform="translate(3480,1159)" + id="g17657"> + <g + class="djs-visual" + id="g17651"> + <rect + x="0" + y="0" + width="100" + height="55" + rx="0" + ry="0" + style="fill:none;stroke:none;stroke-width:2px" + id="rect17639" /> + <path + d="M 0,0 M 10,0 H 0 v 55 h 10" + style="fill:none;stroke:#22242a;stroke-width:2px" + id="path17641" /> + <text + lineHeight="1.2" + class="djs-label" + style="font-weight:normal;font-size:12px;font-family:Arial, sans-serif;fill:#22242a" + id="text17649"><tspan + x="5" + y="15.8" + id="tspan17643">Schema,</tspan><tspan + x="5" + y="30.200001" + id="tspan17645">Leistungen,</tspan><tspan + x="5" + y="44.599998" + id="tspan17647">Regionen</tspan></text> + </g> + <rect + class="djs-hit djs-hit-all" + x="0" + y="0" + width="100" + height="55" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="rect17653" /> + <rect + x="-6" + y="-6" + rx="3" + width="112" + height="67" + class="djs-outline" + style="fill:none" + id="rect17655" /> + </g> + </g> + <g + class="djs-group" + id="g17969" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0a00q31" + style="display:block" + id="g17967"> + <g + class="djs-visual" + id="g17961"> + <path + d="m 3050,1295 v 75 h 30" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path17959" /> + </g> + <polyline + points="3050,1295 3050,1370 3080,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline17963" /> + <rect + x="3044" + y="1289" + rx="3" + width="42" + height="87" + class="djs-outline" + style="fill:none" + id="rect17965" /> + </g> + </g> + <g + class="djs-group" + id="g19097" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0hepuws" + style="display:block" + id="g19095"> + <g + class="djs-visual" + id="g19089"> + <path + d="m 2530,1270 h 68" + style="display:inline;fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19087" /> + </g> + <polyline + points="2530,1270 2598,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19091" /> + <rect + x="2524" + y="1264" + rx="3" + width="80" + height="12" + class="djs-outline" + style="fill:none" + id="rect19093" /> + </g> + </g> + <g + class="djs-group" + id="g19145" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_03u4nd4" + style="display:block" + id="g19143"> + <g + class="djs-visual" + id="g19137"> + <path + d="m 2623,1295 v 75 h 44" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19135" /> + </g> + <polyline + points="2623,1295 2623,1370 2667,1370 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19139" /> + <rect + x="2617" + y="1289" + rx="3" + width="56" + height="87" + class="djs-outline" + style="fill:none" + id="rect19141" /> + </g> + </g> + <g + class="djs-group" + id="g19157" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1s200l9" + style="display:block" + id="g19155" + inkscape:label="g19155"> + <g + class="djs-visual" + id="g19149"> + <path + d="m 2847,1270 h 37" + style="display:inline;fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19147" /> + </g> + <polyline + points="2847,1270 2884,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19151" /> + <rect + x="2841" + y="1264" + rx="3" + width="49" + height="12" + class="djs-outline" + style="fill:none" + id="rect19153" /> + </g> + </g> + <g + class="djs-group" + id="g19169" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0groz3g" + style="display:block" + id="g19167"> + <g + class="djs-visual" + id="g19161"> + <path + d="m 2767,1370 h 55 v -75" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19159" /> + </g> + <polyline + points="2767,1370 2822,1370 2822,1295 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19163" /> + <rect + x="2761" + y="1289" + rx="3" + width="67" + height="87" + class="djs-outline" + style="fill:none" + id="rect19165" /> + </g> + </g> + <g + class="djs-group" + id="g19181" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1ysj5ea" + style="display:block" + id="g19179"> + <g + class="djs-visual" + id="g19173"> + <path + d="m 2767,1160 h 55 v 85" + style="display:inline;fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;stroke-opacity:1;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19171" /> + </g> + <polyline + points="2767,1160 2822,1160 2822,1245 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19175" /> + <rect + x="2761" + y="1154" + rx="3" + width="67" + height="97" + class="djs-outline" + style="fill:none" + id="rect19177" /> + </g> + </g> + <g + class="djs-group" + id="g19193" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_06kurfm" + style="display:block" + id="g19191"> + <g + class="djs-visual" + id="g19185"> + <path + d="m 2623,1245 v -85 h 44" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19183" /> + </g> + <polyline + points="2623,1245 2623,1160 2667,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19187" /> + <rect + x="2617" + y="1154" + rx="3" + width="56" + height="97" + class="djs-outline" + style="fill:none" + id="rect19189" /> + </g> + </g> + <g + class="djs-group" + id="g19205" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_16ofuhx" + style="display:block" + id="g19203"> + <g + class="djs-visual" + id="g19197"> + <path + d="m 3180,1160 h 55" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19195" /> + </g> + <polyline + points="3180,1160 3235,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19199" /> + <rect + x="3174" + y="1154" + rx="3" + width="67" + height="12" + class="djs-outline" + style="fill:none" + id="rect19201" /> + </g> + </g> + <g + class="djs-group" + id="g19217" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1y9msy1" + style="display:block" + id="g19215"> + <g + class="djs-visual" + id="g19209"> + <path + d="m 3180,1370 h 190 v -75" + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg)" + id="path19207" /> + </g> + <polyline + points="3180,1370 3370,1370 3370,1295 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19211" /> + <rect + x="3174" + y="1289" + rx="3" + width="202" + height="87" + class="djs-outline" + style="fill:none" + id="rect19213" /> + </g> + </g> + <g + class="djs-group" + id="g19229" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1bwumf1" + style="display:block" + id="g19227"> + <g + class="djs-visual" + id="g19221"> + <path + d="m 3335,1160 h 35 v 85" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19219" /> + </g> + <polyline + points="3335,1160 3370,1160 3370,1245 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19223" /> + <rect + x="3329" + y="1154" + rx="3" + width="47" + height="97" + class="djs-outline" + style="fill:none" + id="rect19225" /> + </g> + </g> + <g + class="djs-group" + id="g19241" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_1s8tgc6" + style="display:block" + id="g19239"> + <g + class="djs-visual" + id="g19233"> + <path + d="m 2984,1270 h 41" + style="display:inline;fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19231" /> + </g> + <polyline + points="2984,1270 3025,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19235" /> + <rect + x="2978" + y="1264" + rx="3" + width="53" + height="12" + class="djs-outline" + style="fill:none" + id="rect19237" /> + </g> + </g> + <g + class="djs-group" + id="g19253" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0lvryhd" + style="display:block" + id="g19251"> + <g + class="djs-visual" + id="g19245"> + <path + d="m 3050,1245 v -85 h 30" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19243" /> + </g> + <polyline + points="3050,1245 3050,1160 3080,1160 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19247" /> + <rect + x="3044" + y="1154" + rx="3" + width="42" + height="97" + class="djs-outline" + style="fill:none" + id="rect19249" /> + </g> + </g> + <g + class="djs-group" + id="g19469" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Flow_0u52fv8" + style="display:block" + id="g19467"> + <g + class="djs-visual" + id="g19461"> + <path + d="m 3395,1270 h 45" + style="fill:none;stroke:#f8d200;stroke-width:2px;stroke-linejoin:round;marker-end:url(#sequenceflow-end-white-hsl_225_10_15_-dzz5hnugqcozlnjjsm3btyksg);stroke-opacity:1" + id="path19459" /> + </g> + <polyline + points="3395,1270 3440,1270 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19463" /> + <rect + x="3389" + y="1264" + rx="3" + width="57" + height="12" + class="djs-outline" + style="fill:none" + id="rect19465" /> + </g> + </g> + <g + class="djs-group" + id="g19517" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1ki2lki" + style="display:block" + id="g19515"> + <g + class="djs-visual" + id="g19509"> + <polyline + points="3130,1120 3158,1094 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline19507" /> + </g> + <polyline + points="3130,1120 3158,1094 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline19511" /> + <rect + x="3124" + y="1088" + rx="3" + width="40" + height="38" + class="djs-outline" + style="fill:none" + id="rect19513" /> + </g> + </g> + <g + class="djs-group" + id="g20093" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1r3uc94" + style="display:block" + id="g20091"> + <g + class="djs-visual" + id="g20085"> + <polyline + points="2717,1410 2733,1429 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20083" /> + </g> + <polyline + points="2717,1410 2733,1429 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20087" /> + <rect + x="2711" + y="1404" + rx="3" + width="28" + height="31" + class="djs-outline" + style="fill:none" + id="rect20089" /> + </g> + </g> + <g + class="djs-group" + id="g20105" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0xryst0" + style="display:block" + id="g20103"> + <g + class="djs-visual" + id="g20097"> + <polyline + points="2717,1120 2737,1098 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20095" /> + </g> + <polyline + points="2717,1120 2737,1098 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20099" /> + <rect + x="2711" + y="1092" + rx="3" + width="32" + height="34" + class="djs-outline" + style="fill:none" + id="rect20101" /> + </g> + </g> + <g + class="djs-group" + id="g20141" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_0k7ggwr" + style="display:block" + id="g20139"> + <g + class="djs-visual" + id="g20133"> + <polyline + points="2934,1230 2956,1205 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20131" /> + </g> + <polyline + points="2934,1230 2956,1205 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20135" /> + <rect + x="2928" + y="1199" + rx="3" + width="34" + height="37" + class="djs-outline" + style="fill:none" + id="rect20137" /> + </g> + </g> + <g + class="djs-group" + id="g20153" + transform="matrix(0.26458333,0,0,0.26458333,-676.1825,-206.61218)"> + <g + class="djs-element djs-connection" + data-element-id="Association_1dymlgv" + style="display:block" + id="g20151"> + <g + class="djs-visual" + id="g20145"> + <polyline + points="3490,1230 3505,1214 " + style="fill:none;stroke:#22242a;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:0.5, 5" + id="polyline20143" /> + </g> + <polyline + points="3490,1230 3505,1214 " + class="djs-hit djs-hit-stroke" + style="fill:none;stroke:#ffffff;stroke-width:15px;stroke-opacity:0" + id="polyline20147" /> + <rect + x="3484" + y="1208" + rx="3" + width="27" + height="28" + class="djs-outline" + style="fill:none" + id="rect20149" /> + </g> + </g> + </g> +</svg> diff --git a/static/images/leitfaeden/konzeption_prozessschaubild.svg b/static/images/leitfaeden/konzeption_prozessschaubild.svg new file mode 100644 index 0000000000000000000000000000000000000000..1e3d7414c738e0705d05d3c20d090dcc395cef28 --- /dev/null +++ b/static/images/leitfaeden/konzeption_prozessschaubild.svg @@ -0,0 +1 @@ +<svg width="3923" height="640" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" overflow="hidden"><defs><clipPath id="clip0"><rect x="271" y="857" width="3923" height="640"/></clipPath><clipPath id="clip1"><rect x="2828" y="866" width="225" height="226"/></clipPath><clipPath id="clip2"><rect x="2828" y="866" width="225" height="226"/></clipPath><clipPath id="clip3"><rect x="2828" y="866" width="225" height="226"/></clipPath><clipPath id="clip4"><rect x="706" y="866" width="224" height="226"/></clipPath><clipPath id="clip5"><rect x="706" y="866" width="224" height="226"/></clipPath><clipPath id="clip6"><rect x="706" y="866" width="224" height="226"/></clipPath><clipPath id="clip7"><rect x="2119" y="864" width="227" height="225"/></clipPath><clipPath id="clip8"><rect x="2119" y="864" width="227" height="225"/></clipPath><clipPath id="clip9"><rect x="2119" y="864" width="227" height="225"/></clipPath><clipPath id="clip10"><rect x="3535" y="856" width="241" height="241"/></clipPath><clipPath id="clip11"><rect x="3535" y="856" width="241" height="241"/></clipPath><clipPath id="clip12"><rect x="3535" y="856" width="241" height="241"/></clipPath><clipPath id="clip13"><rect x="1409" y="861" width="233" height="233"/></clipPath><clipPath id="clip14"><rect x="1409" y="861" width="233" height="233"/></clipPath><clipPath id="clip15"><rect x="1409" y="861" width="233" height="233"/></clipPath></defs><g clip-path="url(#clip0)" transform="translate(-271 -857)"><path d="M1843 1259 1908 1291.5 1843 1324Z" stroke="#FFC819" stroke-width="10.3125" stroke-miterlimit="8" fill="none" fill-rule="evenodd"/><path d="M522 1157.83C522 1120.92 551.923 1091 588.835 1091L1046.17 1091C1083.08 1091 1113 1120.92 1113 1157.83L1113 1425.17C1113 1462.08 1083.08 1492 1046.17 1492L588.835 1492C551.923 1492 522 1462.08 522 1425.17Z" stroke="#000000" stroke-width="10.3125" stroke-miterlimit="8" fill="#FFFFFF" fill-rule="evenodd"/><text font-family="Segoe UI,Segoe UI_MSFontService,sans-serif" font-weight="400" font-size="55" transform="matrix(1 0 0 1 638.734 1280)">Konzeptionelle <tspan font-size="55" x="-31.2813" y="66">Vorüberlegungen</tspan></text><path d="M1140 1259 1205 1291.5 1140 1324Z" stroke="#FFC819" stroke-width="10.3125" stroke-miterlimit="8" fill="none" fill-rule="evenodd"/><path d="M2554 1259 2619 1291.5 2554 1324Z" stroke="#FFC819" stroke-width="10.3125" stroke-miterlimit="8" fill="none" fill-rule="evenodd"/><path d="M276 1291C276 1255.1 305.102 1226 341 1226 376.898 1226 406 1255.1 406 1291 406 1326.9 376.898 1356 341 1356 305.102 1356 276 1326.9 276 1291Z" stroke="#000000" stroke-width="10.3125" stroke-miterlimit="8" fill="#FFFFFF" fill-rule="evenodd"/><path d="M4059 1291C4059 1255.1 4088.1 1226 4124 1226 4159.9 1226 4189 1255.1 4189 1291 4189 1326.9 4159.9 1356 4124 1356 4088.1 1356 4059 1326.9 4059 1291Z" fill="#FFFFFF" fill-rule="evenodd"/><path d="M4053.84 1291 4054.18 1283.86 4055.26 1276.89 4057.01 1270.15 4059.37 1263.68 4062.34 1257.53 4065.85 1251.79 4069.89 1246.4 4074.41 1241.41 4079.4 1236.89 4084.79 1232.85 4090.53 1229.34 4096.68 1226.37 4103.15 1224.01 4109.89 1222.26 4116.86 1221.18 4124 1220.84 4131.14 1221.17 4138.17 1222.26 4144.85 1224.01 4151.32 1226.37 4157.46 1229.34 4163.26 1232.85 4168.66 1236.89 4173.65 1241.41 4178.17 1246.4 4182.21 1251.79 4185.73 1257.55 4188.64 1263.7 4190.99 1270.15 4192.74 1276.89 4193.83 1283.86 4194.16 1291 4193.83 1298.14 4192.74 1305.17 4190.99 1311.85 4188.64 1318.3 4185.74 1324.44 4182.22 1330.26 4178.17 1335.66 4173.65 1340.65 4168.66 1345.17 4163.26 1349.22 4157.44 1352.74 4151.3 1355.64 4144.85 1357.99 4138.17 1359.74 4131.14 1360.83 4124 1361.16 4116.86 1360.83 4109.89 1359.74 4103.15 1357.99 4096.7 1355.64 4090.55 1352.73 4084.79 1349.21 4079.4 1345.17 4074.41 1340.65 4069.89 1335.66 4065.85 1330.26 4062.34 1324.46 4059.37 1318.32 4057.01 1311.85 4055.26 1305.17 4054.17 1298.14ZM4057.6 1297.8 4058.63 1304.47 4060.3 1310.83 4062.54 1316.98 4065.36 1322.82 4068.7 1328.34 4072.55 1333.47 4076.85 1338.22 4081.59 1342.52 4086.72 1346.36 4092.18 1349.7 4098.02 1352.46 4104.18 1354.71 4110.59 1356.37 4117.2 1357.4 4124 1357.72 4130.8 1357.4 4137.48 1356.37 4143.83 1354.7 4149.98 1352.46 4155.81 1349.7 4161.34 1346.36 4166.47 1342.52 4171.22 1338.22 4175.51 1333.47 4179.36 1328.34 4182.7 1322.81 4185.46 1316.98 4187.7 1310.83 4189.37 1304.47 4190.4 1297.8 4190.72 1291 4190.4 1284.2 4189.37 1277.59 4187.71 1271.18 4185.46 1265.02 4182.7 1259.18 4179.36 1253.72 4175.51 1248.59 4171.22 1243.85 4166.47 1239.55 4161.34 1235.7 4155.82 1232.36 4149.98 1229.54 4143.83 1227.3 4137.48 1225.63 4130.8 1224.6 4124 1224.28 4117.2 1224.6 4110.59 1225.63 4104.18 1227.29 4098.02 1229.54 4092.18 1232.36 4086.72 1235.7 4081.59 1239.55 4076.85 1243.85 4072.55 1248.59 4068.7 1253.72 4065.36 1259.18 4062.54 1265.02 4060.29 1271.18 4058.63 1277.59 4057.6 1284.2 4057.28 1291ZM4060.72 1291 4061.02 1284.55 4062 1278.29 4063.58 1272.2 4065.71 1266.36 4068.39 1260.82 4071.55 1255.65 4075.2 1250.78 4079.28 1246.28 4083.78 1242.2 4088.65 1238.55 4093.82 1235.39 4099.36 1232.71 4105.2 1230.58 4111.29 1229 4117.55 1228.03 4124 1227.72 4130.45 1228.03 4136.77 1229 4142.8 1230.58 4148.64 1232.71 4154.18 1235.39 4159.41 1238.55 4164.28 1242.2 4168.78 1246.28 4172.86 1250.78 4176.51 1255.65 4179.67 1260.82 4182.29 1266.35 4184.42 1272.2 4186 1278.29 4186.98 1284.55 4187.28 1291 4186.98 1297.45 4186 1303.78 4184.42 1309.8 4182.29 1315.65 4179.67 1321.19 4176.51 1326.41 4172.86 1331.28 4168.78 1335.78 4164.28 1339.86 4159.41 1343.51 4154.19 1346.67 4148.65 1349.29 4142.8 1351.42 4136.77 1353 4130.45 1353.98 4124 1354.28 4117.55 1353.98 4111.29 1353 4105.2 1351.42 4099.35 1349.29 4093.82 1346.67 4088.65 1343.51 4083.78 1339.86 4079.28 1335.78 4075.2 1331.28 4071.55 1326.41 4068.39 1321.18 4065.71 1315.64 4063.58 1309.8 4062 1303.78 4061.03 1297.45ZM4064.45 1297.11 4065.37 1303.08 4066.86 1308.77 4068.88 1314.3 4071.41 1319.54 4074.4 1324.49 4077.86 1329.09 4081.71 1333.35 4085.97 1337.21 4090.59 1340.67 4095.45 1343.64 4100.68 1346.11 4106.22 1348.13 4111.98 1349.63 4117.89 1350.55 4124 1350.84 4130.11 1350.55 4136.08 1349.63 4141.77 1348.14 4147.32 1346.11 4152.56 1343.64 4157.49 1340.66 4162.09 1337.21 4166.35 1333.35 4170.21 1329.09 4173.66 1324.49 4176.64 1319.56 4179.11 1314.32 4181.14 1308.77 4182.63 1303.08 4183.55 1297.11 4183.84 1291 4183.55 1284.89 4182.63 1278.98 4181.13 1273.22 4179.11 1267.68 4176.64 1262.45 4173.67 1257.59 4170.21 1252.97 4166.35 1248.71 4162.09 1244.86 4157.49 1241.4 4152.54 1238.41 4147.3 1235.88 4141.77 1233.86 4136.08 1232.37 4130.11 1231.45 4124 1231.16 4117.89 1231.45 4111.98 1232.37 4106.22 1233.87 4100.7 1235.88 4095.47 1238.41 4090.59 1241.4 4085.97 1244.86 4081.71 1248.71 4077.86 1252.97 4074.4 1257.59 4071.41 1262.47 4068.88 1267.7 4066.87 1273.22 4065.37 1278.98 4064.45 1284.89 4064.16 1291Z"/><path d="M3261 1259 3326 1291.5 3261 1324Z" stroke="#FFC819" stroke-width="10.3125" stroke-miterlimit="8" fill="none" fill-rule="evenodd"/><path d="M440 1259 505 1291.5 440 1324Z" stroke="#FFC819" stroke-width="10.3125" stroke-miterlimit="8" fill="none" fill-rule="evenodd"/><path d="M1230 1157.83C1230 1120.92 1259.92 1091 1296.83 1091L1754.17 1091C1791.08 1091 1821 1120.92 1821 1157.83L1821 1425.17C1821 1462.08 1791.08 1492 1754.17 1492L1296.83 1492C1259.92 1492 1230 1462.08 1230 1425.17Z" stroke="#000000" stroke-width="10.3125" stroke-miterlimit="8" fill="#FFFFFF" fill-rule="evenodd"/><text font-family="Segoe UI,Segoe UI_MSFontService,sans-serif" font-weight="400" font-size="55" transform="matrix(1 0 0 1 1285.14 1247)">Schnittstellenimple<tspan font-size="55" x="458.471" y="0">-</tspan><tspan font-size="55" x="7.51672" y="66">mentierung</tspan><tspan font-size="55" x="303.715" y="66">Sender </tspan><tspan font-size="55" x="48.3313" y="132">bzw. Empfänger</tspan></text><path d="M1937 1157.83C1937 1120.92 1966.92 1091 2003.83 1091L2461.17 1091C2498.08 1091 2528 1120.92 2528 1157.83L2528 1425.17C2528 1462.08 2498.08 1492 2461.17 1492L2003.83 1492C1966.92 1492 1937 1462.08 1937 1425.17Z" stroke="#000000" stroke-width="10.3125" stroke-miterlimit="8" fill="#FFFFFF" fill-rule="evenodd"/><text font-family="Segoe UI,Segoe UI_MSFontService,sans-serif" font-weight="400" font-size="55" transform="matrix(1 0 0 1 2062.83 1280)">Testen auf der <tspan font-size="55" x="-10.5188" y="66">Testumgebung</tspan></text><path d="M2644 1157.83C2644 1120.92 2673.92 1091 2710.83 1091L3168.17 1091C3205.08 1091 3235 1120.92 3235 1157.83L3235 1425.17C3235 1462.08 3205.08 1492 3168.17 1492L2710.83 1492C2673.92 1492 2644 1462.08 2644 1425.17Z" stroke="#000000" stroke-width="10.3125" stroke-miterlimit="8" fill="#FFFFFF" fill-rule="evenodd"/><text font-family="Segoe UI,Segoe UI_MSFontService,sans-serif" font-weight="400" font-size="55" transform="matrix(1 0 0 1 2770.11 1280)">Testen auf der <tspan font-size="55" x="-67.5127" y="66">Referenzumgebung</tspan></text><path d="M3352 1157.83C3352 1120.92 3381.92 1091 3418.83 1091L3876.17 1091C3913.08 1091 3943 1120.92 3943 1157.83L3943 1425.17C3943 1462.08 3913.08 1492 3876.17 1492L3418.83 1492C3381.92 1492 3352 1462.08 3352 1425.17Z" stroke="#000000" stroke-width="10.3125" stroke-miterlimit="8" fill="#FFFFFF" fill-rule="evenodd"/><text font-family="Segoe UI,Segoe UI_MSFontService,sans-serif" font-weight="400" font-size="55" transform="matrix(1 0 0 1 3436.82 1313)">Produktivsetzung</text><path d="M3972 1259 4037 1291.5 3972 1324Z" stroke="#FFC819" stroke-width="10.3125" stroke-miterlimit="8" fill="none" fill-rule="evenodd"/><g clip-path="url(#clip1)"><g clip-path="url(#clip2)"><g clip-path="url(#clip3)"><path d="M2948.17 905.5C2948.22 901.06 2944.67 897.413 2940.23 897.333L2940 897.333C2935.49 897.333 2931.83 900.99 2931.83 905.5 2931.83 910.01 2935.49 913.667 2940 913.667 2944.51 913.667 2948.17 910.01 2948.17 905.5ZM2943.5 905.463C2943.52 907.396 2941.97 908.979 2940.04 909 2938.1 909.021 2936.52 907.47 2936.5 905.537 2936.48 903.604 2938.03 902.021 2939.96 902 2939.98 902 2939.99 902 2940 902L2940.15 902C2942.03 902.036 2943.53 903.584 2943.5 905.463Z" stroke="#000000" stroke-width="6.89231"/><path d="M2966.25 961.694 2958.56 954.012 2955.26 957.312 2966.25 968.295 2986.56 947.978 2983.26 944.679 2966.25 961.694Z" stroke="#000000" stroke-width="6.89231"/><path d="M2893.33 953.329 2942.33 953.329 2942.33 957.995 2893.33 957.995Z" stroke="#000000" stroke-width="6.89231"/><path d="M2965.66 988.527 2958.56 981.429 2955.26 984.728 2965.66 995.128 2984.81 975.978 2981.51 972.679 2965.66 988.527Z" stroke="#000000" stroke-width="6.89231"/><path d="M2893.33 981.329 2942.33 981.329 2942.33 985.995 2893.33 985.995Z" stroke="#000000" stroke-width="6.89231"/><path d="M2893.33 1009.33 2942.33 1009.33 2942.33 1014 2893.33 1014Z" stroke="#000000" stroke-width="6.89231"/><path d="M2893.33 1037.33 2942.33 1037.33 2942.33 1042 2893.33 1042Z" stroke="#000000" stroke-width="6.89231"/><path d="M2966.15 1000.68 2973.83 1008.36 2981.51 1000.68 2984.81 1003.98 2977.13 1011.66 2984.81 1019.35 2981.51 1022.65 2973.83 1014.96 2966.15 1022.65 2962.85 1019.35 2970.53 1011.66 2962.85 1003.98 2966.15 1000.68Z" stroke="#000000" stroke-width="6.89231"/><path d="M2966.15 1028.68 2973.83 1036.36 2981.51 1028.68 2984.81 1031.98 2977.13 1039.66 2984.81 1047.35 2981.51 1050.65 2973.83 1042.96 2966.15 1050.65 2962.85 1047.35 2970.53 1039.66 2962.85 1031.98 2966.15 1028.68Z" stroke="#000000" stroke-width="6.89231"/><path d="M3000.67 901.951 2965.67 901.951 2965.67 897.284C2965.66 890.844 2960.44 885.625 2954 885.618L2926 885.618C2919.56 885.627 2914.34 890.845 2914.33 897.284L2914.33 901.951 2879.33 901.951C2874.18 901.951 2870 906.13 2870 911.284L2870 1063C2870 1068.15 2874.18 1072.33 2879.33 1072.33L3000.67 1072.33C3005.82 1072.33 3010 1068.15 3010 1063L3010 911.284C3009.99 906.132 3005.82 901.958 3000.67 901.951ZM2909.67 906.618 2919 906.618 2919 897.284C2919 893.418 2922.13 890.284 2926 890.284L2954 890.284C2957.87 890.284 2961 893.418 2961 897.284L2961 906.618 2970.33 906.618 2970.33 925.333 2909.67 925.333ZM3005.33 1063C3005.33 1065.58 3003.24 1067.67 3000.67 1067.67L2879.33 1067.67C2876.76 1067.67 2874.67 1065.58 2874.67 1063L2874.67 911.284C2874.67 908.707 2876.76 906.618 2879.33 906.618L2905 906.618 2905 930 2975 930 2975 906.618 3000.67 906.618C3003.24 906.618 3005.33 908.707 3005.33 911.284Z" stroke="#000000" stroke-width="6.89231"/></g></g></g><g clip-path="url(#clip4)"><g clip-path="url(#clip5)"><g clip-path="url(#clip6)"><path d="M114.196 30.3333C124.74 30.2691 133.819 37.7619 135.756 48.1273 135.756 48.1436 135.777 48.1529 135.791 48.1413 139.71 45.1702 144.49 43.5554 149.408 43.54 161.548 43.5785 171.379 53.4125 171.413 65.5526 171.425 67.2496 171.207 68.9404 170.765 70.5786 170.762 70.5912 170.77 70.6038 170.782 70.6066 170.786 70.6073 170.789 70.6073 170.793 70.6066 172.526 70.1518 174.312 69.9334 176.103 69.9579 188.259 70.1341 197.971 80.1312 197.795 92.2872 197.621 104.306 187.837 113.963 175.816 113.981 172.792 113.899 169.813 113.231 167.043 112.014 167.033 112.009 167.02 112.013 167.015 112.023 167.013 112.027 167.012 112.031 167.013 112.035L167.013 113.519C167.108 125.124 158.289 134.864 146.732 135.919 139.18 136.539 131.856 133.155 127.433 127.003 127.425 126.994 127.412 126.993 127.403 127 127.398 127.004 127.396 127.009 127.395 127.015 126.248 139.141 115.488 148.042 103.362 146.895 92.0515 145.825 83.4042 136.339 83.3839 124.978 83.382 124.184 83.4525 123.391 83.5939 122.61 83.599 122.6 83.596 122.589 83.5869 122.584 83.5778 122.579 83.5664 122.582 83.5612 122.591 74.0186 129.992 60.2835 128.255 52.8828 118.712 50.3418 115.436 48.7848 111.505 48.3933 107.378L48.1716 107.378C36.0145 107.36 26.1732 97.4903 26.1909 85.3329 26.2084 73.3126 35.8654 63.5287 47.8846 63.3546 49.6759 63.3299 51.4625 63.5483 53.1953 64.0033 53.209 64.0061 53.2228 63.9972 53.2256 63.9834 53.2263 63.9799 53.2263 63.9764 53.2256 63.9729 52.8355 62.4831 52.6187 60.9531 52.5793 59.4136 52.2843 47.3038 61.8622 37.2477 73.9722 36.9527 81.5357 36.7686 88.66 40.4957 92.8222 46.8136 92.8276 46.8239 92.8402 46.8281 92.8505 46.8227 92.8544 46.8206 92.8575 46.8176 92.8596 46.8136 95.4941 37.1725 104.202 30.4467 114.196 30.3333M114.196 25.6666C104.938 25.7294 96.3649 30.5517 91.5039 38.43 86.7593 34.4577 80.7706 32.2774 74.5826 32.27 59.958 32.2882 48.0676 44.0643 47.9079 58.6879 33.173 58.8464 21.3564 70.92 21.5149 85.6552 21.6566 98.8273 31.3901 109.925 44.4313 111.783 47.992 125.989 62.3949 134.619 76.6012 131.058 77.4941 130.835 78.3749 130.564 79.2399 130.249 82.1666 144.712 96.2641 154.064 110.727 151.138 119.18 149.427 126.287 143.743 129.813 135.872 134.254 139.012 139.566 140.686 145.005 140.66 158.104 140.644 169.26 131.132 171.346 118.2 172.818 118.492 174.315 118.642 175.816 118.648 190.551 118.603 202.46 106.623 202.416 91.8884 202.372 77.3191 190.648 65.4789 176.08 65.2913 175.921 50.6685 164.032 38.8929 149.408 38.8733 145.642 38.8796 141.918 39.6671 138.472 41.1856 134.146 31.6799 124.639 25.6025 114.196 25.6666Z" stroke="#000000" stroke-width="6.8923" transform="matrix(1 0 0 1 706 867)"/><path d="M67.6666 151.708C72.8212 151.708 76.9999 155.887 76.9999 161.042 76.9999 166.196 72.8212 170.375 67.6666 170.375 62.512 170.375 58.3333 166.196 58.3333 161.042 58.341 155.89 62.5151 151.716 67.6666 151.708M67.6666 147.042C59.9346 147.042 53.6666 153.31 53.6666 161.042 53.6666 168.774 59.9346 175.042 67.6666 175.042 75.3986 175.042 81.6666 168.774 81.6666 161.042 81.6666 153.31 75.3986 147.042 67.6666 147.042Z" stroke="#000000" stroke-width="6.8923" transform="matrix(1 0 0 1 706 867)"/><path d="M39.6666 179.715C42.8883 179.715 45.5 182.327 45.5 185.549 45.5 188.77 42.8883 191.382 39.6666 191.382 36.445 191.382 33.8333 188.77 33.8333 185.549 33.8333 182.327 36.445 179.715 39.6666 179.715M39.6666 175.049C33.8676 175.049 29.1666 179.75 29.1666 185.549 29.1666 191.348 33.8676 196.049 39.6666 196.049 45.4657 196.049 50.1666 191.348 50.1666 185.549 50.1666 179.75 45.4657 175.049 39.6666 175.049Z" stroke="#000000" stroke-width="6.8923" transform="matrix(1 0 0 1 706 867)"/></g></g></g><g clip-path="url(#clip7)"><g clip-path="url(#clip8)"><g clip-path="url(#clip9)"><path d="M166.367 144.433C161.233 139.3 152.833 139.533 146.533 144.433L136.733 134.633C162.167 107.1 160.533 64.4 133 38.9667 105.467 13.5333 63 15.4 37.5667 42.9334 12.1333 70.4667 14 113.167 41.3 138.6 67.4334 162.867 107.8 162.633 133.7 138.133L143.5 147.933C141.4 150.5 140.233 153.767 139.767 157.033 139.3 161 140.7 164.967 143.5 167.767L176.4 200.667C178.967 203 182.233 204.4 185.733 204.4 190.4 204.4 194.6 202.533 197.867 199.267 200.9 196.467 202.767 192.5 203 188.3 203.467 184.333 202.067 180.367 199.267 177.567L166.367 144.433ZM42.9334 133.233C18.4333 108.733 18.4333 68.8334 42.9334 44.1 67.4334 19.3667 107.333 19.6 132.067 44.1 156.8 68.6 156.567 108.5 132.067 133.233 120.167 145.133 104.3 151.667 87.5001 151.667 70.9334 151.667 54.8334 145.133 42.9334 133.233ZM194.367 195.533C189.933 199.967 183.167 200.667 179.433 196.933L146.767 164.267C144.9 162.4 144.2 159.833 144.433 157.267 144.667 154.233 146.067 151.433 148.4 149.333 150.733 147 154 145.6 157.267 145.367 159.6 145.367 161.7 146.067 163.333 147.7L196 180.6C197.867 182.467 198.567 185.033 198.333 187.6 197.867 190.633 196.7 193.433 194.367 195.533 194.367 195.533 194.367 195.533 194.367 195.533Z" stroke="#000000" stroke-width="6.89231" transform="matrix(1.00446 0 0 1 2120 865)"/></g></g></g><g clip-path="url(#clip10)"><g clip-path="url(#clip11)"><g clip-path="url(#clip12)"><path d="M3655 882C3602.5 882 3560 924.5 3560 977 3560 1029.5 3602.5 1072 3655 1072 3707.5 1072 3750 1029.5 3750 977 3750 924.5 3707.5 882 3655 882ZM3655 1067C3605.25 1067 3565 1026.75 3565 977 3565 927.25 3605.25 887 3655 887 3704.75 887 3745 927.25 3745 977 3745 1026.75 3704.75 1067 3655 1067Z" stroke="#000000" stroke-width="6.95652"/><path d="M3699.75 1013C3680 1037.75 3644 1041.75 3619.25 1022 3616 1019.25 3613 1016.25 3610.25 1013 3609.5 1012 3607.75 1011.75 3606.75 1012.5 3605.75 1013.25 3605.5 1015 3606.25 1016 3627.75 1043 3667 1047.25 3694 1025.75 3697.5 1022.75 3700.75 1019.5 3703.75 1016 3704.5 1015 3704.5 1013.25 3703.25 1012.5 3702 1011.75 3700.75 1011.75 3699.75 1013L3699.75 1013Z" stroke="#000000" stroke-width="6.95652"/><path d="M3630 962C3630 953.75 3623.25 947 3615 947 3606.75 947 3600 953.75 3600 962 3600 970.25 3606.75 977 3615 977 3623.25 977 3630 970.25 3630 962ZM3605 962C3605 956.5 3609.5 952 3615 952 3620.5 952 3625 956.5 3625 962 3625 967.5 3620.5 972 3615 972 3609.5 972 3605 967.5 3605 962Z" stroke="#000000" stroke-width="6.95652"/><path d="M3695 947C3686.75 947 3680 953.75 3680 962 3680 970.25 3686.75 977 3695 977 3703.25 977 3710 970.25 3710 962 3710 953.75 3703.25 947 3695 947ZM3695 972C3689.5 972 3685 967.5 3685 962 3685 956.5 3689.5 952 3695 952 3700.5 952 3705 956.5 3705 962 3705 967.5 3700.5 972 3695 972 3695 972 3695 972 3695 972L3695 972Z" stroke="#000000" stroke-width="6.95652"/></g></g></g><g clip-path="url(#clip13)"><g clip-path="url(#clip14)"><g clip-path="url(#clip15)"><path d="M1587.83 906.917 1558.83 906.917 1558.83 935.917 1570.92 935.917 1570.92 954.25 1527.42 997.75 1527.42 883.809C1527.42 883.777 1527.44 883.77 1527.46 883.792L1542.62 898.959C1543.58 899.886 1545.11 899.859 1546.04 898.899 1546.95 897.963 1546.95 896.478 1546.04 895.542L1525 874.5 1503.96 895.542C1503.03 896.502 1503.06 898.031 1504.02 898.959 1504.95 899.863 1506.44 899.863 1507.38 898.959L1522.54 883.792C1522.56 883.77 1522.58 883.777 1522.58 883.809L1522.58 1017.08 1479.08 973.583 1479.08 952.616C1486.98 951.281 1492.3 943.798 1490.96 935.902 1489.63 928.006 1482.15 922.687 1474.25 924.021 1466.35 925.356 1461.03 932.839 1462.37 940.735 1463.4 946.82 1468.17 951.587 1474.25 952.616L1474.25 975.574 1522.58 1023.91 1522.58 1037.57C1512.52 1038.84 1505.15 1047.67 1505.7 1057.79 1506.33 1067.8 1514.43 1075.7 1524.44 1076.08 1535.12 1076.35 1543.99 1067.92 1544.26 1057.24 1544.51 1047.35 1537.24 1038.86 1527.42 1037.58L1527.42 1004.58 1575.75 956.251 1575.75 935.917 1587.83 935.917ZM1467.35 940.96C1465.91 935.799 1468.93 930.451 1474.09 929.015 1475.79 928.542 1477.59 928.542 1479.29 929.015 1482.55 929.903 1485.1 932.448 1485.99 935.707 1487.42 940.868 1484.4 946.216 1479.24 947.652 1477.54 948.125 1475.74 948.125 1474.04 947.652 1470.78 946.764 1468.24 944.219 1467.35 940.96ZM1539.12 1053.43C1540.96 1061.23 1536.12 1069.04 1528.32 1070.88 1520.51 1072.71 1512.7 1067.87 1510.87 1060.07 1509.04 1052.27 1513.87 1044.46 1521.68 1042.62 1523.86 1042.11 1526.13 1042.11 1528.32 1042.62 1533.68 1043.89 1537.86 1048.07 1539.13 1053.43ZM1583 931.083 1563.67 931.083 1563.67 911.75 1583 911.75Z" stroke="#000000" stroke-width="6.92537"/></g></g></g></g></svg> \ No newline at end of file