{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Knowledge Model API","description":"API documentation for Celonis APIs.","siteUrl":"https://developer.celonis.com/","keywords":"celonis developer portal, celonis apis, celonis api reference docs","lang":"en-US","llmstxt":{"hide":false,"description":"Celonis API documentation","sections":[{"title":"API Docs","description":"Available Celonis API Docs","includeFiles":["**/*.md"],"excludeFiles":[]},{"title":"API Specs","description":"All Celonis API specifications","includeFiles":["**/openapi.yaml"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"knowledge-model-api","__idx":0},"children":["Knowledge Model API"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This documentation describes how to interact with the Celonis Knowledge Model REST API."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"goals","__idx":1},"children":["Goals"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Knowledge Model API allows customers to embed actionable intelligence into third-party platforms where end-users may benefit from Celonis insights. In this manner, we would bring Celonis intelligence closer to our end-users and benefit operational users without current access to Celonis by providing valuable insights for better decision-making while executing their day-to-day activities."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The current API methods allow consumers to interact with Knowledge Models defined in the Celonis Platform by providing the following functionalities:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Discover"]}," Celonis knowledge structure (organized in a process context entity - Knowledge Model):",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Records"]}," (data structures, either auto-generated, i.e. tables, or curated i.e. views)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["KPIs"]}," (metrics measuring process efficiency and value)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Filters"]}," (business condition criteria)"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"em","attributes":{},"children":["Triggers"]}," (events indicating the occurrence of a business condition)"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Query"]}," Celonis knowledge data:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["across all records of a knowledge model"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["a specific record of a knowledge model"]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"how-it-works","__idx":2},"children":["How it works"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["In order to understand Celonis Knowledge structure, you need to use the Knowledge Model API discovery end-points first."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Celonis knowledge is organized in Knowledge Models which represent a process context (use case) related to a specific process and can be browsed iteratively."," ","Refer to our ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/process-intelligence-apis/knowledge-model-api/glossary"},"children":["glossary"]}," to understand the Celonis Knowledge concepts better."]},{"$$mdtype":"Tag","name":"Diagram","attributes":{"data-language":"mermaid","diagramType":"mermaid","diagramSource":"erDiagram\n          Knowledge_Model ||--|{ Filter: contains\n\t  Knowledge_Model {\n        \tstring id\n        \tstring name\n        \tdatetime published\n          }\n\t  Filter {\n        \tstring id\n        \tstring name\n        \tstring description\n          }\n          Knowledge_Model ||--|{ KPI: contains\n\t  KPI {\n        \tstring id\n        \tstring type\n        \tstring format\n        \tstring unit\n        \tstring name\n        \tstring direction\n        \tstring target\n        \tstring parameters\n          }\n          Knowledge_Model ||--|{ Record: contains\n\t  Record {\n        \tstring id\n        \tstring name\n        \tstring description\n        \tstring shortDisplayName\n        \tstring internalNote\n          }\n          Knowledge_Model ||--|{ Trigger: contains\n\t  Trigger {\n        \tstring id\n        \tstring name\n        \tstring record\n          }\n          Record||--|{ Field : contains\n\t  Field {\n        \tstring id\n        \tstring type\n        \tstring format\n        \tstring unit\n        \tstring name\n        \tstring description\n        \tstring shortDisplayName\n        \tstring internalNote\n          }\n          Field ||..o{ KPI : \"uses\"\n","diagramHtml":"<svg id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"erDiagram\" style=\"max-width: 863.71875px;\" viewBox=\"0 0 863.71875 1516\" role=\"graphics-document document\" aria-roledescription=\"er\"><style>#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#333;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .error-icon{fill:#552222;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .error-text{fill:#552222;stroke:#552222;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-thickness-normal{stroke-width:1px;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-thickness-thick{stroke-width:3.5px;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-pattern-solid{stroke-dasharray:0;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .marker{fill:#333333;stroke:#333333;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .marker.cross{stroke:#333333;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 p{margin:0;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .entityBox{fill:#ECECFF;stroke:#9370DB;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .relationshipLabelBox{fill:hsl(80, 100%, 96.2745098039%);opacity:0.7;background-color:hsl(80, 100%, 96.2745098039%);}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .relationshipLabelBox rect{opacity:0.5;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .labelBkg{background-color:rgba(248.6666666666, 255, 235.9999999999, 0.5);}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edgeLabel{background-color:rgba(232,232,232, 0.8);}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edgeLabel .label rect{fill:rgba(232,232,232, 0.8);}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edgeLabel .label text{fill:#333;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edgeLabel .label{fill:#9370DB;font-size:14px;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#333;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .edge-pattern-dashed{stroke-dasharray:8,8;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .node rect,#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .node circle,#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .node ellipse,#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .node polygon{fill:#ECECFF;stroke:#9370DB;stroke-width:1px;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .relationshipLine{stroke:#333333;stroke-width:1px;fill:none;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .marker{fill:none!important;stroke:#333333!important;stroke-width:1;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=neo].labelBkg{background-color:rgba(248.6666666666, 255, 235.9999999999, 0.5);}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 .node .neo-node{stroke:#9370DB;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node rect,#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].cluster rect,#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node polygon{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node path{stroke:#9370DB;stroke-width:1px;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node .outer-path{filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node .neo-line path{stroke:#9370DB;filter:none;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node circle{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].icon-shape .icon{fill:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:#9370DB;filter:drop-shadow(1px 2px 2px rgba(185, 185, 185, 1));}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart\" class=\"marker onlyOne er\" refX=\"0\" refY=\"9\" markerWidth=\"18\" markerHeight=\"18\" orient=\"auto\"><path d=\"M9,0 L9,18 M15,0 L15,18\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneEnd\" class=\"marker onlyOne er\" refX=\"18\" refY=\"9\" markerWidth=\"18\" markerHeight=\"18\" orient=\"auto\"><path d=\"M3,0 L3,18 M9,0 L9,18\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-zeroOrOneStart\" class=\"marker zeroOrOne er\" refX=\"0\" refY=\"9\" markerWidth=\"30\" markerHeight=\"18\" orient=\"auto\"><circle fill=\"white\" cx=\"21\" cy=\"9\" r=\"6\"></circle><path d=\"M9,0 L9,18\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-zeroOrOneEnd\" class=\"marker zeroOrOne er\" refX=\"30\" refY=\"9\" markerWidth=\"30\" markerHeight=\"18\" orient=\"auto\"><circle fill=\"white\" cx=\"9\" cy=\"9\" r=\"6\"></circle><path d=\"M21,0 L21,18\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreStart\" class=\"marker oneOrMore er\" refX=\"18\" refY=\"18\" markerWidth=\"45\" markerHeight=\"36\" orient=\"auto\"><path d=\"M0,18 Q 18,0 36,18 Q 18,36 0,18 M42,9 L42,27\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreEnd\" class=\"marker oneOrMore er\" refX=\"27\" refY=\"18\" markerWidth=\"45\" markerHeight=\"36\" orient=\"auto\"><path d=\"M3,9 L3,27 M9,18 Q27,0 45,18 Q27,36 9,18\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-zeroOrMoreStart\" class=\"marker zeroOrMore er\" refX=\"18\" refY=\"18\" markerWidth=\"57\" markerHeight=\"36\" orient=\"auto\"><circle fill=\"white\" cx=\"48\" cy=\"18\" r=\"6\"></circle><path d=\"M0,18 Q18,0 36,18 Q18,36 0,18\"></path></marker></defs><defs><marker id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-zeroOrMoreEnd\" class=\"marker zeroOrMore er\" refX=\"39\" refY=\"18\" markerWidth=\"57\" markerHeight=\"36\" orient=\"auto\"><circle fill=\"white\" cx=\"9\" cy=\"18\" r=\"6\"></circle><path d=\"M21,18 Q39,0 57,18 Q39,36 21,18\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M243.953,146.796L219.298,160.58C194.643,174.364,145.333,201.932,120.678,231.258C96.023,260.583,96.023,291.667,96.023,307.208L96.023,322.75\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-id_entity-Knowledge_Model-0_entity-Filter-1_0\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-Filter-1_0\" data-points=\"W3sieCI6MjQzLjk1MzEyNSwieSI6MTQ2Ljc5NTgyMTY5MTIzNTUyfSx7IngiOjk2LjAyMzQzNzUsInkiOjIyOS41fSx7IngiOjk2LjAyMzQzNzUsInkiOjMyMi43NX1d\" data-look=\"classic\" marker-start=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart)\" marker-end=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreEnd)\"></path><path d=\"M291.983,179L287.327,187.417C282.671,195.833,273.359,212.667,268.703,250.875C264.047,289.083,264.047,348.667,264.047,408.25C264.047,467.833,264.047,527.417,264.047,597.688C264.047,667.958,264.047,748.917,264.047,829.875C264.047,910.833,264.047,991.792,288.829,1057.544C313.611,1123.297,363.174,1173.843,387.956,1199.117L412.738,1224.39\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-id_entity-Knowledge_Model-0_entity-KPI-2_1\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-KPI-2_1\" data-points=\"W3sieCI6MjkxLjk4MzE2ODY1ODA4ODIzLCJ5IjoxNzl9LHsieCI6MjY0LjA0Njg3NSwieSI6MjI5LjV9LHsieCI6MjY0LjA0Njg3NSwieSI6NDA4LjI1fSx7IngiOjI2NC4wNDY4NzUsInkiOjU4N30seyJ4IjoyNjQuMDQ2ODc1LCJ5Ijo4MjkuODc1fSx7IngiOjI2NC4wNDY4NzUsInkiOjEwNzIuNzV9LHsieCI6NDEyLjczODI4MTI1LCJ5IjoxMjI0LjM5MDAxNjMyMDMwNDN9XQ==\" data-look=\"classic\" marker-start=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart)\" marker-end=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreEnd)\"></path><path d=\"M434.609,125.825L485.566,143.104C536.523,160.383,638.438,194.942,689.395,220.638C740.352,246.333,740.352,263.167,740.352,271.583L740.352,280\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-id_entity-Knowledge_Model-0_entity-Record-3_2\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-Record-3_2\" data-points=\"W3sieCI6NDM0LjYwOTM3NSwieSI6MTI1LjgyNTA2NzY4OTk3MDJ9LHsieCI6NzQwLjM1MTU2MjUsInkiOjIyOS41fSx7IngiOjc0MC4zNTE1NjI1LCJ5IjoyODB9XQ==\" data-look=\"classic\" marker-start=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart)\" marker-end=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreEnd)\"></path><path d=\"M386.579,179L391.235,187.417C395.891,195.833,405.204,212.667,409.86,236.625C414.516,260.583,414.516,291.667,414.516,307.208L414.516,322.75\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-id_entity-Knowledge_Model-0_entity-Trigger-4_3\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-Trigger-4_3\" data-points=\"W3sieCI6Mzg2LjU3OTMzMTM0MTkxMTc3LCJ5IjoxNzl9LHsieCI6NDE0LjUxNTYyNSwieSI6MjI5LjV9LHsieCI6NDE0LjUxNTYyNSwieSI6MzIyLjc1fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart)\" marker-end=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreEnd)\"></path><path d=\"M740.352,536.5L740.352,544.917C740.352,553.333,740.352,570.167,740.352,587C740.352,603.833,740.352,620.667,740.352,629.083L740.352,637.5\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-id_entity-Record-3_entity-Field-5_4\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Record-3_entity-Field-5_4\" data-points=\"W3sieCI6NzQwLjM1MTU2MjUsInkiOjUzNi41fSx7IngiOjc0MC4zNTE1NjI1LCJ5Ijo1ODd9LHsieCI6NzQwLjM1MTU2MjUsInkiOjYzNy41fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart)\" marker-end=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-oneOrMoreEnd)\"></path><path d=\"M740.352,1022.25L740.352,1030.667C740.352,1039.083,740.352,1055.917,715.57,1089.607C690.788,1123.297,641.224,1173.843,616.442,1199.117L591.66,1224.39\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-id_entity-Field-5_entity-KPI-2_5\" class=\"edge-thickness-normal edge-pattern-dashed relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Field-5_entity-KPI-2_5\" data-points=\"W3sieCI6NzQwLjM1MTU2MjUsInkiOjEwMjIuMjV9LHsieCI6NzQwLjM1MTU2MjUsInkiOjEwNzIuNzV9LHsieCI6NTkxLjY2MDE1NjI1LCJ5IjoxMjI0LjM5MDAxNjMyMDMwNDN9XQ==\" data-look=\"classic\" marker-start=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-onlyOneStart)\" marker-end=\"url(#diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696_er-zeroOrMoreEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(96.0234375, 229.5)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-Filter-1_0\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(264.046875, 587)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-KPI-2_1\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(740.3515625, 229.5)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-Record-3_2\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(414.515625, 229.5)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-Trigger-4_3\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(740.3515625, 587)\"><g class=\"label\" data-id=\"id_entity-Record-3_entity-Field-5_4\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(740.3515625, 1072.75)\"><g class=\"label\" data-id=\"id_entity-Field-5_entity-KPI-2_5\" transform=\"translate(-14.90625, -10.5)\"><foreignObject width=\"29.8125\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>uses</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-entity-Knowledge_Model-0\" data-look=\"classic\" transform=\"translate(339.28125, 93.5)\"><g class=\"outer-path\" style=\"\"><path d=\"M-95.328125 -85.5 L95.328125 -85.5 L95.328125 85.5 L-95.328125 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\"></path><path d=\"M-95.328125 -85.5 C-45.873573136818045 -85.5, 3.5809787263639095 -85.5, 95.328125 -85.5 M-95.328125 -85.5 C-24.598412107362336 -85.5, 46.13130078527533 -85.5, 95.328125 -85.5 M95.328125 -85.5 C95.328125 -27.513933272819145, 95.328125 30.47213345436171, 95.328125 85.5 M95.328125 -85.5 C95.328125 -40.75433079427264, 95.328125 3.99133841145472, 95.328125 85.5 M95.328125 85.5 C50.96477015380142 85.5, 6.601415307602835 85.5, -95.328125 85.5 M95.328125 85.5 C43.34427771965325 85.5, -8.639569560693502 85.5, -95.328125 85.5 M-95.328125 85.5 C-95.328125 29.091640450042902, -95.328125 -27.316719099914195, -95.328125 -85.5 M-95.328125 85.5 C-95.328125 26.986631275730794, -95.328125 -31.526737448538412, -95.328125 -85.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-95.328125 -42.75 L95.328125 -42.75 L95.328125 0 L-95.328125 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-95.328125 -42.75 C-40.287338187800934 -42.75, 14.753448624398132 -42.75, 95.328125 -42.75 M-95.328125 -42.75 C-37.931621059603685 -42.75, 19.46488288079263 -42.75, 95.328125 -42.75 M95.328125 -42.75 C95.328125 -28.718269455355575, 95.328125 -14.686538910711146, 95.328125 0 M95.328125 -42.75 C95.328125 -26.741612520866195, 95.328125 -10.73322504173239, 95.328125 0 M95.328125 0 C30.788180914773292 0, -33.751763170453415 0, -95.328125 0 M95.328125 0 C27.012422049802723 0, -41.303280900394554 0, -95.328125 0 M-95.328125 0 C-95.328125 -10.545189772414188, -95.328125 -21.090379544828377, -95.328125 -42.75 M-95.328125 0 C-95.328125 -14.943945766285761, -95.328125 -29.887891532571523, -95.328125 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-95.328125 0 L95.328125 0 L95.328125 42.75 L-95.328125 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-95.328125 0 C-52.01427853348549 0, -8.700432066970976 0, 95.328125 0 M-95.328125 0 C-35.550428252766686 0, 24.227268494466628 0, 95.328125 0 M95.328125 0 C95.328125 12.390242551138734, 95.328125 24.780485102277467, 95.328125 42.75 M95.328125 0 C95.328125 13.126949561695001, 95.328125 26.253899123390003, 95.328125 42.75 M95.328125 42.75 C56.69694580853078 42.75, 18.065766617061556 42.75, -95.328125 42.75 M95.328125 42.75 C54.913363483286005 42.75, 14.49860196657201 42.75, -95.328125 42.75 M-95.328125 42.75 C-95.328125 28.433219741488028, -95.328125 14.116439482976055, -95.328125 0 M-95.328125 42.75 C-95.328125 29.21599555208816, -95.328125 15.681991104176323, -95.328125 0\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-95.328125 42.75 L95.328125 42.75 L95.328125 85.5 L-95.328125 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-95.328125 42.75 C-54.96290950043116 42.75, -14.597694000862319 42.75, 95.328125 42.75 M-95.328125 42.75 C-51.71810144644811 42.75, -8.108077892896219 42.75, 95.328125 42.75 M95.328125 42.75 C95.328125 52.47380300109769, 95.328125 62.197606002195386, 95.328125 85.5 M95.328125 42.75 C95.328125 59.159039365104206, 95.328125 75.56807873020841, 95.328125 85.5 M95.328125 85.5 C51.14836423064214 85.5, 6.968603461284275 85.5, -95.328125 85.5 M95.328125 85.5 C24.174244567094433 85.5, -46.97963586581113 85.5, -95.328125 85.5 M-95.328125 85.5 C-95.328125 76.5467446353652, -95.328125 67.5934892707304, -95.328125 42.75 M-95.328125 85.5 C-95.328125 74.34820991980352, -95.328125 63.196419839607046, -95.328125 42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-68.0546875, -76.125)\" style=\"\"><foreignObject width=\"136.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 236px; text-align: start;\"><span class=\"nodeLabel\"><p>Knowledge_Model</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-82.828125, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.0625, -33.375)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(107.828125, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(107.828125, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-82.828125, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.0625, 9.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(107.828125, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(107.828125, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-82.828125, 52.125)\" style=\"\"><foreignObject width=\"66.890625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 167px; text-align: start;\"><span class=\"nodeLabel\"><p>datetime</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.0625, 52.125)\" style=\"\"><foreignObject width=\"73.765625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 174px; text-align: start;\"><span class=\"nodeLabel\"><p>published</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(107.828125, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(107.828125, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-95.328125 -42.75005 L-95.328125 -42.74995 L95.328125 -42.74995 L95.328125 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-95.328125 -42.75005 C-95.328125 -42.75002400042458, -95.328125 -42.74999800084916, -95.328125 -42.74995 M-95.328125 -42.75005 C-95.328125 -42.75001228097567, -95.328125 -42.74997456195133, -95.328125 -42.74995 M-95.328125 -42.74995 C-26.62620664593004 -42.74995, 42.07571170813992 -42.74995, 95.328125 -42.74995 M-95.328125 -42.74995 C-19.251374578825292 -42.74995, 56.825375842349416 -42.74995, 95.328125 -42.74995 M95.328125 -42.74995 C95.328125 -42.749980246961556, 95.328125 -42.750010493923114, 95.328125 -42.75005 M95.328125 -42.74995 C95.328125 -42.74997188364701, 95.328125 -42.74999376729401, 95.328125 -42.75005 M95.328125 -42.75005 C42.62185307781732 -42.75005, -10.08441884436536 -42.75005, -95.328125 -42.75005 M95.328125 -42.75005 C30.034591730120113 -42.75005, -35.258941539759775 -42.75005, -95.328125 -42.75005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-3.43755 -42.75 L-3.43745 -42.75 L-3.43745 85.5 L-3.43755 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-3.43755 -42.75 C-3.4375199631357436 -42.75, -3.437489926271487 -42.75, -3.43745 -42.75 M-3.43755 -42.75 C-3.437512928417346 -42.75, -3.437475856834692 -42.75, -3.43745 -42.75 M-3.43745 -42.75 C-3.43745 -15.17844999228291, -3.43745 12.393100015434179, -3.43745 85.5 M-3.43745 -42.75 C-3.43745 2.515412020641648, -3.43745 47.780824041283296, -3.43745 85.5 M-3.43745 85.5 C-3.437483800970439 85.5, -3.4375176019408777 85.5, -3.43755 85.5 M-3.43745 85.5 C-3.437484741505068 85.5, -3.4375194830101354 85.5, -3.43755 85.5 M-3.43755 85.5 C-3.43755 55.61176571644384, -3.43755 25.72353143288769, -3.43755 -42.75 M-3.43755 85.5 C-3.43755 36.16664331747716, -3.43755 -13.16671336504568, -3.43755 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-95.328125 -42.75005 L-95.328125 -42.74995 L95.328125 -42.74995 L95.328125 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-95.328125 -42.75005 C-95.328125 -42.75002906427534, -95.328125 -42.75000812855068, -95.328125 -42.74995 M-95.328125 -42.75005 C-95.328125 -42.75001427606055, -95.328125 -42.74997855212109, -95.328125 -42.74995 M-95.328125 -42.74995 C-30.604050609045274 -42.74995, 34.12002378190945 -42.74995, 95.328125 -42.74995 M-95.328125 -42.74995 C-23.630696157923992 -42.74995, 48.066732684152015 -42.74995, 95.328125 -42.74995 M95.328125 -42.74995 C95.328125 -42.749975079539006, 95.328125 -42.750000159078006, 95.328125 -42.75005 M95.328125 -42.74995 C95.328125 -42.74997083475328, 95.328125 -42.74999166950656, 95.328125 -42.75005 M95.328125 -42.75005 C41.18468091564408 -42.75005, -12.95876316871184 -42.75005, -95.328125 -42.75005 M95.328125 -42.75005 C22.00197394486804 -42.75005, -51.32417711026392 -42.75005, -95.328125 -42.75005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-entity-Filter-1\" data-look=\"classic\" transform=\"translate(96.0234375, 408.25)\"><g class=\"outer-path\" style=\"\"><path d=\"M-88.0234375 -85.5 L88.0234375 -85.5 L88.0234375 85.5 L-88.0234375 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\"></path><path d=\"M-88.0234375 -85.5 C-26.993705717853274 -85.5, 34.03602606429345 -85.5, 88.0234375 -85.5 M-88.0234375 -85.5 C-30.706045088260304 -85.5, 26.611347323479393 -85.5, 88.0234375 -85.5 M88.0234375 -85.5 C88.0234375 -33.42803542356594, 88.0234375 18.643929152868125, 88.0234375 85.5 M88.0234375 -85.5 C88.0234375 -17.418926106353737, 88.0234375 50.662147787292525, 88.0234375 85.5 M88.0234375 85.5 C32.85707879931695 85.5, -22.309279901366097 85.5, -88.0234375 85.5 M88.0234375 85.5 C33.101866202571244 85.5, -21.81970509485751 85.5, -88.0234375 85.5 M-88.0234375 85.5 C-88.0234375 37.486801325430456, -88.0234375 -10.526397349139089, -88.0234375 -85.5 M-88.0234375 85.5 C-88.0234375 32.65891630604197, -88.0234375 -20.182167387916067, -88.0234375 -85.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-88.0234375 -42.75 L88.0234375 -42.75 L88.0234375 0 L-88.0234375 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-88.0234375 -42.75 C-37.79132056853072 -42.75, 12.440796362938556 -42.75, 88.0234375 -42.75 M-88.0234375 -42.75 C-19.6986908234784 -42.75, 48.6260558530432 -42.75, 88.0234375 -42.75 M88.0234375 -42.75 C88.0234375 -25.922357829631693, 88.0234375 -9.094715659263386, 88.0234375 0 M88.0234375 -42.75 C88.0234375 -25.709550234073337, 88.0234375 -8.669100468146674, 88.0234375 0 M88.0234375 0 C26.288015876244266 0, -35.44740574751147 0, -88.0234375 0 M88.0234375 0 C20.134858773087515 0, -47.75371995382497 0, -88.0234375 0 M-88.0234375 0 C-88.0234375 -15.350274308912864, -88.0234375 -30.700548617825728, -88.0234375 -42.75 M-88.0234375 0 C-88.0234375 -13.9673775092061, -88.0234375 -27.9347550184122, -88.0234375 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-88.0234375 0 L88.0234375 0 L88.0234375 42.75 L-88.0234375 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-88.0234375 0 C-52.25180240400423 0, -16.48016730800846 0, 88.0234375 0 M-88.0234375 0 C-30.614583073812604 0, 26.794271352374793 0, 88.0234375 0 M88.0234375 0 C88.0234375 12.178401349263364, 88.0234375 24.356802698526728, 88.0234375 42.75 M88.0234375 0 C88.0234375 9.832495108209589, 88.0234375 19.664990216419177, 88.0234375 42.75 M88.0234375 42.75 C40.09291495746337 42.75, -7.837607585073258 42.75, -88.0234375 42.75 M88.0234375 42.75 C30.778051987420532 42.75, -26.467333525158935 42.75, -88.0234375 42.75 M-88.0234375 42.75 C-88.0234375 28.08517638561596, -88.0234375 13.420352771231922, -88.0234375 0 M-88.0234375 42.75 C-88.0234375 27.467034410096527, -88.0234375 12.184068820193055, -88.0234375 0\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-88.0234375 42.75 L88.0234375 42.75 L88.0234375 85.5 L-88.0234375 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-88.0234375 42.75 C-42.319092626619565 42.75, 3.3852522467608708 42.75, 88.0234375 42.75 M-88.0234375 42.75 C-27.579081404996295 42.75, 32.86527469000741 42.75, 88.0234375 42.75 M88.0234375 42.75 C88.0234375 54.28994232712276, 88.0234375 65.82988465424552, 88.0234375 85.5 M88.0234375 42.75 C88.0234375 59.07880247233171, 88.0234375 75.40760494466342, 88.0234375 85.5 M88.0234375 85.5 C19.411229752503274 85.5, -49.20097799499345 85.5, -88.0234375 85.5 M88.0234375 85.5 C43.796526887816206 85.5, -0.4303837243675872 85.5, -88.0234375 85.5 M-88.0234375 85.5 C-88.0234375 74.59890150185477, -88.0234375 63.69780300370954, -88.0234375 42.75 M-88.0234375 85.5 C-88.0234375 74.66877515820093, -88.0234375 63.837550316401874, -88.0234375 42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-18.7578125, -76.125)\" style=\"\"><foreignObject width=\"37.515625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 138px; text-align: start;\"><span class=\"nodeLabel\"><p>Filter</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-75.5234375, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-8.0703125, -33.375)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(100.5234375, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(100.5234375, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-75.5234375, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-8.0703125, 9.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(100.5234375, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(100.5234375, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-75.5234375, 52.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-8.0703125, 52.125)\" style=\"\"><foreignObject width=\"83.59375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 184px; text-align: start;\"><span class=\"nodeLabel\"><p>description</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(100.5234375, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(100.5234375, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-88.0234375 -42.75005 L-88.0234375 -42.74995 L88.0234375 -42.74995 L88.0234375 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-88.0234375 -42.75005 C-88.0234375 -42.75001213080972, -88.0234375 -42.74997426161945, -88.0234375 -42.74995 M-88.0234375 -42.75005 C-88.0234375 -42.750014742570954, -88.0234375 -42.74997948514191, -88.0234375 -42.74995 M-88.0234375 -42.74995 C-32.05275074661365 -42.74995, 23.917936006772706 -42.74995, 88.0234375 -42.74995 M-88.0234375 -42.74995 C-41.37396911630273 -42.74995, 5.275499267394537 -42.74995, 88.0234375 -42.74995 M88.0234375 -42.74995 C88.0234375 -42.749974954928454, 88.0234375 -42.74999990985692, 88.0234375 -42.75005 M88.0234375 -42.74995 C88.0234375 -42.749987341223374, 88.0234375 -42.75002468244676, 88.0234375 -42.75005 M88.0234375 -42.75005 C40.03226259228872 -42.75005, -7.958912315422566 -42.75005, -88.0234375 -42.75005 M88.0234375 -42.75005 C25.08473726015216 -42.75005, -37.85396297969568 -42.75005, -88.0234375 -42.75005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-20.5703625 -42.75 L-20.5702625 -42.75 L-20.5702625 85.5 L-20.5703625 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-20.5703625 -42.75 C-20.57033270235469 -42.75, -20.570302904709376 -42.75, -20.5702625 -42.75 M-20.5703625 -42.75 C-20.57032602656968 -42.75, -20.57028955313936 -42.75, -20.5702625 -42.75 M-20.5702625 -42.75 C-20.5702625 -4.9527027619024295, -20.5702625 32.84459447619514, -20.5702625 85.5 M-20.5702625 -42.75 C-20.5702625 7.3063352999071824, -20.5702625 57.362670599814365, -20.5702625 85.5 M-20.5702625 85.5 C-20.570297580566848 85.5, -20.570332661133698 85.5, -20.5703625 85.5 M-20.5702625 85.5 C-20.57029120121057 85.5, -20.570319902421144 85.5, -20.5703625 85.5 M-20.5703625 85.5 C-20.5703625 50.342462031277265, -20.5703625 15.18492406255453, -20.5703625 -42.75 M-20.5703625 85.5 C-20.5703625 55.52456392732904, -20.5703625 25.54912785465808, -20.5703625 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-88.0234375 -42.75005 L-88.0234375 -42.74995 L88.0234375 -42.74995 L88.0234375 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-88.0234375 -42.75005 C-88.0234375 -42.75001113100256, -88.0234375 -42.749972262005116, -88.0234375 -42.74995 M-88.0234375 -42.75005 C-88.0234375 -42.750024117357924, -88.0234375 -42.74999823471584, -88.0234375 -42.74995 M-88.0234375 -42.74995 C-37.36385602945131 -42.74995, 13.295725441097375 -42.74995, 88.0234375 -42.74995 M-88.0234375 -42.74995 C-25.85280831558166 -42.74995, 36.31782086883668 -42.74995, 88.0234375 -42.74995 M88.0234375 -42.74995 C88.0234375 -42.74997136378518, 88.0234375 -42.74999272757035, 88.0234375 -42.75005 M88.0234375 -42.74995 C88.0234375 -42.749986241894405, 88.0234375 -42.75002248378882, 88.0234375 -42.75005 M88.0234375 -42.75005 C18.867239064367695 -42.75005, -50.28895937126461 -42.75005, -88.0234375 -42.75005 M88.0234375 -42.75005 C41.50399340868063 -42.75005, -5.015450682638743 -42.75005, -88.0234375 -42.75005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-entity-KPI-2\" data-look=\"classic\" transform=\"translate(502.19921875, 1315.625)\"><g class=\"outer-path\" style=\"\"><path d=\"M-89.4609375 -192.375 L89.4609375 -192.375 L89.4609375 192.375 L-89.4609375 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\"></path><path d=\"M-89.4609375 -192.375 C-31.668520370119367 -192.375, 26.123896759761266 -192.375, 89.4609375 -192.375 M-89.4609375 -192.375 C-44.07207318269508 -192.375, 1.3167911346098435 -192.375, 89.4609375 -192.375 M89.4609375 -192.375 C89.4609375 -87.2690598436254, 89.4609375 17.8368803127492, 89.4609375 192.375 M89.4609375 -192.375 C89.4609375 -98.74365575825229, 89.4609375 -5.112311516504576, 89.4609375 192.375 M89.4609375 192.375 C29.119673554683573 192.375, -31.221590390632855 192.375, -89.4609375 192.375 M89.4609375 192.375 C44.225500736230195 192.375, -1.0099360275396094 192.375, -89.4609375 192.375 M-89.4609375 192.375 C-89.4609375 66.57621017119817, -89.4609375 -59.22257965760366, -89.4609375 -192.375 M-89.4609375 192.375 C-89.4609375 99.17354460812496, -89.4609375 5.972089216249913, -89.4609375 -192.375\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 -149.625 L89.4609375 -149.625 L89.4609375 -106.875 L-89.4609375 -106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-89.4609375 -149.625 C-20.947239658043728 -149.625, 47.566458183912545 -149.625, 89.4609375 -149.625 M-89.4609375 -149.625 C-23.714517823180458 -149.625, 42.031901853639084 -149.625, 89.4609375 -149.625 M89.4609375 -149.625 C89.4609375 -135.89605801295255, 89.4609375 -122.1671160259051, 89.4609375 -106.875 M89.4609375 -149.625 C89.4609375 -134.7819962320296, 89.4609375 -119.9389924640592, 89.4609375 -106.875 M89.4609375 -106.875 C47.05633465702786 -106.875, 4.651731814055722 -106.875, -89.4609375 -106.875 M89.4609375 -106.875 C41.307336793659914 -106.875, -6.846263912680172 -106.875, -89.4609375 -106.875 M-89.4609375 -106.875 C-89.4609375 -116.88310414847965, -89.4609375 -126.8912082969593, -89.4609375 -149.625 M-89.4609375 -106.875 C-89.4609375 -116.5691851545543, -89.4609375 -126.26337030910862, -89.4609375 -149.625\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 -106.875 L89.4609375 -106.875 L89.4609375 -64.125 L-89.4609375 -64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-89.4609375 -106.875 C-23.521866721458167 -106.875, 42.417204057083666 -106.875, 89.4609375 -106.875 M-89.4609375 -106.875 C-26.699919635248335 -106.875, 36.06109822950333 -106.875, 89.4609375 -106.875 M89.4609375 -106.875 C89.4609375 -90.44264209340942, 89.4609375 -74.01028418681884, 89.4609375 -64.125 M89.4609375 -106.875 C89.4609375 -90.42201757037495, 89.4609375 -73.9690351407499, 89.4609375 -64.125 M89.4609375 -64.125 C37.01621676194807 -64.125, -15.428503976103855 -64.125, -89.4609375 -64.125 M89.4609375 -64.125 C49.103532280586776 -64.125, 8.746127061173553 -64.125, -89.4609375 -64.125 M-89.4609375 -64.125 C-89.4609375 -75.61443362606485, -89.4609375 -87.1038672521297, -89.4609375 -106.875 M-89.4609375 -64.125 C-89.4609375 -75.62227624207151, -89.4609375 -87.11955248414303, -89.4609375 -106.875\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 -64.125 L89.4609375 -64.125 L89.4609375 -21.375 L-89.4609375 -21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-89.4609375 -64.125 C-42.560984159253486 -64.125, 4.338969181493027 -64.125, 89.4609375 -64.125 M-89.4609375 -64.125 C-36.21867692940522 -64.125, 17.02358364118956 -64.125, 89.4609375 -64.125 M89.4609375 -64.125 C89.4609375 -47.293434704141504, 89.4609375 -30.461869408283, 89.4609375 -21.375 M89.4609375 -64.125 C89.4609375 -47.48421245837028, 89.4609375 -30.843424916740567, 89.4609375 -21.375 M89.4609375 -21.375 C22.89053212918155 -21.375, -43.6798732416369 -21.375, -89.4609375 -21.375 M89.4609375 -21.375 C48.65022936071305 -21.375, 7.8395212214260965 -21.375, -89.4609375 -21.375 M-89.4609375 -21.375 C-89.4609375 -38.19265797066868, -89.4609375 -55.01031594133735, -89.4609375 -64.125 M-89.4609375 -21.375 C-89.4609375 -31.637490709428988, -89.4609375 -41.899981418857976, -89.4609375 -64.125\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 -21.375 L89.4609375 -21.375 L89.4609375 21.375 L-89.4609375 21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-89.4609375 -21.375 C-27.952993490451135 -21.375, 33.55495051909773 -21.375, 89.4609375 -21.375 M-89.4609375 -21.375 C-34.88223867783716 -21.375, 19.696460144325684 -21.375, 89.4609375 -21.375 M89.4609375 -21.375 C89.4609375 -4.48393279780208, 89.4609375 12.40713440439584, 89.4609375 21.375 M89.4609375 -21.375 C89.4609375 -7.043981743418049, 89.4609375 7.287036513163901, 89.4609375 21.375 M89.4609375 21.375 C20.81698034156568 21.375, -47.82697681686864 21.375, -89.4609375 21.375 M89.4609375 21.375 C53.251320053229264 21.375, 17.04170260645853 21.375, -89.4609375 21.375 M-89.4609375 21.375 C-89.4609375 12.0398983382835, -89.4609375 2.7047966765669997, -89.4609375 -21.375 M-89.4609375 21.375 C-89.4609375 10.677989008458193, -89.4609375 -0.019021983083614913, -89.4609375 -21.375\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 21.375 L89.4609375 21.375 L89.4609375 64.125 L-89.4609375 64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-89.4609375 21.375 C-27.23820166702061 21.375, 34.98453416595878 21.375, 89.4609375 21.375 M-89.4609375 21.375 C-42.93396204522832 21.375, 3.59301340954336 21.375, 89.4609375 21.375 M89.4609375 21.375 C89.4609375 35.10401064124917, 89.4609375 48.833021282498336, 89.4609375 64.125 M89.4609375 21.375 C89.4609375 35.51623556265274, 89.4609375 49.65747112530547, 89.4609375 64.125 M89.4609375 64.125 C34.8934863703282 64.125, -19.673964759343605 64.125, -89.4609375 64.125 M89.4609375 64.125 C27.984212527986806 64.125, -33.49251244402639 64.125, -89.4609375 64.125 M-89.4609375 64.125 C-89.4609375 47.79405004261143, -89.4609375 31.46310008522287, -89.4609375 21.375 M-89.4609375 64.125 C-89.4609375 51.74637912319063, -89.4609375 39.36775824638126, -89.4609375 21.375\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 64.125 L89.4609375 64.125 L89.4609375 106.875 L-89.4609375 106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-89.4609375 64.125 C-26.977355352124718 64.125, 35.506226795750564 64.125, 89.4609375 64.125 M-89.4609375 64.125 C-41.792096703758176 64.125, 5.876744092483648 64.125, 89.4609375 64.125 M89.4609375 64.125 C89.4609375 74.55479703376575, 89.4609375 84.9845940675315, 89.4609375 106.875 M89.4609375 64.125 C89.4609375 75.80686931622074, 89.4609375 87.48873863244148, 89.4609375 106.875 M89.4609375 106.875 C38.295701386585435 106.875, -12.86953472682913 106.875, -89.4609375 106.875 M89.4609375 106.875 C53.485750007773326 106.875, 17.510562515546653 106.875, -89.4609375 106.875 M-89.4609375 106.875 C-89.4609375 92.33831316713008, -89.4609375 77.80162633426015, -89.4609375 64.125 M-89.4609375 106.875 C-89.4609375 91.27985376549825, -89.4609375 75.6847075309965, -89.4609375 64.125\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 106.875 L89.4609375 106.875 L89.4609375 149.625 L-89.4609375 149.625\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-89.4609375 106.875 C-28.24776038760089 106.875, 32.96541672479822 106.875, 89.4609375 106.875 M-89.4609375 106.875 C-43.66038451634552 106.875, 2.1401684673089534 106.875, 89.4609375 106.875 M89.4609375 106.875 C89.4609375 120.76677099290012, 89.4609375 134.65854198580024, 89.4609375 149.625 M89.4609375 106.875 C89.4609375 119.020834442459, 89.4609375 131.166668884918, 89.4609375 149.625 M89.4609375 149.625 C46.43341095485619 149.625, 3.4058844097123853 149.625, -89.4609375 149.625 M89.4609375 149.625 C40.97051566587733 149.625, -7.519906168245342 149.625, -89.4609375 149.625 M-89.4609375 149.625 C-89.4609375 137.60413990995366, -89.4609375 125.58327981990733, -89.4609375 106.875 M-89.4609375 149.625 C-89.4609375 133.0810053908415, -89.4609375 116.53701078168305, -89.4609375 106.875\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 149.625 L89.4609375 149.625 L89.4609375 192.375 L-89.4609375 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-89.4609375 149.625 C-26.25295122247205 149.625, 36.9550350550559 149.625, 89.4609375 149.625 M-89.4609375 149.625 C-31.800823778255214 149.625, 25.85928994348957 149.625, 89.4609375 149.625 M89.4609375 149.625 C89.4609375 165.33348848915978, 89.4609375 181.04197697831952, 89.4609375 192.375 M89.4609375 149.625 C89.4609375 159.84190159503834, 89.4609375 170.0588031900767, 89.4609375 192.375 M89.4609375 192.375 C48.13258687284424 192.375, 6.804236245688486 192.375, -89.4609375 192.375 M89.4609375 192.375 C24.727058198003334 192.375, -40.00682110399333 192.375, -89.4609375 192.375 M-89.4609375 192.375 C-89.4609375 175.8421790412193, -89.4609375 159.30935808243862, -89.4609375 149.625 M-89.4609375 192.375 C-89.4609375 176.69593293153258, -89.4609375 161.0168658630652, -89.4609375 149.625\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-11.9609375, -183)\" style=\"\"><foreignObject width=\"23.921875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 124px; text-align: start;\"><span class=\"nodeLabel\"><p>KPI</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -140.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -140.25)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -97.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -97.5)\" style=\"\"><foreignObject width=\"32.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 133px; text-align: start;\"><span class=\"nodeLabel\"><p>type</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -54.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -54.75)\" style=\"\"><foreignObject width=\"51.046875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 151px; text-align: start;\"><span class=\"nodeLabel\"><p>format</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -12)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -12)\" style=\"\"><foreignObject width=\"29.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;\"><span class=\"nodeLabel\"><p>unit</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 30.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 30.75)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 73.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 73.5)\" style=\"\"><foreignObject width=\"65.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;\"><span class=\"nodeLabel\"><p>direction</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 116.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 116.25)\" style=\"\"><foreignObject width=\"44.3125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 145px; text-align: start;\"><span class=\"nodeLabel\"><p>target</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 159)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 159)\" style=\"\"><foreignObject width=\"86.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 186px; text-align: start;\"><span class=\"nodeLabel\"><p>parameters</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-89.4609375 -149.62505 L-89.4609375 -149.62495 L89.4609375 -149.62495 L89.4609375 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-89.4609375 -149.62505 C-89.4609375 -149.62502567211985, -89.4609375 -149.62500134423968, -89.4609375 -149.62495 M-89.4609375 -149.62505 C-89.4609375 -149.62502909954418, -89.4609375 -149.62500819908834, -89.4609375 -149.62495 M-89.4609375 -149.62495 C-44.608524953761126 -149.62495, 0.24388759247774772 -149.62495, 89.4609375 -149.62495 M-89.4609375 -149.62495 C-44.20572385677642 -149.62495, 1.049489786447154 -149.62495, 89.4609375 -149.62495 M89.4609375 -149.62495 C89.4609375 -149.62498577060757, 89.4609375 -149.6250215412151, 89.4609375 -149.62505 M89.4609375 -149.62495 C89.4609375 -149.6249856686111, 89.4609375 -149.62502133722217, 89.4609375 -149.62505 M89.4609375 -149.62505 C43.76069007448514 -149.62505, -1.9395573510297197 -149.62505, -89.4609375 -149.62505 M89.4609375 -149.62505 C45.48468109313609 -149.62505, 1.5084246862721784 -149.62505, -89.4609375 -149.62505\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-22.0078625 -149.625 L-22.0077625 -149.625 L-22.0077625 192.375 L-22.0078625 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-22.0078625 -149.625 C-22.007832578708996 -149.625, -22.007802657417994 -149.625, -22.0077625 -149.625 M-22.0078625 -149.625 C-22.007825770691813 -149.625, -22.007789041383624 -149.625, -22.0077625 -149.625 M-22.0077625 -149.625 C-22.0077625 -23.317807058015816, -22.0077625 102.98938588396837, -22.0077625 192.375 M-22.0077625 -149.625 C-22.0077625 -28.26619871201372, -22.0077625 93.09260257597256, -22.0077625 192.375 M-22.0077625 192.375 C-22.00779917817475 192.375, -22.0078358563495 192.375, -22.0078625 192.375 M-22.0077625 192.375 C-22.007800535991766 192.375, -22.00783857198353 192.375, -22.0078625 192.375 M-22.0078625 192.375 C-22.0078625 92.88583256587421, -22.0078625 -6.603334868251579, -22.0078625 -149.625 M-22.0078625 192.375 C-22.0078625 115.86184892478892, -22.0078625 39.34869784957783, -22.0078625 -149.625\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-89.4609375 -149.62505 L-89.4609375 -149.62495 L89.4609375 -149.62495 L89.4609375 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-89.4609375 -149.62505 C-89.4609375 -149.62502264853305, -89.4609375 -149.6249952970661, -89.4609375 -149.62495 M-89.4609375 -149.62505 C-89.4609375 -149.6250230416245, -89.4609375 -149.624996083249, -89.4609375 -149.62495 M-89.4609375 -149.62495 C-52.98968221613111 -149.62495, -16.518426932262216 -149.62495, 89.4609375 -149.62495 M-89.4609375 -149.62495 C-47.83825162748647 -149.62495, -6.215565754972943 -149.62495, 89.4609375 -149.62495 M89.4609375 -149.62495 C89.4609375 -149.62497304032388, 89.4609375 -149.62499608064775, 89.4609375 -149.62505 M89.4609375 -149.62495 C89.4609375 -149.6249749171658, 89.4609375 -149.62499983433156, 89.4609375 -149.62505 M89.4609375 -149.62505 C36.6550668843217 -149.62505, -16.150803731356604 -149.62505, -89.4609375 -149.62505 M89.4609375 -149.62505 C24.14196463914503 -149.62505, -41.17700822170994 -149.62505, -89.4609375 -149.62505\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-entity-Record-3\" data-look=\"classic\" transform=\"translate(740.3515625, 408.25)\"><g class=\"outer-path\" style=\"\"><path d=\"M-115.3671875 -128.25 L115.3671875 -128.25 L115.3671875 128.25 L-115.3671875 128.25\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\"></path><path d=\"M-115.3671875 -128.25 C-51.57309469647506 -128.25, 12.22099810704988 -128.25, 115.3671875 -128.25 M-115.3671875 -128.25 C-30.845092884855163 -128.25, 53.677001730289675 -128.25, 115.3671875 -128.25 M115.3671875 -128.25 C115.3671875 -30.718536586119328, 115.3671875 66.81292682776134, 115.3671875 128.25 M115.3671875 -128.25 C115.3671875 -76.12672820977687, 115.3671875 -24.003456419553743, 115.3671875 128.25 M115.3671875 128.25 C27.57828242588009 128.25, -60.21062264823982 128.25, -115.3671875 128.25 M115.3671875 128.25 C29.810798606327822 128.25, -55.745590287344356 128.25, -115.3671875 128.25 M-115.3671875 128.25 C-115.3671875 29.09525234922782, -115.3671875 -70.05949530154436, -115.3671875 -128.25 M-115.3671875 128.25 C-115.3671875 50.65080971159638, -115.3671875 -26.94838057680724, -115.3671875 -128.25\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 -85.5 L115.3671875 -85.5 L115.3671875 -42.75 L-115.3671875 -42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 -85.5 C-30.4340844521344 -85.5, 54.4990185957312 -85.5, 115.3671875 -85.5 M-115.3671875 -85.5 C-65.89070327516592 -85.5, -16.41421905033185 -85.5, 115.3671875 -85.5 M115.3671875 -85.5 C115.3671875 -75.49308519781465, 115.3671875 -65.4861703956293, 115.3671875 -42.75 M115.3671875 -85.5 C115.3671875 -75.03566427842253, 115.3671875 -64.57132855684506, 115.3671875 -42.75 M115.3671875 -42.75 C53.804754937078265 -42.75, -7.7576776258434705 -42.75, -115.3671875 -42.75 M115.3671875 -42.75 C27.46600245629682 -42.75, -60.43518258740636 -42.75, -115.3671875 -42.75 M-115.3671875 -42.75 C-115.3671875 -58.68328405298451, -115.3671875 -74.61656810596902, -115.3671875 -85.5 M-115.3671875 -42.75 C-115.3671875 -53.056308207646886, -115.3671875 -63.36261641529377, -115.3671875 -85.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 -42.75 L115.3671875 -42.75 L115.3671875 0 L-115.3671875 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-115.3671875 -42.75 C-49.29257410409723 -42.75, 16.782039291805546 -42.75, 115.3671875 -42.75 M-115.3671875 -42.75 C-42.15413654086278 -42.75, 31.05891441827444 -42.75, 115.3671875 -42.75 M115.3671875 -42.75 C115.3671875 -33.24179891535943, 115.3671875 -23.733597830718864, 115.3671875 0 M115.3671875 -42.75 C115.3671875 -28.24977648139228, 115.3671875 -13.749552962784563, 115.3671875 0 M115.3671875 0 C28.36420729676648 0, -58.63877290646704 0, -115.3671875 0 M115.3671875 0 C33.361563233365004 0, -48.64406103326999 0, -115.3671875 0 M-115.3671875 0 C-115.3671875 -10.300877130500155, -115.3671875 -20.60175426100031, -115.3671875 -42.75 M-115.3671875 0 C-115.3671875 -14.018321708408662, -115.3671875 -28.036643416817324, -115.3671875 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 0 L115.3671875 0 L115.3671875 42.75 L-115.3671875 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 0 C-37.84731960634896 0, 39.67254828730208 0, 115.3671875 0 M-115.3671875 0 C-51.98276738619156 0, 11.401652727616877 0, 115.3671875 0 M115.3671875 0 C115.3671875 11.22999019120896, 115.3671875 22.45998038241792, 115.3671875 42.75 M115.3671875 0 C115.3671875 12.198389474613858, 115.3671875 24.396778949227716, 115.3671875 42.75 M115.3671875 42.75 C33.93373828207892 42.75, -47.49971093584216 42.75, -115.3671875 42.75 M115.3671875 42.75 C34.28379039134545 42.75, -46.7996067173091 42.75, -115.3671875 42.75 M-115.3671875 42.75 C-115.3671875 25.76940273818022, -115.3671875 8.788805476360437, -115.3671875 0 M-115.3671875 42.75 C-115.3671875 33.09602716078854, -115.3671875 23.44205432157707, -115.3671875 0\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 42.75 L115.3671875 42.75 L115.3671875 85.5 L-115.3671875 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-115.3671875 42.75 C-49.31796204661619 42.75, 16.731263406767624 42.75, 115.3671875 42.75 M-115.3671875 42.75 C-66.60637063427396 42.75, -17.845553768547916 42.75, 115.3671875 42.75 M115.3671875 42.75 C115.3671875 53.03464615662184, 115.3671875 63.31929231324368, 115.3671875 85.5 M115.3671875 42.75 C115.3671875 58.392686727489824, 115.3671875 74.03537345497965, 115.3671875 85.5 M115.3671875 85.5 C33.925681655567075 85.5, -47.51582418886585 85.5, -115.3671875 85.5 M115.3671875 85.5 C56.00611380663345 85.5, -3.3549598867330985 85.5, -115.3671875 85.5 M-115.3671875 85.5 C-115.3671875 69.67124507225675, -115.3671875 53.84249014451349, -115.3671875 42.75 M-115.3671875 85.5 C-115.3671875 70.67198590236431, -115.3671875 55.84397180472863, -115.3671875 42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 85.5 L115.3671875 85.5 L115.3671875 128.25 L-115.3671875 128.25\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 85.5 C-60.502126496535226 85.5, -5.637065493070452 85.5, 115.3671875 85.5 M-115.3671875 85.5 C-58.45082173275081 85.5, -1.5344559655016212 85.5, 115.3671875 85.5 M115.3671875 85.5 C115.3671875 98.50820223262254, 115.3671875 111.51640446524506, 115.3671875 128.25 M115.3671875 85.5 C115.3671875 99.12551345659963, 115.3671875 112.75102691319927, 115.3671875 128.25 M115.3671875 128.25 C40.43832628564728 128.25, -34.49053492870544 128.25, -115.3671875 128.25 M115.3671875 128.25 C30.832116570633517 128.25, -53.70295435873297 128.25, -115.3671875 128.25 M-115.3671875 128.25 C-115.3671875 118.59232116928098, -115.3671875 108.93464233856196, -115.3671875 85.5 M-115.3671875 128.25 C-115.3671875 115.97003955723773, -115.3671875 103.69007911447545, -115.3671875 85.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-26.0859375, -118.875)\" style=\"\"><foreignObject width=\"52.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 152px; text-align: start;\"><span class=\"nodeLabel\"><p>Record</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -76.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -76.125)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -76.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -76.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -33.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 9.375)\" style=\"\"><foreignObject width=\"83.59375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 184px; text-align: start;\"><span class=\"nodeLabel\"><p>description</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 52.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 52.125)\" style=\"\"><foreignObject width=\"138.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 238px; text-align: start;\"><span class=\"nodeLabel\"><p>shortDisplayName</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 94.875)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 94.875)\" style=\"\"><foreignObject width=\"94.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 194px; text-align: start;\"><span class=\"nodeLabel\"><p>internalNote</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 94.875)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 94.875)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-115.3671875 -85.50005 L-115.3671875 -85.49995 L115.3671875 -85.49995 L115.3671875 -85.50005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -85.50005 C-115.3671875 -85.50002699855179, -115.3671875 -85.50000399710358, -115.3671875 -85.49995 M-115.3671875 -85.50005 C-115.3671875 -85.50001602423436, -115.3671875 -85.4999820484687, -115.3671875 -85.49995 M-115.3671875 -85.49995 C-64.85434597637584 -85.49995, -14.341504452751678 -85.49995, 115.3671875 -85.49995 M-115.3671875 -85.49995 C-64.2006556942707 -85.49995, -13.034123888541401 -85.49995, 115.3671875 -85.49995 M115.3671875 -85.49995 C115.3671875 -85.49998865421371, 115.3671875 -85.5000273084274, 115.3671875 -85.50005 M115.3671875 -85.49995 C115.3671875 -85.49997115642716, 115.3671875 -85.49999231285433, 115.3671875 -85.50005 M115.3671875 -85.50005 C27.842205335741895 -85.50005, -59.68277682851621 -85.50005, -115.3671875 -85.50005 M115.3671875 -85.50005 C66.30918722134933 -85.50005, 17.251186942698666 -85.50005, -115.3671875 -85.50005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-47.9141125 -85.5 L-47.9140125 -85.5 L-47.9140125 128.25 L-47.9141125 128.25\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-47.9141125 -85.5 C-47.91408843712515 -85.5, -47.914064374250295 -85.5, -47.9140125 -85.5 M-47.9141125 -85.5 C-47.9140863367863 -85.5, -47.91406017357259 -85.5, -47.9140125 -85.5 M-47.9140125 -85.5 C-47.9140125 -32.50858450967234, -47.9140125 20.482830980655322, -47.9140125 128.25 M-47.9140125 -85.5 C-47.9140125 -34.816635222611325, -47.9140125 15.86672955477735, -47.9140125 128.25 M-47.9140125 128.25 C-47.91404788652682 128.25, -47.91408327305363 128.25, -47.9141125 128.25 M-47.9140125 128.25 C-47.91404304228845 128.25, -47.9140735845769 128.25, -47.9141125 128.25 M-47.9141125 128.25 C-47.9141125 48.56346561656338, -47.9141125 -31.123068766873246, -47.9141125 -85.5 M-47.9141125 128.25 C-47.9141125 73.72361140473478, -47.9141125 19.19722280946958, -47.9141125 -85.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-115.3671875 -85.50005 L-115.3671875 -85.49995 L115.3671875 -85.49995 L115.3671875 -85.50005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -85.50005 C-115.3671875 -85.50001807189392, -115.3671875 -85.49998614378782, -115.3671875 -85.49995 M-115.3671875 -85.50005 C-115.3671875 -85.50001425921818, -115.3671875 -85.49997851843636, -115.3671875 -85.49995 M-115.3671875 -85.49995 C-35.067059255909854 -85.49995, 45.23306898818029 -85.49995, 115.3671875 -85.49995 M-115.3671875 -85.49995 C-40.67898151984251 -85.49995, 34.00922446031498 -85.49995, 115.3671875 -85.49995 M115.3671875 -85.49995 C115.3671875 -85.49997063350098, 115.3671875 -85.49999126700196, 115.3671875 -85.50005 M115.3671875 -85.49995 C115.3671875 -85.49998780728596, 115.3671875 -85.50002561457194, 115.3671875 -85.50005 M115.3671875 -85.50005 C38.90252454788963 -85.50005, -37.56213840422075 -85.50005, -115.3671875 -85.50005 M115.3671875 -85.50005 C59.32080115633378 -85.50005, 3.2744148126675583 -85.50005, -115.3671875 -85.50005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-entity-Trigger-4\" data-look=\"classic\" transform=\"translate(414.515625, 408.25)\"><g class=\"outer-path\" style=\"\"><path d=\"M-70.46875 -85.5 L70.46875 -85.5 L70.46875 85.5 L-70.46875 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\"></path><path d=\"M-70.46875 -85.5 C-33.63226781423023 -85.5, 3.2042143715395355 -85.5, 70.46875 -85.5 M-70.46875 -85.5 C-19.175413030022234 -85.5, 32.11792393995553 -85.5, 70.46875 -85.5 M70.46875 -85.5 C70.46875 -17.992300850082543, 70.46875 49.515398299834914, 70.46875 85.5 M70.46875 -85.5 C70.46875 -39.23726279487732, 70.46875 7.025474410245366, 70.46875 85.5 M70.46875 85.5 C38.62908978031773 85.5, 6.789429560635448 85.5, -70.46875 85.5 M70.46875 85.5 C32.65440548482024 85.5, -5.159939030359524 85.5, -70.46875 85.5 M-70.46875 85.5 C-70.46875 24.006199678293733, -70.46875 -37.487600643412534, -70.46875 -85.5 M-70.46875 85.5 C-70.46875 41.149291215749344, -70.46875 -3.201417568501313, -70.46875 -85.5\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-70.46875 -42.75 L70.46875 -42.75 L70.46875 0 L-70.46875 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-70.46875 -42.75 C-18.277571913814363 -42.75, 33.913606172371274 -42.75, 70.46875 -42.75 M-70.46875 -42.75 C-18.446243881259278 -42.75, 33.576262237481444 -42.75, 70.46875 -42.75 M70.46875 -42.75 C70.46875 -26.762036550787816, 70.46875 -10.774073101575631, 70.46875 0 M70.46875 -42.75 C70.46875 -30.06909815742754, 70.46875 -17.38819631485508, 70.46875 0 M70.46875 0 C16.29824828656473 0, -37.87225342687054 0, -70.46875 0 M70.46875 0 C27.8290661451406 0, -14.810617709718798 0, -70.46875 0 M-70.46875 0 C-70.46875 -10.06215709790034, -70.46875 -20.12431419580068, -70.46875 -42.75 M-70.46875 0 C-70.46875 -12.817102194007981, -70.46875 -25.634204388015963, -70.46875 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-70.46875 0 L70.46875 0 L70.46875 42.75 L-70.46875 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-70.46875 0 C-32.7557538758777 0, 4.957242248244597 0, 70.46875 0 M-70.46875 0 C-36.13889986153316 0, -1.8090497230663232 0, 70.46875 0 M70.46875 0 C70.46875 14.819489976942068, 70.46875 29.638979953884135, 70.46875 42.75 M70.46875 0 C70.46875 16.296599203574925, 70.46875 32.59319840714985, 70.46875 42.75 M70.46875 42.75 C19.18666385722188 42.75, -32.09542228555624 42.75, -70.46875 42.75 M70.46875 42.75 C14.928269395970709 42.75, -40.61221120805858 42.75, -70.46875 42.75 M-70.46875 42.75 C-70.46875 29.314808600658047, -70.46875 15.879617201316098, -70.46875 0 M-70.46875 42.75 C-70.46875 31.1248662269747, -70.46875 19.4997324539494, -70.46875 0\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-70.46875 42.75 L70.46875 42.75 L70.46875 85.5 L-70.46875 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-70.46875 42.75 C-17.441805910696523 42.75, 35.585138178606954 42.75, 70.46875 42.75 M-70.46875 42.75 C-28.217883782369583 42.75, 14.032982435260834 42.75, 70.46875 42.75 M70.46875 42.75 C70.46875 53.251682097594205, 70.46875 63.75336419518841, 70.46875 85.5 M70.46875 42.75 C70.46875 53.70708687318008, 70.46875 64.66417374636016, 70.46875 85.5 M70.46875 85.5 C24.479023636861783 85.5, -21.510702726276435 85.5, -70.46875 85.5 M70.46875 85.5 C27.536272835414138 85.5, -15.396204329171724 85.5, -70.46875 85.5 M-70.46875 85.5 C-70.46875 74.83755552400405, -70.46875 64.17511104800809, -70.46875 42.75 M-70.46875 85.5 C-70.46875 75.8357589339889, -70.46875 66.1715178679778, -70.46875 42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-25.8359375, -76.125)\" style=\"\"><foreignObject width=\"51.671875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 152px; text-align: start;\"><span class=\"nodeLabel\"><p>Trigger</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-57.96875, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.484375, -33.375)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(82.96875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(82.96875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-57.96875, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.484375, 9.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(82.96875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(82.96875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-57.96875, 52.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.484375, 52.125)\" style=\"\"><foreignObject width=\"48.484375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 148px; text-align: start;\"><span class=\"nodeLabel\"><p>record</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(82.96875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(82.96875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-70.46875 -42.75005 L-70.46875 -42.74995 L70.46875 -42.74995 L70.46875 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-70.46875 -42.75005 C-70.46875 -42.75001578110616, -70.46875 -42.74998156221231, -70.46875 -42.74995 M-70.46875 -42.75005 C-70.46875 -42.75001584965885, -70.46875 -42.74998169931769, -70.46875 -42.74995 M-70.46875 -42.74995 C-22.82221354051073 -42.74995, 24.824322918978538 -42.74995, 70.46875 -42.74995 M-70.46875 -42.74995 C-24.580646369315822 -42.74995, 21.307457261368356 -42.74995, 70.46875 -42.74995 M70.46875 -42.74995 C70.46875 -42.749973969851006, 70.46875 -42.74999793970202, 70.46875 -42.75005 M70.46875 -42.74995 C70.46875 -42.74997116229982, 70.46875 -42.749992324599646, 70.46875 -42.75005 M70.46875 -42.75005 C26.882138613174746 -42.75005, -16.704472773650508 -42.75005, -70.46875 -42.75005 M70.46875 -42.75005 C15.412201014007216 -42.75005, -39.64434797198557 -42.75005, -70.46875 -42.75005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-3.015675 -42.75 L-3.015575 -42.75 L-3.015575 85.5 L-3.015675 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-3.015675 -42.75 C-3.015643553995006 -42.75, -3.0156121079900124 -42.75, -3.015575 -42.75 M-3.015675 -42.75 C-3.015644349619572 -42.75, -3.0156136992391436 -42.75, -3.015575 -42.75 M-3.015575 -42.75 C-3.015575 -10.450186118049082, -3.015575 21.849627763901836, -3.015575 85.5 M-3.015575 -42.75 C-3.015575 8.516737982230566, -3.015575 59.78347596446113, -3.015575 85.5 M-3.015575 85.5 C-3.015610358250605 85.5, -3.015645716501209 85.5, -3.015675 85.5 M-3.015575 85.5 C-3.0156143794121686 85.5, -3.0156537588243375 85.5, -3.015675 85.5 M-3.015675 85.5 C-3.015675 44.67190905436747, -3.015675 3.8438181087349363, -3.015675 -42.75 M-3.015675 85.5 C-3.015675 55.42966880305486, -3.015675 25.35933760610972, -3.015675 -42.75\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-70.46875 -42.75005 L-70.46875 -42.74995 L70.46875 -42.74995 L70.46875 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-70.46875 -42.75005 C-70.46875 -42.7500178297603, -70.46875 -42.74998565952061, -70.46875 -42.74995 M-70.46875 -42.75005 C-70.46875 -42.750017786607685, -70.46875 -42.74998557321537, -70.46875 -42.74995 M-70.46875 -42.74995 C-26.573604532230448 -42.74995, 17.321540935539105 -42.74995, 70.46875 -42.74995 M-70.46875 -42.74995 C-26.092889658476913 -42.74995, 18.282970683046173 -42.74995, 70.46875 -42.74995 M70.46875 -42.74995 C70.46875 -42.749970312007676, 70.46875 -42.74999062401535, 70.46875 -42.75005 M70.46875 -42.74995 C70.46875 -42.749974034357415, 70.46875 -42.74999806871483, 70.46875 -42.75005 M70.46875 -42.75005 C37.69400147100399 -42.75005, 4.9192529420079865 -42.75005, -70.46875 -42.75005 M70.46875 -42.75005 C35.01265486768043 -42.75005, -0.4434402646391362 -42.75005, -70.46875 -42.75005\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-entity-Field-5\" data-look=\"classic\" transform=\"translate(740.3515625, 829.875)\"><g class=\"outer-path\" style=\"\"><path d=\"M-115.3671875 -192.375 L115.3671875 -192.375 L115.3671875 192.375 L-115.3671875 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\"></path><path d=\"M-115.3671875 -192.375 C-67.76861945076229 -192.375, -20.17005140152456 -192.375, 115.3671875 -192.375 M-115.3671875 -192.375 C-51.32655446965779 -192.375, 12.714078560684413 -192.375, 115.3671875 -192.375 M115.3671875 -192.375 C115.3671875 -55.3085388027155, 115.3671875 81.757922394569, 115.3671875 192.375 M115.3671875 -192.375 C115.3671875 -56.970647406921984, 115.3671875 78.43370518615603, 115.3671875 192.375 M115.3671875 192.375 C57.95036624701931 192.375, 0.5335449940386212 192.375, -115.3671875 192.375 M115.3671875 192.375 C55.729386891208165 192.375, -3.90841371758367 192.375, -115.3671875 192.375 M-115.3671875 192.375 C-115.3671875 109.08906526376455, -115.3671875 25.803130527529106, -115.3671875 -192.375 M-115.3671875 192.375 C-115.3671875 51.764531182087694, -115.3671875 -88.84593763582461, -115.3671875 -192.375\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 -149.625 L115.3671875 -149.625 L115.3671875 -106.875 L-115.3671875 -106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 -149.625 C-66.72053841708066 -149.625, -18.073889334161308 -149.625, 115.3671875 -149.625 M-115.3671875 -149.625 C-39.62036221279793 -149.625, 36.12646307440414 -149.625, 115.3671875 -149.625 M115.3671875 -149.625 C115.3671875 -136.48428464762674, 115.3671875 -123.34356929525345, 115.3671875 -106.875 M115.3671875 -149.625 C115.3671875 -135.18870117883998, 115.3671875 -120.75240235767996, 115.3671875 -106.875 M115.3671875 -106.875 C43.5990614844976 -106.875, -28.169064531004807 -106.875, -115.3671875 -106.875 M115.3671875 -106.875 C64.77704450550337 -106.875, 14.186901511006724 -106.875, -115.3671875 -106.875 M-115.3671875 -106.875 C-115.3671875 -115.57574081036427, -115.3671875 -124.27648162072853, -115.3671875 -149.625 M-115.3671875 -106.875 C-115.3671875 -121.31089046660746, -115.3671875 -135.74678093321492, -115.3671875 -149.625\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 -106.875 L115.3671875 -106.875 L115.3671875 -64.125 L-115.3671875 -64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-115.3671875 -106.875 C-52.65966915841118 -106.875, 10.047849183177647 -106.875, 115.3671875 -106.875 M-115.3671875 -106.875 C-52.58124803964476 -106.875, 10.204691420710475 -106.875, 115.3671875 -106.875 M115.3671875 -106.875 C115.3671875 -96.68441246179364, 115.3671875 -86.4938249235873, 115.3671875 -64.125 M115.3671875 -106.875 C115.3671875 -94.481318480982, 115.3671875 -82.087636961964, 115.3671875 -64.125 M115.3671875 -64.125 C29.985424614112986 -64.125, -55.39633827177403 -64.125, -115.3671875 -64.125 M115.3671875 -64.125 C58.058152719220026 -64.125, 0.749117938440051 -64.125, -115.3671875 -64.125 M-115.3671875 -64.125 C-115.3671875 -75.99427968784263, -115.3671875 -87.86355937568527, -115.3671875 -106.875 M-115.3671875 -64.125 C-115.3671875 -80.40960240715106, -115.3671875 -96.69420481430213, -115.3671875 -106.875\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 -64.125 L115.3671875 -64.125 L115.3671875 -21.375 L-115.3671875 -21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 -64.125 C-26.363859087115983 -64.125, 62.63946932576803 -64.125, 115.3671875 -64.125 M-115.3671875 -64.125 C-54.860319829495694 -64.125, 5.646547841008612 -64.125, 115.3671875 -64.125 M115.3671875 -64.125 C115.3671875 -55.47776909033995, 115.3671875 -46.830538180679895, 115.3671875 -21.375 M115.3671875 -64.125 C115.3671875 -49.477084024261345, 115.3671875 -34.82916804852268, 115.3671875 -21.375 M115.3671875 -21.375 C42.61786684117581 -21.375, -30.131453817648378 -21.375, -115.3671875 -21.375 M115.3671875 -21.375 C44.94192718659454 -21.375, -25.48333312681092 -21.375, -115.3671875 -21.375 M-115.3671875 -21.375 C-115.3671875 -31.204547066104137, -115.3671875 -41.034094132208274, -115.3671875 -64.125 M-115.3671875 -21.375 C-115.3671875 -33.82706120410052, -115.3671875 -46.279122408201026, -115.3671875 -64.125\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 -21.375 L115.3671875 -21.375 L115.3671875 21.375 L-115.3671875 21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-115.3671875 -21.375 C-26.61525437324913 -21.375, 62.13667875350174 -21.375, 115.3671875 -21.375 M-115.3671875 -21.375 C-32.225076202386106 -21.375, 50.91703509522779 -21.375, 115.3671875 -21.375 M115.3671875 -21.375 C115.3671875 -6.049768367974986, 115.3671875 9.275463264050028, 115.3671875 21.375 M115.3671875 -21.375 C115.3671875 -7.708434989029554, 115.3671875 5.958130021940892, 115.3671875 21.375 M115.3671875 21.375 C27.961334475424053 21.375, -59.444518549151894 21.375, -115.3671875 21.375 M115.3671875 21.375 C36.7584695101921 21.375, -41.8502484796158 21.375, -115.3671875 21.375 M-115.3671875 21.375 C-115.3671875 10.744669302009404, -115.3671875 0.11433860401880835, -115.3671875 -21.375 M-115.3671875 21.375 C-115.3671875 7.9036683849620815, -115.3671875 -5.567663230075837, -115.3671875 -21.375\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 21.375 L115.3671875 21.375 L115.3671875 64.125 L-115.3671875 64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 21.375 C-63.78540912776973 21.375, -12.203630755539464 21.375, 115.3671875 21.375 M-115.3671875 21.375 C-46.74423483417522 21.375, 21.878717831649567 21.375, 115.3671875 21.375 M115.3671875 21.375 C115.3671875 35.368686474331675, 115.3671875 49.36237294866335, 115.3671875 64.125 M115.3671875 21.375 C115.3671875 30.894072479469834, 115.3671875 40.41314495893967, 115.3671875 64.125 M115.3671875 64.125 C26.451063521331662 64.125, -62.465060457336676 64.125, -115.3671875 64.125 M115.3671875 64.125 C30.15816725553286 64.125, -55.05085298893428 64.125, -115.3671875 64.125 M-115.3671875 64.125 C-115.3671875 54.242107497158905, -115.3671875 44.35921499431781, -115.3671875 21.375 M-115.3671875 64.125 C-115.3671875 55.07453996890456, -115.3671875 46.02407993780913, -115.3671875 21.375\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 64.125 L115.3671875 64.125 L115.3671875 106.875 L-115.3671875 106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-115.3671875 64.125 C-66.40686327535646 64.125, -17.446539050712914 64.125, 115.3671875 64.125 M-115.3671875 64.125 C-31.701744181226914 64.125, 51.96369913754617 64.125, 115.3671875 64.125 M115.3671875 64.125 C115.3671875 79.76879850258142, 115.3671875 95.41259700516285, 115.3671875 106.875 M115.3671875 64.125 C115.3671875 76.62997796827821, 115.3671875 89.13495593655641, 115.3671875 106.875 M115.3671875 106.875 C63.17212156778347 106.875, 10.977055635566941 106.875, -115.3671875 106.875 M115.3671875 106.875 C40.40132365871966 106.875, -34.56454018256068 106.875, -115.3671875 106.875 M-115.3671875 106.875 C-115.3671875 94.6762811876041, -115.3671875 82.47756237520821, -115.3671875 64.125 M-115.3671875 106.875 C-115.3671875 94.84050673487201, -115.3671875 82.80601346974403, -115.3671875 64.125\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 106.875 L115.3671875 106.875 L115.3671875 149.625 L-115.3671875 149.625\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 100%)\"></path><path d=\"M-115.3671875 106.875 C-61.434985869273206 106.875, -7.502784238546411 106.875, 115.3671875 106.875 M-115.3671875 106.875 C-38.55458064290298 106.875, 38.25802621419405 106.875, 115.3671875 106.875 M115.3671875 106.875 C115.3671875 115.60227864999088, 115.3671875 124.32955729998176, 115.3671875 149.625 M115.3671875 106.875 C115.3671875 117.70968772340571, 115.3671875 128.54437544681142, 115.3671875 149.625 M115.3671875 149.625 C31.910316417443113 149.625, -51.546554665113774 149.625, -115.3671875 149.625 M115.3671875 149.625 C57.7408808584347 149.625, 0.11457421686939995 149.625, -115.3671875 149.625 M-115.3671875 149.625 C-115.3671875 134.08724882318342, -115.3671875 118.54949764636682, -115.3671875 106.875 M-115.3671875 149.625 C-115.3671875 135.09017342551007, -115.3671875 120.55534685102013, -115.3671875 106.875\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 149.625 L115.3671875 149.625 L115.3671875 192.375 L-115.3671875 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(240, 100%, 97.2745098039%)\"></path><path d=\"M-115.3671875 149.625 C-43.70316361526537 149.625, 27.960860269469265 149.625, 115.3671875 149.625 M-115.3671875 149.625 C-55.98550953724115 149.625, 3.3961684255177005 149.625, 115.3671875 149.625 M115.3671875 149.625 C115.3671875 165.8379055606305, 115.3671875 182.05081112126103, 115.3671875 192.375 M115.3671875 149.625 C115.3671875 165.35108827830203, 115.3671875 181.07717655660406, 115.3671875 192.375 M115.3671875 192.375 C31.64438997570373 192.375, -52.07840754859254 192.375, -115.3671875 192.375 M115.3671875 192.375 C68.82683764784647 192.375, 22.28648779569295 192.375, -115.3671875 192.375 M-115.3671875 192.375 C-115.3671875 176.15187741690798, -115.3671875 159.92875483381596, -115.3671875 149.625 M-115.3671875 192.375 C-115.3671875 177.83884185403932, -115.3671875 163.30268370807863, -115.3671875 149.625\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-17.5703125, -183)\" style=\"\"><foreignObject width=\"35.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 135px; text-align: start;\"><span class=\"nodeLabel\"><p>Field</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -140.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -140.25)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -97.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -97.5)\" style=\"\"><foreignObject width=\"32.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 133px; text-align: start;\"><span class=\"nodeLabel\"><p>type</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -54.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -54.75)\" style=\"\"><foreignObject width=\"51.046875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 151px; text-align: start;\"><span class=\"nodeLabel\"><p>format</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -12)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -12)\" style=\"\"><foreignObject width=\"29.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;\"><span class=\"nodeLabel\"><p>unit</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 30.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 30.75)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 73.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 73.5)\" style=\"\"><foreignObject width=\"83.59375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 184px; text-align: start;\"><span class=\"nodeLabel\"><p>description</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 116.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 116.25)\" style=\"\"><foreignObject width=\"138.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 238px; text-align: start;\"><span class=\"nodeLabel\"><p>shortDisplayName</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 159)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 159)\" style=\"\"><foreignObject width=\"94.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 194px; text-align: start;\"><span class=\"nodeLabel\"><p>internalNote</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-115.3671875 -149.62505 L-115.3671875 -149.62495 L115.3671875 -149.62495 L115.3671875 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -149.62505 C-115.3671875 -149.62501052295087, -115.3671875 -149.62497104590176, -115.3671875 -149.62495 M-115.3671875 -149.62505 C-115.3671875 -149.62502494925917, -115.3671875 -149.62499989851835, -115.3671875 -149.62495 M-115.3671875 -149.62495 C-61.275676340195915 -149.62495, -7.18416518039183 -149.62495, 115.3671875 -149.62495 M-115.3671875 -149.62495 C-23.39559765663283 -149.62495, 68.57599218673434 -149.62495, 115.3671875 -149.62495 M115.3671875 -149.62495 C115.3671875 -149.6249766731542, 115.3671875 -149.62500334630843, 115.3671875 -149.62505 M115.3671875 -149.62495 C115.3671875 -149.62497672393556, 115.3671875 -149.6250034478711, 115.3671875 -149.62505 M115.3671875 -149.62505 C33.369613934960185 -149.62505, -48.62795963007963 -149.62505, -115.3671875 -149.62505 M115.3671875 -149.62505 C33.91819154370644 -149.62505, -47.530804412587116 -149.62505, -115.3671875 -149.62505\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-47.9141125 -149.625 L-47.9140125 -149.625 L-47.9140125 192.375 L-47.9141125 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-47.9141125 -149.625 C-47.91408892812816 -149.625, -47.914065356256316 -149.625, -47.9140125 -149.625 M-47.9141125 -149.625 C-47.91407779769566 -149.625, -47.91404309539132 -149.625, -47.9140125 -149.625 M-47.9140125 -149.625 C-47.9140125 -40.59263908972834, -47.9140125 68.43972182054333, -47.9140125 192.375 M-47.9140125 -149.625 C-47.9140125 -31.391678681267436, -47.9140125 86.84164263746513, -47.9140125 192.375 M-47.9140125 192.375 C-47.91404000394665 192.375, -47.9140675078933 192.375, -47.9141125 192.375 M-47.9140125 192.375 C-47.91404235847674 192.375, -47.914072216953485 192.375, -47.9141125 192.375 M-47.9141125 192.375 C-47.9141125 69.80732738832579, -47.9141125 -52.76034522334842, -47.9141125 -149.625 M-47.9141125 192.375 C-47.9141125 69.80142602055217, -47.9141125 -52.77214795889566, -47.9141125 -149.625\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-115.3671875 -149.62505 L-115.3671875 -149.62495 L115.3671875 -149.62495 L115.3671875 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#ECECFF\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -149.62505 C-115.3671875 -149.6250115102078, -115.3671875 -149.62497302041558, -115.3671875 -149.62495 M-115.3671875 -149.62505 C-115.3671875 -149.62501807091644, -115.3671875 -149.62498614183286, -115.3671875 -149.62495 M-115.3671875 -149.62495 C-61.15123377193025 -149.62495, -6.935280043860502 -149.62495, 115.3671875 -149.62495 M-115.3671875 -149.62495 C-61.79286218575822 -149.62495, -8.218536871516434 -149.62495, 115.3671875 -149.62495 M115.3671875 -149.62495 C115.3671875 -149.62498861367942, 115.3671875 -149.62502722735883, 115.3671875 -149.62505 M115.3671875 -149.62495 C115.3671875 -149.62497014109746, 115.3671875 -149.62499028219491, 115.3671875 -149.62505 M115.3671875 -149.62505 C37.117521930218984 -149.62505, -41.13214363956203 -149.62505, -115.3671875 -149.62505 M115.3671875 -149.62505 C53.19463411549839 -149.62505, -8.977919269003223 -149.62505, -115.3671875 -149.62505\" stroke=\"#9370DB\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g></g></g></g><defs><filter id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs><defs><filter id=\"diagram-08667c210300049de8bf042f99ecef2d0f8d334c4e42a6f50826fd08b2c87696-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#000000\"></feDropShadow></filter></defs></svg>","diagramHtmlDark":"<svg id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45\" width=\"100%\" xmlns=\"http://www.w3.org/2000/svg\" class=\"erDiagram\" style=\"max-width: 863.71875px;\" viewBox=\"0 0 863.71875 1516\" role=\"graphics-document document\" aria-roledescription=\"er\"><style>#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;fill:#ccc;}@keyframes edge-animation-frame{from{stroke-dashoffset:0;}}@keyframes dash{to{stroke-dashoffset:0;}}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-animation-slow{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 50s linear infinite;stroke-linecap:round;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-animation-fast{stroke-dasharray:9,5!important;stroke-dashoffset:900;animation:dash 20s linear infinite;stroke-linecap:round;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .error-icon{fill:#a44141;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .error-text{fill:#ddd;stroke:#ddd;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-thickness-normal{stroke-width:1px;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-thickness-thick{stroke-width:3.5px;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-pattern-solid{stroke-dasharray:0;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-thickness-invisible{stroke-width:0;fill:none;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-pattern-dashed{stroke-dasharray:3;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-pattern-dotted{stroke-dasharray:2;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .marker{fill:lightgrey;stroke:lightgrey;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .marker.cross{stroke:lightgrey;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 svg{font-family:\"Redocly Mermaid Sans\",sans-serif;font-size:16px;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 p{margin:0;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .entityBox{fill:#1f2020;stroke:#ccc;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .relationshipLabelBox{fill:hsl(20, 1.5873015873%, 12.3529411765%);opacity:0.7;background-color:hsl(20, 1.5873015873%, 12.3529411765%);}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .relationshipLabelBox rect{opacity:0.5;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .labelBkg{background-color:rgba(32.0000000001, 31.3333333334, 31.0000000001, 0.5);}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edgeLabel{background-color:hsl(0, 0%, 34.4117647059%);}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edgeLabel .label rect{fill:hsl(0, 0%, 34.4117647059%);}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edgeLabel .label text{fill:#ccc;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edgeLabel .label{fill:#ccc;font-size:14px;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .label{font-family:\"Redocly Mermaid Sans\",sans-serif;color:#ccc;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .edge-pattern-dashed{stroke-dasharray:8,8;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .node rect,#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .node circle,#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .node ellipse,#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .node polygon{fill:#1f2020;stroke:#ccc;stroke-width:1px;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .relationshipLine{stroke:lightgrey;stroke-width:1px;fill:none;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .marker{fill:none!important;stroke:lightgrey!important;stroke-width:1;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=neo].labelBkg{background-color:rgba(32.0000000001, 31.3333333334, 31.0000000001, 0.5);}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 .node .neo-node{stroke:#ccc;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node rect,#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].cluster rect,#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node polygon{stroke:url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node path{stroke:url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-gradient);stroke-width:1px;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node .outer-path{filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node .neo-line path{stroke:#ccc;filter:none;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node circle{stroke:url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].node circle .state-start{fill:#000000;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].icon-shape .icon{fill:url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 [data-look=\"neo\"].icon-shape .icon-neo path{stroke:url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-gradient);filter:drop-shadow( 1px 2px 2px rgba(185,185,185,1));}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45 :root{--mermaid-font-family:\"Redocly Mermaid Sans\",sans-serif;}</style><g><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart\" class=\"marker onlyOne er\" refX=\"0\" refY=\"9\" markerWidth=\"18\" markerHeight=\"18\" orient=\"auto\"><path d=\"M9,0 L9,18 M15,0 L15,18\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneEnd\" class=\"marker onlyOne er\" refX=\"18\" refY=\"9\" markerWidth=\"18\" markerHeight=\"18\" orient=\"auto\"><path d=\"M3,0 L3,18 M9,0 L9,18\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-zeroOrOneStart\" class=\"marker zeroOrOne er\" refX=\"0\" refY=\"9\" markerWidth=\"30\" markerHeight=\"18\" orient=\"auto\"><circle fill=\"white\" cx=\"21\" cy=\"9\" r=\"6\"></circle><path d=\"M9,0 L9,18\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-zeroOrOneEnd\" class=\"marker zeroOrOne er\" refX=\"30\" refY=\"9\" markerWidth=\"30\" markerHeight=\"18\" orient=\"auto\"><circle fill=\"white\" cx=\"9\" cy=\"9\" r=\"6\"></circle><path d=\"M21,0 L21,18\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreStart\" class=\"marker oneOrMore er\" refX=\"18\" refY=\"18\" markerWidth=\"45\" markerHeight=\"36\" orient=\"auto\"><path d=\"M0,18 Q 18,0 36,18 Q 18,36 0,18 M42,9 L42,27\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreEnd\" class=\"marker oneOrMore er\" refX=\"27\" refY=\"18\" markerWidth=\"45\" markerHeight=\"36\" orient=\"auto\"><path d=\"M3,9 L3,27 M9,18 Q27,0 45,18 Q27,36 9,18\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-zeroOrMoreStart\" class=\"marker zeroOrMore er\" refX=\"18\" refY=\"18\" markerWidth=\"57\" markerHeight=\"36\" orient=\"auto\"><circle fill=\"white\" cx=\"48\" cy=\"18\" r=\"6\"></circle><path d=\"M0,18 Q18,0 36,18 Q18,36 0,18\"></path></marker></defs><defs><marker id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-zeroOrMoreEnd\" class=\"marker zeroOrMore er\" refX=\"39\" refY=\"18\" markerWidth=\"57\" markerHeight=\"36\" orient=\"auto\"><circle fill=\"white\" cx=\"9\" cy=\"18\" r=\"6\"></circle><path d=\"M21,18 Q39,0 57,18 Q39,36 21,18\"></path></marker></defs><g class=\"root\"><g class=\"clusters\"></g><g class=\"edgePaths\"><path d=\"M243.953,146.796L219.298,160.58C194.643,174.364,145.333,201.932,120.678,231.258C96.023,260.583,96.023,291.667,96.023,307.208L96.023,322.75\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-id_entity-Knowledge_Model-0_entity-Filter-1_0\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-Filter-1_0\" data-points=\"W3sieCI6MjQzLjk1MzEyNSwieSI6MTQ2Ljc5NTgyMTY5MTIzNTUyfSx7IngiOjk2LjAyMzQzNzUsInkiOjIyOS41fSx7IngiOjk2LjAyMzQzNzUsInkiOjMyMi43NX1d\" data-look=\"classic\" marker-start=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart)\" marker-end=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreEnd)\"></path><path d=\"M291.983,179L287.327,187.417C282.671,195.833,273.359,212.667,268.703,250.875C264.047,289.083,264.047,348.667,264.047,408.25C264.047,467.833,264.047,527.417,264.047,597.688C264.047,667.958,264.047,748.917,264.047,829.875C264.047,910.833,264.047,991.792,288.829,1057.544C313.611,1123.297,363.174,1173.843,387.956,1199.117L412.738,1224.39\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-id_entity-Knowledge_Model-0_entity-KPI-2_1\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-KPI-2_1\" data-points=\"W3sieCI6MjkxLjk4MzE2ODY1ODA4ODIzLCJ5IjoxNzl9LHsieCI6MjY0LjA0Njg3NSwieSI6MjI5LjV9LHsieCI6MjY0LjA0Njg3NSwieSI6NDA4LjI1fSx7IngiOjI2NC4wNDY4NzUsInkiOjU4N30seyJ4IjoyNjQuMDQ2ODc1LCJ5Ijo4MjkuODc1fSx7IngiOjI2NC4wNDY4NzUsInkiOjEwNzIuNzV9LHsieCI6NDEyLjczODI4MTI1LCJ5IjoxMjI0LjM5MDAxNjMyMDMwNDN9XQ==\" data-look=\"classic\" marker-start=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart)\" marker-end=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreEnd)\"></path><path d=\"M434.609,125.825L485.566,143.104C536.523,160.383,638.438,194.942,689.395,220.638C740.352,246.333,740.352,263.167,740.352,271.583L740.352,280\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-id_entity-Knowledge_Model-0_entity-Record-3_2\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-Record-3_2\" data-points=\"W3sieCI6NDM0LjYwOTM3NSwieSI6MTI1LjgyNTA2NzY4OTk3MDJ9LHsieCI6NzQwLjM1MTU2MjUsInkiOjIyOS41fSx7IngiOjc0MC4zNTE1NjI1LCJ5IjoyODB9XQ==\" data-look=\"classic\" marker-start=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart)\" marker-end=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreEnd)\"></path><path d=\"M386.579,179L391.235,187.417C395.891,195.833,405.204,212.667,409.86,236.625C414.516,260.583,414.516,291.667,414.516,307.208L414.516,322.75\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-id_entity-Knowledge_Model-0_entity-Trigger-4_3\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Knowledge_Model-0_entity-Trigger-4_3\" data-points=\"W3sieCI6Mzg2LjU3OTMzMTM0MTkxMTc3LCJ5IjoxNzl9LHsieCI6NDE0LjUxNTYyNSwieSI6MjI5LjV9LHsieCI6NDE0LjUxNTYyNSwieSI6MzIyLjc1fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart)\" marker-end=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreEnd)\"></path><path d=\"M740.352,536.5L740.352,544.917C740.352,553.333,740.352,570.167,740.352,587C740.352,603.833,740.352,620.667,740.352,629.083L740.352,637.5\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-id_entity-Record-3_entity-Field-5_4\" class=\"edge-thickness-normal edge-pattern-solid relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Record-3_entity-Field-5_4\" data-points=\"W3sieCI6NzQwLjM1MTU2MjUsInkiOjUzNi41fSx7IngiOjc0MC4zNTE1NjI1LCJ5Ijo1ODd9LHsieCI6NzQwLjM1MTU2MjUsInkiOjYzNy41fV0=\" data-look=\"classic\" marker-start=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart)\" marker-end=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-oneOrMoreEnd)\"></path><path d=\"M740.352,1022.25L740.352,1030.667C740.352,1039.083,740.352,1055.917,715.57,1089.607C690.788,1123.297,641.224,1173.843,616.442,1199.117L591.66,1224.39\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-id_entity-Field-5_entity-KPI-2_5\" class=\"edge-thickness-normal edge-pattern-dashed relationshipLine\" style=\"undefined;;;undefined\" data-edge=\"true\" data-et=\"edge\" data-id=\"id_entity-Field-5_entity-KPI-2_5\" data-points=\"W3sieCI6NzQwLjM1MTU2MjUsInkiOjEwMjIuMjV9LHsieCI6NzQwLjM1MTU2MjUsInkiOjEwNzIuNzV9LHsieCI6NTkxLjY2MDE1NjI1LCJ5IjoxMjI0LjM5MDAxNjMyMDMwNDN9XQ==\" data-look=\"classic\" marker-start=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-onlyOneStart)\" marker-end=\"url(#diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45_er-zeroOrMoreEnd)\"></path></g><g class=\"edgeLabels\"><g class=\"edgeLabel\" transform=\"translate(96.0234375, 229.5)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-Filter-1_0\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(264.046875, 587)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-KPI-2_1\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(740.3515625, 229.5)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-Record-3_2\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(414.515625, 229.5)\"><g class=\"label\" data-id=\"id_entity-Knowledge_Model-0_entity-Trigger-4_3\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(740.3515625, 587)\"><g class=\"label\" data-id=\"id_entity-Record-3_entity-Field-5_4\" transform=\"translate(-27.6328125, -10.5)\"><foreignObject width=\"55.265625\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>contains</p></span></div></foreignObject></g></g><g class=\"edgeLabel\" transform=\"translate(740.3515625, 1072.75)\"><g class=\"label\" data-id=\"id_entity-Field-5_entity-KPI-2_5\" transform=\"translate(-14.90625, -10.5)\"><foreignObject width=\"29.8125\" height=\"21\"><div xmlns=\"http://www.w3.org/1999/xhtml\" class=\"labelBkg\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 200px; text-align: center;\"><span class=\"edgeLabel\"><p>uses</p></span></div></foreignObject></g></g></g><g class=\"nodes\"><g class=\"node default\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-entity-Knowledge_Model-0\" data-look=\"classic\" transform=\"translate(339.28125, 93.5)\"><g class=\"outer-path\" style=\"\"><path d=\"M-95.328125 -85.5 L95.328125 -85.5 L95.328125 85.5 L-95.328125 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\"></path><path d=\"M-95.328125 -85.5 C-42.66781692216391 -85.5, 9.992491155672184 -85.5, 95.328125 -85.5 M-95.328125 -85.5 C-28.77248179343492 -85.5, 37.78316141313016 -85.5, 95.328125 -85.5 M95.328125 -85.5 C95.328125 -43.780780197159245, 95.328125 -2.061560394318491, 95.328125 85.5 M95.328125 -85.5 C95.328125 -50.5769879433099, 95.328125 -15.653975886619804, 95.328125 85.5 M95.328125 85.5 C47.05397450701637 85.5, -1.2201759859672592 85.5, -95.328125 85.5 M95.328125 85.5 C49.70330488696791 85.5, 4.078484773935827 85.5, -95.328125 85.5 M-95.328125 85.5 C-95.328125 48.86292247376466, -95.328125 12.225844947529325, -95.328125 -85.5 M-95.328125 85.5 C-95.328125 33.04370123774094, -95.328125 -19.41259752451812, -95.328125 -85.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-95.328125 -42.75 L95.328125 -42.75 L95.328125 0 L-95.328125 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-95.328125 -42.75 C-32.4291037792334 -42.75, 30.469917441533198 -42.75, 95.328125 -42.75 M-95.328125 -42.75 C-41.11437190295287 -42.75, 13.099381194094263 -42.75, 95.328125 -42.75 M95.328125 -42.75 C95.328125 -30.037510983338926, 95.328125 -17.325021966677852, 95.328125 0 M95.328125 -42.75 C95.328125 -28.558848420333355, 95.328125 -14.367696840666714, 95.328125 0 M95.328125 0 C44.177309190390524 0, -6.973506619218952 0, -95.328125 0 M95.328125 0 C27.381037250276535 0, -40.56605049944693 0, -95.328125 0 M-95.328125 0 C-95.328125 -17.019619715721348, -95.328125 -34.039239431442695, -95.328125 -42.75 M-95.328125 0 C-95.328125 -12.012596315711361, -95.328125 -24.025192631422723, -95.328125 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-95.328125 0 L95.328125 0 L95.328125 42.75 L-95.328125 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-95.328125 0 C-39.19405792243652 0, 16.94000915512696 0, 95.328125 0 M-95.328125 0 C-19.73591990609033 0, 55.85628518781934 0, 95.328125 0 M95.328125 0 C95.328125 16.770401953848133, 95.328125 33.540803907696265, 95.328125 42.75 M95.328125 0 C95.328125 8.75505425493921, 95.328125 17.51010850987842, 95.328125 42.75 M95.328125 42.75 C53.85047909660535 42.75, 12.372833193210695 42.75, -95.328125 42.75 M95.328125 42.75 C50.54513541248229 42.75, 5.762145824964577 42.75, -95.328125 42.75 M-95.328125 42.75 C-95.328125 27.108309107819466, -95.328125 11.466618215638935, -95.328125 0 M-95.328125 42.75 C-95.328125 32.56931198237652, -95.328125 22.38862396475304, -95.328125 0\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-95.328125 42.75 L95.328125 42.75 L95.328125 85.5 L-95.328125 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-95.328125 42.75 C-48.188658630212714 42.75, -1.0491922604254285 42.75, 95.328125 42.75 M-95.328125 42.75 C-33.701135837537784 42.75, 27.925853324924432 42.75, 95.328125 42.75 M95.328125 42.75 C95.328125 51.78900966053889, 95.328125 60.828019321077775, 95.328125 85.5 M95.328125 42.75 C95.328125 57.15278844030425, 95.328125 71.5555768806085, 95.328125 85.5 M95.328125 85.5 C24.586589144683188 85.5, -46.154946710633624 85.5, -95.328125 85.5 M95.328125 85.5 C38.573964422311555 85.5, -18.18019615537689 85.5, -95.328125 85.5 M-95.328125 85.5 C-95.328125 70.29053430420177, -95.328125 55.081068608403534, -95.328125 42.75 M-95.328125 85.5 C-95.328125 69.87322061567096, -95.328125 54.24644123134191, -95.328125 42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-68.0546875, -76.125)\" style=\"\"><foreignObject width=\"136.109375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 236px; text-align: start;\"><span class=\"nodeLabel\"><p>Knowledge_Model</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-82.828125, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.0625, -33.375)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(107.828125, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(107.828125, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-82.828125, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.0625, 9.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(107.828125, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(107.828125, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-82.828125, 52.125)\" style=\"\"><foreignObject width=\"66.890625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 167px; text-align: start;\"><span class=\"nodeLabel\"><p>datetime</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.0625, 52.125)\" style=\"\"><foreignObject width=\"73.765625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 174px; text-align: start;\"><span class=\"nodeLabel\"><p>published</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(107.828125, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(107.828125, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-95.328125 -42.75005 L-95.328125 -42.74995 L95.328125 -42.74995 L95.328125 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-95.328125 -42.75005 C-95.328125 -42.750019499995275, -95.328125 -42.749988999990556, -95.328125 -42.74995 M-95.328125 -42.75005 C-95.328125 -42.750026612272016, -95.328125 -42.75000322454403, -95.328125 -42.74995 M-95.328125 -42.74995 C-24.112064723711043 -42.74995, 47.10399555257791 -42.74995, 95.328125 -42.74995 M-95.328125 -42.74995 C-32.430309259264504 -42.74995, 30.46750648147099 -42.74995, 95.328125 -42.74995 M95.328125 -42.74995 C95.328125 -42.749989093415586, 95.328125 -42.75002818683117, 95.328125 -42.75005 M95.328125 -42.74995 C95.328125 -42.74998385018659, 95.328125 -42.75001770037317, 95.328125 -42.75005 M95.328125 -42.75005 C50.03410084644585 -42.75005, 4.740076692891705 -42.75005, -95.328125 -42.75005 M95.328125 -42.75005 C20.61121226999424 -42.75005, -54.10570046001152 -42.75005, -95.328125 -42.75005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-3.43755 -42.75 L-3.43745 -42.75 L-3.43745 85.5 L-3.43755 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-3.43755 -42.75 C-3.4375155747911683 -42.75, -3.4374811495823367 -42.75, -3.43745 -42.75 M-3.43755 -42.75 C-3.4375280004492605 -42.75, -3.437506000898521 -42.75, -3.43745 -42.75 M-3.43745 -42.75 C-3.43745 1.7245383463771802, -3.43745 46.19907669275436, -3.43745 85.5 M-3.43745 -42.75 C-3.43745 -3.5976063150039863, -3.43745 35.55478736999203, -3.43745 85.5 M-3.43745 85.5 C-3.4374874350415396 85.5, -3.437524870083079 85.5, -3.43755 85.5 M-3.43745 85.5 C-3.437473410606604 85.5, -3.4374968212132075 85.5, -3.43755 85.5 M-3.43755 85.5 C-3.43755 50.39320194327508, -3.43755 15.286403886550161, -3.43755 -42.75 M-3.43755 85.5 C-3.43755 50.957945743497234, -3.43755 16.415891486994468, -3.43755 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-95.328125 -42.75005 L-95.328125 -42.74995 L95.328125 -42.74995 L95.328125 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-95.328125 -42.75005 C-95.328125 -42.750023351294764, -95.328125 -42.74999670258952, -95.328125 -42.74995 M-95.328125 -42.75005 C-95.328125 -42.75001448230649, -95.328125 -42.74997896461298, -95.328125 -42.74995 M-95.328125 -42.74995 C-50.72662667216371 -42.74995, -6.125128344327422 -42.74995, 95.328125 -42.74995 M-95.328125 -42.74995 C-33.7741813053798 -42.74995, 27.779762389240403 -42.74995, 95.328125 -42.74995 M95.328125 -42.74995 C95.328125 -42.74997015854769, 95.328125 -42.74999031709538, 95.328125 -42.75005 M95.328125 -42.74995 C95.328125 -42.74997497480537, 95.328125 -42.74999994961074, 95.328125 -42.75005 M95.328125 -42.75005 C26.236238442624085 -42.75005, -42.85564811475183 -42.75005, -95.328125 -42.75005 M95.328125 -42.75005 C40.64289223219345 -42.75005, -14.042340535613107 -42.75005, -95.328125 -42.75005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-entity-Filter-1\" data-look=\"classic\" transform=\"translate(96.0234375, 408.25)\"><g class=\"outer-path\" style=\"\"><path d=\"M-88.0234375 -85.5 L88.0234375 -85.5 L88.0234375 85.5 L-88.0234375 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\"></path><path d=\"M-88.0234375 -85.5 C-25.268682208984316 -85.5, 37.48607308203137 -85.5, 88.0234375 -85.5 M-88.0234375 -85.5 C-48.08310255186129 -85.5, -8.142767603722575 -85.5, 88.0234375 -85.5 M88.0234375 -85.5 C88.0234375 -38.989996228479335, 88.0234375 7.520007543041331, 88.0234375 85.5 M88.0234375 -85.5 C88.0234375 -25.23616299423874, 88.0234375 35.02767401152252, 88.0234375 85.5 M88.0234375 85.5 C51.48066667207998 85.5, 14.937895844159954 85.5, -88.0234375 85.5 M88.0234375 85.5 C45.68859942336802 85.5, 3.353761346736036 85.5, -88.0234375 85.5 M-88.0234375 85.5 C-88.0234375 30.449286108506328, -88.0234375 -24.601427782987344, -88.0234375 -85.5 M-88.0234375 85.5 C-88.0234375 40.14184812509585, -88.0234375 -5.216303749808304, -88.0234375 -85.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-88.0234375 -42.75 L88.0234375 -42.75 L88.0234375 0 L-88.0234375 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-88.0234375 -42.75 C-26.512862642909887 -42.75, 34.997712214180225 -42.75, 88.0234375 -42.75 M-88.0234375 -42.75 C-50.135803554525864 -42.75, -12.248169609051729 -42.75, 88.0234375 -42.75 M88.0234375 -42.75 C88.0234375 -32.85738531498856, 88.0234375 -22.96477062997712, 88.0234375 0 M88.0234375 -42.75 C88.0234375 -27.255780961465533, 88.0234375 -11.761561922931062, 88.0234375 0 M88.0234375 0 C40.654717384242154 0, -6.714002731515691 0, -88.0234375 0 M88.0234375 0 C23.586696508462694 0, -40.85004448307461 0, -88.0234375 0 M-88.0234375 0 C-88.0234375 -9.907373847459882, -88.0234375 -19.814747694919763, -88.0234375 -42.75 M-88.0234375 0 C-88.0234375 -11.93355173882734, -88.0234375 -23.86710347765468, -88.0234375 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-88.0234375 0 L88.0234375 0 L88.0234375 42.75 L-88.0234375 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-88.0234375 0 C-22.1275654562387 0, 43.7683065875226 0, 88.0234375 0 M-88.0234375 0 C-51.631481014648514 0, -15.239524529297029 0, 88.0234375 0 M88.0234375 0 C88.0234375 10.58010273872711, 88.0234375 21.16020547745422, 88.0234375 42.75 M88.0234375 0 C88.0234375 15.162258846968323, 88.0234375 30.324517693936645, 88.0234375 42.75 M88.0234375 42.75 C18.7573317070446 42.75, -50.5087740859108 42.75, -88.0234375 42.75 M88.0234375 42.75 C49.40949378595862 42.75, 10.795550071917233 42.75, -88.0234375 42.75 M-88.0234375 42.75 C-88.0234375 27.282546881621165, -88.0234375 11.815093763242327, -88.0234375 0 M-88.0234375 42.75 C-88.0234375 28.089756866960975, -88.0234375 13.42951373392195, -88.0234375 0\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-88.0234375 42.75 L88.0234375 42.75 L88.0234375 85.5 L-88.0234375 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-88.0234375 42.75 C-38.206059840829916 42.75, 11.611317818340169 42.75, 88.0234375 42.75 M-88.0234375 42.75 C-46.592373351977635 42.75, -5.16130920395527 42.75, 88.0234375 42.75 M88.0234375 42.75 C88.0234375 54.354722024174045, 88.0234375 65.95944404834809, 88.0234375 85.5 M88.0234375 42.75 C88.0234375 53.35027432731697, 88.0234375 63.95054865463393, 88.0234375 85.5 M88.0234375 85.5 C40.733078186680416 85.5, -6.557281126639168 85.5, -88.0234375 85.5 M88.0234375 85.5 C37.599907347305525 85.5, -12.82362280538895 85.5, -88.0234375 85.5 M-88.0234375 85.5 C-88.0234375 75.92906783406978, -88.0234375 66.35813566813957, -88.0234375 42.75 M-88.0234375 85.5 C-88.0234375 69.88017047971627, -88.0234375 54.26034095943254, -88.0234375 42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-18.7578125, -76.125)\" style=\"\"><foreignObject width=\"37.515625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 138px; text-align: start;\"><span class=\"nodeLabel\"><p>Filter</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-75.5234375, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-8.0703125, -33.375)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(100.5234375, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(100.5234375, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-75.5234375, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-8.0703125, 9.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(100.5234375, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(100.5234375, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-75.5234375, 52.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-8.0703125, 52.125)\" style=\"\"><foreignObject width=\"83.59375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 184px; text-align: start;\"><span class=\"nodeLabel\"><p>description</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(100.5234375, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(100.5234375, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-88.0234375 -42.75005 L-88.0234375 -42.74995 L88.0234375 -42.74995 L88.0234375 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-88.0234375 -42.75005 C-88.0234375 -42.7500194402997, -88.0234375 -42.749988880599396, -88.0234375 -42.74995 M-88.0234375 -42.75005 C-88.0234375 -42.75002121921297, -88.0234375 -42.74999243842593, -88.0234375 -42.74995 M-88.0234375 -42.74995 C-37.47370114227323 -42.74995, 13.076035215453544 -42.74995, 88.0234375 -42.74995 M-88.0234375 -42.74995 C-32.276208672600944 -42.74995, 23.47102015479811 -42.74995, 88.0234375 -42.74995 M88.0234375 -42.74995 C88.0234375 -42.749978954011006, 88.0234375 -42.75000790802202, 88.0234375 -42.75005 M88.0234375 -42.74995 C88.0234375 -42.74998101507982, 88.0234375 -42.75001203015963, 88.0234375 -42.75005 M88.0234375 -42.75005 C51.068815801177585 -42.75005, 14.114194102355171 -42.75005, -88.0234375 -42.75005 M88.0234375 -42.75005 C19.817712770233342 -42.75005, -48.388011959533316 -42.75005, -88.0234375 -42.75005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-20.5703625 -42.75 L-20.5702625 -42.75 L-20.5702625 85.5 L-20.5703625 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-20.5703625 -42.75 C-20.570333921322852 -42.75, -20.570305342645707 -42.75, -20.5702625 -42.75 M-20.5703625 -42.75 C-20.570336811404484 -42.75, -20.570311122808963 -42.75, -20.5702625 -42.75 M-20.5702625 -42.75 C-20.5702625 -4.31196277147356, -20.5702625 34.12607445705288, -20.5702625 85.5 M-20.5702625 -42.75 C-20.5702625 -9.115003191093955, -20.5702625 24.51999361781209, -20.5702625 85.5 M-20.5702625 85.5 C-20.57030147973895 85.5, -20.5703404594779 85.5, -20.5703625 85.5 M-20.5702625 85.5 C-20.570291866703624 85.5, -20.570321233407245 85.5, -20.5703625 85.5 M-20.5703625 85.5 C-20.5703625 47.83681093186891, -20.5703625 10.173621863737822, -20.5703625 -42.75 M-20.5703625 85.5 C-20.5703625 58.55681571296007, -20.5703625 31.613631425920154, -20.5703625 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-88.0234375 -42.75005 L-88.0234375 -42.74995 L88.0234375 -42.74995 L88.0234375 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-88.0234375 -42.75005 C-88.0234375 -42.75002367954523, -88.0234375 -42.74999735909045, -88.0234375 -42.74995 M-88.0234375 -42.75005 C-88.0234375 -42.75002232134947, -88.0234375 -42.74999464269894, -88.0234375 -42.74995 M-88.0234375 -42.74995 C-25.721094464393914 -42.74995, 36.58124857121217 -42.74995, 88.0234375 -42.74995 M-88.0234375 -42.74995 C-50.981402449500905 -42.74995, -13.93936739900181 -42.74995, 88.0234375 -42.74995 M88.0234375 -42.74995 C88.0234375 -42.74998364432284, 88.0234375 -42.75001728864569, 88.0234375 -42.75005 M88.0234375 -42.74995 C88.0234375 -42.74998326764113, 88.0234375 -42.75001653528225, 88.0234375 -42.75005 M88.0234375 -42.75005 C44.55258002114415 -42.75005, 1.0817225422883041 -42.75005, -88.0234375 -42.75005 M88.0234375 -42.75005 C25.000871729456506 -42.75005, -38.02169404108699 -42.75005, -88.0234375 -42.75005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-entity-KPI-2\" data-look=\"classic\" transform=\"translate(502.19921875, 1315.625)\"><g class=\"outer-path\" style=\"\"><path d=\"M-89.4609375 -192.375 L89.4609375 -192.375 L89.4609375 192.375 L-89.4609375 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\"></path><path d=\"M-89.4609375 -192.375 C-31.392535367460347 -192.375, 26.675866765079306 -192.375, 89.4609375 -192.375 M-89.4609375 -192.375 C-42.28567469311404 -192.375, 4.8895881137719215 -192.375, 89.4609375 -192.375 M89.4609375 -192.375 C89.4609375 -41.00795394059418, 89.4609375 110.35909211881165, 89.4609375 192.375 M89.4609375 -192.375 C89.4609375 -60.892189942824814, 89.4609375 70.59062011435037, 89.4609375 192.375 M89.4609375 192.375 C48.21573862864485 192.375, 6.9705397572897 192.375, -89.4609375 192.375 M89.4609375 192.375 C19.138480574326422 192.375, -51.183976351347155 192.375, -89.4609375 192.375 M-89.4609375 192.375 C-89.4609375 62.09608382080964, -89.4609375 -68.18283235838072, -89.4609375 -192.375 M-89.4609375 192.375 C-89.4609375 63.34953030599456, -89.4609375 -65.67593938801087, -89.4609375 -192.375\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 -149.625 L89.4609375 -149.625 L89.4609375 -106.875 L-89.4609375 -106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-89.4609375 -149.625 C-28.682425442483606 -149.625, 32.09608661503279 -149.625, 89.4609375 -149.625 M-89.4609375 -149.625 C-30.63643429858464 -149.625, 28.18806890283072 -149.625, 89.4609375 -149.625 M89.4609375 -149.625 C89.4609375 -140.49773892595704, 89.4609375 -131.37047785191407, 89.4609375 -106.875 M89.4609375 -149.625 C89.4609375 -140.8326865582874, 89.4609375 -132.04037311657484, 89.4609375 -106.875 M89.4609375 -106.875 C21.90998772868933 -106.875, -45.64096204262134 -106.875, -89.4609375 -106.875 M89.4609375 -106.875 C33.632105901048206 -106.875, -22.196725697903588 -106.875, -89.4609375 -106.875 M-89.4609375 -106.875 C-89.4609375 -117.98481794176236, -89.4609375 -129.09463588352472, -89.4609375 -149.625 M-89.4609375 -106.875 C-89.4609375 -118.67963306443232, -89.4609375 -130.48426612886465, -89.4609375 -149.625\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 -106.875 L89.4609375 -106.875 L89.4609375 -64.125 L-89.4609375 -64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-89.4609375 -106.875 C-35.659226140299246 -106.875, 18.142485219401507 -106.875, 89.4609375 -106.875 M-89.4609375 -106.875 C-20.381440444657642 -106.875, 48.698056610684716 -106.875, 89.4609375 -106.875 M89.4609375 -106.875 C89.4609375 -96.90005453357222, 89.4609375 -86.92510906714443, 89.4609375 -64.125 M89.4609375 -106.875 C89.4609375 -95.03436423866339, 89.4609375 -83.19372847732676, 89.4609375 -64.125 M89.4609375 -64.125 C39.58788521214924 -64.125, -10.285167075701523 -64.125, -89.4609375 -64.125 M89.4609375 -64.125 C18.472969760995014 -64.125, -52.51499797800997 -64.125, -89.4609375 -64.125 M-89.4609375 -64.125 C-89.4609375 -81.0676206796689, -89.4609375 -98.01024135933781, -89.4609375 -106.875 M-89.4609375 -64.125 C-89.4609375 -78.50919116271373, -89.4609375 -92.89338232542748, -89.4609375 -106.875\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 -64.125 L89.4609375 -64.125 L89.4609375 -21.375 L-89.4609375 -21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-89.4609375 -64.125 C-17.992873577878754 -64.125, 53.47519034424249 -64.125, 89.4609375 -64.125 M-89.4609375 -64.125 C-36.11585679775754 -64.125, 17.229223904484925 -64.125, 89.4609375 -64.125 M89.4609375 -64.125 C89.4609375 -50.45918656651105, 89.4609375 -36.7933731330221, 89.4609375 -21.375 M89.4609375 -64.125 C89.4609375 -49.932573410872365, 89.4609375 -35.74014682174472, 89.4609375 -21.375 M89.4609375 -21.375 C19.720691619704724 -21.375, -50.01955426059055 -21.375, -89.4609375 -21.375 M89.4609375 -21.375 C41.493374944458274 -21.375, -6.474187611083451 -21.375, -89.4609375 -21.375 M-89.4609375 -21.375 C-89.4609375 -30.64194313912082, -89.4609375 -39.90888627824164, -89.4609375 -64.125 M-89.4609375 -21.375 C-89.4609375 -30.81944615154035, -89.4609375 -40.2638923030807, -89.4609375 -64.125\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 -21.375 L89.4609375 -21.375 L89.4609375 21.375 L-89.4609375 21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-89.4609375 -21.375 C-45.49235469260954 -21.375, -1.5237718852190767 -21.375, 89.4609375 -21.375 M-89.4609375 -21.375 C-33.295445702051495 -21.375, 22.87004609589701 -21.375, 89.4609375 -21.375 M89.4609375 -21.375 C89.4609375 -12.771272441772558, 89.4609375 -4.167544883545116, 89.4609375 21.375 M89.4609375 -21.375 C89.4609375 -6.326700687287628, 89.4609375 8.721598625424743, 89.4609375 21.375 M89.4609375 21.375 C38.94477516140543 21.375, -11.571387177189138 21.375, -89.4609375 21.375 M89.4609375 21.375 C47.831617710404366 21.375, 6.202297920808732 21.375, -89.4609375 21.375 M-89.4609375 21.375 C-89.4609375 7.968071949335338, -89.4609375 -5.438856101329325, -89.4609375 -21.375 M-89.4609375 21.375 C-89.4609375 6.3021000801137355, -89.4609375 -8.770799839772529, -89.4609375 -21.375\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 21.375 L89.4609375 21.375 L89.4609375 64.125 L-89.4609375 64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-89.4609375 21.375 C-37.24670608826823 21.375, 14.967525323463533 21.375, 89.4609375 21.375 M-89.4609375 21.375 C-32.9215478599031 21.375, 23.6178417801938 21.375, 89.4609375 21.375 M89.4609375 21.375 C89.4609375 31.87529254639569, 89.4609375 42.37558509279138, 89.4609375 64.125 M89.4609375 21.375 C89.4609375 35.099329536085385, 89.4609375 48.82365907217077, 89.4609375 64.125 M89.4609375 64.125 C19.416304457814107 64.125, -50.628328584371786 64.125, -89.4609375 64.125 M89.4609375 64.125 C41.99176362010487 64.125, -5.477410259790261 64.125, -89.4609375 64.125 M-89.4609375 64.125 C-89.4609375 54.67725797621985, -89.4609375 45.22951595243969, -89.4609375 21.375 M-89.4609375 64.125 C-89.4609375 49.805044746817785, -89.4609375 35.48508949363558, -89.4609375 21.375\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 64.125 L89.4609375 64.125 L89.4609375 106.875 L-89.4609375 106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-89.4609375 64.125 C-35.01351575561986 64.125, 19.433905988760273 64.125, 89.4609375 64.125 M-89.4609375 64.125 C-48.69917093899039 64.125, -7.9374043779807835 64.125, 89.4609375 64.125 M89.4609375 64.125 C89.4609375 76.91332167508651, 89.4609375 89.70164335017301, 89.4609375 106.875 M89.4609375 64.125 C89.4609375 81.09876070774696, 89.4609375 98.07252141549392, 89.4609375 106.875 M89.4609375 106.875 C36.13790983264254 106.875, -17.185117834714916 106.875, -89.4609375 106.875 M89.4609375 106.875 C20.568590500642088 106.875, -48.323756498715824 106.875, -89.4609375 106.875 M-89.4609375 106.875 C-89.4609375 93.66259733916505, -89.4609375 80.4501946783301, -89.4609375 64.125 M-89.4609375 106.875 C-89.4609375 92.17041241188413, -89.4609375 77.46582482376826, -89.4609375 64.125\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-89.4609375 106.875 L89.4609375 106.875 L89.4609375 149.625 L-89.4609375 149.625\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-89.4609375 106.875 C-23.71630847528111 106.875, 42.02832054943778 106.875, 89.4609375 106.875 M-89.4609375 106.875 C-34.29761225261716 106.875, 20.865712994765687 106.875, 89.4609375 106.875 M89.4609375 106.875 C89.4609375 120.46007065492002, 89.4609375 134.04514130984003, 89.4609375 149.625 M89.4609375 106.875 C89.4609375 115.73541021134241, 89.4609375 124.59582042268482, 89.4609375 149.625 M89.4609375 149.625 C19.367852577899825 149.625, -50.72523234420035 149.625, -89.4609375 149.625 M89.4609375 149.625 C18.501396737146692 149.625, -52.458144025706616 149.625, -89.4609375 149.625 M-89.4609375 149.625 C-89.4609375 133.51963053249054, -89.4609375 117.41426106498108, -89.4609375 106.875 M-89.4609375 149.625 C-89.4609375 132.9586682495397, -89.4609375 116.2923364990794, -89.4609375 106.875\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-89.4609375 149.625 L89.4609375 149.625 L89.4609375 192.375 L-89.4609375 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-89.4609375 149.625 C-50.21318698819886 149.625, -10.965436476397727 149.625, 89.4609375 149.625 M-89.4609375 149.625 C-26.344572603743032 149.625, 36.771792292513936 149.625, 89.4609375 149.625 M89.4609375 149.625 C89.4609375 158.2139262939797, 89.4609375 166.80285258795945, 89.4609375 192.375 M89.4609375 149.625 C89.4609375 162.76747448797292, 89.4609375 175.90994897594584, 89.4609375 192.375 M89.4609375 192.375 C33.6635753630585 192.375, -22.133786773883003 192.375, -89.4609375 192.375 M89.4609375 192.375 C48.66787257799238 192.375, 7.874807655984753 192.375, -89.4609375 192.375 M-89.4609375 192.375 C-89.4609375 175.80270035865658, -89.4609375 159.2304007173132, -89.4609375 149.625 M-89.4609375 192.375 C-89.4609375 178.35815416702346, -89.4609375 164.34130833404691, -89.4609375 149.625\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-11.9609375, -183)\" style=\"\"><foreignObject width=\"23.921875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 124px; text-align: start;\"><span class=\"nodeLabel\"><p>KPI</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -140.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -140.25)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -97.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -97.5)\" style=\"\"><foreignObject width=\"32.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 133px; text-align: start;\"><span class=\"nodeLabel\"><p>type</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -54.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -54.75)\" style=\"\"><foreignObject width=\"51.046875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 151px; text-align: start;\"><span class=\"nodeLabel\"><p>format</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, -12)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, -12)\" style=\"\"><foreignObject width=\"29.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;\"><span class=\"nodeLabel\"><p>unit</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 30.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 30.75)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 73.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 73.5)\" style=\"\"><foreignObject width=\"65.84375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 166px; text-align: start;\"><span class=\"nodeLabel\"><p>direction</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 116.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 116.25)\" style=\"\"><foreignObject width=\"44.3125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 145px; text-align: start;\"><span class=\"nodeLabel\"><p>target</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-76.9609375, 159)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-9.5078125, 159)\" style=\"\"><foreignObject width=\"86.46875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 186px; text-align: start;\"><span class=\"nodeLabel\"><p>parameters</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(101.9609375, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(101.9609375, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-89.4609375 -149.62505 L-89.4609375 -149.62495 L89.4609375 -149.62495 L89.4609375 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-89.4609375 -149.62505 C-89.4609375 -149.62501415407132, -89.4609375 -149.62497830814263, -89.4609375 -149.62495 M-89.4609375 -149.62505 C-89.4609375 -149.62502193495467, -89.4609375 -149.6249938699094, -89.4609375 -149.62495 M-89.4609375 -149.62495 C-39.720925601928144 -149.62495, 10.019086296143712 -149.62495, 89.4609375 -149.62495 M-89.4609375 -149.62495 C-25.207480233176767 -149.62495, 39.045977033646466 -149.62495, 89.4609375 -149.62495 M89.4609375 -149.62495 C89.4609375 -149.6249774629317, 89.4609375 -149.62500492586338, 89.4609375 -149.62505 M89.4609375 -149.62495 C89.4609375 -149.6249703469282, 89.4609375 -149.62499069385638, 89.4609375 -149.62505 M89.4609375 -149.62505 C34.26806662026751 -149.62505, -20.924804259464977 -149.62505, -89.4609375 -149.62505 M89.4609375 -149.62505 C53.57484702459263 -149.62505, 17.688756549185257 -149.62505, -89.4609375 -149.62505\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-22.0078625 -149.625 L-22.0077625 -149.625 L-22.0077625 192.375 L-22.0078625 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-22.0078625 -149.625 C-22.007838071658735 -149.625, -22.007813643317466 -149.625, -22.0077625 -149.625 M-22.0078625 -149.625 C-22.007836162627413 -149.625, -22.007809825254828 -149.625, -22.0077625 -149.625 M-22.0077625 -149.625 C-22.0077625 -17.673370354249386, -22.0077625 114.27825929150123, -22.0077625 192.375 M-22.0077625 -149.625 C-22.0077625 -74.44841015330789, -22.0077625 0.7281796933842202, -22.0077625 192.375 M-22.0077625 192.375 C-22.007797677459383 192.375, -22.007832854918767 192.375, -22.0078625 192.375 M-22.0077625 192.375 C-22.00779763096436 192.375, -22.00783276192872 192.375, -22.0078625 192.375 M-22.0078625 192.375 C-22.0078625 78.1762798229242, -22.0078625 -36.0224403541516, -22.0078625 -149.625 M-22.0078625 192.375 C-22.0078625 96.17279249362183, -22.0078625 -0.029415012756345504, -22.0078625 -149.625\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-89.4609375 -149.62505 L-89.4609375 -149.62495 L89.4609375 -149.62495 L89.4609375 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-89.4609375 -149.62505 C-89.4609375 -149.62501762923267, -89.4609375 -149.6249852584654, -89.4609375 -149.62495 M-89.4609375 -149.62505 C-89.4609375 -149.6250136679116, -89.4609375 -149.62497733582322, -89.4609375 -149.62495 M-89.4609375 -149.62495 C-50.339390315219966 -149.62495, -11.217843130439931 -149.62495, 89.4609375 -149.62495 M-89.4609375 -149.62495 C-46.87232096553776 -149.62495, -4.28370443107552 -149.62495, 89.4609375 -149.62495 M89.4609375 -149.62495 C89.4609375 -149.6249896409618, 89.4609375 -149.62502928192356, 89.4609375 -149.62505 M89.4609375 -149.62495 C89.4609375 -149.62498190867265, 89.4609375 -149.62501381734526, 89.4609375 -149.62505 M89.4609375 -149.62505 C48.72320386026152 -149.62505, 7.985470220523041 -149.62505, -89.4609375 -149.62505 M89.4609375 -149.62505 C45.78591739053358 -149.62505, 2.110897281067153 -149.62505, -89.4609375 -149.62505\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-entity-Record-3\" data-look=\"classic\" transform=\"translate(740.3515625, 408.25)\"><g class=\"outer-path\" style=\"\"><path d=\"M-115.3671875 -128.25 L115.3671875 -128.25 L115.3671875 128.25 L-115.3671875 128.25\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\"></path><path d=\"M-115.3671875 -128.25 C-33.0002832798247 -128.25, 49.3666209403506 -128.25, 115.3671875 -128.25 M-115.3671875 -128.25 C-41.062244867461274 -128.25, 33.24269776507745 -128.25, 115.3671875 -128.25 M115.3671875 -128.25 C115.3671875 -27.48951904549945, 115.3671875 73.2709619090011, 115.3671875 128.25 M115.3671875 -128.25 C115.3671875 -58.056135322738115, 115.3671875 12.13772935452377, 115.3671875 128.25 M115.3671875 128.25 C25.120314346650574 128.25, -65.12655880669885 128.25, -115.3671875 128.25 M115.3671875 128.25 C47.594531133437826 128.25, -20.178125233124348 128.25, -115.3671875 128.25 M-115.3671875 128.25 C-115.3671875 26.96852662758424, -115.3671875 -74.31294674483152, -115.3671875 -128.25 M-115.3671875 128.25 C-115.3671875 65.7898474149863, -115.3671875 3.3296948299726097, -115.3671875 -128.25\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 -85.5 L115.3671875 -85.5 L115.3671875 -42.75 L-115.3671875 -42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 -85.5 C-47.85529712151401 -85.5, 19.656593256971973 -85.5, 115.3671875 -85.5 M-115.3671875 -85.5 C-37.56013817364409 -85.5, 40.24691115271182 -85.5, 115.3671875 -85.5 M115.3671875 -85.5 C115.3671875 -73.19338235072901, 115.3671875 -60.88676470145801, 115.3671875 -42.75 M115.3671875 -85.5 C115.3671875 -70.68481793904866, 115.3671875 -55.8696358780973, 115.3671875 -42.75 M115.3671875 -42.75 C27.300332642653245 -42.75, -60.76652221469351 -42.75, -115.3671875 -42.75 M115.3671875 -42.75 C25.76748535117318 -42.75, -63.83221679765364 -42.75, -115.3671875 -42.75 M-115.3671875 -42.75 C-115.3671875 -51.53671679741737, -115.3671875 -60.32343359483474, -115.3671875 -85.5 M-115.3671875 -42.75 C-115.3671875 -59.079820114957606, -115.3671875 -75.40964022991521, -115.3671875 -85.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 -42.75 L115.3671875 -42.75 L115.3671875 0 L-115.3671875 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-115.3671875 -42.75 C-57.63085897752199 -42.75, 0.10546954495602279 -42.75, 115.3671875 -42.75 M-115.3671875 -42.75 C-48.6948094050496 -42.75, 17.977568689900806 -42.75, 115.3671875 -42.75 M115.3671875 -42.75 C115.3671875 -26.210740105505437, 115.3671875 -9.671480211010874, 115.3671875 0 M115.3671875 -42.75 C115.3671875 -28.42758634214143, 115.3671875 -14.10517268428286, 115.3671875 0 M115.3671875 0 C60.727189538352825 0, 6.087191576705649 0, -115.3671875 0 M115.3671875 0 C46.96481722313982 0, -21.437553053720364 0, -115.3671875 0 M-115.3671875 0 C-115.3671875 -10.743037874055174, -115.3671875 -21.48607574811035, -115.3671875 -42.75 M-115.3671875 0 C-115.3671875 -9.488923973016911, -115.3671875 -18.977847946033823, -115.3671875 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 0 L115.3671875 0 L115.3671875 42.75 L-115.3671875 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 0 C-63.97286875220927 0, -12.578550004418545 0, 115.3671875 0 M-115.3671875 0 C-43.75723548937755 0, 27.8527165212449 0, 115.3671875 0 M115.3671875 0 C115.3671875 12.27479715945186, 115.3671875 24.54959431890372, 115.3671875 42.75 M115.3671875 0 C115.3671875 12.984668075761606, 115.3671875 25.969336151523212, 115.3671875 42.75 M115.3671875 42.75 C59.46007749036716 42.75, 3.552967480734324 42.75, -115.3671875 42.75 M115.3671875 42.75 C24.719484780933612 42.75, -65.92821793813278 42.75, -115.3671875 42.75 M-115.3671875 42.75 C-115.3671875 28.619167184896305, -115.3671875 14.488334369792607, -115.3671875 0 M-115.3671875 42.75 C-115.3671875 32.98825208920174, -115.3671875 23.226504178403466, -115.3671875 0\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 42.75 L115.3671875 42.75 L115.3671875 85.5 L-115.3671875 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-115.3671875 42.75 C-35.03456993805452 42.75, 45.298047623890966 42.75, 115.3671875 42.75 M-115.3671875 42.75 C-38.740380336019086 42.75, 37.88642682796183 42.75, 115.3671875 42.75 M115.3671875 42.75 C115.3671875 56.181707740380425, 115.3671875 69.61341548076085, 115.3671875 85.5 M115.3671875 42.75 C115.3671875 53.49361255200497, 115.3671875 64.23722510400994, 115.3671875 85.5 M115.3671875 85.5 C32.321225959516525 85.5, -50.72473558096695 85.5, -115.3671875 85.5 M115.3671875 85.5 C27.931244298604838 85.5, -59.504698902790324 85.5, -115.3671875 85.5 M-115.3671875 85.5 C-115.3671875 72.30092202892061, -115.3671875 59.10184405784123, -115.3671875 42.75 M-115.3671875 85.5 C-115.3671875 73.09652781740385, -115.3671875 60.69305563480772, -115.3671875 42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 85.5 L115.3671875 85.5 L115.3671875 128.25 L-115.3671875 128.25\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 85.5 C-62.57222899121453 85.5, -9.77727048242906 85.5, 115.3671875 85.5 M-115.3671875 85.5 C-49.78240040995573 85.5, 15.802386680088546 85.5, 115.3671875 85.5 M115.3671875 85.5 C115.3671875 99.69392820469896, 115.3671875 113.88785640939793, 115.3671875 128.25 M115.3671875 85.5 C115.3671875 98.67858976978113, 115.3671875 111.85717953956225, 115.3671875 128.25 M115.3671875 128.25 C33.67028969254714 128.25, -48.02660811490571 128.25, -115.3671875 128.25 M115.3671875 128.25 C32.168381898587484 128.25, -51.03042370282503 128.25, -115.3671875 128.25 M-115.3671875 128.25 C-115.3671875 113.29518731956901, -115.3671875 98.34037463913803, -115.3671875 85.5 M-115.3671875 128.25 C-115.3671875 111.95314092768636, -115.3671875 95.65628185537273, -115.3671875 85.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-26.0859375, -118.875)\" style=\"\"><foreignObject width=\"52.171875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 152px; text-align: start;\"><span class=\"nodeLabel\"><p>Record</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -76.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -76.125)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -76.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -76.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -33.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 9.375)\" style=\"\"><foreignObject width=\"83.59375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 184px; text-align: start;\"><span class=\"nodeLabel\"><p>description</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 52.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 52.125)\" style=\"\"><foreignObject width=\"138.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 238px; text-align: start;\"><span class=\"nodeLabel\"><p>shortDisplayName</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 94.875)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 94.875)\" style=\"\"><foreignObject width=\"94.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 194px; text-align: start;\"><span class=\"nodeLabel\"><p>internalNote</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 94.875)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 94.875)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-115.3671875 -85.50005 L-115.3671875 -85.49995 L115.3671875 -85.49995 L115.3671875 -85.50005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -85.50005 C-115.3671875 -85.50002275729668, -115.3671875 -85.49999551459334, -115.3671875 -85.49995 M-115.3671875 -85.50005 C-115.3671875 -85.50002945481427, -115.3671875 -85.50000890962855, -115.3671875 -85.49995 M-115.3671875 -85.49995 C-56.39630002929174 -85.49995, 2.5745874414165257 -85.49995, 115.3671875 -85.49995 M-115.3671875 -85.49995 C-58.296400747109416 -85.49995, -1.2256139942188327 -85.49995, 115.3671875 -85.49995 M115.3671875 -85.49995 C115.3671875 -85.49997196943048, 115.3671875 -85.49999393886097, 115.3671875 -85.50005 M115.3671875 -85.49995 C115.3671875 -85.49997465918463, 115.3671875 -85.49999931836926, 115.3671875 -85.50005 M115.3671875 -85.50005 C65.39229819014346 -85.50005, 15.417408880286914 -85.50005, -115.3671875 -85.50005 M115.3671875 -85.50005 C52.49275040219701 -85.50005, -10.381686695605978 -85.50005, -115.3671875 -85.50005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-47.9141125 -85.5 L-47.9140125 -85.5 L-47.9140125 128.25 L-47.9141125 128.25\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-47.9141125 -85.5 C-47.91408770692236 -85.5, -47.914062913844724 -85.5, -47.9140125 -85.5 M-47.9141125 -85.5 C-47.91408895873099 -85.5, -47.91406541746199 -85.5, -47.9140125 -85.5 M-47.9140125 -85.5 C-47.9140125 -27.489192013212886, -47.9140125 30.521615973574228, -47.9140125 128.25 M-47.9140125 -85.5 C-47.9140125 -34.91562986017056, -47.9140125 15.668740279658877, -47.9140125 128.25 M-47.9140125 128.25 C-47.9140467662014 128.25, -47.91408103240281 128.25, -47.9141125 128.25 M-47.9140125 128.25 C-47.91403412146231 128.25, -47.91405574292461 128.25, -47.9141125 128.25 M-47.9141125 128.25 C-47.9141125 43.182846498638895, -47.9141125 -41.88430700272221, -47.9141125 -85.5 M-47.9141125 128.25 C-47.9141125 73.04962342937205, -47.9141125 17.84924685874408, -47.9141125 -85.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-115.3671875 -85.50005 L-115.3671875 -85.49995 L115.3671875 -85.49995 L115.3671875 -85.50005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -85.50005 C-115.3671875 -85.50001349630787, -115.3671875 -85.49997699261574, -115.3671875 -85.49995 M-115.3671875 -85.50005 C-115.3671875 -85.50001069111757, -115.3671875 -85.49997138223512, -115.3671875 -85.49995 M-115.3671875 -85.49995 C-39.587942216802304 -85.49995, 36.19130306639539 -85.49995, 115.3671875 -85.49995 M-115.3671875 -85.49995 C-47.67848796224713 -85.49995, 20.010211575505735 -85.49995, 115.3671875 -85.49995 M115.3671875 -85.49995 C115.3671875 -85.49998331740815, 115.3671875 -85.50001663481629, 115.3671875 -85.50005 M115.3671875 -85.49995 C115.3671875 -85.499976493376, 115.3671875 -85.50000298675201, 115.3671875 -85.50005 M115.3671875 -85.50005 C62.61185272066431 -85.50005, 9.856517941328619 -85.50005, -115.3671875 -85.50005 M115.3671875 -85.50005 C31.689698497301933 -85.50005, -51.987790505396134 -85.50005, -115.3671875 -85.50005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-entity-Trigger-4\" data-look=\"classic\" transform=\"translate(414.515625, 408.25)\"><g class=\"outer-path\" style=\"\"><path d=\"M-70.46875 -85.5 L70.46875 -85.5 L70.46875 85.5 L-70.46875 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\"></path><path d=\"M-70.46875 -85.5 C-26.32305196408953 -85.5, 17.82264607182094 -85.5, 70.46875 -85.5 M-70.46875 -85.5 C-22.286758593935694 -85.5, 25.89523281212861 -85.5, 70.46875 -85.5 M70.46875 -85.5 C70.46875 -43.874012814847426, 70.46875 -2.248025629694851, 70.46875 85.5 M70.46875 -85.5 C70.46875 -18.115212801716424, 70.46875 49.26957439656715, 70.46875 85.5 M70.46875 85.5 C23.442214492738337 85.5, -23.584321014523326 85.5, -70.46875 85.5 M70.46875 85.5 C17.1646257373906 85.5, -36.1394985252188 85.5, -70.46875 85.5 M-70.46875 85.5 C-70.46875 26.157823666431575, -70.46875 -33.18435266713685, -70.46875 -85.5 M-70.46875 85.5 C-70.46875 36.81871435937919, -70.46875 -11.862571281241614, -70.46875 -85.5\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-70.46875 -42.75 L70.46875 -42.75 L70.46875 0 L-70.46875 0\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-70.46875 -42.75 C-20.298110085120406 -42.75, 29.872529829759188 -42.75, 70.46875 -42.75 M-70.46875 -42.75 C-37.72363329103849 -42.75, -4.978516582076978 -42.75, 70.46875 -42.75 M70.46875 -42.75 C70.46875 -26.924601141564402, 70.46875 -11.099202283128804, 70.46875 0 M70.46875 -42.75 C70.46875 -27.805007799682024, 70.46875 -12.860015599364043, 70.46875 0 M70.46875 0 C37.0512024404833 0, 3.6336548809666027 0, -70.46875 0 M70.46875 0 C39.27379401244713 0, 8.07883802489426 0, -70.46875 0 M-70.46875 0 C-70.46875 -14.06547616164461, -70.46875 -28.13095232328922, -70.46875 -42.75 M-70.46875 0 C-70.46875 -9.936104590278088, -70.46875 -19.872209180556176, -70.46875 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-70.46875 0 L70.46875 0 L70.46875 42.75 L-70.46875 42.75\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-70.46875 0 C-42.04200735736228 0, -13.61526471472456 0, 70.46875 0 M-70.46875 0 C-27.4027101043607 0, 15.6633297912786 0, 70.46875 0 M70.46875 0 C70.46875 14.447443118453416, 70.46875 28.89488623690683, 70.46875 42.75 M70.46875 0 C70.46875 11.33689756762305, 70.46875 22.6737951352461, 70.46875 42.75 M70.46875 42.75 C30.627510562999255 42.75, -9.21372887400149 42.75, -70.46875 42.75 M70.46875 42.75 C36.30600520814012 42.75, 2.143260416280242 42.75, -70.46875 42.75 M-70.46875 42.75 C-70.46875 26.73890522746575, -70.46875 10.7278104549315, -70.46875 0 M-70.46875 42.75 C-70.46875 31.073081573245272, -70.46875 19.396163146490544, -70.46875 0\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-70.46875 42.75 L70.46875 42.75 L70.46875 85.5 L-70.46875 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-70.46875 42.75 C-17.81057407762855 42.75, 34.8476018447429 42.75, 70.46875 42.75 M-70.46875 42.75 C-25.19845464051737 42.75, 20.071840718965262 42.75, 70.46875 42.75 M70.46875 42.75 C70.46875 54.45824619028757, 70.46875 66.16649238057514, 70.46875 85.5 M70.46875 42.75 C70.46875 52.09262134694046, 70.46875 61.43524269388092, 70.46875 85.5 M70.46875 85.5 C40.913522724399016 85.5, 11.358295448798032 85.5, -70.46875 85.5 M70.46875 85.5 C35.16136472497533 85.5, -0.146020550049343 85.5, -70.46875 85.5 M-70.46875 85.5 C-70.46875 72.67872496694922, -70.46875 59.85744993389844, -70.46875 42.75 M-70.46875 85.5 C-70.46875 70.89109867058907, -70.46875 56.28219734117814, -70.46875 42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-25.8359375, -76.125)\" style=\"\"><foreignObject width=\"51.671875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 152px; text-align: start;\"><span class=\"nodeLabel\"><p>Trigger</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-57.96875, -33.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.484375, -33.375)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(82.96875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(82.96875, -33.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-57.96875, 9.375)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.484375, 9.375)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(82.96875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(82.96875, 9.375)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-57.96875, 52.125)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(9.484375, 52.125)\" style=\"\"><foreignObject width=\"48.484375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 148px; text-align: start;\"><span class=\"nodeLabel\"><p>record</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(82.96875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(82.96875, 52.125)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-70.46875 -42.75005 L-70.46875 -42.74995 L70.46875 -42.74995 L70.46875 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-70.46875 -42.75005 C-70.46875 -42.750026114057306, -70.46875 -42.75000222811461, -70.46875 -42.74995 M-70.46875 -42.75005 C-70.46875 -42.75002356189042, -70.46875 -42.74999712378085, -70.46875 -42.74995 M-70.46875 -42.74995 C-34.34636811015032 -42.74995, 1.7760137796993547 -42.74995, 70.46875 -42.74995 M-70.46875 -42.74995 C-15.518566606142421 -42.74995, 39.43161678771516 -42.74995, 70.46875 -42.74995 M70.46875 -42.74995 C70.46875 -42.74998253869753, 70.46875 -42.75001507739507, 70.46875 -42.75005 M70.46875 -42.74995 C70.46875 -42.749986109400155, 70.46875 -42.75002221880032, 70.46875 -42.75005 M70.46875 -42.75005 C16.410441831145448 -42.75005, -37.647866337709104 -42.75005, -70.46875 -42.75005 M70.46875 -42.75005 C36.71658992688082 -42.75005, 2.9644298537616436 -42.75005, -70.46875 -42.75005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-3.015675 -42.75 L-3.015575 -42.75 L-3.015575 85.5 L-3.015675 85.5\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-3.015675 -42.75 C-3.015642573219122 -42.75, -3.0156101464382448 -42.75, -3.015575 -42.75 M-3.015675 -42.75 C-3.0156545316175443 -42.75, -3.0156340632350886 -42.75, -3.015575 -42.75 M-3.015575 -42.75 C-3.015575 8.154800337176589, -3.015575 59.05960067435318, -3.015575 85.5 M-3.015575 -42.75 C-3.015575 2.6484822563913255, -3.015575 48.04696451278265, -3.015575 85.5 M-3.015575 85.5 C-3.0156140155310727 85.5, -3.015653031062145 85.5, -3.015675 85.5 M-3.015575 85.5 C-3.0156148641155562 85.5, -3.0156547282311124 85.5, -3.015675 85.5 M-3.015675 85.5 C-3.015675 53.07403575610421, -3.015675 20.648071512208418, -3.015675 -42.75 M-3.015675 85.5 C-3.015675 38.93377246543093, -3.015675 -7.632455069138146, -3.015675 -42.75\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-70.46875 -42.75005 L-70.46875 -42.74995 L70.46875 -42.74995 L70.46875 -42.75005\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-70.46875 -42.75005 C-70.46875 -42.75002757411941, -70.46875 -42.75000514823881, -70.46875 -42.74995 M-70.46875 -42.75005 C-70.46875 -42.750016883793336, -70.46875 -42.74998376758666, -70.46875 -42.74995 M-70.46875 -42.74995 C-26.10555625123019 -42.74995, 18.25763749753962 -42.74995, 70.46875 -42.74995 M-70.46875 -42.74995 C-26.52442008235846 -42.74995, 17.41990983528308 -42.74995, 70.46875 -42.74995 M70.46875 -42.74995 C70.46875 -42.74998989363936, 70.46875 -42.75002978727872, 70.46875 -42.75005 M70.46875 -42.74995 C70.46875 -42.749978238935014, 70.46875 -42.75000647787002, 70.46875 -42.75005 M70.46875 -42.75005 C17.365649810491725 -42.75005, -35.73745037901655 -42.75005, -70.46875 -42.75005 M70.46875 -42.75005 C29.649229861627177 -42.75005, -11.170290276745646 -42.75005, -70.46875 -42.75005\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g><g class=\"node default\" id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-entity-Field-5\" data-look=\"classic\" transform=\"translate(740.3515625, 829.875)\"><g class=\"outer-path\" style=\"\"><path d=\"M-115.3671875 -192.375 L115.3671875 -192.375 L115.3671875 192.375 L-115.3671875 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\"></path><path d=\"M-115.3671875 -192.375 C-57.51055552285582 -192.375, 0.3460764542883652 -192.375, 115.3671875 -192.375 M-115.3671875 -192.375 C-58.7772249396164 -192.375, -2.1872623792328056 -192.375, 115.3671875 -192.375 M115.3671875 -192.375 C115.3671875 -98.34327418286608, 115.3671875 -4.311548365732165, 115.3671875 192.375 M115.3671875 -192.375 C115.3671875 -57.68047245214271, 115.3671875 77.01405509571458, 115.3671875 192.375 M115.3671875 192.375 C61.73003537021751 192.375, 8.092883240435015 192.375, -115.3671875 192.375 M115.3671875 192.375 C67.9900314281077 192.375, 20.612875356215383 192.375, -115.3671875 192.375 M-115.3671875 192.375 C-115.3671875 92.02103891659755, -115.3671875 -8.332922166804906, -115.3671875 -192.375 M-115.3671875 192.375 C-115.3671875 59.47778809530078, -115.3671875 -73.41942380939844, -115.3671875 -192.375\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 -149.625 L115.3671875 -149.625 L115.3671875 -106.875 L-115.3671875 -106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 -149.625 C-23.80550282734646 -149.625, 67.75618184530708 -149.625, 115.3671875 -149.625 M-115.3671875 -149.625 C-30.20050028938074 -149.625, 54.96618692123852 -149.625, 115.3671875 -149.625 M115.3671875 -149.625 C115.3671875 -140.89279313523105, 115.3671875 -132.1605862704621, 115.3671875 -106.875 M115.3671875 -149.625 C115.3671875 -137.7619135277602, 115.3671875 -125.89882705552043, 115.3671875 -106.875 M115.3671875 -106.875 C48.6317601499467 -106.875, -18.1036672001066 -106.875, -115.3671875 -106.875 M115.3671875 -106.875 C28.890286270757485 -106.875, -57.58661495848503 -106.875, -115.3671875 -106.875 M-115.3671875 -106.875 C-115.3671875 -123.37618650603136, -115.3671875 -139.87737301206272, -115.3671875 -149.625 M-115.3671875 -106.875 C-115.3671875 -120.87408889785452, -115.3671875 -134.87317779570904, -115.3671875 -149.625\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 -106.875 L115.3671875 -106.875 L115.3671875 -64.125 L-115.3671875 -64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-115.3671875 -106.875 C-43.467192639702716 -106.875, 28.432802220594567 -106.875, 115.3671875 -106.875 M-115.3671875 -106.875 C-40.66008515822237 -106.875, 34.047017183555255 -106.875, 115.3671875 -106.875 M115.3671875 -106.875 C115.3671875 -95.05766882417394, 115.3671875 -83.24033764834788, 115.3671875 -64.125 M115.3671875 -106.875 C115.3671875 -91.98585022052204, 115.3671875 -77.09670044104409, 115.3671875 -64.125 M115.3671875 -64.125 C47.82353656443986 -64.125, -19.720114371120275 -64.125, -115.3671875 -64.125 M115.3671875 -64.125 C42.01268486346723 -64.125, -31.341817773065543 -64.125, -115.3671875 -64.125 M-115.3671875 -64.125 C-115.3671875 -78.5533066774707, -115.3671875 -92.98161335494139, -115.3671875 -106.875 M-115.3671875 -64.125 C-115.3671875 -78.67160731406581, -115.3671875 -93.21821462813162, -115.3671875 -106.875\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 -64.125 L115.3671875 -64.125 L115.3671875 -21.375 L-115.3671875 -21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 -64.125 C-47.23633069495112 -64.125, 20.894526110097758 -64.125, 115.3671875 -64.125 M-115.3671875 -64.125 C-43.5000482299 -64.125, 28.367091040199995 -64.125, 115.3671875 -64.125 M115.3671875 -64.125 C115.3671875 -51.261873995607374, 115.3671875 -38.39874799121475, 115.3671875 -21.375 M115.3671875 -64.125 C115.3671875 -54.819337013472634, 115.3671875 -45.51367402694527, 115.3671875 -21.375 M115.3671875 -21.375 C67.73676190236164 -21.375, 20.10633630472327 -21.375, -115.3671875 -21.375 M115.3671875 -21.375 C41.161877817030756 -21.375, -33.04343186593849 -21.375, -115.3671875 -21.375 M-115.3671875 -21.375 C-115.3671875 -31.298131774595518, -115.3671875 -41.221263549191036, -115.3671875 -64.125 M-115.3671875 -21.375 C-115.3671875 -37.09125618310195, -115.3671875 -52.80751236620389, -115.3671875 -64.125\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 -21.375 L115.3671875 -21.375 L115.3671875 21.375 L-115.3671875 21.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-115.3671875 -21.375 C-51.11736568328426 -21.375, 13.132456133431475 -21.375, 115.3671875 -21.375 M-115.3671875 -21.375 C-38.71122114187952 -21.375, 37.94474521624096 -21.375, 115.3671875 -21.375 M115.3671875 -21.375 C115.3671875 -6.94388413437863, 115.3671875 7.4872317312427406, 115.3671875 21.375 M115.3671875 -21.375 C115.3671875 -5.614382647629034, 115.3671875 10.146234704741932, 115.3671875 21.375 M115.3671875 21.375 C24.34455895664246 21.375, -66.67806958671508 21.375, -115.3671875 21.375 M115.3671875 21.375 C67.48013085665792 21.375, 19.593074213315845 21.375, -115.3671875 21.375 M-115.3671875 21.375 C-115.3671875 4.5054204034052745, -115.3671875 -12.364159193189451, -115.3671875 -21.375 M-115.3671875 21.375 C-115.3671875 5.539943234210902, -115.3671875 -10.295113531578195, -115.3671875 -21.375\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 21.375 L115.3671875 21.375 L115.3671875 64.125 L-115.3671875 64.125\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 21.375 C-48.1654789410461 21.375, 19.036229617907793 21.375, 115.3671875 21.375 M-115.3671875 21.375 C-34.281697712775085 21.375, 46.80379207444983 21.375, 115.3671875 21.375 M115.3671875 21.375 C115.3671875 34.50486553596741, 115.3671875 47.63473107193482, 115.3671875 64.125 M115.3671875 21.375 C115.3671875 30.34155788018684, 115.3671875 39.30811576037368, 115.3671875 64.125 M115.3671875 64.125 C24.171465691166148 64.125, -67.0242561176677 64.125, -115.3671875 64.125 M115.3671875 64.125 C23.525356394907718 64.125, -68.31647471018456 64.125, -115.3671875 64.125 M-115.3671875 64.125 C-115.3671875 54.57112553287081, -115.3671875 45.01725106574162, -115.3671875 21.375 M-115.3671875 64.125 C-115.3671875 53.718491146286425, -115.3671875 43.31198229257286, -115.3671875 21.375\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 64.125 L115.3671875 64.125 L115.3671875 106.875 L-115.3671875 106.875\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-115.3671875 64.125 C-37.81531919599526 64.125, 39.736549108009484 64.125, 115.3671875 64.125 M-115.3671875 64.125 C-51.512450212605366 64.125, 12.342287074789269 64.125, 115.3671875 64.125 M115.3671875 64.125 C115.3671875 80.3182032843088, 115.3671875 96.51140656861759, 115.3671875 106.875 M115.3671875 64.125 C115.3671875 74.4161108096011, 115.3671875 84.7072216192022, 115.3671875 106.875 M115.3671875 106.875 C45.28663224836859 106.875, -24.79392300326282 106.875, -115.3671875 106.875 M115.3671875 106.875 C39.74465290595943 106.875, -35.877881688081146 106.875, -115.3671875 106.875 M-115.3671875 106.875 C-115.3671875 96.32411587352777, -115.3671875 85.77323174705555, -115.3671875 64.125 M-115.3671875 106.875 C-115.3671875 89.81064679872864, -115.3671875 72.74629359745727, -115.3671875 64.125\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-odd\"><path d=\"M-115.3671875 106.875 L115.3671875 106.875 L115.3671875 149.625 L-115.3671875 149.625\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 17.3529411765%)\"></path><path d=\"M-115.3671875 106.875 C-43.3975138657574 106.875, 28.572159768485193 106.875, 115.3671875 106.875 M-115.3671875 106.875 C-52.262626522625915 106.875, 10.84193445474817 106.875, 115.3671875 106.875 M115.3671875 106.875 C115.3671875 119.06866172990216, 115.3671875 131.26232345980432, 115.3671875 149.625 M115.3671875 106.875 C115.3671875 120.62810353126679, 115.3671875 134.38120706253358, 115.3671875 149.625 M115.3671875 149.625 C60.8017583601527 149.625, 6.236329220305393 149.625, -115.3671875 149.625 M115.3671875 149.625 C62.265184582125514 149.625, 9.163181664251027 149.625, -115.3671875 149.625 M-115.3671875 149.625 C-115.3671875 138.81771515069892, -115.3671875 128.01043030139786, -115.3671875 106.875 M-115.3671875 149.625 C-115.3671875 132.84538960104015, -115.3671875 116.0657792020803, -115.3671875 106.875\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g style=\"\" class=\"row-rect-even\"><path d=\"M-115.3671875 149.625 L115.3671875 149.625 L115.3671875 192.375 L-115.3671875 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"hsl(180, 1.5873015873%, 2.3529411765%)\"></path><path d=\"M-115.3671875 149.625 C-56.586536714722996 149.625, 2.194114070554008 149.625, 115.3671875 149.625 M-115.3671875 149.625 C-43.91040247745626 149.625, 27.546382545087482 149.625, 115.3671875 149.625 M115.3671875 149.625 C115.3671875 165.71708248671197, 115.3671875 181.80916497342395, 115.3671875 192.375 M115.3671875 149.625 C115.3671875 160.99030155387675, 115.3671875 172.35560310775352, 115.3671875 192.375 M115.3671875 192.375 C65.88365840278384 192.375, 16.400129305567674 192.375, -115.3671875 192.375 M115.3671875 192.375 C26.628249766643094 192.375, -62.11068796671381 192.375, -115.3671875 192.375 M-115.3671875 192.375 C-115.3671875 178.74405192563532, -115.3671875 165.11310385127064, -115.3671875 149.625 M-115.3671875 192.375 C-115.3671875 182.07399081354316, -115.3671875 171.7729816270863, -115.3671875 149.625\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"label name\" transform=\"translate(-17.5703125, -183)\" style=\"\"><foreignObject width=\"35.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 135px; text-align: start;\"><span class=\"nodeLabel\"><p>Field</p></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -140.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -140.25)\" style=\"\"><foreignObject width=\"13.859375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 114px; text-align: start;\"><span class=\"nodeLabel\"><p>id</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -140.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -97.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -97.5)\" style=\"\"><foreignObject width=\"32.5\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 133px; text-align: start;\"><span class=\"nodeLabel\"><p>type</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -97.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -54.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -54.75)\" style=\"\"><foreignObject width=\"51.046875\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 151px; text-align: start;\"><span class=\"nodeLabel\"><p>format</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -54.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, -12)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, -12)\" style=\"\"><foreignObject width=\"29.34375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 130px; text-align: start;\"><span class=\"nodeLabel\"><p>unit</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, -12)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 30.75)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 30.75)\" style=\"\"><foreignObject width=\"42.578125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>name</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 30.75)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 73.5)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 73.5)\" style=\"\"><foreignObject width=\"83.59375\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 184px; text-align: start;\"><span class=\"nodeLabel\"><p>description</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 73.5)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 116.25)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 116.25)\" style=\"\"><foreignObject width=\"138.28125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 238px; text-align: start;\"><span class=\"nodeLabel\"><p>shortDisplayName</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 116.25)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-type\" transform=\"translate(-102.8671875, 159)\" style=\"\"><foreignObject width=\"42.453125\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 143px; text-align: start;\"><span class=\"nodeLabel\"><p>string</p></span></div></foreignObject></g><g class=\"label attribute-name\" transform=\"translate(-35.4140625, 159)\" style=\"\"><foreignObject width=\"94.140625\" height=\"24\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 194px; text-align: start;\"><span class=\"nodeLabel\"><p>internalNote</p></span></div></foreignObject></g><g class=\"label attribute-keys\" transform=\"translate(127.8671875, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"label attribute-comment\" transform=\"translate(127.8671875, 159)\" style=\"\"><foreignObject width=\"0\" height=\"0\"><div xmlns=\"http://www.w3.org/1999/xhtml\" style=\"display: table-cell; white-space: nowrap; line-height: 1.5; max-width: 100px; text-align: start;\"><span class=\"nodeLabel\"></span></div></foreignObject></g><g class=\"divider\"><path d=\"M-115.3671875 -149.62505 L-115.3671875 -149.62495 L115.3671875 -149.62495 L115.3671875 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -149.62505 C-115.3671875 -149.62501037180795, -115.3671875 -149.62497074361588, -115.3671875 -149.62495 M-115.3671875 -149.62505 C-115.3671875 -149.62501862730315, -115.3671875 -149.6249872546063, -115.3671875 -149.62495 M-115.3671875 -149.62495 C-50.38814288629226 -149.62495, 14.590901727415485 -149.62495, 115.3671875 -149.62495 M-115.3671875 -149.62495 C-64.99421303335252 -149.62495, -14.621238566705046 -149.62495, 115.3671875 -149.62495 M115.3671875 -149.62495 C115.3671875 -149.6249899657492, 115.3671875 -149.6250299314984, 115.3671875 -149.62505 M115.3671875 -149.62495 C115.3671875 -149.6249751306968, 115.3671875 -149.62500026139364, 115.3671875 -149.62505 M115.3671875 -149.62505 C41.04637161538476 -149.62505, -33.274444269230486 -149.62505, -115.3671875 -149.62505 M115.3671875 -149.62505 C55.73772200464568 -149.62505, -3.8917434907086346 -149.62505, -115.3671875 -149.62505\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-47.9141125 -149.625 L-47.9140125 -149.625 L-47.9140125 192.375 L-47.9141125 192.375\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-47.9141125 -149.625 C-47.91408908344403 -149.625, -47.91406566688807 -149.625, -47.9140125 -149.625 M-47.9141125 -149.625 C-47.91408263347095 -149.625, -47.91405276694189 -149.625, -47.9140125 -149.625 M-47.9140125 -149.625 C-47.9140125 -23.70260805633042, -47.9140125 102.21978388733916, -47.9140125 192.375 M-47.9140125 -149.625 C-47.9140125 -42.71166614700839, -47.9140125 64.20166770598323, -47.9140125 192.375 M-47.9140125 192.375 C-47.91403279536223 192.375, -47.91405309072447 192.375, -47.9141125 192.375 M-47.9140125 192.375 C-47.91403349254339 192.375, -47.91405448508678 192.375, -47.9141125 192.375 M-47.9141125 192.375 C-47.9141125 115.73217924073427, -47.9141125 39.08935848146854, -47.9141125 -149.625 M-47.9141125 192.375 C-47.9141125 94.34661047192202, -47.9141125 -3.6817790561559605, -47.9141125 -149.625\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g><g class=\"divider\"><path d=\"M-115.3671875 -149.62505 L-115.3671875 -149.62495 L115.3671875 -149.62495 L115.3671875 -149.62505\" stroke=\"none\" stroke-width=\"0\" fill=\"#1f2020\" fill-rule=\"evenodd\"></path><path d=\"M-115.3671875 -149.62505 C-115.3671875 -149.62502966378867, -115.3671875 -149.62500932757735, -115.3671875 -149.62495 M-115.3671875 -149.62505 C-115.3671875 -149.62502662269148, -115.3671875 -149.62500324538294, -115.3671875 -149.62495 M-115.3671875 -149.62495 C-64.0260126549723 -149.62495, -12.68483780994461 -149.62495, 115.3671875 -149.62495 M-115.3671875 -149.62495 C-37.2378147100667 -149.62495, 40.8915580798666 -149.62495, 115.3671875 -149.62495 M115.3671875 -149.62495 C115.3671875 -149.6249739793539, 115.3671875 -149.62499795870784, 115.3671875 -149.62505 M115.3671875 -149.62495 C115.3671875 -149.62498820845116, 115.3671875 -149.62502641690227, 115.3671875 -149.62505 M115.3671875 -149.62505 C64.5241121795429 -149.62505, 13.681036859085808 -149.62505, -115.3671875 -149.62505 M115.3671875 -149.62505 C30.355749985353498 -149.62505, -54.655687529293004 -149.62505, -115.3671875 -149.62505\" stroke=\"#ccc\" stroke-width=\"1.3\" fill=\"none\" stroke-dasharray=\"0 0\"></path></g></g></g></g></g><defs><filter id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-drop-shadow\" height=\"130%\" width=\"130%\"><feDropShadow dx=\"4\" dy=\"4\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><defs><filter id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-drop-shadow-small\" height=\"150%\" width=\"150%\"><feDropShadow dx=\"2\" dy=\"2\" stdDeviation=\"0\" flood-opacity=\"0.06\" flood-color=\"#FFFFFF\"></feDropShadow></filter></defs><linearGradient id=\"diagram-5d1aa01460e9a360a0c2f399c842f37cc3fe32a76031856e0c85bd3b89826c45-gradient\" gradientUnits=\"objectBoundingBox\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"0%\"><stop offset=\"0%\" stop-color=\"#cccccc\" stop-opacity=\"1\"></stop><stop offset=\"100%\" stop-color=\"hsl(180, 0%, 18.3529411765%)\" stop-opacity=\"1\"></stop></linearGradient></svg>"},"children":["erDiagram\n          Knowledge_Model ||--|{ Filter: contains\n\t  Knowledge_Model {\n        \tstring id\n        \tstring name\n        \tdatetime published\n          }\n\t  Filter {\n        \tstring id\n        \tstring name\n        \tstring description\n          }\n          Knowledge_Model ||--|{ KPI: contains\n\t  KPI {\n        \tstring id\n        \tstring type\n        \tstring format\n        \tstring unit\n        \tstring name\n        \tstring direction\n        \tstring target\n        \tstring parameters\n          }\n          Knowledge_Model ||--|{ Record: contains\n\t  Record {\n        \tstring id\n        \tstring name\n        \tstring description\n        \tstring shortDisplayName\n        \tstring internalNote\n          }\n          Knowledge_Model ||--|{ Trigger: contains\n\t  Trigger {\n        \tstring id\n        \tstring name\n        \tstring record\n          }\n          Record||--|{ Field : contains\n\t  Field {\n        \tstring id\n        \tstring type\n        \tstring format\n        \tstring unit\n        \tstring name\n        \tstring description\n        \tstring shortDisplayName\n        \tstring internalNote\n          }\n          Field ||..o{ KPI : \"uses\"\n"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can then query Celonis knowledge and retrieve data either from a specific record or from any records and KPIs of the Knowledge Model."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["To query at the KM record level, the consumer selects:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fields"]}," to be included in the results (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["fields"]}," can be raw or calculated ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["attributes"]},", ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["augmented attributes"]}," or ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["flags"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the predefined ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filters"]}," to be applied"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the sorting field (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sort"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ad-hoc filters to be applied (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filterExpr"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pageSize"]}," of the results and the current ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["page"]}," index"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["To query at the KM level, the consumer selects:",{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["record.fields"]}," to be included in the results"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["kpis"]}," to be included in the results"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the predefined ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filters"]}," to be applied"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the sorting field (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sort"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["ad-hoc filters to be applied (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filterExpr"]},")"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pageSize"]}," of the results and the current ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["page"]}," index"]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"further-considerations","__idx":3},"children":["Further Considerations"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["In order to have access to a specific Knowledge Model and its contents, the Knowledge Model must be published in the Celonis Platform."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["The returned data corresponds to the last ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["published"]}," version of the Knowledge Model."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"feedback","__idx":4},"children":["Feedback"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["We value your feedback and are constantly striving to improve our APIs."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you have encountered any problems or have any suggestions for new features, please take a moment to share your"," ","thoughts with us through"," ","this ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://docs.google.com/forms/d/e/1FAIpQLSeHANiDNRaHNCbdgH0hc1kQv35V2yHb5gkDpZTYjoT-6Gd-rQ/viewform?usp=sf_link"},"children":["form"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Your input is important to us and will help us make our APIs even better."]}]},"headings":[{"value":"Knowledge Model API","id":"knowledge-model-api","depth":1},{"value":"Goals","id":"goals","depth":2},{"value":"How it works","id":"how-it-works","depth":2},{"value":"Further Considerations","id":"further-considerations","depth":2},{"value":"Feedback","id":"feedback","depth":2}],"frontmatter":{"seo":{"title":"Knowledge Model API"}},"lastModified":"2026-03-03T20:42:57.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/process-intelligence-apis/knowledge-model-api/overview","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}