summaryrefslogtreecommitdiffstats
path: root/docs/platform/architecture
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-08-11 13:05:18 +0200
committerthmsdt <thomas.kulik@telekom.de>2022-08-15 11:29:05 +0200
commit65bec69096b0a2ef18cd72d87b89757da4ae1906 (patch)
tree476e24f31652b96e4c4882a604dc45337e814bb7 /docs/platform/architecture
parentcb58877ab3d3e54d6ad22dc348064e75bf0957a1 (diff)
improve navigation and readability
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: Ib4f8246d548a77885c5f6c5457ce2c3b20e275b6
Diffstat (limited to 'docs/platform/architecture')
-rw-r--r--docs/platform/architecture/index.rst903
-rw-r--r--docs/platform/architecture/media/ONAP-5G.pngbin0 -> 81553 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-5GSuperBP-Integration.pngbin0 -> 218568 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-IntentBasedNetworking.pngbin0 -> 245495 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-NetworkSlicingOptions.pngbin0 -> 420474 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-architecture.pngbin0 -> 133346 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-bbs.pngbin0 -> 115218 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-ccvpn.pngbin0 -> 260011 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-closedloop.pngbin0 -> 220944 bytes
-rwxr-xr-xdocs/platform/architecture/media/ONAP-fncview.pngbin0 -> 441038 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-mdons.pngbin0 -> 106265 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-vcpe.pngbin0 -> 155109 bytes
-rw-r--r--docs/platform/architecture/media/ONAP-volte.pngbin0 -> 182747 bytes
-rw-r--r--docs/platform/architecture/media/onap-architecture-overview-colors.svg350
-rw-r--r--docs/platform/architecture/media/onap-architecture-overview-interactive-path.svg6078
-rw-r--r--docs/platform/architecture/media/onap-architecture-overview-interactive.svg2976
-rw-r--r--docs/platform/architecture/media/onap-architecture-overview-labels-and-links.csv86
-rw-r--r--docs/platform/architecture/media/onap-architecture-overview-notes.txt70
18 files changed, 10463 insertions, 0 deletions
diff --git a/docs/platform/architecture/index.rst b/docs/platform/architecture/index.rst
new file mode 100644
index 000000000..11f7c09da
--- /dev/null
+++ b/docs/platform/architecture/index.rst
@@ -0,0 +1,903 @@
+.. This work is licensed under a Creative Commons Attribution
+.. 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. Copyright 2017-2018 Huawei Technologies Co., Ltd.
+.. Copyright 2019 ONAP Contributors
+.. Copyright 2020 ONAP Contributors
+.. Copyright 2021 ONAP Contributors
+
+.. _ONAP-architecture:
+
+ONAP Architecture
+=================
+ONAP is a comprehensive platform for orchestration, management, and automation
+of network and edge computing services for network operators, cloud providers,
+and enterprises. Real-time, policy-driven orchestration and automation of
+physical, virtual, and cloud native network functions enables rapid automation
+of new services and complete lifecycle management critical for 5G and
+next-generation networks.
+
+The ONAP project addresses the rising need for a common automation platform for
+telecommunication, cable, and cloud service providers—and their solution
+providers—to deliver differentiated network services on demand, profitably and
+competitively, while leveraging existing investments.
+
+The challenge that ONAP meets is to help network operators keep up with the
+scale and cost of manual changes required to implement new service offerings,
+from installing new data center equipment to, in some cases, upgrading
+on-premises customer equipment. Many are seeking to exploit SDN and NFV to
+improve service velocity, simplify equipment interoperability and integration,
+and to reduce overall CapEx and OpEx costs. In addition, the current, highly
+fragmented management landscape makes it difficult to monitor and guarantee
+service-level agreements (SLAs). These challenges are still very real now as
+ONAP creates its eighth release.
+
+ONAP is addressing these challenges by developing global and massive scale
+(multi-site and multi-VIM) automation capabilities for physical, virtual, and
+cloud native network elements. It facilitates service agility by supporting
+data models for rapid service and resource deployment and providing a common
+set of northbound REST APIs that are open and interoperable, and by supporting
+model-driven interfaces to the networks. ONAP’s modular and layered nature
+improves interoperability and simplifies integration, allowing it to support
+multiple VNF environments by integrating with multiple VIMs, VNFMs, SDN
+Controllers, as well as legacy equipment (PNF). The Service Design & Creation
+(SDC) project also offers seamless orchestration of CNFs. ONAP’s consolidated
+xNF requirements publication enables commercial development of ONAP-compliant
+xNFs. This approach allows network and cloud operators to optimize their
+physical, virtual and cloud native infrastructure for cost and performance;
+at the same time, ONAP’s use of standard models reduces integration and
+deployment costs of heterogeneous equipment. All this is achieved while
+minimizing management fragmentation.
+
+The ONAP platform allows end-user organizations and their network/cloud
+providers to collaboratively instantiate network elements and services in a
+rapid and dynamic way, together with supporting a closed control loop process
+that supports real-time response to actionable events. In order to design,
+engineer, plan, bill and assure these dynamic services, there are three major
+requirements:
+
+- A robust design framework that allows the specification of the service in all
+ aspects – modeling the resources and relationships that make up the service,
+ specifying the policy rules that guide the service behavior, specifying the
+ applications, analytics and closed control loop events needed for the elastic
+ management of the service
+- An orchestration and control framework (Service Orchestrator and Controllers)
+ that is recipe/ policy-driven to provide an automated instantiation of the
+ service when needed and managing service demands in an elastic manner
+- An analytic framework that closely monitors the service behavior during the
+ service lifecycle based on the specified design, analytics and policies to
+ enable response as required from the control framework, to deal with
+ situations ranging from those that require healing to those that require
+ scaling of the resources to elastically adjust to demand variations.
+
+To achieve this, ONAP decouples the details of specific services and supporting
+technologies from the common information models, core orchestration platform,
+and generic management engines (for discovery, provisioning, assurance etc.).
+
+Furthermore, it marries the speed and style of a DevOps/NetOps approach with
+the formal models and processes operators require to introduce new services and
+technologies. It leverages cloud-native technologies including Kubernetes to
+manage and rapidly deploy the ONAP platform and related components. This is in
+stark contrast to traditional OSS/Management software platform architectures,
+which hardcoded services and technologies, and required lengthy software
+development and integration cycles to incorporate changes.
+
+The ONAP Platform enables service/resource independent capabilities for design,
+creation and lifecycle management, in accordance with the following
+foundational principles:
+
+- Ability to dynamically introduce full service lifecycle orchestration (design
+ , provisioning and operation) and service API for new services and
+ technologies without the need for new platform software releases or without
+ affecting operations for the existing services
+- Scalability and distribution to support a large number of services and large
+ networks
+- Metadata-driven and policy-driven architecture to ensure flexible and
+ automated ways in which capabilities are used and delivered
+- The architecture shall enable sourcing best-in-class components
+- Common capabilities are ‘developed’ once and ‘used’ many times
+- Core capabilities shall support many diverse services and infrastructures
+
+Further, ONAP comes with a functional architecture with component definitions
+and interfaces, which provides a force of industry alignment in addition to
+the open source code.
+
+Architecture Overview
+---------------------
+
+The ONAP architecture consists of a design time and run time functions, as well
+as functions for managing ONAP itself.
+
+ Note: Use the interactive features of the below ONAP Architecture Overview.
+ Click to enlarge it. Then hover with your mouse over an element in the
+ figure for a short description. Click the element to get forwarded to a more
+ detailed description.
+
+.. image:: media/onap-architecture-overview-interactive-path.svg
+ :width: 800
+
+**Figure 1: Interactive high-level view of the ONAP architecture with its
+microservices-based platform components. Click to enlarge and discover.**
+
+The figure below provides a simplified functional view of the architecture,
+which highlights the role of a few key components:
+
+#. ONAP Design time environment provides onboarding services and resources
+ into ONAP and designing required services.
+#. External API provides northbound interoperability for the ONAP Platform.
+#. ONAP Runtime environment provides a model- and policy-driven orchestration
+ and control framework for an automated instantiation and configuration of
+ services and resources. Multi-VIM/Cloud provides cloud interoperability for
+ the ONAP workloads. Analytic framework that closely monitors the service
+ behavior handles closed control loop management for handling healing,
+ scaling and update dynamically.
+#. OOM provides the ability to manage cloud-native installation and deployments
+ to Kubernetes-managed cloud environments.
+#. ONAP Shared Services provides shared capabilities for ONAP modules. The ONAP
+ Optimization Framework (OOF) provides a declarative, policy-driven approach
+ for creating and running optimization applications like Homing/Placement,
+ and Change Management Scheduling Optimization. ONAP shared utilities provide
+ utilities for the support of the ONAP components.
+
+Information Model and framework utilities continue to evolve to harmonize
+the topology, workflow, and policy models from a number of SDOs including
+ETSI NFV MANO, ETSI/3GPP, O-RAN, TM Forum SID, ONF Core, OASIS TOSCA, IETF,
+and MEF.
+
+|image2|
+
+**Figure 2. Functional view of the ONAP architecture**
+
+Microservices Support
+---------------------
+As a cloud-native application that consists of numerous services, ONAP requires
+sophisticated initial deployment as well as post- deployment management.
+
+The ONAP deployment methodology needs to be flexible enough to suit the
+different scenarios and purposes for various operator environments. Users may
+also want to select a portion of the ONAP components to integrate into their
+own systems. And the platform needs to be highly reliable, scalable, secure
+and easy to manage. To achieve all these goals, ONAP is designed as a
+microservices-based system, with all components released as Docker containers
+following best practice building rules to optimize their image size. Numerous
+optimizations such as shared databases and the use of standardized lightweight
+container operating systems reduce the overall ONAP footprint.
+
+ONAP Operations Manager (OOM)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The ONAP Operations Manager (OOM) is responsible for orchestrating the
+end-to-end lifecycle management and monitoring of ONAP components. OOM uses
+Kubernetes with IPv4 and IPv6 support to provide CPU efficiency and platform
+deployment. In addition, OOM helps enhance ONAP platform maturity by providing
+scalability and resiliency enhancements to the components it manages.
+
+OOM is the lifecycle manager of the ONAP platform and uses the Kubernetes
+container management system and Consul to provide the following functionality:
+
+#. Deployment - with built-in component dependency management (including
+ multiple clusters, federated deployments across sites, and anti-affinity
+ rules)
+#. Configuration - unified configuration across all ONAP components
+#. Monitoring - real-time health monitoring feeding to a Consul GUI and
+ Kubernetes
+#. Restart - failed ONAP components are restarted automatically
+#. Clustering and Scaling - cluster ONAP services to enable seamless scaling
+#. Upgrade - change out containers or configuration with little or no service
+ impact
+#. Deletion - clean up individual containers or entire deployments
+
+OOM supports a wide variety of cloud infrastructures to suit your individual
+requirements.
+
+Starting with the Istanbul-R9, as a PoC, OOM provides Service Mesh-based
+mTLS (mutual TLS) between ONAP components to secure component communications,
+by leveraging Istio. The goal is to substitute (unmaintained) AAF
+functionalities.
+
+Microservices Bus (MSB)
+^^^^^^^^^^^^^^^^^^^^^^^
+Microservices Bus (MSB) provides fundamental microservices support including
+service registration/ discovery, external API gateway, internal API gateway,
+client software development kit (SDK), and Swagger SDK. When integrating with
+OOM, MSB has a Kube2MSB registrar which can grasp services information from k8s
+metafile and automatically register the services for ONAP components.
+
+In the spirit of leveraging the microservice capabilities, further steps
+towards increased modularity have been taken. Service Orchestrator (SO) and the
+controllers have increased its level of modularity.
+
+Portal
+------
+
+.. warning:: The ONAP :strong:`portal` project is :strong:`unmaintained`.
+
+ONAP delivers a single, consistent user experience to both design time and
+runtime environments, based on the user’s role. Role changes are configured
+within a single ONAP instance.
+
+This user experience is managed by the ONAP Portal, which provides access to
+design, analytics and operational control/administration functions via a
+shared, role-based menu or dashboard. The portal architecture provides
+web-based capabilities such as application onboarding and management,
+centralized access management through the Authentication and Authorization
+Framework (AAF), and dashboards, as well as hosted application widgets.
+
+The portal provides an SDK to enable multiple development teams to adhere to
+consistent UI development requirements by taking advantage of built-in
+capabilities (Services/ API/ UI controls), tools and technologies. ONAP also
+provides a Command Line Interface (CLI) for operators who require it (e.g., to
+integrate with their scripting environment). ONAP SDKs enable operations/
+security, third parties (e.g., vendors and consultants), and other experts to
+continually define/redefine new collection, analytics, and policies (including
+recipes for corrective/remedial action) using the ONAP Design Framework Portal.
+
+Design Time Framework
+---------------------
+The design time framework is a comprehensive development environment with
+tools, techniques, and repositories for defining/ describing resources,
+services, and products.
+
+The design time framework facilitates reuse of models, further improving
+efficiency as more and more models become available. Resources, services,
+products, and their management and control functions can all be modeled using a
+common set of specifications and policies (e.g., rule sets) for controlling
+behavior and process execution. Process specifications automatically sequence
+instantiation, delivery and lifecycle management for resources, services,
+products and the ONAP platform components themselves. Certain process
+specifications (i.e., ‘recipes’) and policies are geographically distributed to
+optimize performance and maximize autonomous behavior in federated cloud
+environments.
+
+Service Design and Creation (SDC)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Service Design and Creation (SDC) provides tools, techniques, and repositories
+to define/simulate/certify system assets as well as their associated processes
+and policies. Each asset is categorized into one of four asset groups: Resource
+, Services, Products, or Offers. SDC supports the onboarding of Network
+Services packages (ETSI SOL007 with ETSI SOL001), CNF packages (Helm),
+VNF packages (Heat or ETSI SOL004) and PNF packages (ETSI SOL004). SDC also
+includes some capabilities to model 5G network slicing using the standard
+properties (Slice Profile, Service Template).
+
+The SDC environment supports diverse users via common services and utilities.
+Using the design studio, product and service designers onboard/extend/retire
+resources, services and products. Operations, Engineers, Customer Experience
+Managers, and Security Experts create workflows, policies and methods to
+implement Closed Control Loop Automation/Control and manage elastic
+scalability.
+
+To support and encourage a healthy VNF ecosystem, ONAP provides a set of VNF
+packaging and validation tools in the VNF Supplier API and Software Development
+Kit (VNF SDK) and VNF Validation Program (VVP) components. Vendors can
+integrate these tools in their CI/CD environments to package VNFs and upload
+them to the validation engine. Once tested, the VNFs can be onboarded through
+SDC. In addition, the testing capability of VNFSDK is being utilized at the LFN
+Compliance Verification Program to work towards ensuring a highly consistent
+approach to VNF verification. ONAP supports onboarding of CNFs and PNFs as
+well.
+
+The Policy Creation component deals with policies; these are rules, conditions,
+requirements, constraints, attributes, or needs that must be provided,
+maintained, and/or enforced. At a lower level, Policy involves machine-readable
+rules enabling actions to be taken based on triggers or requests. Policies
+often consider specific conditions in effect (both in terms of triggering
+specific policies when conditions are met, and in selecting specific outcomes
+of the evaluated policies appropriate to the conditions).
+
+Policy allows rapid modification through easily updating rules, thus updating
+technical behaviors of components in which those policies are used, without
+requiring rewrites of their software code. Policy permits simpler
+management / control of complex mechanisms via abstraction.
+
+VNF SDK
+^^^^^^^
+VND SDK provides the functionality to create VNF/PNF packages, test VNF
+packages and VNF ONAP compliance and store VNF/PNF packages and upload to/from
+a marketplace.
+
+VVP
+^^^
+VVP provides validation for the VNF Heat package.
+
+Runtime Framework
+-----------------
+The runtime execution framework executes the rules and policies and other
+models distributed by the design and creation environment.
+
+This allows for the distribution of models and policy among various ONAP
+modules such as the Service Orchestrator (SO), Controllers, Data Collection,
+Analytics and Events (DCAE), Active and Available Inventory (A&AI). These
+components use common services that support access control.
+
+Orchestration
+^^^^^^^^^^^^^
+The Service Orchestrator (SO) component executes the specified processes by
+automating sequences of activities, tasks, rules and policies needed for
+on-demand creation, modification or removal of network, application or
+infrastructure services and resources, this includes VNFs, CNFs and PNFs,
+by conforming to industry standards such as ETSI, TMF.
+The SO provides orchestration at a very high level, with an end-to-end view
+of the infrastructure, network, and applications. Examples of this include
+BroadBand Service (BBS) and Cross Domain and Cross Layer VPN (CCVPN).
+The SO is modular and hierarchical to handle services and multi-level
+resources and Network Slicing, by leveraging pluggable adapters and delegating
+orchestration operations to NFVO (SO NFVO, VFC), VNFM, CNF Manager, NSMF
+(Network Slice Management Function), NSSMF (Network Slice Subnet Management
+Function).
+Starting from the Guilin release, the SO provides CNF orchestration support
+through integration of CNF adapter in ONAP SO:
+
+- Support for provisioning CNFs using an external K8S Manager
+- Support the Helm-based orchestration
+- Leverage the CNF Adapter to interact with the K8S Plugin in MultiCloud
+- Bring in the advantage of the K8S orchestrator and
+- Set stage for the Cloud Native scenarios
+
+3GPP (TS 28.801) defines three layer slice management function which include:
+
+- CSMF (Communication Service Management Function)
+- NSMF (Network Slice Management Function)
+- NSSMF (Network Slice Subnet Management Function)
+
+To realize the three layers, CSMF, NSMF and/or NSSMF are realized within ONAP,
+or use the external CSMF, NSMF or NSSMF. For ONAP-based network slice
+management, different choices can be made as follows. among them, ONAP
+orchestration currently supports options #1 and #4.
+
+|image3|
+
+**Figure 3: ONAP Network Slicing Support Options**
+
+
+Virtual Infrastructure Deployment (VID)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+.. warning:: The ONAP :strong:`vid` project is :strong:`unmaintained`.
+
+The Virtual Infrastructure Deployment (VID) application enables users to
+instantiate infrastructure services from SDC, along with their associated
+components, and to execute change management operations such as scaling and
+software upgrades to existing VNF instances.
+
+Policy-Driven Workload Optimization
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The ONAP Optimization Framework (OOF) provides a policy-driven and model-driven
+framework for creating optimization applications for a broad range of use
+cases. OOF Homing and Allocation Service (HAS) is a policy driven workload
+optimization service that enables optimized placement of services across
+multiple sites and multiple clouds, based on a wide variety of policy
+constraints including capacity, location, platform capabilities, and other
+service specific constraints.
+
+ONAP Multi-VIM/Cloud (MC) and several other ONAP components such as Policy, SO,
+A&AI etc. play an important role in enabling “Policy-driven Performance/
+Security-Aware Adaptive Workload Placement/ Scheduling” across cloud sites
+through OOF-HAS. OOF-HAS uses cloud agnostic Intent capabilities, and real-time
+capacity checks provided by ONAP MC to determine the optimal VIM/Cloud
+instances, which can deliver the required performance SLAs, for workload
+(VNF etc.) placement and scheduling (Homing). Operators now realize the true
+value of virtualization through fine grained optimization of cloud resources
+while delivering performance and security SLAs.
+
+Controllers
+^^^^^^^^^^^
+Controllers are applications which are coupled with cloud and network services
+and execute the configuration, real-time policies, and control the state of
+distributed components and services. Rather than using a single monolithic
+control layer, operators may choose to use multiple distinct controller types
+that manage resources in the execution environment corresponding to their
+assigned controlled domain such as cloud computing resources (SDN-C).
+The Virtual Function Controller (VF-C) and SO NFVO provide an ETSI NFV
+compliant NFV-O function that is responsible for lifecycle management of
+virtual services and the associated physical COTS server infrastructure. VF-C
+provides a generic VNFM capability, and both VF-C and SO NFVO integrate with
+external VNFMs and VIMs as part of an NFV MANO stack.
+
+.. warning:: The ONAP :strong:`appc` project is :strong:`unmaintained`.
+
+ONAP has two application level configuration and lifecycle management modules
+called SDN-C and App-C. Both provide similar services (application level
+configuration using NetConf, Chef, Ansible, RestConf, etc.) and lifecycle
+management functions (e.g., stop, resume, health check, etc.).
+They share common code from CCSDK repo. However, there are some differences
+between these two modules (SDN-C uses CDS only for onboarding and
+configuration / LCM flow design, whereas App-C uses CDT for the LCM functions
+for self service to provide artifacts storing in App-C Database).
+SDN-C has been used mainly for Layer1-3 network elements and App-C is
+being used for Layer4-7 network functions. This is a very loose
+distinction and we expect that over time we will get better alignment and
+have common repository for controller code supporting application level
+configuration and lifecycle management of all network elements (physical or
+virtual, layer 1-7). Because of these overlaps, we have documented SDN-C and
+App-C together. ONAP Controller Family (SDN-C / App-C) configures and maintains
+the health of L1-7 Network Function (VNF, PNF, CNF) and network services
+throughout their lifecycle:
+
+- Configures Network Functions (VNF/PNF)
+- Provides programmable network application management platform:
+
+ - Behavior patterns programmed via models and policies
+ - Standards based models & protocols for multi-vendor implementation
+ - Extensible SB adapters such as Netconf, Ansible, Rest API, etc.
+ - Operation control, version management, software updates, etc.
+- Local source of truth
+ - Manages inventory within its scope
+ - Manages and stores state of NFs
+ - Supports Configuration Audits
+
+Controller Design Studio (CDS)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The Controller Design Studio (CDS) community in ONAP has contributed a
+framework to automate the resolution of resources for instantiation and any
+config provisioning operation, such as day0, day1 or day2 configuration. The
+essential function of CDS is to create and populate a controller blueprint,
+create a configuration file from this Controller blueprint, and associate at
+design time this configuration file (configlet) to a PNF/VNF/CNF during the
+design phase. CDS removes dependence on code releases and the delays they cause
+and puts the control of services into the hands of the service providers. Users
+can change a model and its parameters with great flexibility to fetch data from
+external systems (e.g., IPAM) that is required in real deployments. This makes
+service providers more responsive to their customers and able to deliver
+products that more closely match the needs of those customers.
+
+Inventory
+^^^^^^^^^
+Active and Available Inventory (A&AI) provides real-time views of a system’s
+resources, services, products and their relationships with each other, and also
+retains a historical view. The views provided by A&AI relate data managed by
+multiple ONAP instances, Business Support Systems (BSS), Operation Support
+Systems (OSS), and network applications to form a “top to bottom” view ranging
+from the products end users buy, to the resources that form the raw material
+for creating the products. A&AI not only forms a registry of products,
+services, and resources, it also maintains up-to-date views of the
+relationships between these inventory items.
+
+To deliver the promised dynamism of SDN/NFV, A&AI is updated in real time by
+the controllers as they make changes in the network environment. A&AI is
+metadata-driven, allowing new inventory types to be added dynamically and
+quickly via SDC catalog definitions, eliminating the need for lengthy
+development cycles.
+
+Policy Framework
+^^^^^^^^^^^^^^^^
+The Policy framework provides policy based decision making capability and
+supports multiple policy engines and can distribute policies through policy
+design capabilities in SDC, simplifying the design process.
+
+Multi Cloud Adaptation
+^^^^^^^^^^^^^^^^^^^^^^
+Multi-VIM/Cloud provides and infrastructure adaptation layer for VIMs/Clouds
+and K8s clusters in exposing advanced cloud agnostic intent capabilities,
+besides standard capabilities, which are used by OOF and other components
+for enhanced cloud selection and SO/VF-C for cloud agnostic workload
+deployment. The K8s plugin is in charge of deploying CNFs on the Kubernetes
+clusters using Kubernetes APIs.
+
+Data Collection Analytics and Events (DCAE)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+DCAE provides the capability to collect events, and host analytics applications
+(DCAE Services)
+
+Closed Control Loop Automation Management Platform (CLAMP)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Closed loop control is provided by cooperation among a number of design-time
+and run-time elements. The Runtime loop starts with data collectors from Data
+Collection, Analytics and Events (DCAE). ONAP includes the following collectors
+: VES (VNF Event Streaming) for events, HV-VES for high-volume events, SNMP
+for SNMP traps, File Collector to receive files, and RESTCONF Collector to
+collect the notifications. After data collection/verification phase, data move
+through the loop of micro-services like Homes for event detection, Policy
+for determining actions, and finally, controllers and orchestrators to
+implement actions. The Policy framework is also used to monitor the loops
+themselves and manage their lifecycle. DCAE also includes a number of
+specialized micro-services to support some use-cases such as the Slice Analysis
+or SON-Handler. Some dedicated event processor modules transform collected data
+(SNMP, 3GPP XML, RESTCONF) to VES format and push the various data into data
+lake. CLAMP, Policy and DCAE all have design time aspects to support the
+creation of the loops.
+
+We refer to this automation pattern as “Closed Control loop automation” in that
+it provides the necessary automation to proactively respond to network and
+service conditions without human intervention. A high-level schematic of the
+“closed control loop automation” and the various phases within the service
+lifecycle using the automation is depicted in Figure 3.
+
+Closed control loop control is provided by Data Collection, Analytics and
+Events (DCAE) and one or more of the other ONAP runtime components.
+Collectively, they provide FCAPS (Fault Configuration Accounting Performance
+Security) functionality. DCAE collects performance, usage, and configuration
+data; provides computation of analytics; aids in troubleshooting; and publishes
+events, data and analytics (e.g., to policy, orchestration, and the data lake).
+Another component, Holmes, connects to DCAE and provides alarm correlation
+for ONAP, new data collection capabilities with High Volume VES, and bulk
+performance management support.
+
+Working with the Policy Framework (and embedded CLAMP), these components
+detect problems in the network and identify the appropriate remediation.
+In some cases, the action will be automatic, and they will notify the
+Service Orchestrator or one of the controllers to take action.
+In other cases, as configured by the operator, they will raise an alarm
+but require human intervention before executing the change. The policy
+framework is extended to support additional policy decision capabilities
+with the introduction of adaptive policy execution.
+
+Starting with the Honolulu-R8 and concluding in the Istanbul-R9 release, the
+CLAMP component was successfully integrated into the Policy component initially
+as a PoC in the Honolulu-R8 release and then as a fully integrated component
+within the Policy component in Istanbul-R9 release.
+CLAMP's functional role to provision Policy has been enhanced to support
+provisioning of policies outside of the context of a Control Loop and therefore
+act as a Policy UI. In the Istanbul release the CLAMP integration was
+officially released.
+
+|image4|
+
+**Figure 4: ONAP Closed Control Loop Automation**
+
+Virtual Function Controller (VFC)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+VFC provides the NFVO capability to manage the lifecycle of network service and
+VNFs, by conforming to ETSI NFV specification.
+
+Data Movement as a Platform (DMaaP)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+DMaaP provides data movement service such as message routing and data routing.
+
+Use Case UI (UUI)
+^^^^^^^^^^^^^^^^^
+UUI provides the capability to instantiate the blueprint User Cases and
+visualize the state.
+
+CLI
+^^^
+ONAP CLI provides a command line interface for access to ONAP.
+
+External APIs
+^^^^^^^^^^^^^
+
+.. warning:: The ONAP :strong:`externalapi` project is :strong:`unmaintained`.
+
+External APIs provide services to expose the capability of ONAP.
+
+Shared Services
+---------------
+
+.. warning:: The ONAP :strong:`logging` project is :strong:`unmaintained`.
+
+ONAP provides a set of operational services for all ONAP components including
+activity logging, reporting, common data layer, configuration, persistence,
+access control, secret and credential management, resiliency, and software
+lifecycle management.
+
+These services provide access management and security enforcement, data backup,
+configuration persistence, restoration and recovery. They support standardized
+VNF interfaces and guidelines.
+
+Operating in a virtualized environment introduces new security challenges and
+opportunities. ONAP provides increased security by embedding access controls in
+each ONAP platform component, augmented by analytics and policy components
+specifically designed for the detection and mitigation of security violations.
+
+Configuration Persistence Service (CPS)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+The Configuration Persistence Service (CPS) provides storage for real-time
+run-time configuration and operational parameters that need to be used by ONAP.
+Several services ranging from SDN-C, DCAE and the network slicing use case
+utilize CPS for these purposes. Its details in
+:ref:`CPS - Configuration Persistence Service<onap-cps:architecture>`.
+
+ONAP Modeling
+-------------
+ONAP provides models to assist with service design, the development of ONAP
+service components, and with the improvement of standards interoperability.
+Models are an essential part for the design time and runtime framework
+development. The ONAP modeling project leverages the experience of member
+companies, standard organizations and other open source projects to produce
+models which are simple, extensible, and reusable. The goal is to fulfill the
+requirements of various use cases, guide the development and bring consistency
+among ONAP components and explore a common model to improve the
+interoperability of ONAP.
+
+ONAP supports various models detailed in the Modeling documentation.
+
+The modeling project includes the ETSI catalog component, which provides the
+parser functionalities, as well as additional package management
+functionalities.
+
+Industry Alignment
+------------------
+ONAP support and collaboration with other standards and open source communities
+is evident in the architecture.
+
+- MEF and TMF interfaces are used in the External APIs
+- In addition to the ETSI-NFV defined VNFD and NSD models mentioned above, ONAP
+ supports the NFVO interfaces (SOL005 between the SO and VFC, SOL003 from
+ either the SO or VFC to an external VNFM).
+- Further collaboration includes 5G/ORAN & 3GPP Harmonization, Acumos DCAE
+ Integration, and CNCF Telecom User Group (TUG).
+
+Read this whitepaper for more information:
+`The Progress of ONAP: Harmonizing Open Source and Standards <https://www.onap.org/wp-content/uploads/sites/20/2019/04/ONAP_HarmonizingOpenSourceStandards_032719.pdf>`_
+
+ONAP Blueprints
+---------------
+ONAP can support an unlimited number of use cases, within reason. However, to
+provide concrete examples of how to use ONAP to solve real-world problems, the
+community has created a set of blueprints. In addition to helping users rapidly
+adopt the ONAP platform through end-to-end solutions, these blueprints also
+help the community prioritize their work.
+
+5G Blueprint
+^^^^^^^^^^^^
+The 5G blueprint is a multi-release effort, with five key initiatives around
+end-to-end service orchestration, network slicing, PNF/VNF lifecycle management
+, PNF integration, and network optimization. The combination of eMBB that
+promises peak data rates of 20 Mbps, uRLLC that guarantees sub-millisecond
+response times, MMTC that can support 0.92 devices per sq. ft., and network
+slicing brings with it some unique requirements. First ONAP needs to manage the
+lifecycle of a network slice from initial creation/activation all the way to
+deactivation/termination. Next, ONAP needs to optimize the network around real
+time and bulk analytics, place VNFs on the correct edge cloud, scale and heal
+services, and provide edge automation. ONAP also provides self organizing
+network (SON) services such as physical cell ID allocation for new RAN sites.
+These requirements have led to the five above-listed initiatives and have been
+developed in close cooperation with other standards and open source
+organizations such as 3GPP, TM Forum, ETSI, and O-RAN Software Community.
+
+|image5|
+
+**Figure 5. End-to-end 5G Service**
+
+Read the `5G Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_5G_062519.pdf>`_
+to learn more.
+
+A related activity outside of ONAP is called the 5G Super Blueprint where
+multiple Linux Foundation projects are collaborating to demonstrate an
+end-to-end 5G network. In the short-term, this blueprint will showcase
+thre major projects: ONAP, Anuket (K8S NFVI), and Magma (LTE/5GC).
+
+|image6|
+
+**Figure 6. 5G Super Blueprint Initial Integration Activity**
+
+In the long-term, the 5G Super Blueprint will integrate O-RAN-SC and LF Edge
+projects as well.
+
+Residential Connectivity Blueprints
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Two ONAP blueprints (vCPE and BBS) address the residential connectivity use
+case.
+
+Virtual CPE (vCPE)
+""""""""""""""""""
+Currently, services offered to a subscriber are restricted to what is designed
+into the broadband residential gateway. In the blueprint, the customer has a
+slimmed down physical CPE (pCPE) attached to a traditional broadband network
+such as DSL, DOCSIS, or PON (Figure 5). A tunnel is established to a data
+center hosting various VNFs providing a much larger set of services to the
+subscriber at a significantly lower cost to the operator. In this blueprint,
+ONAP supports complex orchestration and management of open source VNFs and both
+virtual and underlay connectivity.
+
+|image7|
+
+**Figure 7. ONAP vCPE Architecture**
+
+Read the `Residential vCPE Use Case with ONAP blueprint <https://www.onap.org/wp-content/uploads/sites/20/2018/11/ONAP_CaseSolution_vCPE_112918FNL.pdf>`_
+to learn more.
+
+Broadband Service (BBS)
+"""""""""""""""""""""""
+This blueprint provides multi-gigabit residential internet connectivity
+services based on PON (Passive Optical Network) access technology. A key
+element of this blueprint is to show automatic re-registration of an ONT
+(Optical Network Terminal) once the subscriber moves (nomadic ONT) as well as
+service subscription plan changes. This blueprint uses ONAP for the design,
+deployment, lifecycle management, and service assurance of broadband services.
+It further shows how ONAP can orchestrate services across different locations
+(e.g. Central Office, Core) and technology domains (e.g. Access, Edge).
+
+|image8|
+
+**Figure 8. ONAP BBS Architecture**
+
+Read the `Residential Connectivity Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_BBS_062519.pdf>`_
+to learn more.
+
+Voice over LTE (VoLTE) Blueprint
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+This blueprint uses ONAP to orchestrate a Voice over LTE service. The VoLTE
+blueprint incorporates commercial VNFs to create and manage the underlying
+vEPC and vIMS services by interworking with vendor-specific components,
+including VNFMs, EMSs, VIMs and SDN controllers, across Edge Data Centers and
+a Core Data Center. ONAP supports the VoLTE use case with several key
+components: SO, VF-C, SDN-C, and Multi-VIM/ Cloud. In this blueprint, SO is
+responsible for VoLTE end-to-end service orchestration working in collaboration
+with VF-C and SDN-C. SDN-C establishes network connectivity, then the VF-C
+component completes the Network Services and VNF lifecycle management
+(including service initiation, termination and manual scaling) and FCAPS
+(fault, configuration, accounting, performance, security) management. This
+blueprint also shows advanced functionality such as scaling and change
+management.
+
+|image9|
+
+**Figure 9. ONAP VoLTE Architecture Open Network Automation Platform**
+
+Read the `VoLTE Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2018/11/ONAP_CaseSolution_VoLTE_112918FNL.pdf>`_
+to learn more.
+
+Optical Transport Networking (OTN)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Two ONAP blueprints (CCVPN and MDONS) address the OTN use case. CCVPN addresses
+Layers 2 and 3, while MDONS addresses Layers 0 and 1.
+
+CCVPN (Cross Domain and Cross Layer VPN) Blueprint
+""""""""""""""""""""""""""""""""""""""""""""""""""
+CSPs, such as CMCC and Vodafone, see a strong demand for high-bandwidth, flat,
+high-speed OTN (Optical Transport Networks) across carrier networks. They also
+want to provide a high-speed, flexible and intelligent service for high-value
+customers, and an instant and flexible VPN service for SMB companies.
+
+|image10|
+
+**Figure 10. ONAP CCVPN Architecture**
+
+The CCVPN (Cross Domain and Cross Layer VPN) blueprint is a combination of SOTN
+(Super high-speed Optical Transport Network) and ONAP, which takes advantage of
+the orchestration ability of ONAP, to realize a unified management and
+scheduling of resources and services. It achieves cross-domain orchestration
+and ONAP peering across service providers. In this blueprint, SO is responsible
+for CCVPN end-to-end service orchestration working in collaboration with VF-C
+and SDN-C. SDN-C establishes network connectivity, then the VF-C component
+completes the Network Services and VNF lifecycle management. ONAP peering
+across CSPs uses an east-west API which is being aligned with the MEF Interlude
+API. CCVPN, in conjunction with the IBN use case, offers intent based cloud
+leased line service. The key innovations in this use case are physical network
+discovery and modeling, cross-domain orchestration across multiple physical
+networks, cross operator end-to-end service provisioning, close-loop reroute
+for cross-domain service, dynamic changes (branch sites, VNFs) and intelligent
+service optimization (including AI/ML).
+
+Read the `CCVPN Blueprint <https://www.onap.org/wp-content/uploads/sites/20/2019/07/ONAP_CaseSolution_CCVPN_062519.pdf>`_
+to learn more.
+
+MDONS (Multi-Domain Optical Network Service) Blueprint
+""""""""""""""""""""""""""""""""""""""""""""""""""""""
+While CCVPN addresses the automation of networking layers 2 and 3, it does not
+address layers 0 and 1. Automating these layers is equally important because
+providing an end-to-end service to their customers often requires a manual and
+complex negotiation between CSPs that includes both the business arrangement
+and the actual service design and activation. CSPs may also be structured such
+that they operate multiple networks independently and require similar
+transactions among their own networks and business units in order to provide an
+end-to-end service. The MDONS blueprint created by AT&T, Orange, and Fujitsu
+solves the above problem. MDONS and CCVPN used together can solve the OTN
+automation problem in a comprehensive manner.
+
+|image11|
+
+**Figure 11. ONAP MDONS Architecture**
+
+Intent Based Network (IBN) Use Case
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Intent technology can reduce the complexity of management without getting into
+the intricate details of the underlying network infrastructure and contribute
+to efficient network management. This use case performs a valuable business
+function that can further reduce the operating expenses (OPEX) of network
+management by shifting the paradigm from complex procedural operations to
+declarative intent-driven operations
+
+|image12|
+
+**Figure 12. ONAP Intent-Based Networking Use Case**
+
+3GPP 28.812, Intent driven Management Service (Intent driven MnS), defines
+some key concepts that are used by this initiative. The Intent Based Networking
+(IBN) use case includes the development of an intent decision making. This use
+case has initially been shown for a smart warehouse, where the intent is to
+increase the output volume of automated guided vehicles (AVG) and the network
+simply scales in response. The intent UI is implemented in UUI and the
+components of the intent framework interact with many components of ONAP
+including SO, A&AI, Policy, DCAE and CDS.
+
+vFW/vDNS Blueprint
+^^^^^^^^^^^^^^^^^^
+The virtual firewall, virtual DNS blueprint is a basic demo to verify that ONAP
+has been correctly installed and to get a basic introduction to ONAP. The
+blueprint consists of 5 VNFs: vFW, vPacketGenerator, vDataSink, vDNS and
+vLoadBalancer. The blueprint exercises most aspects of ONAP, showing VNF
+onboarding, network service creation, service deployment and closed-loop
+automation. The key components involved are SDC, CLAMP, SO, APP-C, DCAE and
+Policy. In the recent releases, the vFW blueprint has been demonstrated by
+using a mix of a CNF and VNF and entirely using CNFs.
+
+Verified end to end tests
+-------------------------
+Use cases
+^^^^^^^^^
+Various use cases have been tested for the Release. Use case examples are
+listed below. See detailed information on use cases, functional requirements,
+and automated use cases can be found here:
+:doc:`Verified Use Cases<onap-integration:docs_usecases_release>`.
+
+- E2E Network Slicing
+- 5G OOF (ONAP Optimization Framework) SON (Self-Organized Network)
+- CCVPN-Transport Slicing
+
+Functional requirements
+^^^^^^^^^^^^^^^^^^^^^^^
+Various functional requirements have been tested for the Release. Detailed
+information can be found in the
+:doc:`Verified Use Cases<onap-integration:docs_usecases_release>`.
+
+- xNF Integration
+
+ - ONAP CNF orchestration - Enhancements
+ - PNF PreOnboarding
+ - PNF Plug & Play
+
+- Lifecycle Management
+
+ - Policy Based Filtering
+ - Bulk PM / PM Data Control Extension
+ - Support xNF Software Upgrade in association to schema updates
+ - Configuration & Persistency Service
+
+- Security
+
+ - CMPv2 Enhancements
+
+- Standard alignment
+
+ - ETSI-Alignment for Guilin
+ - ONAP/3GPP & O-RAN Alignment-Standards Defined Notifications over VES
+ - Extend ORAN A1 Adapter and add A1 Policy Management
+
+- NFV testing Automatic Platform
+
+ - Support for Test Result Auto Analysis & Certification
+ - Support for Test Task Auto Execution
+ - Support for Test Environment Auto Deploy
+ - Support for Test Topology Auto Design
+
+Conclusion
+----------
+The ONAP platform provides a comprehensive platform for real-time, policy-
+driven orchestration and automation of physical and virtual network functions
+that will enable software, network, IT and cloud providers and developers to
+rapidly automate new services and support complete lifecycle management.
+
+By unifying member resources, ONAP will accelerate the development of a vibrant
+ecosystem around a globally shared architecture and implementation for network
+automation—with an open standards focus— faster than any one product could on
+its own.
+
+Resources
+---------
+See the Resources page on `ONAP.org <https://www.onap.org/resources>`_
+
+.. |image1| image:: media/ONAP-architecture.png
+ :width: 800px
+.. |image2| image:: media/ONAP-fncview.png
+ :width: 800px
+.. |image3| image:: media/ONAP-NetworkSlicingOptions.png
+ :width: 800px
+.. |image4| image:: media/ONAP-closedloop.png
+ :width: 800px
+.. |image5| image:: media/ONAP-5G.png
+ :width: 800px
+.. |image6| image:: media/ONAP-5GSuperBP-Integration.png
+ :width: 800px
+.. |image7| image:: media/ONAP-vcpe.png
+ :width: 800px
+.. |image8| image:: media/ONAP-bbs.png
+ :width: 800px
+.. |image9| image:: media/ONAP-volte.png
+ :width: 800px
+.. |image10| image:: media/ONAP-ccvpn.png
+ :width: 800px
+.. |image11| image:: media/ONAP-mdons.png
+ :width: 800px
+.. |image12| image:: media/ONAP-IntentBasedNetworking.png
+ :width: 800px
diff --git a/docs/platform/architecture/media/ONAP-5G.png b/docs/platform/architecture/media/ONAP-5G.png
new file mode 100644
index 000000000..9ae0b2a6a
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-5G.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-5GSuperBP-Integration.png b/docs/platform/architecture/media/ONAP-5GSuperBP-Integration.png
new file mode 100644
index 000000000..89d24e977
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-5GSuperBP-Integration.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-IntentBasedNetworking.png b/docs/platform/architecture/media/ONAP-IntentBasedNetworking.png
new file mode 100644
index 000000000..327111ba3
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-IntentBasedNetworking.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-NetworkSlicingOptions.png b/docs/platform/architecture/media/ONAP-NetworkSlicingOptions.png
new file mode 100644
index 000000000..90859d4ca
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-NetworkSlicingOptions.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-architecture.png b/docs/platform/architecture/media/ONAP-architecture.png
new file mode 100644
index 000000000..82a8a1b3e
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-architecture.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-bbs.png b/docs/platform/architecture/media/ONAP-bbs.png
new file mode 100644
index 000000000..4996a066f
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-bbs.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-ccvpn.png b/docs/platform/architecture/media/ONAP-ccvpn.png
new file mode 100644
index 000000000..c98133874
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-ccvpn.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-closedloop.png b/docs/platform/architecture/media/ONAP-closedloop.png
new file mode 100644
index 000000000..7d3a2cac8
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-closedloop.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-fncview.png b/docs/platform/architecture/media/ONAP-fncview.png
new file mode 100755
index 000000000..5497edb30
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-fncview.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-mdons.png b/docs/platform/architecture/media/ONAP-mdons.png
new file mode 100644
index 000000000..f58789138
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-mdons.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-vcpe.png b/docs/platform/architecture/media/ONAP-vcpe.png
new file mode 100644
index 000000000..02ff80f7c
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-vcpe.png
Binary files differ
diff --git a/docs/platform/architecture/media/ONAP-volte.png b/docs/platform/architecture/media/ONAP-volte.png
new file mode 100644
index 000000000..bce590655
--- /dev/null
+++ b/docs/platform/architecture/media/ONAP-volte.png
Binary files differ
diff --git a/docs/platform/architecture/media/onap-architecture-overview-colors.svg b/docs/platform/architecture/media/onap-architecture-overview-colors.svg
new file mode 100644
index 000000000..5cc237822
--- /dev/null
+++ b/docs/platform/architecture/media/onap-architecture-overview-colors.svg
@@ -0,0 +1,350 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ width="210mm"
+ height="297mm"
+ viewBox="0 0 210 297"
+ version="1.1"
+ id="svg105949"
+ inkscape:version="1.1 (ce6663b3b7, 2021-05-25)"
+ sodipodi:docname="onap-architecture-colors.svg"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <sodipodi:namedview
+ id="namedview105951"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:document-units="mm"
+ showgrid="false"
+ inkscape:zoom="0.77771465"
+ inkscape:cx="361.95795"
+ inkscape:cy="561.25984"
+ inkscape:window-width="1488"
+ inkscape:window-height="1082"
+ inkscape:window-x="2227"
+ inkscape:window-y="648"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="layer1" />
+ <defs
+ id="defs105946" />
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1">
+ <rect
+ style="fill:#ffd278;stroke:#fff0d2;stroke-width:4;-inkscape-stroke:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect46615"
+ width="93.209763"
+ height="20.070669"
+ x="51.846806"
+ y="135.88857" />
+ <rect
+ style="display:inline;fill:#1a3d6f;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349"
+ width="10"
+ height="110"
+ x="31.290838"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#10699e;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-6"
+ width="10"
+ height="110"
+ x="41.29084"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#07819b;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-1"
+ width="10"
+ height="110"
+ x="51.290897"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#19a2a2;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-0"
+ width="10"
+ height="110"
+ x="61.290901"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#5dbebb;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-61"
+ width="10"
+ height="110"
+ x="71.290901"
+ y="11.672995" />
+ <rect
+ style="display:inline;opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613"
+ width="49.999996"
+ height="10"
+ x="31.290808"
+ y="51.673004" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9"
+ width="49.999996"
+ height="10"
+ x="31.290777"
+ y="31.672997" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-10"
+ width="49.999996"
+ height="10"
+ x="96.29081"
+ y="51.673004" />
+ <rect
+ style="display:inline;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5"
+ width="49.999996"
+ height="10"
+ x="31.290777"
+ y="41.673" />
+ <rect
+ style="display:inline;opacity:0.2;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-4"
+ width="49.999996"
+ height="10"
+ x="31.290777"
+ y="71.672989" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9"
+ width="49.999996"
+ height="10"
+ x="31.290777"
+ y="91.673004" />
+ <rect
+ style="display:inline;opacity:0.8;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-6"
+ width="49.999996"
+ height="10"
+ x="31.290777"
+ y="101.673" />
+ <rect
+ style="display:inline;opacity:0.9;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-6-1"
+ width="49.999996"
+ height="10"
+ x="31.290838"
+ y="111.673" />
+ <rect
+ style="display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5-0"
+ width="49.999996"
+ height="10"
+ x="31.290777"
+ y="81.673004" />
+ <rect
+ style="display:inline;fill:#07819b;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-5"
+ width="10"
+ height="110.00001"
+ x="86.29084"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#0c434f;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-6-6"
+ width="10"
+ height="110.00001"
+ x="96.29084"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#9c174a;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-1-3"
+ width="10"
+ height="110.00001"
+ x="106.29084"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#9c9017;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-0-9"
+ width="10"
+ height="110.00001"
+ x="116.29084"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#4f4800;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-61-4"
+ width="10"
+ height="110.00001"
+ x="126.29085"
+ y="11.672995" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-1"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="31.672997" />
+ <rect
+ style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-1-5"
+ width="49.999996"
+ height="10"
+ x="86.29084"
+ y="21.672995" />
+ <rect
+ style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-1-5-0"
+ width="49.999996"
+ height="10"
+ x="86.29084"
+ y="11.672995" />
+ <rect
+ style="display:inline;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5-2"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="41.673" />
+ <rect
+ style="display:inline;opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5-2-1"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="51.673004" />
+ <rect
+ style="display:inline;opacity:0.2;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-4-9"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="71.672989" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-39"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="91.673004" />
+ <rect
+ style="display:inline;opacity:0.8;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-39-9"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="101.673" />
+ <rect
+ style="display:inline;opacity:0.9;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-39-9-1"
+ width="49.999996"
+ height="10"
+ x="86.29084"
+ y="111.673" />
+ <rect
+ style="display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5-0-0"
+ width="49.999996"
+ height="10"
+ x="86.290779"
+ y="81.673004" />
+ <rect
+ style="display:inline;fill:#f04924;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-7"
+ width="10"
+ height="110.00001"
+ x="141.29083"
+ y="11.672995" />
+ <rect
+ style="display:inline;fill:#f0b424;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1349-6-7"
+ width="10"
+ height="110.00001"
+ x="151.29082"
+ y="11.672995" />
+ <rect
+ style="display:inline;opacity:0.2;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-97"
+ width="19.999996"
+ height="10"
+ x="141.2908"
+ y="51.673004" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-7"
+ width="19.999996"
+ height="10"
+ x="141.29077"
+ y="31.672997" />
+ <rect
+ style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-7-4"
+ width="19.999996"
+ height="10"
+ x="141.29083"
+ y="21.672995" />
+ <rect
+ style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-7-4-5"
+ width="19.999996"
+ height="10"
+ x="141.29083"
+ y="11.672995" />
+ <rect
+ style="display:inline;opacity:0.4;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5-6"
+ width="19.999996"
+ height="10"
+ x="141.29079"
+ y="41.673" />
+ <rect
+ style="display:inline;opacity:0.2;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-4-7"
+ width="19.999996"
+ height="10"
+ x="141.29079"
+ y="71.672989" />
+ <rect
+ style="display:inline;opacity:0.6;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-3"
+ width="19.999996"
+ height="10"
+ x="141.29079"
+ y="91.673004" />
+ <rect
+ style="display:inline;opacity:0.8;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-3-9"
+ width="19.999996"
+ height="10"
+ x="141.29077"
+ y="101.673" />
+ <rect
+ style="display:inline;opacity:0.9;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-9-9-3-9-9"
+ width="19.999996"
+ height="10"
+ x="141.29083"
+ y="111.673" />
+ <rect
+ style="display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-5-0-6"
+ width="19.999996"
+ height="10"
+ x="141.29079"
+ y="81.673004" />
+ <rect
+ style="display:inline;opacity:0.8;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-8"
+ width="49.999996"
+ height="10"
+ x="31.290838"
+ y="21.672995" />
+ <rect
+ style="display:inline;opacity:0.9;fill:#ffffff;fill-opacity:1;stroke:#fff0d2;stroke-width:0;stroke-miterlimit:4;stroke-dasharray:none;paint-order:markers stroke fill;stop-color:#000000"
+ id="rect1613-8-6"
+ width="49.999996"
+ height="10"
+ x="31.290838"
+ y="11.672995" />
+ </g>
+</svg>
diff --git a/docs/platform/architecture/media/onap-architecture-overview-interactive-path.svg b/docs/platform/architecture/media/onap-architecture-overview-interactive-path.svg
new file mode 100644
index 000000000..c6577e793
--- /dev/null
+++ b/docs/platform/architecture/media/onap-architecture-overview-interactive-path.svg
@@ -0,0 +1,6078 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- This work is licensed under a Creative Commons Attribution 4.0 International -->
+
+<!-- License. http://creativecommons.org/licenses/by/4.0 -->
+
+<!-- Copyright (C) 2021 Deutsche Telekom AG -->
+
+<svg
+ sodipodi:docname="onap-architecture-overview-interactive-path.svg"
+ inkscape:version="1.1.2 (76b9e6a115, 2022-02-25)"
+ id="svg5"
+ version="1.1"
+ viewBox="0 0 324.00477 237.0196"
+ height="237.01961mm"
+ width="324.00476mm"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <sodipodi:namedview
+ id="namedview7"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:document-units="mm"
+ showgrid="true"
+ inkscape:zoom="1.4142136"
+ inkscape:cx="469.16534"
+ inkscape:cy="518.66281"
+ inkscape:window-width="3264"
+ inkscape:window-height="1818"
+ inkscape:window-x="231"
+ inkscape:window-y="120"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="g7780"
+ height="190mm"
+ showborder="true"
+ inkscape:showpageshadow="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ borderlayer="true"
+ width="321mm"
+ fit-margin-left="2"
+ fit-margin-top="2"
+ lock-margins="true"
+ fit-margin-right="2"
+ fit-margin-bottom="2">
+ <inkscape:grid
+ type="xygrid"
+ id="grid14"
+ units="mm"
+ spacingx="0.99999999"
+ spacingy="0.99999999"
+ empspacing="0"
+ originx="5.0047656"
+ originy="1.9293997e-06" />
+ </sodipodi:namedview>
+ <defs
+ id="defs2">
+ <linearGradient
+ id="linearGradient155150"
+ inkscape:swatch="gradient">
+ <stop
+ style="stop-color:#8bffc3;stop-opacity:1;"
+ offset="0"
+ id="stop155146" />
+ <stop
+ style="stop-color:#8bffc3;stop-opacity:0;"
+ offset="1"
+ id="stop155148" />
+ </linearGradient>
+ <style
+ id="style5342">.cls-1{fill:none;stroke:#00bcd4;stroke-miterlimit:3.2;stroke-width:4.68px;}</style>
+ </defs>
+ <g
+ id="layer4"
+ inkscape:label="vector.layer"
+ style="display:inline"
+ transform="translate(-3.9999998,-3.9999989)"
+ inkscape:groupmode="layer">
+ <g
+ id="g5663"
+ transform="translate(2.0952081e-6,-1.0520645)"
+ style="display:inline"
+ inkscape:label="colorlegend">
+ <g
+ id="g4786"
+ inkscape:label="unmaintained"
+ transform="translate(139.99106,0.06481615)">
+ <path
+ id="rect47709-1-8-8-2"
+ style="display:inline;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:1.98629;stop-color:#000000"
+ inkscape:label="unmaintained.form"
+ d="m 135,235 h 50.01371 v 4.01372 H 135 Z" />
+ <g
+ aria-label="Unmaintained ONAP Component"
+ id="text1436-447-9-3"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8-2);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="unmaintained.label">
+ <path
+ d="m 135.27595,235.49454 h 0.31471 v 1.40612 q 0,0.37207 0.13488,0.5364 0.13487,0.16278 0.43718,0.16278 0.30076,0 0.43563,-0.16278 0.13488,-0.16433 0.13488,-0.5364 v -1.40612 h 0.31471 v 1.44488 q 0,0.45268 -0.2248,0.68368 -0.22324,0.23099 -0.66042,0.23099 -0.43873,0 -0.66353,-0.23099 -0.22324,-0.231 -0.22324,-0.68368 z"
+ id="path28081" />
+ <path
+ d="m 138.97381,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15347,0.18448 0.15347,0.54415 z"
+ id="path28083" />
+ <path
+ d="m 140.80202,236.40612 q 0.10697,-0.19224 0.2558,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19069 0.14727,0.18914 0.14727,0.5395 v 1.048 h -0.2868 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.22169,0 -0.35036,0.14728 -0.12868,0.14728 -0.12868,0.40153 v 0.98133 h -0.2868 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34727,0.14883 -0.12867,0.14728 -0.12867,0.39998 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.23409,-0.23564 0.13643,-0.076 0.32402,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19688,0.27906 z"
+ id="path28085" />
+ <path
+ d="m 143.2395,236.93632 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56895,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path28087" />
+ <path
+ d="m 144.30341,236.0728 h 0.28526 v 1.73633 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path28089" />
+ <path
+ d="m 146.53625,236.76113 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28091" />
+ <path
+ d="m 147.29475,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28093" />
+ <path
+ d="m 148.95398,236.93632 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37983,-0.16743 0.14417,-0.16898 0.14417,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19688,-0.14883 0.58601,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.0357 -0.14108,0.0357 -0.27131,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.19534 0.18604,0.19534 0.18604,0.59221 z"
+ id="path28095" />
+ <path
+ d="m 150.01789,236.0728 h 0.28526 v 1.73633 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path28097" />
+ <path
+ d="m 152.25073,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28099" />
+ <path
+ d="m 154.21226,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28101" />
+ <path
+ d="m 155.73041,236.33635 v -0.93948 h 0.28526 v 2.41226 h -0.28526 v -0.26045 q -0.0899,0.15503 -0.22789,0.231 -0.13643,0.0744 -0.32866,0.0744 -0.31471,0 -0.51315,-0.25115 -0.19689,-0.25115 -0.19689,-0.66042 0,-0.40928 0.19689,-0.66043 0.19844,-0.25115 0.51315,-0.25115 0.19223,0 0.32866,0.076 0.13798,0.0744 0.22789,0.22944 z m -0.97203,0.60617 q 0,0.31471 0.12867,0.49454 0.13023,0.17828 0.35657,0.17828 0.22634,0 0.35657,-0.17828 0.13022,-0.17983 0.13022,-0.49454 0,-0.31471 -0.13022,-0.493 -0.13023,-0.17983 -0.35657,-0.17983 -0.22634,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 z"
+ id="path28103" />
+ <path
+ d="m 158.11456,235.70693 q -0.34107,0 -0.5426,0.25425 -0.19999,0.25425 -0.19999,0.69298 0,0.43719 0.19999,0.69143 0.20153,0.25425 0.5426,0.25425 0.34106,0 0.5395,-0.25425 0.19999,-0.25424 0.19999,-0.69143 0,-0.43873 -0.19999,-0.69298 -0.19844,-0.25425 -0.5395,-0.25425 z m 0,-0.25424 q 0.48679,0 0.77825,0.32711 0.29145,0.32556 0.29145,0.87436 0,0.54726 -0.29145,0.87437 -0.29146,0.32556 -0.77825,0.32556 -0.48834,0 -0.78135,-0.32556 -0.29145,-0.32556 -0.29145,-0.87437 0,-0.5488 0.29145,-0.87436 0.29301,-0.32711 0.78135,-0.32711 z"
+ id="path28105" />
+ <path
+ d="m 159.58155,235.49454 h 0.42168 l 1.02629,1.93632 v -1.93632 h 0.30386 v 2.31459 h -0.42168 l -1.02629,-1.93632 v 1.93632 h -0.30386 z"
+ id="path28107" />
+ <path
+ d="m 162.63759,235.80305 -0.42478,1.15187 h 0.85111 z m -0.17673,-0.30851 h 0.35501 l 0.88212,2.31459 h -0.32556 l -0.21084,-0.59376 h -1.04335 l -0.21084,0.59376 h -0.33021 z"
+ id="path28109" />
+ <path
+ d="m 164.25651,235.75189 v 0.86972 h 0.39377 q 0.21859,0 0.33797,-0.11317 0.11937,-0.11318 0.11937,-0.32247 0,-0.20774 -0.11937,-0.32091 -0.11938,-0.11317 -0.33797,-0.11317 z m -0.31316,-0.25735 h 0.70693 q 0.38913,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19843,0.17519 -0.58756,0.17519 h -0.39377 v 0.93017 h -0.31316 z"
+ id="path28111" />
+ <path
+ d="m 168.15064,235.67283 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60771,0.24185 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path28113" />
+ <path
+ d="m 169.20215,236.27279 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.22789,0 0.36122,-0.17983 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48835 -0.13333,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28115" />
+ <path
+ d="m 171.73109,236.40612 q 0.10697,-0.19224 0.2558,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41857,0.19069 0.14728,0.18914 0.14728,0.5395 v 1.048 h -0.2868 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.22169,0 -0.35037,0.14728 -0.12867,0.14728 -0.12867,0.40153 v 0.98133 h -0.2868 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34727,0.14883 -0.12867,0.14728 -0.12867,0.39998 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0977,-0.15968 0.23409,-0.23564 0.13643,-0.076 0.32401,-0.076 0.18914,0 0.32091,0.0961 0.13333,0.0961 0.19689,0.27906 z"
+ id="path28117" />
+ <path
+ d="m 173.65542,237.54868 v 0.92088 h -0.28681 v -2.39676 h 0.28681 v 0.26355 q 0.0899,-0.15503 0.22634,-0.22944 0.13797,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19844,0.25115 0.19844,0.66043 0,0.40927 -0.19844,0.66042 -0.19689,0.25115 -0.51315,0.25115 -0.19069,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22634,-0.231 z m 0.97048,-0.60616 q 0,-0.31471 -0.13023,-0.493 -0.12867,-0.17983 -0.35501,-0.17983 -0.22634,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 0,0.31471 0.12867,0.49454 0.13023,0.17828 0.35657,0.17828 0.22634,0 0.35501,-0.17828 0.13023,-0.17983 0.13023,-0.49454 z"
+ id="path28119" />
+ <path
+ d="m 175.97507,236.27279 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.22789,0 0.36122,-0.17983 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48835 -0.13333,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28121" />
+ <path
+ d="m 178.59548,236.76113 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28123" />
+ <path
+ d="m 180.55701,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28125" />
+ <path
+ d="m 182.37592,236.76113 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28127" />
+ <path
+ d="m 183.13443,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28129" />
+ </g>
+ </g>
+ <g
+ id="g4786-5"
+ inkscape:label="onapcomponents"
+ transform="translate(87.991058,0.05109846)"
+ style="display:inline">
+ <path
+ id="rect47709-1-8-8-2-35"
+ style="display:inline;fill:#007da5;stroke:#007da5;stroke-width:1.98629;stop-color:#000000"
+ inkscape:label="onapcomponents.form"
+ d="m 135,235 h 50.01371 v 4.01372 H 135 Z" />
+ <g
+ aria-label="Entirety of ONAP Components"
+ id="text1436-447-9-3-6"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8-2-35);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="onapcomponents.label">
+ <path
+ d="m 135.31161,235.49454 h 1.46348 v 0.26355 h -1.15032 v 0.68523 h 1.10226 v 0.26355 h -1.10226 v 0.83871 h 1.17822 v 0.26355 h -1.49138 z"
+ id="path28133" />
+ <path
+ d="m 138.656,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15347,0.18448 0.15347,0.54415 z"
+ id="path28135" />
+ <path
+ d="m 139.41451,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33022,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28137" />
+ <path
+ d="m 140.28464,236.0728 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path28139" />
+ <path
+ d="m 142.08029,236.33945 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.23409 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0356,0.003 0.0791,0.0109 z"
+ id="path28141" />
+ <path
+ d="m 143.70231,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13487 -0.16434,0.37982 z"
+ id="path28143" />
+ <path
+ d="m 144.36005,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28145" />
+ <path
+ d="m 145.95261,237.97036 q -0.12092,0.31006 -0.23564,0.40463 -0.11472,0.0946 -0.30696,0.0946 h -0.22789 v -0.23875 h 0.16743 q 0.11782,0 0.18293,-0.0558 0.0651,-0.0558 0.14418,-0.26355 l 0.0512,-0.13022 -0.70228,-1.70843 h 0.3023 l 0.54261,1.35806 0.5426,-1.35806 h 0.30231 z"
+ id="path28147" />
+ <path
+ d="m 148.34141,236.27279 q -0.22945,0 -0.36277,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36432,0.17828 0.22789,0 0.36122,-0.17983 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48835 -0.13333,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28149" />
+ <path
+ d="m 150.39751,235.39687 v 0.2372 h -0.27285 q -0.15348,0 -0.21394,0.062 -0.0589,0.062 -0.0589,0.22324 v 0.15348 h 0.46974 v 0.22169 h -0.46974 v 1.51464 H 149.565 v -1.51464 h -0.27285 v -0.22169 h 0.27285 v -0.12092 q 0,-0.2899 0.13488,-0.42168 0.13487,-0.13333 0.42788,-0.13333 z"
+ id="path28151" />
+ <path
+ d="m 152.14758,235.70693 q -0.34106,0 -0.5426,0.25425 -0.19999,0.25425 -0.19999,0.69298 0,0.43719 0.19999,0.69143 0.20154,0.25425 0.5426,0.25425 0.34107,0 0.53951,-0.25425 0.19998,-0.25424 0.19998,-0.69143 0,-0.43873 -0.19998,-0.69298 -0.19844,-0.25425 -0.53951,-0.25425 z m 0,-0.25424 q 0.4868,0 0.77825,0.32711 0.29146,0.32556 0.29146,0.87436 0,0.54726 -0.29146,0.87437 -0.29145,0.32556 -0.77825,0.32556 -0.48834,0 -0.78134,-0.32556 -0.29146,-0.32556 -0.29146,-0.87437 0,-0.5488 0.29146,-0.87436 0.293,-0.32711 0.78134,-0.32711 z"
+ id="path28153" />
+ <path
+ d="m 153.61457,235.49454 h 0.42168 l 1.0263,1.93632 v -1.93632 h 0.30386 v 2.31459 h -0.42168 l -1.0263,-1.93632 v 1.93632 h -0.30386 z"
+ id="path28155" />
+ <path
+ d="m 156.67061,235.80305 -0.42478,1.15187 h 0.85111 z m -0.17673,-0.30851 h 0.35502 l 0.88211,2.31459 h -0.32556 l -0.21084,-0.59376 h -1.04334 l -0.21084,0.59376 h -0.33022 z"
+ id="path28157" />
+ <path
+ d="m 158.28953,235.75189 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11317 0.11938,-0.11318 0.11938,-0.32247 0,-0.20774 -0.11938,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31315,-0.25735 h 0.70693 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17519 -0.58756,0.17519 h -0.39378 v 0.93017 h -0.31315 z"
+ id="path28159" />
+ <path
+ d="m 162.18366,235.67283 v 0.33021 q -0.15813,-0.14728 -0.33796,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60772,0.24185 0.20154,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32246 0.82786,-0.32246 0.20773,0 0.39067,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ id="path28161" />
+ <path
+ d="m 163.23518,236.27279 q -0.22945,0 -0.36277,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36432,0.17828 0.22789,0 0.36121,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36121,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37363,0 -0.58602,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58602,-0.24185 z"
+ id="path28163" />
+ <path
+ d="m 165.76412,236.40612 q 0.10697,-0.19224 0.25579,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19069 0.14728,0.18914 0.14728,0.5395 v 1.048 h -0.28681 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.2217,0 -0.35037,0.14728 -0.12867,0.14728 -0.12867,0.40153 v 0.98133 h -0.28681 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34726,0.14883 -0.12868,0.14728 -0.12868,0.39998 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.2341,-0.23564 0.13642,-0.076 0.32401,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19689,0.27906 z"
+ id="path28165" />
+ <path
+ d="m 167.68844,237.54868 v 0.92088 h -0.2868 v -2.39676 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22635,-0.22944 0.13797,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19843,0.25115 0.19843,0.66043 0,0.40927 -0.19843,0.66042 -0.19689,0.25115 -0.51315,0.25115 -0.19069,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22635,-0.231 z m 0.97049,-0.60616 q 0,-0.31471 -0.13023,-0.493 -0.12867,-0.17983 -0.35501,-0.17983 -0.22635,0 -0.35657,0.17983 -0.12868,0.17829 -0.12868,0.493 0,0.31471 0.12868,0.49454 0.13022,0.17828 0.35657,0.17828 0.22634,0 0.35501,-0.17828 0.13023,-0.17983 0.13023,-0.49454 z"
+ id="path28167" />
+ <path
+ d="m 170.00809,236.27279 q -0.22944,0 -0.36276,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36431,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28169" />
+ <path
+ d="m 172.6285,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15347,0.18448 0.15347,0.54415 z"
+ id="path28171" />
+ <path
+ d="m 174.59004,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path28173" />
+ <path
+ d="m 176.40895,236.76113 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28175" />
+ <path
+ d="m 177.16745,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33022,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28177" />
+ <path
+ d="m 179.14449,236.12396 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18449 0.12868,0.11782 0.12868,0.33021 0,0.24185 -0.19224,0.38292 -0.19069,0.14108 -0.52555,0.14108 -0.13953,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.3116,0.12403 0.15348,0.0403 0.30386,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17363,-0.13333 0.49299,-0.13333 0.15813,0 0.29766,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28179" />
+ </g>
+ </g>
+ <g
+ id="g4770"
+ inkscape:label="operations"
+ transform="translate(-107.99524,0.06481615)">
+ <path
+ id="rect47709-0-3-6-6-6"
+ style="display:inline;fill:#5695be;stroke:#5695be;stroke-width:2.00285"
+ inkscape:label="operation.form"
+ d="m 279,235 h 49.99715 v 3.99715 H 279 Z" />
+ <g
+ aria-label="Operations"
+ transform="matrix(1.00026,0,0,1,-0.0728097,0)"
+ id="text1436-0-1-7"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-6-6);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="operations.label">
+ <path
+ d="m 280.25109,235.70693 q -0.34107,0 -0.54261,0.25425 -0.19998,0.25425 -0.19998,0.69298 0,0.43719 0.19998,0.69143 0.20154,0.25425 0.54261,0.25425 0.34106,0 0.5395,-0.25425 0.19999,-0.25424 0.19999,-0.69143 0,-0.43873 -0.19999,-0.69298 -0.19844,-0.25425 -0.5395,-0.25425 z m 0,-0.25424 q 0.48679,0 0.77824,0.32711 0.29146,0.32556 0.29146,0.87436 0,0.54726 -0.29146,0.87437 -0.29145,0.32556 -0.77824,0.32556 -0.48835,0 -0.78135,-0.32556 -0.29146,-0.32556 -0.29146,-0.87437 0,-0.5488 0.29146,-0.87436 0.293,-0.32711 0.78135,-0.32711 z"
+ id="path28183" />
+ <path
+ d="m 281.98163,237.54868 v 0.92088 h -0.28681 v -2.39676 h 0.28681 v 0.26355 q 0.0899,-0.15503 0.22634,-0.22944 0.13798,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19844,0.25115 0.19844,0.66043 0,0.40927 -0.19844,0.66042 -0.19689,0.25115 -0.51315,0.25115 -0.19068,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22634,-0.231 z m 0.97048,-0.60616 q 0,-0.31471 -0.13022,-0.493 -0.12868,-0.17983 -0.35502,-0.17983 -0.22634,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 0,0.31471 0.12867,0.49454 0.13023,0.17828 0.35657,0.17828 0.22634,0 0.35502,-0.17828 0.13022,-0.17983 0.13022,-0.49454 z"
+ id="path28185" />
+ <path
+ d="m 285.11363,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28187" />
+ <path
+ d="m 286.49536,236.33945 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28189" />
+ <path
+ d="m 287.49106,236.93632 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44184 0.19689,-0.14883 0.58602,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18604,0.19534 0.18604,0.59221 z"
+ id="path28191" />
+ <path
+ d="m 288.83713,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28193" />
+ <path
+ d="m 289.70725,236.0728 h 0.28526 v 1.73633 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path28195" />
+ <path
+ d="m 291.16959,236.27279 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28197" />
+ <path
+ d="m 293.79,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36431,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13952,-0.0775 0.32091,-0.0775 0.2992,0 0.45268,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28199" />
+ <path
+ d="m 295.37326,236.12396 v 0.26975 q -0.12092,-0.062 -0.25114,-0.093 -0.13023,-0.031 -0.26975,-0.031 -0.2124,0 -0.31937,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30385,0.0651 0.43098,0.18449 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19224,0.38292 -0.19068,0.14108 -0.52554,0.14108 -0.13953,0 -0.29146,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.31161,0.12403 0.15348,0.0403 0.30386,0.0403 0.20153,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34261,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38293,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17364,-0.37827 0.17363,-0.13333 0.49299,-0.13333 0.15813,0 0.29765,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28201" />
+ </g>
+ </g>
+ <g
+ id="g4776"
+ inkscape:label="orchestrationmanagement"
+ transform="translate(-111.99809,0.06481615)">
+ <path
+ id="rect47709-0-3-6-6"
+ style="display:inline;fill:#009893;stroke:#009893;stroke-width:2.00285"
+ inkscape:label="orchestrationmanagement.form"
+ d="M 231.00285,235 H 281 v 3.99715 h -49.99715 z" />
+ <g
+ aria-label="Orchestration &amp; Management"
+ transform="matrix(1.00026,0,0,1,-0.0602911,0)"
+ id="text1436-0-1"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-6);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="orchestrationmanagement.label">
+ <path
+ d="m 232.25304,235.70693 q -0.34106,0 -0.5426,0.25425 -0.19999,0.25425 -0.19999,0.69298 0,0.43719 0.19999,0.69143 0.20154,0.25425 0.5426,0.25425 0.34106,0 0.5395,-0.25425 0.19999,-0.25424 0.19999,-0.69143 0,-0.43873 -0.19999,-0.69298 -0.19844,-0.25425 -0.5395,-0.25425 z m 0,-0.25424 q 0.48679,0 0.77825,0.32711 0.29145,0.32556 0.29145,0.87436 0,0.54726 -0.29145,0.87437 -0.29146,0.32556 -0.77825,0.32556 -0.48834,0 -0.78135,-0.32556 -0.29145,-0.32556 -0.29145,-0.87437 0,-0.5488 0.29145,-0.87436 0.29301,-0.32711 0.78135,-0.32711 z"
+ id="path28205" />
+ <path
+ d="m 234.71377,236.33945 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28207" />
+ <path
+ d="m 236.10014,236.13947 v 0.26665 q -0.12092,-0.0667 -0.24339,-0.0992 -0.12093,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17673 -0.15348,0.17519 -0.15348,0.493 0,0.31781 0.15348,0.49454 0.15348,0.17518 0.43098,0.17518 0.12402,0 0.24495,-0.0326 0.12247,-0.0341 0.24339,-0.10077 v 0.26355 q -0.11937,0.0558 -0.24804,0.0837 -0.12713,0.0279 -0.27131,0.0279 -0.39222,0 -0.62321,-0.2465 -0.231,-0.24649 -0.231,-0.66507 0,-0.42478 0.23255,-0.66818 0.23409,-0.2434 0.64027,-0.2434 0.13177,0 0.25735,0.0279 0.12557,0.0264 0.24339,0.0806 z"
+ id="path28209" />
+ <path
+ d="m 237.94696,236.76113 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -2.41226 h 0.2868 v 0.94568 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28211" />
+ <path
+ d="m 239.90849,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15969,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path28213" />
+ <path
+ d="m 241.39098,236.12396 v 0.26975 q -0.12092,-0.062 -0.25114,-0.093 -0.13023,-0.031 -0.26976,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43099,0.18449 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19224,0.38292 -0.19068,0.14108 -0.52555,0.14108 -0.13952,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.31161,0.12403 0.15348,0.0403 0.30386,0.0403 0.20153,0 0.31005,-0.0682 0.10853,-0.0698 0.10853,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34261,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38293,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17364,-0.13333 0.493,-0.13333 0.15813,0 0.29765,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28215" />
+ <path
+ d="m 242.12779,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28217" />
+ <path
+ d="m 244.00405,236.33945 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28219" />
+ <path
+ d="m 244.99975,236.93632 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path28221" />
+ <path
+ d="m 246.34582,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28223" />
+ <path
+ d="m 247.21595,236.0728 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path28225" />
+ <path
+ d="m 248.67829,236.27279 q -0.22944,0 -0.36277,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36432,0.17828 0.22789,0 0.36122,-0.17983 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48835 -0.13333,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28227" />
+ <path
+ d="m 251.2987,236.76113 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28229" />
+ <path
+ d="m 252.89995,236.56425 q -0.14108,0.12557 -0.20774,0.25114 -0.0651,0.12403 -0.0651,0.26045 0,0.22635 0.16433,0.37672 0.16434,0.15038 0.41238,0.15038 0.14728,0 0.27595,-0.0481 0.12868,-0.0496 0.24185,-0.14883 z m 0.21859,-0.17364 0.78755,0.80616 q 0.0915,-0.13798 0.14262,-0.29456 0.0512,-0.15813 0.0605,-0.33486 h 0.28836 q -0.0186,0.20463 -0.0992,0.40462 -0.0806,0.19999 -0.22479,0.39533 l 0.43253,0.44183 h -0.39068 l -0.22169,-0.22789 q -0.16123,0.13797 -0.33796,0.20619 -0.17673,0.0667 -0.37982,0.0667 -0.37362,0 -0.61082,-0.21239 -0.23719,-0.21394 -0.23719,-0.54725 0,-0.19844 0.10387,-0.37207 0.10387,-0.17519 0.31161,-0.32867 -0.0744,-0.0977 -0.11318,-0.19378 -0.0387,-0.0977 -0.0387,-0.19069 0,-0.25115 0.17208,-0.40308 0.17208,-0.15347 0.45734,-0.15347 0.12867,0 0.25579,0.0279 0.12868,0.0279 0.26045,0.0837 v 0.28215 q -0.13487,-0.0729 -0.25735,-0.11007 -0.12247,-0.0388 -0.22789,-0.0388 -0.16278,0 -0.2651,0.0868 -0.10077,0.0853 -0.10077,0.22169 0,0.0791 0.045,0.15968 0.0465,0.0791 0.18759,0.22479 z"
+ id="path28231" />
+ <path
+ d="m 255.47477,235.49454 h 0.46664 l 0.59066,1.5751 0.59377,-1.5751 h 0.46664 v 2.31459 h -0.30541 v -2.03243 l -0.59687,1.5875 h -0.3147 l -0.59687,-1.5875 v 2.03243 h -0.30386 z"
+ id="path28233" />
+ <path
+ d="m 258.89823,236.93632 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path28235" />
+ <path
+ d="m 261.40547,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13952,-0.0775 0.32091,-0.0775 0.2992,0 0.45268,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28237" />
+ <path
+ d="m 262.67092,236.93632 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path28239" />
+ <path
+ d="m 264.8774,236.92081 q 0,-0.31006 -0.12867,-0.48059 -0.12713,-0.17053 -0.35812,-0.17053 -0.22944,0 -0.35812,0.17053 -0.12712,0.17053 -0.12712,0.48059 0,0.30851 0.12712,0.47904 0.12868,0.17054 0.35812,0.17054 0.23099,0 0.35812,-0.17054 0.12867,-0.17053 0.12867,-0.47904 z m 0.28526,0.67283 q 0,0.44338 -0.19689,0.65887 -0.19689,0.21705 -0.60306,0.21705 -0.15038,0 -0.28371,-0.0233 -0.13332,-0.0217 -0.2589,-0.0682 v -0.2775 q 0.12558,0.0682 0.24805,0.10076 0.12247,0.0326 0.2496,0.0326 0.2806,0 0.42013,-0.14728 0.13952,-0.14572 0.13952,-0.44183 v -0.14108 q -0.0884,0.15348 -0.22634,0.22945 -0.13798,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.2434 -0.19534,-0.24339 -0.19534,-0.64492 0,-0.40307 0.19534,-0.64647 0.19534,-0.2434 0.5147,-0.2434 0.19223,0 0.33021,0.076 0.13798,0.076 0.22634,0.22944 v -0.26355 h 0.28526 z"
+ id="path28241" />
+ <path
+ d="m 267.1428,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30695,-0.12093 v 0.26975 q -0.15347,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22945,-0.67593 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path28243" />
+ <path
+ d="m 268.87024,236.40612 q 0.10697,-0.19224 0.25579,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19069 0.14728,0.18914 0.14728,0.5395 v 1.048 h -0.28681 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.2217,0 -0.35037,0.14728 -0.12868,0.14728 -0.12868,0.40153 v 0.98133 h -0.2868 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34726,0.14883 -0.12868,0.14728 -0.12868,0.39998 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.2341,-0.23564 0.13642,-0.076 0.32401,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19689,0.27906 z"
+ id="path28245" />
+ <path
+ d="m 272.00379,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path28247" />
+ <path
+ d="m 273.8227,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28249" />
+ <path
+ d="m 274.5812,235.57981 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28251" />
+ </g>
+ </g>
+ <g
+ id="g4765"
+ inkscape:label="design"
+ transform="translate(-115.99524,0.06481615)">
+ <path
+ id="rect47709-0-9-8-2"
+ style="display:inline;fill:#1a3d6f;stroke:#1a3d6f;stroke-width:2"
+ inkscape:label="design.form"
+ d="m 183,235 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Design"
+ id="text1436-1-6-8"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-9-8-2);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="design.label">
+ <path
+ d="m 183.62477,235.75189 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.21704 0.22324,-0.21704 0.22324,-0.68523 0,-0.46509 -0.22324,-0.68058 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31316,-0.25735 h 0.64337 q 0.67283,0 0.98754,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.98599,0.2806 h -0.64337 z"
+ id="path28255" />
+ <path
+ d="m 187.1366,236.86965 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44338,0.15348 0.16434,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22944,-0.67593 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55346,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28257" />
+ <path
+ d="m 188.61909,236.12396 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18449 0.12868,0.11782 0.12868,0.33021 0,0.24185 -0.19224,0.38292 -0.19069,0.14108 -0.52555,0.14108 -0.13953,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.3116,0.12403 0.15348,0.0403 0.30386,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17363,-0.13333 0.49299,-0.13333 0.15813,0 0.29766,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28259" />
+ <path
+ d="m 189.07374,236.0728 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path28261" />
+ <path
+ d="m 191.00582,236.92081 q 0,-0.31006 -0.12868,-0.48059 -0.12712,-0.17053 -0.35812,-0.17053 -0.22944,0 -0.35811,0.17053 -0.12713,0.17053 -0.12713,0.48059 0,0.30851 0.12713,0.47904 0.12867,0.17054 0.35811,0.17054 0.231,0 0.35812,-0.17054 0.12868,-0.17053 0.12868,-0.47904 z m 0.28525,0.67283 q 0,0.44338 -0.19689,0.65887 -0.19688,0.21705 -0.60306,0.21705 -0.15038,0 -0.2837,-0.0233 -0.13333,-0.0217 -0.2589,-0.0682 v -0.2775 q 0.12557,0.0682 0.24804,0.10076 0.12248,0.0326 0.2496,0.0326 0.2806,0 0.42013,-0.14728 0.13953,-0.14572 0.13953,-0.44183 v -0.14108 q -0.0884,0.15348 -0.22635,0.22945 -0.13797,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.2434 -0.19533,-0.24339 -0.19533,-0.64492 0,-0.40307 0.19533,-0.64647 0.19534,-0.2434 0.5147,-0.2434 0.19224,0 0.33021,0.076 0.13798,0.076 0.22635,0.22944 v -0.26355 h 0.28525 z"
+ id="path28263" />
+ <path
+ d="m 193.22935,236.76113 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28265" />
+ </g>
+ </g>
+ <g
+ id="g4781"
+ inkscape:label="colorlegend"
+ style="display:inline">
+ <path
+ id="rect47709-1-8-8-2-3"
+ style="display:inline;fill:#e7e6e6;stroke:#e7e6e6;stroke-width:1.98725;stop-color:#000000"
+ inkscape:label="legend.form"
+ d="M 7.0047631,235.05206 H 65.004763 v 4.01276 H 7.0047631 Z" />
+ <g
+ aria-label="Color Legend:"
+ id="text1436-447-9-3-5"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8-2-3);display:inline;fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="colorlegend.label">
+ <path
+ d="m 9.0487426,235.72556 v 0.33021 q -0.1581298,-0.14727 -0.3379638,-0.22014 -0.1782837,-0.0729 -0.3798218,-0.0729 -0.396875,0 -0.6077148,0.24339 -0.2108399,0.24185 -0.2108399,0.70074 0,0.45733 0.2108399,0.70073 0.2108398,0.24185 0.6077148,0.24185 0.2015381,0 0.3798218,-0.0729 0.179834,-0.0729 0.3379638,-0.22014 v 0.32711 q -0.164331,0.11162 -0.3488159,0.16743 -0.1829345,0.0558 -0.3875732,0.0558 -0.5255493,0 -0.8278564,-0.32091 -0.3023072,-0.32246 -0.3023072,-0.87901 0,-0.55811 0.3023072,-0.87902 0.3023071,-0.32246 0.8278564,-0.32246 0.2077393,0 0.3906738,0.0558 0.1844849,0.0543 0.3457153,0.16433 z"
+ id="path28269" />
+ <path
+ d="m 10.100255,236.32552 q -0.2294436,0 -0.3627688,0.17984 -0.1333252,0.17828 -0.1333252,0.48989 0,0.31161 0.1317749,0.49144 0.1333252,0.17829 0.3643191,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.3736209,0 -0.586011,-0.24184 -0.2108399,-0.2434 -0.2108399,-0.66973 0,-0.42788 0.2108399,-0.66973 0.2123901,-0.24184 0.586011,-0.24184 z"
+ id="path28271" />
+ <path
+ d="m 11.27734,235.44961 h 0.285254 v 2.41226 H 11.27734 Z"
+ id="path28273" />
+ <path
+ d="m 12.73968,236.32552 q -0.229443,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.212391,0.24185 0.212391,0.66973 0,0.42633 -0.212391,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path28275" />
+ <path
+ d="m 14.922906,236.39219 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.0139 -0.124024,-0.0139 -0.241845,0 -0.37207,0.15813 -0.128674,0.15658 -0.128674,0.45113 v 0.91468 h -0.286805 v -1.73633 h 0.286805 v 0.26975 q 0.08992,-0.15813 0.234094,-0.2341 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0108 z"
+ id="path28277" />
+ <path
+ d="m 15.793964,235.54728 h 0.313159 v 2.05104 h 1.127063 v 0.26355 h -1.440222 z"
+ id="path28279" />
+ <path
+ d="m 18.887211,236.92239 v 0.13952 h -1.311547 q 0.0186,0.29456 0.176733,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327111,0.0341 -0.415479,0 -0.658875,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229444,-0.67592 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22634 0.204638,0.22479 0.204638,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131774,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382923,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path28281" />
+ <path
+ d="m 20.405362,236.97355 q 0,-0.31006 -0.128674,-0.48059 -0.127124,-0.17054 -0.358118,-0.17054 -0.229443,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128675,0.17053 0.358118,0.17053 0.230994,0 0.358118,-0.17053 0.128674,-0.17053 0.128674,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196887,0.65888 -0.196887,0.21704 -0.603064,0.21704 -0.150379,0 -0.283704,-0.0232 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0326 0.249597,0.0326 0.280603,0 0.42013,-0.14728 0.139526,-0.14573 0.139526,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.31936,0 -0.514697,-0.2434 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64647 0.195337,-0.2434 0.514697,-0.2434 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path28283" />
+ <path
+ d="m 22.670753,236.92239 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176734,0.44959 0.15968,0.15348 0.443383,0.15348 0.164331,0 0.31781,-0.0403 0.15503,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553454,0.22634 0.204639,0.22479 0.204639,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path28285" />
+ <path
+ d="m 24.489661,236.81387 v 1.048 h -0.285254 v -1.0387 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230994,0 -0.364319,0.14727 -0.133325,0.14728 -0.133325,0.40153 v 0.98134 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240295,-0.2341 0.139527,-0.0775 0.320911,-0.0775 0.299207,0 0.452686,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path28287" />
+ <path
+ d="m 26.10858,236.38909 v -0.93948 h 0.285254 v 2.41226 H 26.10858 v -0.26045 q -0.08992,0.15503 -0.227893,0.23099 -0.136426,0.0744 -0.328663,0.0744 -0.314709,0 -0.513147,-0.25114 -0.196887,-0.25115 -0.196887,-0.66043 0,-0.40928 0.196887,-0.66042 0.198438,-0.25115 0.513147,-0.25115 0.192237,0 0.328663,0.076 0.137976,0.0744 0.227893,0.22945 z m -0.972034,0.60616 q 0,0.31471 0.128674,0.49454 0.130225,0.17829 0.356568,0.17829 0.226342,0 0.356567,-0.17829 0.130225,-0.17983 0.130225,-0.49454 0,-0.31471 -0.130225,-0.49299 -0.130225,-0.17984 -0.356567,-0.17984 -0.226343,0 -0.356568,0.17984 -0.128674,0.17828 -0.128674,0.49299 z"
+ id="path28289" />
+ <path
+ d="m 26.961655,237.46809 h 0.327111 v 0.39378 h -0.327111 z m 0,-1.24799 h 0.327111 v 0.39378 h -0.327111 z"
+ id="path28291" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g5896"
+ inkscape:label="managedenvironment"
+ style="display:inline">
+ <path
+ id="rect55176-2"
+ style="display:inline;fill:none;stroke:#f6d27c;stroke-width:2;paint-order:stroke fill markers;stop-color:#000000"
+ inkscape:label="managedenvironmentborder.form"
+ d="M 77.004761,154.93518 H 325.00476 V 230 H 77.004761 Z" />
+ <g
+ id="g15324"
+ inkscape:label="managedenvironment"
+ style="display:inline"
+ transform="matrix(0.99999999,0,0,0.98486333,4.8571664e-6,2.4208863)">
+ <path
+ id="rect88-7"
+ style="display:inline;fill:#fcf0d3;stroke:#fcf0d3;stroke-width:4.03062"
+ inkscape:label="managedenvironment.form"
+ d="M 82.004761,159.93518 H 320.00476 V 226 H 82.004761 Z" />
+ <g
+ aria-label="Managed Environment"
+ id="text24922"
+ style="font-size:6.35px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect88-7);opacity:0.4;stroke-width:0.264583"
+ inkscape:label="managedenvironment.label">
+ <path
+ d="m 82.586816,160.92463 h 1.519287 l 1.0542,2.47737 1.0604,-2.47737 h 1.516187 v 4.62918 h -1.128614 v -3.38584 l -1.066601,2.49597 h -0.756543 l -1.066602,-2.49597 v 3.38584 h -1.131714 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28296" />
+ <path
+ d="m 90.320091,163.99111 q -0.347266,0 -0.523999,0.11783 -0.173633,0.11782 -0.173633,0.34726 0,0.21084 0.139527,0.33176 0.142627,0.11783 0.393774,0.11783 0.313159,0 0.5271,-0.22325 0.21394,-0.22634 0.21394,-0.5643 v -0.12713 z m 1.696021,-0.41858 v 1.98128 H 90.8968 v -0.5147 q -0.223242,0.31626 -0.502295,0.46199 -0.279053,0.14263 -0.679028,0.14263 -0.539502,0 -0.877466,-0.31316 -0.334863,-0.31626 -0.334863,-0.81856 0,-0.61081 0.418579,-0.89607 0.421679,-0.28525 1.320849,-0.28525 H 90.8968 v -0.0868 q 0,-0.26355 -0.207739,-0.38447 -0.20774,-0.12402 -0.648023,-0.12402 -0.356567,0 -0.663525,0.0713 -0.306958,0.0713 -0.570508,0.21394 v -0.84646 q 0.356567,-0.0868 0.716235,-0.13022 0.359668,-0.0465 0.719336,-0.0465 0.939478,0 1.354956,0.37207 0.41858,0.36897 0.41858,1.20302 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28298" />
+ <path
+ d="m 96.447262,163.43921 v 2.1146 h -1.116211 v -0.34417 -1.27434 q 0,-0.44958 -0.0217,-0.62011 -0.0186,-0.17054 -0.06821,-0.25115 -0.06511,-0.10852 -0.176733,-0.16743 -0.111621,-0.062 -0.254248,-0.062 -0.347266,0 -0.545703,0.26976 -0.198438,0.26665 -0.198438,0.74104 v 1.70842 H 92.95601 v -3.47266 h 1.110009 v 0.5085 q 0.251148,-0.30386 0.533301,-0.44649 0.282153,-0.14572 0.623218,-0.14572 0.601514,0 0.911572,0.36897 0.313159,0.36897 0.313159,1.0728 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28300" />
+ <path
+ d="m 98.940547,163.99111 q -0.347266,0 -0.523999,0.11783 -0.173633,0.11782 -0.173633,0.34726 0,0.21084 0.139526,0.33176 0.142627,0.11783 0.393775,0.11783 0.313159,0 0.527099,-0.22325 0.213941,-0.22634 0.213941,-0.5643 v -0.12713 z m 1.696023,-0.41858 v 1.98128 h -1.119314 v -0.5147 q -0.223242,0.31626 -0.502295,0.46199 -0.279053,0.14263 -0.679028,0.14263 -0.539502,0 -0.877466,-0.31316 -0.334864,-0.31626 -0.334864,-0.81856 0,-0.61081 0.41858,-0.89607 0.421679,-0.28525 1.320849,-0.28525 h 0.654224 v -0.0868 q 0,-0.26355 -0.20774,-0.38447 -0.207739,-0.12402 -0.648022,-0.12402 -0.356567,0 -0.663525,0.0713 -0.306958,0.0713 -0.570508,0.21394 v -0.84646 q 0.356567,-0.0868 0.716235,-0.13022 0.359668,-0.0465 0.719336,-0.0465 0.939478,0 1.354958,0.37207 0.41858,0.36897 0.41858,1.20302 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28302" />
+ <path
+ d="m 103.9391,164.9647 q -0.22944,0.30385 -0.50539,0.44648 -0.27595,0.14263 -0.63872,0.14263 -0.63562,0 -1.0511,-0.4992 -0.41548,-0.50229 -0.41548,-1.27744 0,-0.77824 0.41548,-1.27434 0.41548,-0.49919 1.0511,-0.49919 0.36277,0 0.63872,0.14262 0.27595,0.14263 0.50539,0.44959 v -0.5147 h 1.11622 v 3.12229 q 0,0.83716 -0.5302,1.27744 -0.5271,0.44339 -1.53169,0.44339 -0.32557,0 -0.62942,-0.0496 -0.30386,-0.0496 -0.61082,-0.15193 v -0.86506 q 0.29146,0.16743 0.57051,0.24804 0.27905,0.0837 0.56121,0.0837 0.5457,0 0.79995,-0.23875 0.25424,-0.23874 0.25424,-0.74724 z m -0.73173,-2.16111 q -0.34417,0 -0.5364,0.25425 -0.19224,0.25424 -0.19224,0.71933 0,0.47749 0.18603,0.72554 0.18604,0.24495 0.54261,0.24495 0.34726,0 0.5395,-0.25425 0.19223,-0.25425 0.19223,-0.71624 0,-0.46509 -0.19223,-0.71933 -0.19224,-0.25425 -0.5395,-0.25425 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28304" />
+ <path
+ d="m 109.49577,163.80818 v 0.31626 h -2.59519 q 0.0403,0.39067 0.28215,0.58601 0.24185,0.19534 0.67593,0.19534 0.35036,0 0.71623,-0.10232 0.36897,-0.10542 0.75655,-0.31626 v 0.85576 q -0.39378,0.14883 -0.78755,0.22324 -0.39378,0.0775 -0.78755,0.0775 -0.94258,0 -1.46658,-0.47749 -0.5209,-0.4806 -0.5209,-1.34566 0,-0.84956 0.5116,-1.33635 0.5147,-0.48679 1.41387,-0.48679 0.81855,0 1.30844,0.49299 0.493,0.49299 0.493,1.31775 z m -1.14102,-0.36897 q 0,-0.31626 -0.18603,-0.5085 -0.18294,-0.19533 -0.48059,-0.19533 -0.32246,0 -0.524,0.18293 -0.20154,0.17983 -0.25115,0.5209 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28306" />
+ <path
+ d="m 112.60607,162.58965 v -1.86035 h 1.11621 v 4.82451 h -1.11621 v -0.5023 q -0.22944,0.30696 -0.5054,0.44959 -0.27595,0.14263 -0.63872,0.14263 -0.64182,0 -1.0542,-0.5085 -0.41237,-0.5116 -0.41237,-1.31465 0,-0.80305 0.41237,-1.31155 0.41238,-0.51159 1.0542,-0.51159 0.35967,0 0.63562,0.14572 0.27906,0.14263 0.5085,0.44649 z m -0.73174,2.24792 q 0.35657,0 0.5426,-0.26045 0.18914,-0.26045 0.18914,-0.75654 0,-0.49609 -0.18914,-0.75654 -0.18603,-0.26045 -0.5426,-0.26045 -0.35347,0 -0.5426,0.26045 -0.18604,0.26045 -0.18604,0.75654 0,0.49609 0.18604,0.75654 0.18913,0.26045 0.5426,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28308" />
+ <path
+ d="m 116.59942,160.92463 h 3.22151 v 0.90227 h -2.02779 v 0.86197 H 119.7 v 0.90227 h -1.90686 v 1.0604 h 2.096 v 0.90227 h -3.28972 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28310" />
+ <path
+ d="m 124.28618,163.43921 v 2.1146 h -1.11621 v -0.34417 -1.27434 q 0,-0.44958 -0.0217,-0.62011 -0.0186,-0.17054 -0.0682,-0.25115 -0.0651,-0.10852 -0.17674,-0.16743 -0.11162,-0.062 -0.25425,-0.062 -0.34726,0 -0.5457,0.26976 -0.19844,0.26665 -0.19844,0.74104 v 1.70842 h -1.11001 v -3.47266 h 1.11001 v 0.5085 q 0.25115,-0.30386 0.5333,-0.44649 0.28216,-0.14572 0.62322,-0.14572 0.60152,0 0.91157,0.36897 0.31316,0.36897 0.31316,1.0728 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28312" />
+ <path
+ d="m 124.78579,162.08115 h 1.11001 l 0.86506,2.39986 0.86196,-2.39986 h 1.11312 l -1.36736,3.47266 h -1.21853 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28314" />
+ <path
+ d="m 129.26965,162.08115 h 1.11001 v 3.47266 h -1.11001 z m 0,-1.35185 h 1.11001 v 0.90537 h -1.11001 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28316" />
+ <path
+ d="m 133.93335,163.02683 q -0.14573,-0.0682 -0.29146,-0.0992 -0.14263,-0.0341 -0.28835,-0.0341 -0.42788,0 -0.66043,0.27595 -0.22944,0.27285 -0.22944,0.78445 v 1.5999 h -1.11001 v -3.47266 h 1.11001 v 0.57051 q 0.21394,-0.34106 0.48989,-0.49609 0.27905,-0.15813 0.66663,-0.15813 0.0558,0 0.12092,0.006 0.0651,0.003 0.18914,0.0186 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28318" />
+ <path
+ d="m 136.04526,162.79119 q -0.36897,0 -0.56431,0.26665 -0.19224,0.26355 -0.19224,0.76274 0,0.4992 0.19224,0.76585 0.19534,0.26355 0.56431,0.26355 0.36277,0 0.555,-0.26355 0.19224,-0.26665 0.19224,-0.76585 0,-0.49919 -0.19224,-0.76274 -0.19223,-0.26665 -0.555,-0.26665 z m 0,-0.79375 q 0.89607,0 1.39836,0.48369 0.5054,0.48369 0.5054,1.33945 0,0.85576 -0.5054,1.33945 -0.50229,0.4837 -1.39836,0.4837 -0.89917,0 -1.40767,-0.4837 -0.50539,-0.48369 -0.50539,-1.33945 0,-0.85576 0.50539,-1.33945 0.5085,-0.48369 1.40767,-0.48369 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28320" />
+ <path
+ d="m 142.15383,163.43921 v 2.1146 h -1.11622 v -0.34417 -1.27434 q 0,-0.44958 -0.0217,-0.62011 -0.0186,-0.17054 -0.0682,-0.25115 -0.0651,-0.10852 -0.17674,-0.16743 -0.11162,-0.062 -0.25424,-0.062 -0.34727,0 -0.54571,0.26976 -0.19843,0.26665 -0.19843,0.74104 v 1.70842 h -1.11001 v -3.47266 h 1.11001 v 0.5085 q 0.25114,-0.30386 0.5333,-0.44649 0.28215,-0.14572 0.62321,-0.14572 0.60152,0 0.91158,0.36897 0.31316,0.36897 0.31316,1.0728 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28322" />
+ <path
+ d="m 146.30902,162.65786 q 0.21084,-0.32246 0.4992,-0.48989 0.29145,-0.17053 0.63872,-0.17053 0.59841,0 0.91157,0.36897 0.31316,0.36897 0.31316,1.0728 v 2.1146 h -1.11621 v -1.81074 q 0.003,-0.0403 0.003,-0.0837 0.003,-0.0434 0.003,-0.12402 0,-0.36897 -0.10852,-0.5333 -0.10852,-0.16744 -0.35037,-0.16744 -0.31626,0 -0.48989,0.26045 -0.17053,0.26045 -0.17673,0.75345 v 1.70532 h -1.11621 v -1.81074 q 0,-0.57671 -0.0992,-0.74104 -0.0992,-0.16744 -0.35347,-0.16744 -0.31936,0 -0.49299,0.26355 -0.17363,0.26045 -0.17363,0.74725 v 1.70842 h -1.11621 v -3.47266 h 1.11621 v 0.5085 q 0.20464,-0.29456 0.46818,-0.44339 0.26666,-0.14882 0.58602,-0.14882 0.35966,0 0.63562,0.17363 0.27595,0.17363 0.41857,0.48679 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28324" />
+ <path
+ d="m 153.08112,163.80818 v 0.31626 h -2.59519 q 0.0403,0.39067 0.28215,0.58601 0.24184,0.19534 0.67593,0.19534 0.35036,0 0.71623,-0.10232 0.36897,-0.10542 0.75654,-0.31626 v 0.85576 q -0.39377,0.14883 -0.78754,0.22324 -0.39378,0.0775 -0.78755,0.0775 -0.94258,0 -1.46658,-0.47749 -0.5209,-0.4806 -0.5209,-1.34566 0,-0.84956 0.5116,-1.33635 0.5147,-0.48679 1.41387,-0.48679 0.81855,0 1.30844,0.49299 0.493,0.49299 0.493,1.31775 z m -1.14102,-0.36897 q 0,-0.31626 -0.18604,-0.5085 -0.18293,-0.19533 -0.48059,-0.19533 -0.32246,0 -0.52399,0.18293 -0.20154,0.17983 -0.25115,0.5209 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28326" />
+ <path
+ d="m 157.32003,163.43921 v 2.1146 h -1.11621 v -0.34417 -1.27434 q 0,-0.44958 -0.0217,-0.62011 -0.0186,-0.17054 -0.0682,-0.25115 -0.0651,-0.10852 -0.17673,-0.16743 -0.11162,-0.062 -0.25425,-0.062 -0.34726,0 -0.5457,0.26976 -0.19844,0.26665 -0.19844,0.74104 v 1.70842 h -1.11001 v -3.47266 h 1.11001 v 0.5085 q 0.25115,-0.30386 0.5333,-0.44649 0.28216,-0.14572 0.62322,-0.14572 0.60151,0 0.91157,0.36897 0.31316,0.36897 0.31316,1.0728 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28328" />
+ <path
+ d="m 159.46915,161.09517 v 0.98598 h 1.14411 v 0.79375 h -1.14411 v 1.47278 q 0,0.24185 0.0961,0.32866 0.0961,0.0837 0.38137,0.0837 h 0.57051 v 0.79375 h -0.95188 q -0.65733,0 -0.93328,-0.27285 -0.27285,-0.27596 -0.27285,-0.93328 v -1.47278 h -0.55191 v -0.79375 h 0.55191 v -0.98598 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28330" />
+ </g>
+ </g>
+ <g
+ id="g29902"
+ transform="translate(2.0266634,-5.9402554)"
+ style="display:inline"
+ inkscape:label="clouds">
+ <g
+ id="g5967"
+ inkscape:label="connection"
+ style="display:inline">
+ <path
+ style="fill:none;stroke:#f3c350;stroke-width:1.13039;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 115,224.47985 H 230"
+ id="path85372"
+ inkscape:label="connection.form" />
+ <g
+ aria-label="IP"
+ transform="translate(-45.6126,-23.8067)"
+ id="text1436-447-86-67"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;baseline-shift:baseline;display:inline;opacity:1;vector-effect:none;fill:#4d4d4d;stroke-width:0.264583;stop-color:#000000;stop-opacity:1"
+ inkscape:label="ip.label">
+ <path
+ d="m 252.68224,244.51075 h 0.31316 v 2.31458 h -0.31316 z"
+ style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28333" />
+ <path
+ d="m 253.83918,244.76809 v 0.86972 h 0.39377 q 0.21859,0 0.33797,-0.11317 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11938,-0.11318 -0.33797,-0.11318 z m -0.31316,-0.25734 h 0.70693 q 0.38912,0 0.58756,0.17673 0.19999,0.17518 0.19999,0.5147 0,0.34261 -0.19999,0.51779 -0.19844,0.17519 -0.58756,0.17519 h -0.39377 v 0.93017 h -0.31316 z"
+ style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28335" />
+ </g>
+ <g
+ aria-label="MPLS"
+ transform="translate(-97.8803,-29.5214)"
+ id="text1436-447-86-35"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;baseline-shift:baseline;display:inline;opacity:1;vector-effect:none;fill:#4d4d4d;stroke-width:0.264583;stop-color:#000000;stop-opacity:1"
+ inkscape:label="mpls.label">
+ <path
+ d="m 231.31185,250.14949 h 0.46664 l 0.59066,1.5751 0.59377,-1.5751 h 0.46663 v 2.31459 h -0.3054 v -2.03243 l -0.59687,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28338" />
+ <path
+ d="m 234.27178,250.40684 v 0.86972 h 0.39377 q 0.21859,0 0.33796,-0.11317 0.11938,-0.11318 0.11938,-0.32247 0,-0.20774 -0.11938,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70693 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17519 -0.58756,0.17519 h -0.39377 v 0.93017 h -0.31316 z"
+ style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28340" />
+ <path
+ d="m 235.78062,250.14949 h 0.31316 v 2.05104 h 1.12707 v 0.26355 h -1.44023 z"
+ style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28342" />
+ <path
+ d="m 238.84442,250.22546 v 0.30541 q -0.17829,-0.0853 -0.33642,-0.12713 -0.15813,-0.0419 -0.3054,-0.0419 -0.2558,0 -0.39533,0.0992 -0.13798,0.0992 -0.13798,0.28216 0,0.15347 0.0915,0.23254 0.093,0.0775 0.35037,0.12557 l 0.18913,0.0388 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33641 -0.22634,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16434,0 -0.35037,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32246 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35967,0.0543 0.2682,0 0.41392,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14417 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15657,-0.14883 -0.15657,-0.41393 0,-0.30696 0.21549,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33176,0.0294 0.16898,0.0295 0.34572,0.0884 z"
+ style="baseline-shift:baseline;vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28344" />
+ </g>
+ </g>
+ <g
+ id="g5960"
+ inkscape:label="publiccloud"
+ style="display:inline">
+ <path
+ class="cls-1"
+ d="m 247.70767,213.42151 c -2.31346,0 -4.4449,1.18473 -5.56608,3.08461 a 5.9128827,5.9128827 0 0 0 -1.32797,-0.15617 c -2.35655,0 -4.46213,1.38829 -5.27098,3.46911 h -1.59293 a 4.3081111,4.3081111 0 0 0 -4.32103,4.32103 4.3081111,4.3081111 0 0 0 4.32103,4.32104 h 18.84799 a 4.3081111,4.3081111 0 0 0 4.32104,-4.32104 4.3081111,4.3081111 0 0 0 -3.07707,-4.14009 5.4928419,5.4928419 0 0 0 0.0312,-0.59452 c 3e-5,-3.3054 -2.84978,-5.98397 -6.3652,-5.98397 z"
+ id="path5346-0"
+ style="display:inline;opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f3c350;stroke-width:1;stroke-miterlimit:3.2;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:label="publiccloud.form" />
+ <g
+ aria-label="Public
+Cloud"
+ id="text1436-447-86-36-2"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="publiccloud.label">
+ <path
+ d="m 239.50566,220.56006 v 0.86971 h 0.39377 q 0.21859,0 0.33797,-0.11317 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11938,-0.11317 -0.33797,-0.11317 z m -0.31316,-0.25735 h 0.70693 q 0.38912,0 0.58756,0.17673 0.19999,0.17518 0.19999,0.5147 0,0.34261 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39377 v 0.93017 h -0.31316 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28347" />
+ <path
+ d="m 240.91684,221.93206 v -1.05109 h 0.28525 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.231,0 0.36432,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54416 z m 0.71778,-1.09295 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28349" />
+ <path
+ d="m 244.1124,221.75068 q 0,-0.31471 -0.13022,-0.49299 -0.12867,-0.17984 -0.35502,-0.17984 -0.22634,0 -0.35657,0.17984 -0.12867,0.17828 -0.12867,0.49299 0,0.31471 0.12867,0.49454 0.13023,0.17829 0.35657,0.17829 0.22635,0 0.35502,-0.17829 0.13022,-0.17983 0.13022,-0.49454 z m -0.97048,-0.60616 q 0.0899,-0.15503 0.22634,-0.22945 0.13798,-0.076 0.32867,-0.076 0.31626,0 0.51314,0.25115 0.19844,0.25114 0.19844,0.66042 0,0.40928 -0.19844,0.66043 -0.19688,0.25114 -0.51314,0.25114 -0.19069,0 -0.32867,-0.0744 -0.13642,-0.076 -0.22634,-0.23099 v 0.26044 h -0.2868 v -2.41225 h 0.2868 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28351" />
+ <path
+ d="m 244.78875,220.20504 h 0.28525 v 2.41225 h -0.28525 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28353" />
+ <path
+ d="m 245.57826,220.88097 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28355" />
+ <path
+ d="m 247.61731,220.94763 v 0.26665 q -0.12093,-0.0667 -0.2434,-0.0992 -0.12092,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17674 -0.15348,0.17518 -0.15348,0.49299 0,0.31781 0.15348,0.49454 0.15348,0.17519 0.43098,0.17519 0.12403,0 0.24495,-0.0326 0.12247,-0.0341 0.2434,-0.10077 v 0.26355 q -0.11938,0.0558 -0.24805,0.0837 -0.12712,0.0279 -0.2713,0.0279 -0.39223,0 -0.62322,-0.24649 -0.23099,-0.2465 -0.23099,-0.66508 0,-0.42478 0.23254,-0.66818 0.23409,-0.24339 0.64027,-0.24339 0.13178,0 0.25735,0.0279 0.12557,0.0264 0.2434,0.0806 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28357" />
+ <path
+ d="m 240.99668,223.81474 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28359" />
+ <path
+ d="m 241.37536,223.53879 h 0.28526 v 2.41225 h -0.28526 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28361" />
+ <path
+ d="m 242.8377,224.4147 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28363" />
+ <path
+ d="m 243.98533,225.26581 v -1.05109 h 0.28526 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28836,0.12248 0.23099,0 0.36432,-0.14728 0.13487,-0.14728 0.13487,-0.40153 v -0.98443 h 0.28526 v 1.73632 h -0.28526 v -0.26665 q -0.10387,0.15813 -0.24184,0.23565 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18603 -0.15503,-0.18604 -0.15503,-0.54416 z m 0.71779,-1.09295 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28365" />
+ <path
+ d="m 247.07703,224.47827 v -0.93948 h 0.28525 v 2.41225 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.22789,0.231 -0.13643,0.0744 -0.32867,0.0744 -0.31471,0 -0.51314,-0.25114 -0.19689,-0.25115 -0.19689,-0.66043 0,-0.40928 0.19689,-0.66042 0.19843,-0.25115 0.51314,-0.25115 0.19224,0 0.32867,0.076 0.13797,0.0744 0.22789,0.22945 z m -0.97203,0.60616 q 0,0.31471 0.12867,0.49454 0.13022,0.17829 0.35657,0.17829 0.22634,0 0.35656,-0.17829 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.49299 -0.13022,-0.17984 -0.35656,-0.17984 -0.22635,0 -0.35657,0.17984 -0.12867,0.17828 -0.12867,0.49299 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28367" />
+ </g>
+ </g>
+ <g
+ id="g119108"
+ style="display:inline"
+ inkscape:label="privatedccloud">
+ <path
+ class="cls-1"
+ d="m 176.9781,213.42151 c -2.31346,0 -4.4449,1.18473 -5.56608,3.08461 a 5.9128827,5.9128827 0 0 0 -1.32797,-0.15617 c -2.35655,0 -4.46213,1.38829 -5.27098,3.46911 h -1.59293 a 4.3081111,4.3081111 0 0 0 -4.32103,4.32103 4.3081111,4.3081111 0 0 0 4.32103,4.32104 h 18.84799 a 4.3081111,4.3081111 0 0 0 4.32104,-4.32104 A 4.3081111,4.3081111 0 0 0 183.3121,220 a 5.4928419,5.4928419 0 0 0 0.0312,-0.59452 c 3e-5,-3.3054 -2.84978,-5.98397 -6.3652,-5.98397 z"
+ id="path5346-7"
+ style="display:inline;opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f3c350;stroke-width:1;stroke-miterlimit:3.2;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:label="privatedccloud.form" />
+ <g
+ aria-label="Private
+DC Cloud"
+ id="text1436-447-86-36-5"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="privatedccloud.label">
+ <path
+ d="m 168.04684,220.56006 v 0.86971 h 0.39378 q 0.21859,0 0.33796,-0.11317 0.11938,-0.11317 0.11938,-0.32246 0,-0.20774 -0.11938,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31315,-0.25735 h 0.70693 q 0.38912,0 0.58756,0.17673 0.19999,0.17518 0.19999,0.5147 0,0.34261 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93017 h -0.31315 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28370" />
+ <path
+ d="m 170.49362,221.14762 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28372" />
+ <path
+ d="m 170.70022,220.88097 h 0.28526 v 1.73632 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28374" />
+ <path
+ d="m 171.2851,220.88097 h 0.3023 l 0.54261,1.45727 0.5426,-1.45727 h 0.30231 l -0.65113,1.73632 h -0.38757 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28376" />
+ <path
+ d="m 174.06518,221.74448 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56896,-0.11782 v 0.99063 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15657,-0.15037 -0.15657,-0.40152 0,-0.29301 0.19533,-0.44183 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36276,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19533 0.18603,0.59221 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28378" />
+ <path
+ d="m 175.41125,220.38797 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28380" />
+ <path
+ d="m 177.76656,221.67782 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17674,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67592 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28382" />
+ <path
+ d="m 166.34359,223.89381 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.21705 0.22324,-0.21704 0.22324,-0.68523 0,-0.46508 -0.22324,-0.68057 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31316,-0.25735 h 0.64337 q 0.67283,0 0.98754,0.2806 0.31471,0.27905 0.31471,0.87436 0,0.59842 -0.31626,0.87902 -0.31626,0.2806 -0.98599,0.2806 h -0.64337 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28384" />
+ <path
+ d="m 170.11587,223.81474 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60772,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16434,0.11162 -0.34882,0.16743 -0.18294,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18448,0.0543 0.34572,0.16433 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28386" />
+ <path
+ d="m 172.89223,223.81474 v 0.33021 q -0.15813,-0.14728 -0.33796,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60772,0.24184 0.20154,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38758,0.0558 -0.52554,0 -0.82785,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.30231,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28388" />
+ <path
+ d="m 173.27092,223.53879 h 0.28525 v 2.41225 h -0.28525 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28390" />
+ <path
+ d="m 174.73326,224.4147 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28392" />
+ <path
+ d="m 175.88089,225.26581 v -1.05109 h 0.28525 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.231,0 0.36432,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54416 z m 0.71778,-1.09295 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28394" />
+ <path
+ d="m 178.97259,224.47827 v -0.93948 h 0.28525 v 2.41225 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.2279,0.231 -0.13642,0.0744 -0.32866,0.0744 -0.31471,0 -0.51315,-0.25114 -0.19688,-0.25115 -0.19688,-0.66043 0,-0.40928 0.19688,-0.66042 0.19844,-0.25115 0.51315,-0.25115 0.19224,0 0.32866,0.076 0.13798,0.0744 0.2279,0.22945 z m -0.97204,0.60616 q 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35656,0.17829 0.22635,0 0.35657,-0.17829 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.49299 -0.13022,-0.17984 -0.35657,-0.17984 -0.22634,0 -0.35656,0.17984 -0.12868,0.17828 -0.12868,0.49299 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28396" />
+ </g>
+ </g>
+ <g
+ id="g119102"
+ style="display:inline"
+ inkscape:label="privateedgecloud">
+ <path
+ class="cls-1"
+ d="m 106.24851,213.42151 c -2.31346,0 -4.4449,1.18473 -5.56608,3.08461 a 5.9128827,5.9128827 0 0 0 -1.327968,-0.15617 c -2.35655,0 -4.46213,1.38829 -5.27098,3.46911 h -1.59293 a 4.3081111,4.3081111 0 0 0 -4.32103,4.32103 4.3081111,4.3081111 0 0 0 4.32103,4.32104 h 18.847988 a 4.3081111,4.3081111 0 0 0 4.32104,-4.32104 4.3081111,4.3081111 0 0 0 -3.07707,-4.14009 5.4928419,5.4928419 0 0 0 0.0312,-0.59452 c 3e-5,-3.3054 -2.84978,-5.98397 -6.3652,-5.98397 z"
+ id="path5346"
+ style="opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f3c350;stroke-width:1;stroke-miterlimit:3.2;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:label="privateedgecloud.form" />
+ <g
+ aria-label="Private
+Edge Cloud"
+ id="text1436-447-86-36"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="privateedgecloud.label">
+ <path
+ d="m 97.317268,220.51461 v 0.86972 h 0.393775 q 0.218591,0 0.337963,-0.11317 0.119373,-0.11317 0.119373,-0.32246 0,-0.20774 -0.119373,-0.32091 -0.119372,-0.11318 -0.337963,-0.11318 z m -0.313159,-0.25734 h 0.706934 q 0.389123,0 0.587561,0.17673 0.199987,0.17518 0.199987,0.5147 0,0.34261 -0.199987,0.51779 -0.198438,0.17519 -0.587561,0.17519 h -0.393775 v 0.93017 h -0.313159 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28399" />
+ <path
+ d="m 99.764044,221.10218 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.0139 -0.124024,-0.0139 -0.241845,0 -0.37207,0.15813 -0.128674,0.15658 -0.128674,0.45113 v 0.91467 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234094,-0.2341 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28401" />
+ <path
+ d="m 99.970646,220.83553 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28403" />
+ <path
+ d="m 100.55552,220.83553 h 0.30231 l 0.5426,1.45727 0.5426,-1.45727 h 0.30231 l -0.65112,1.73632 h -0.38758 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28405" />
+ <path
+ d="m 103.33561,221.69904 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56896,-0.11782 v 0.99063 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19688,-0.14882 0.58601,-0.14882 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37673,0 0.56276,0.19533 0.18604,0.19534 0.18604,0.59222 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28407" />
+ <path
+ d="m 104.68168,220.34253 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12402 -0.12558,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28409" />
+ <path
+ d="m 107.03698,221.63238 v 0.13952 h -1.31154 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44338,0.15348 0.16434,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22944,-0.67592 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55346,0.22634 0.20463,0.22479 0.20463,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28411" />
+ <path
+ d="m 93.729218,223.59102 h 1.463477 v 0.26355 h -1.150317 v 0.68523 h 1.102258 v 0.26355 h -1.102258 v 0.8387 H 95.2206 v 0.26355 h -1.491382 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28413" />
+ <path
+ d="m 96.772857,224.43283 v -0.93948 h 0.285254 v 2.41225 h -0.285254 v -0.26045 q -0.08992,0.15503 -0.227893,0.231 -0.136426,0.0744 -0.328662,0.0744 -0.31471,0 -0.513147,-0.25115 -0.196888,-0.25114 -0.196888,-0.66042 0,-0.40928 0.196888,-0.66043 0.198437,-0.25114 0.513147,-0.25114 0.192236,0 0.328662,0.076 0.137976,0.0744 0.227893,0.22945 z m -0.972034,0.60616 q 0,0.31471 0.128674,0.49454 0.130225,0.17829 0.356568,0.17829 0.226342,0 0.356567,-0.17829 0.130225,-0.17983 0.130225,-0.49454 0,-0.31471 -0.130225,-0.49299 -0.130225,-0.17984 -0.356567,-0.17984 -0.226343,0 -0.356568,0.17984 -0.128674,0.17828 -0.128674,0.49299 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28415" />
+ <path
+ d="m 98.695633,225.01729 q 0,-0.31006 -0.128674,-0.4806 -0.127124,-0.17053 -0.358118,-0.17053 -0.229443,0 -0.358117,0.17053 -0.127124,0.17054 -0.127124,0.4806 0,0.3085 0.127124,0.47904 0.128674,0.17053 0.358117,0.17053 0.230994,0 0.358118,-0.17053 0.128674,-0.17054 0.128674,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196887,0.65888 -0.196887,0.21704 -0.603064,0.21704 -0.150378,0 -0.283703,-0.0233 -0.133326,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125573,0.0682 0.248046,0.10077 0.122474,0.0325 0.249598,0.0325 0.280603,0 0.420129,-0.14727 0.139526,-0.14573 0.139526,-0.44184 v -0.14107 q -0.08837,0.15347 -0.226342,0.22944 -0.137976,0.076 -0.330213,0.076 -0.31936,0 -0.514697,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195337,-0.24339 0.514697,-0.24339 0.192237,0 0.330213,0.076 0.137976,0.076 0.226342,0.22945 v -0.26355 h 0.285254 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28417" />
+ <path
+ d="m 100.96102,224.96613 v 0.13952 h -1.311543 q 0.0186,0.29456 0.176733,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.415478,0 -0.658874,-0.24184 -0.241845,-0.24185 -0.241845,-0.65423 0,-0.42633 0.229443,-0.67593 0.230994,-0.25114 0.621666,-0.25114 0.35037,0 0.55346,0.22634 0.20463,0.22479 0.20463,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.238743,0 -0.38292,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28419" />
+ <path
+ d="m 103.73429,223.7693 v 0.33021 q -0.15813,-0.14728 -0.33796,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60772,0.24184 0.20154,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38758,0.0558 -0.52555,0 -0.82785,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.3023,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28421" />
+ <path
+ d="m 104.11298,223.49335 h 0.28525 v 2.41225 h -0.28525 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28423" />
+ <path
+ d="m 105.57532,224.36926 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28425" />
+ <path
+ d="m 106.72295,225.22037 v -1.05109 h 0.28525 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.231,0 0.36432,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54416 z m 0.71778,-1.09295 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28427" />
+ <path
+ d="m 109.81465,224.43283 v -0.93948 h 0.28525 v 2.41225 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.2279,0.231 -0.13642,0.0744 -0.32866,0.0744 -0.31471,0 -0.51315,-0.25115 -0.19688,-0.25114 -0.19688,-0.66042 0,-0.40928 0.19688,-0.66043 0.19844,-0.25114 0.51315,-0.25114 0.19224,0 0.32866,0.076 0.13798,0.0744 0.2279,0.22945 z m -0.97204,0.60616 q 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35656,0.17829 0.22635,0 0.35657,-0.17829 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.49299 -0.13022,-0.17984 -0.35657,-0.17984 -0.22634,0 -0.35656,0.17984 -0.12868,0.17828 -0.12868,0.49299 z"
+ style="text-align:center;text-anchor:middle"
+ id="path28429" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g4391"
+ inkscape:label="hypervisoroslayer"
+ style="display:inline">
+ <g
+ id="g4419"
+ inkscape:label="hypervisoroslayer"
+ style="display:inline">
+ <path
+ id="rect13557-1-3-5-7"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f3c350;stroke:#f3c350;stroke-width:4;stop-color:#000000;stop-opacity:1"
+ inkscape:label="hypervisorosslayer.form"
+ d="M 86.004761,195 H 260.00476 v 6 H 86.004761 Z" />
+ <g
+ aria-label="Hypervisor / OS Layer"
+ id="text1436-17"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3-5-7);display:inline;opacity:0.4;stroke-width:0.264583"
+ inkscape:label="hypervisoroslayer.label">
+ <path
+ d="m 86.295361,195.49454 h 0.596863 v 0.88212 h 0.880567 v -0.88212 h 0.596862 v 2.31459 h -0.596862 v -0.98133 h -0.880567 v 0.98133 h -0.596863 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28433" />
+ <path
+ d="m 88.607261,196.0728 h 0.555005 l 0.466638,1.17823 0.396875,-1.17823 h 0.555005 l -0.730188,1.90066 q -0.11007,0.28991 -0.257348,0.40463 -0.145728,0.11627 -0.386023,0.11627 h -0.320911 v -0.36432 h 0.173633 q 0.141077,0 0.204639,-0.045 0.06511,-0.045 0.100769,-0.16123 l 0.0155,-0.0481 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28435" />
+ <path
+ d="m 91.367196,197.55798 v 0.91158 h -0.555005 v -2.39676 h 0.555005 v 0.25425 q 0.114722,-0.15193 0.254248,-0.22324 0.139526,-0.0729 0.320911,-0.0729 0.32091,0 0.527099,0.2558 0.206189,0.25425 0.206189,0.65578 0,0.40152 -0.206189,0.65732 -0.206189,0.25425 -0.527099,0.25425 -0.181385,0 -0.320911,-0.0713 -0.139526,-0.0729 -0.254248,-0.2248 z m 0.36897,-1.12396 q -0.178284,0 -0.274402,0.13178 -0.09457,0.13022 -0.09457,0.37672 0,0.24649 0.09457,0.37827 0.09612,0.13022 0.274402,0.13022 0.178283,0 0.271301,-0.13022 0.09457,-0.13023 0.09457,-0.37827 0,-0.24805 -0.09457,-0.37827 -0.09302,-0.13023 -0.271301,-0.13023 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28437" />
+ <path
+ d="m 94.725544,196.93632 v 0.15813 h -1.297595 q 0.02015,0.19533 0.141076,0.293 0.120923,0.0977 0.337964,0.0977 0.175183,0 0.358118,-0.0512 0.184485,-0.0527 0.378271,-0.15813 v 0.42788 q -0.196887,0.0744 -0.393774,0.11162 -0.196887,0.0388 -0.393774,0.0388 -0.471289,0 -0.733289,-0.23875 -0.260449,-0.24029 -0.260449,-0.67282 0,-0.42478 0.255798,-0.66818 0.257349,-0.2434 0.706934,-0.2434 0.409277,0 0.654223,0.2465 0.246497,0.2465 0.246497,0.65888 z m -0.570508,-0.18449 q 0,-0.15813 -0.09302,-0.25425 -0.09147,-0.0977 -0.240296,-0.0977 -0.16123,0 -0.261999,0.0915 -0.100769,0.0899 -0.125574,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28439" />
+ <path
+ d="m 96.342913,196.54564 q -0.07286,-0.0341 -0.145728,-0.0496 -0.07131,-0.017 -0.144177,-0.017 -0.21394,0 -0.330212,0.13798 -0.114722,0.13642 -0.114722,0.39222 v 0.79995 h -0.555005 v -1.73633 h 0.555005 v 0.28526 q 0.10697,-0.17054 0.244946,-0.24805 0.139527,-0.0791 0.333313,-0.0791 0.02791,0 0.06046,0.003 0.03256,0.002 0.09457,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28441" />
+ <path
+ d="m 96.307669,196.0728 h 0.555005 l 0.432532,1.19993 0.430981,-1.19993 h 0.556555 l -0.683679,1.73633 h -0.609265 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28443" />
+ <path
+ d="m 98.503298,196.0728 h 0.555005 v 1.73633 h -0.555005 z m 0,-0.67593 h 0.555005 v 0.45269 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28445" />
+ <path
+ d="m 100.85551,196.12706 v 0.42168 q -0.17829,-0.0744 -0.34417,-0.11162 -0.16588,-0.0372 -0.31316,-0.0372 -0.15813,0 -0.235644,0.0403 -0.07596,0.0388 -0.07596,0.12092 0,0.0667 0.05736,0.10232 0.05891,0.0357 0.209284,0.0527 l 0.0977,0.014 q 0.42633,0.0543 0.57361,0.17828 0.14728,0.12402 0.14728,0.38912 0,0.27751 -0.20464,0.41703 -0.20464,0.13953 -0.61082,0.13953 -0.172076,0 -0.356561,-0.0279 -0.182935,-0.0264 -0.376722,-0.0806 v -0.42168 q 0.165882,0.0806 0.339515,0.12092 0.175183,0.0403 0.355018,0.0403 0.16278,0 0.24494,-0.045 0.0822,-0.045 0.0822,-0.13332 0,-0.0744 -0.0574,-0.11007 -0.0558,-0.0372 -0.2248,-0.0574 l -0.0977,-0.0124 q -0.370521,-0.0465 -0.519349,-0.17208 -0.148829,-0.12557 -0.148829,-0.38137 0,-0.27595 0.189136,-0.40928 0.189136,-0.13333 0.579802,-0.13333 0.15348,0 0.32247,0.0233 0.16898,0.0232 0.36742,0.0729 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28447" />
+ <path
+ d="m 102.12251,196.42782 q -0.18449,0 -0.28216,0.13332 -0.0961,0.13178 -0.0961,0.38138 0,0.24959 0.0961,0.38292 0.0977,0.13177 0.28216,0.13177 0.18138,0 0.2775,-0.13177 0.0961,-0.13333 0.0961,-0.38292 0,-0.2496 -0.0961,-0.38138 -0.0961,-0.13332 -0.2775,-0.13332 z m 0,-0.39688 q 0.44803,0 0.69918,0.24185 0.2527,0.24185 0.2527,0.66973 0,0.42788 -0.2527,0.66972 -0.25115,0.24185 -0.69918,0.24185 -0.44959,0 -0.70383,-0.24185 -0.2527,-0.24184 -0.2527,-0.66972 0,-0.42788 0.2527,-0.66973 0.25424,-0.24185 0.70383,-0.24185 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28449" />
+ <path
+ d="m 104.6747,196.54564 q -0.0729,-0.0341 -0.14572,-0.0496 -0.0713,-0.017 -0.14418,-0.017 -0.21394,0 -0.33021,0.13798 -0.11472,0.13642 -0.11472,0.39222 v 0.79995 h -0.55501 v -1.73633 h 0.55501 v 0.28526 q 0.10697,-0.17054 0.24494,-0.24805 0.13953,-0.0791 0.33331,-0.0791 0.0279,0 0.0605,0.003 0.0326,0.002 0.0946,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28451" />
+ <path
+ d="m 106.15503,195.49454 h 0.34416 l -0.817,2.60915 h -0.34262 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28453" />
+ <path
+ d="m 108.50352,195.88522 q -0.27286,0 -0.42323,0.20154 -0.15038,0.20153 -0.15038,0.5674 0,0.36432 0.15038,0.56586 0.15037,0.20154 0.42323,0.20154 0.2744,0 0.42478,-0.20154 0.15037,-0.20154 0.15037,-0.56586 0,-0.36587 -0.15037,-0.5674 -0.15038,-0.20154 -0.42478,-0.20154 z m 0,-0.43253 q 0.5581,0 0.87436,0.31936 0.31626,0.31936 0.31626,0.88211 0,0.56121 -0.31626,0.88057 -0.31626,0.31936 -0.87436,0.31936 -0.55656,0 -0.87437,-0.31936 -0.31626,-0.31936 -0.31626,-0.88057 0,-0.56275 0.31626,-0.88211 0.31781,-0.31936 0.87437,-0.31936 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28455" />
+ <path
+ d="m 111.66342,195.56741 v 0.48989 q -0.19068,-0.0853 -0.37207,-0.12867 -0.18138,-0.0434 -0.34261,-0.0434 -0.21394,0 -0.31626,0.0589 -0.10232,0.0589 -0.10232,0.18293 0,0.093 0.0682,0.14573 0.0698,0.0512 0.25115,0.0884 l 0.25425,0.0512 q 0.38602,0.0775 0.5488,0.23564 0.16278,0.15813 0.16278,0.44959 0,0.38292 -0.22789,0.5705 -0.22634,0.18604 -0.69298,0.18604 -0.22014,0 -0.44183,-0.0419 -0.2217,-0.0419 -0.44339,-0.12402 v -0.50385 q 0.22169,0.11783 0.42788,0.17829 0.20774,0.0589 0.39998,0.0589 0.19534,0 0.29921,-0.0651 0.10386,-0.0651 0.10386,-0.18604 0,-0.10852 -0.0713,-0.16743 -0.0698,-0.0589 -0.2806,-0.10542 l -0.231,-0.0512 q -0.34726,-0.0744 -0.50849,-0.2372 -0.15968,-0.16278 -0.15968,-0.43873 0,-0.34571 0.22324,-0.53175 0.22324,-0.18603 0.64182,-0.18603 0.19069,0 0.39223,0.0294 0.20153,0.0279 0.41702,0.0853 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28457" />
+ <path
+ d="m 112.99492,195.49454 h 0.59686 v 1.86346 h 1.048 v 0.45113 h -1.64486 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28459" />
+ <path
+ d="m 115.67889,197.02778 q -0.17363,0 -0.262,0.0589 -0.0868,0.0589 -0.0868,0.17364 0,0.10542 0.0698,0.16588 0.0713,0.0589 0.19689,0.0589 0.15657,0 0.26354,-0.11162 0.10698,-0.11317 0.10698,-0.28215 v -0.0636 z m 0.84801,-0.20929 v 0.99064 h -0.55965 v -0.25735 q -0.11163,0.15813 -0.25115,0.231 -0.13953,0.0713 -0.33952,0.0713 -0.26975,0 -0.43873,-0.15658 -0.16743,-0.15813 -0.16743,-0.40928 0,-0.30541 0.20929,-0.44803 0.21084,-0.14263 0.66042,-0.14263 h 0.32712 v -0.0434 q 0,-0.13177 -0.10387,-0.19223 -0.10387,-0.062 -0.32402,-0.062 -0.17828,0 -0.33176,0.0357 -0.15348,0.0357 -0.28525,0.10697 v -0.42323 q 0.17828,-0.0434 0.35812,-0.0651 0.17983,-0.0233 0.35966,-0.0233 0.46974,0 0.67748,0.18604 0.20929,0.18448 0.20929,0.60151 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28461" />
+ <path
+ d="m 116.62498,196.0728 h 0.55501 l 0.46664,1.17823 0.39687,-1.17823 h 0.55501 l -0.73019,1.90066 q -0.11007,0.28991 -0.25735,0.40463 -0.14573,0.11627 -0.38602,0.11627 h -0.32091 v -0.36432 h 0.17363 q 0.14108,0 0.20464,-0.045 0.0651,-0.045 0.10077,-0.16123 l 0.0155,-0.0481 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28463" />
+ <path
+ d="m 120.56314,196.93632 v 0.15813 h -1.29759 q 0.0202,0.19533 0.14107,0.293 0.12093,0.0977 0.33797,0.0977 0.17518,0 0.35811,-0.0512 0.18449,-0.0527 0.37828,-0.15813 v 0.42788 q -0.19689,0.0744 -0.39378,0.11162 -0.19689,0.0388 -0.39377,0.0388 -0.47129,0 -0.73329,-0.23875 -0.26045,-0.24029 -0.26045,-0.67282 0,-0.42478 0.2558,-0.66818 0.25735,-0.2434 0.70693,-0.2434 0.40928,0 0.65422,0.2465 0.2465,0.2465 0.2465,0.65888 z m -0.57051,-0.18449 q 0,-0.15813 -0.093,-0.25425 -0.0915,-0.0977 -0.2403,-0.0977 -0.16123,0 -0.262,0.0915 -0.10077,0.0899 -0.12557,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28465" />
+ <path
+ d="m 122.18051,196.54564 q -0.0729,-0.0341 -0.14573,-0.0496 -0.0713,-0.017 -0.14417,-0.017 -0.21395,0 -0.33022,0.13798 -0.11472,0.13642 -0.11472,0.39222 v 0.79995 h -0.555 v -1.73633 h 0.555 v 0.28526 q 0.10697,-0.17054 0.24495,-0.24805 0.13952,-0.0791 0.33331,-0.0791 0.0279,0 0.0605,0.003 0.0326,0.002 0.0946,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28467" />
+ </g>
+ </g>
+ <g
+ id="g4413"
+ inkscape:label="openstack">
+ <path
+ id="rect47709-0-3-6-9-4-4"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="openstack.form"
+ d="m 135.00476,196 h 28 v 4 h -28 z" />
+ <g
+ aria-label="OpenStack"
+ id="text1436-447-86-59"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-4);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="openstack.label">
+ <path
+ d="m 136.25499,196.38943 q -0.34106,0 -0.5426,0.25425 -0.19999,0.25425 -0.19999,0.69298 0,0.43719 0.19999,0.69143 0.20154,0.25425 0.5426,0.25425 0.34107,0 0.5395,-0.25425 0.19999,-0.25424 0.19999,-0.69143 0,-0.43873 -0.19999,-0.69298 -0.19843,-0.25425 -0.5395,-0.25425 z m 0,-0.25424 q 0.48679,0 0.77825,0.32711 0.29145,0.32556 0.29145,0.87436 0,0.54726 -0.29145,0.87437 -0.29146,0.32556 -0.77825,0.32556 -0.48834,0 -0.78134,-0.32556 -0.29146,-0.32556 -0.29146,-0.87437 0,-0.5488 0.29146,-0.87436 0.293,-0.32711 0.78134,-0.32711 z"
+ id="path28471" />
+ <path
+ d="m 137.98553,198.23118 v 0.92088 h -0.2868 v -2.39676 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22635,-0.22944 0.13797,-0.076 0.32866,-0.076 0.31626,0 0.51314,0.25115 0.19844,0.25115 0.19844,0.66043 0,0.40927 -0.19844,0.66042 -0.19688,0.25115 -0.51314,0.25115 -0.19069,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22635,-0.231 z m 0.97049,-0.60616 q 0,-0.31471 -0.13023,-0.493 -0.12867,-0.17983 -0.35502,-0.17983 -0.22634,0 -0.35656,0.17983 -0.12868,0.17829 -0.12868,0.493 0,0.31471 0.12868,0.49454 0.13022,0.17828 0.35656,0.17828 0.22635,0 0.35502,-0.17828 0.13023,-0.17983 0.13023,-0.49454 z"
+ id="path28473" />
+ <path
+ d="m 141.11754,197.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32712,0.0341 -0.41547,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22945,-0.67593 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path28475" />
+ <path
+ d="m 142.93645,197.44363 v 1.048 h -0.28526 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28477" />
+ <path
+ d="m 144.81271,196.25301 v 0.30541 q -0.17828,-0.0853 -0.33641,-0.12713 -0.15813,-0.0419 -0.30541,-0.0419 -0.2558,0 -0.39532,0.0992 -0.13798,0.0992 -0.13798,0.28216 0,0.15347 0.0915,0.23254 0.093,0.0775 0.35036,0.12557 l 0.18914,0.0388 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33641 -0.22634,0.51005 -0.2248,0.17363 -0.66043,0.17363 -0.16433,0 -0.35036,-0.0372 -0.18449,-0.0372 -0.38293,-0.11007 v -0.32246 q 0.19069,0.10697 0.37362,0.16123 0.18294,0.0543 0.35967,0.0543 0.2682,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34262,-0.14417 l -0.19068,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.21549,-0.48369 0.21704,-0.17673 0.59687,-0.17673 0.16278,0 0.33176,0.0294 0.16898,0.0295 0.34571,0.0884 z"
+ id="path28479" />
+ <path
+ d="m 145.61773,196.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28481" />
+ <path
+ d="m 147.27696,197.61882 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56895,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36276,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path28483" />
+ <path
+ d="m 149.59041,196.82197 v 0.26665 q -0.12093,-0.0667 -0.2434,-0.0992 -0.12092,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17673 -0.15348,0.17519 -0.15348,0.493 0,0.31781 0.15348,0.49454 0.15348,0.17518 0.43098,0.17518 0.12403,0 0.24495,-0.0325 0.12247,-0.0341 0.2434,-0.10077 v 0.26355 q -0.11938,0.0558 -0.24805,0.0837 -0.12713,0.0279 -0.2713,0.0279 -0.39223,0 -0.62322,-0.2465 -0.23099,-0.24649 -0.23099,-0.66507 0,-0.42478 0.23254,-0.66818 0.23409,-0.2434 0.64027,-0.2434 0.13178,0 0.25735,0.0279 0.12557,0.0263 0.2434,0.0806 z"
+ id="path28485" />
+ <path
+ d="m 149.98304,196.07937 h 0.28681 v 1.42472 l 0.85111,-0.74879 h 0.36432 l -0.92088,0.81236 0.95963,0.92397 h -0.37207 l -0.88211,-0.84801 v 0.84801 h -0.28681 z"
+ id="path28487" />
+ </g>
+ </g>
+ <g
+ id="g4408"
+ inkscape:label="commercialvim">
+ <path
+ id="rect47709-0-3-6-9-4-1"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="commercialvim.form"
+ d="m 167.00476,196 h 28 v 4 h -28 z" />
+ <g
+ aria-label="Commercial VIM"
+ id="text1436-447-86-3"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-1);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="commercialvim.label">
+ <path
+ d="m 169.04874,196.35533 v 0.33021 q -0.15813,-0.14728 -0.33796,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60772,0.24185 0.20154,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38758,0.0558 -0.52555,0 -0.82785,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.3023,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ id="path28491" />
+ <path
+ d="m 170.10025,196.95529 q -0.22944,0 -0.36276,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36431,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37208,0 0.58447,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58447,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28493" />
+ <path
+ d="m 172.6292,197.08862 q 0.10697,-0.19224 0.25579,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19069 0.14728,0.18914 0.14728,0.5395 v 1.048 h -0.28681 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.2217,0 -0.35037,0.14728 -0.12868,0.14728 -0.12868,0.40153 v 0.98133 h -0.2868 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34726,0.14883 -0.12868,0.14728 -0.12868,0.39998 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.2341,-0.23564 0.13642,-0.076 0.32401,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19689,0.27906 z"
+ id="path28495" />
+ <path
+ d="m 175.62943,197.08862 q 0.10697,-0.19224 0.25579,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19069 0.14728,0.18914 0.14728,0.5395 v 1.048 h -0.28681 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.2217,0 -0.35037,0.14728 -0.12867,0.14728 -0.12867,0.40153 v 0.98133 h -0.28681 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34726,0.14883 -0.12868,0.14728 -0.12868,0.39998 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.2341,-0.23564 0.13642,-0.076 0.32401,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19689,0.27906 z"
+ id="path28497" />
+ <path
+ d="m 178.76298,197.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28499" />
+ <path
+ d="m 180.14471,197.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28501" />
+ <path
+ d="m 181.53108,196.82197 v 0.26665 q -0.12092,-0.0667 -0.24339,-0.0992 -0.12093,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17673 -0.15348,0.17519 -0.15348,0.493 0,0.31781 0.15348,0.49454 0.15348,0.17518 0.43098,0.17518 0.12402,0 0.24495,-0.0325 0.12247,-0.0341 0.24339,-0.10077 v 0.26355 q -0.11937,0.0558 -0.24805,0.0837 -0.12712,0.0279 -0.2713,0.0279 -0.39222,0 -0.62321,-0.2465 -0.231,-0.24649 -0.231,-0.66507 0,-0.42478 0.23255,-0.66818 0.23409,-0.2434 0.64027,-0.2434 0.13177,0 0.25735,0.0279 0.12557,0.0263 0.24339,0.0806 z"
+ id="path28503" />
+ <path
+ d="m 181.93457,196.7553 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path28505" />
+ <path
+ d="m 183.51318,197.61882 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10076,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30385,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path28507" />
+ <path
+ d="m 184.5771,196.07937 h 0.28525 v 2.41226 h -0.28525 z"
+ id="path28509" />
+ <path
+ d="m 186.62793,198.49163 -0.88367,-2.31459 h 0.32711 l 0.73329,1.94872 0.73484,-1.94872 h 0.32556 l -0.88212,2.31459 z"
+ id="path28511" />
+ <path
+ d="m 188.11042,196.17704 h 0.31316 v 2.31459 h -0.31316 z"
+ id="path28513" />
+ <path
+ d="m 188.95419,196.17704 h 0.46664 l 0.59066,1.5751 0.59377,-1.5751 h 0.46663 v 2.31459 h -0.3054 v -2.03243 l -0.59687,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ id="path28515" />
+ </g>
+ </g>
+ <g
+ id="g4396"
+ inkscape:label="kubernetes">
+ <path
+ id="rect47709-0-3-6-9-4"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="kubernetes.form"
+ d="m 199.00476,196 h 28 v 4 h -28 z" />
+ <g
+ aria-label="Kubernetes"
+ id="text1436-447-86-31"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="kubernetes.label">
+ <path
+ d="m 199.31552,196.17704 h 0.31315 v 0.97824 l 1.0387,-0.97824 h 0.40308 l -1.14877,1.07901 1.23093,1.23558 h -0.41238 l -1.11156,-1.11466 v 1.11466 h -0.31315 z"
+ id="path28519" />
+ <path
+ d="m 201.10497,197.8064 v -1.0511 h 0.28525 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28835,0.12247 0.231,0 0.36432,-0.14728 0.13488,-0.14727 0.13488,-0.40152 v -0.98444 h 0.28525 v 1.73633 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23564 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18604 -0.15503,-0.18603 -0.15503,-0.54415 z m 0.71778,-1.09296 z"
+ id="path28521" />
+ <path
+ d="m 204.30053,197.62502 q 0,-0.31471 -0.13022,-0.493 -0.12868,-0.17983 -0.35502,-0.17983 -0.22634,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 0,0.31471 0.12867,0.49454 0.13023,0.17828 0.35657,0.17828 0.22634,0 0.35502,-0.17828 0.13022,-0.17983 0.13022,-0.49454 z m -0.97048,-0.60617 q 0.0899,-0.15503 0.22634,-0.22944 0.13798,-0.076 0.32867,-0.076 0.31625,0 0.51314,0.25115 0.19844,0.25115 0.19844,0.66043 0,0.40927 -0.19844,0.66042 -0.19689,0.25115 -0.51314,0.25115 -0.19069,0 -0.32867,-0.0744 -0.13642,-0.076 -0.22634,-0.231 v 0.26045 h -0.2868 v -2.41226 h 0.2868 z"
+ id="path28523" />
+ <path
+ d="m 206.46206,197.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15502,-0.0403 0.30695,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22945,-0.67593 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28525" />
+ <path
+ d="m 207.84378,197.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.23409 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28527" />
+ <path
+ d="m 209.43789,197.44363 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18604 0.15347,0.18448 0.15347,0.54415 z"
+ id="path28529" />
+ <path
+ d="m 211.39943,197.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22945,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path28531" />
+ <path
+ d="m 212.05717,196.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28533" />
+ <path
+ d="m 214.41247,197.55215 v 0.13953 h -1.31154 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22944,-0.67593 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55346,0.22635 0.20463,0.22479 0.20463,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28535" />
+ <path
+ d="m 215.89497,196.80646 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18449 0.12868,0.11782 0.12868,0.33021 0,0.24185 -0.19224,0.38292 -0.19069,0.14108 -0.52555,0.14108 -0.13953,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15812,0.0822 0.3116,0.12403 0.15348,0.0403 0.30386,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17363,-0.13333 0.49299,-0.13333 0.15813,0 0.29766,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28537" />
+ </g>
+ </g>
+ <g
+ id="g4402"
+ inkscape:label="publiccloud">
+ <path
+ id="rect47709-0-3-6-9-4-8"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="publiccloud.form"
+ d="m 231.00476,196 h 28 v 4 h -28 z" />
+ <g
+ aria-label="Public Cloud"
+ id="text1436-447-86-6"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-8);display:inline;fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="publiccloud.label">
+ <path
+ d="m 231.62867,196.43439 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11318 0.11938,-0.11317 0.11938,-0.32246 0,-0.20774 -0.11938,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31315,-0.25735 h 0.70693 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93018 h -0.31315 z"
+ id="path28541" />
+ <path
+ d="m 233.03985,197.8064 v -1.0511 h 0.28526 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28835,0.12247 0.23099,0 0.36432,-0.14728 0.13488,-0.14727 0.13488,-0.40152 v -0.98444 h 0.28525 v 1.73633 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23564 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18604 -0.15503,-0.18603 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ id="path28543" />
+ <path
+ d="m 236.23542,197.62502 q 0,-0.31471 -0.13022,-0.493 -0.12868,-0.17983 -0.35502,-0.17983 -0.22634,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 0,0.31471 0.12867,0.49454 0.13023,0.17828 0.35657,0.17828 0.22634,0 0.35502,-0.17828 0.13022,-0.17983 0.13022,-0.49454 z m -0.97048,-0.60617 q 0.0899,-0.15503 0.22634,-0.22944 0.13798,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19844,0.25115 0.19844,0.66043 0,0.40927 -0.19844,0.66042 -0.19689,0.25115 -0.51315,0.25115 -0.19068,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22634,-0.231 v 0.26045 h -0.28681 v -2.41226 h 0.28681 z"
+ id="path28545" />
+ <path
+ d="m 236.91176,196.07937 h 0.28526 v 2.41226 h -0.28526 z"
+ id="path28547" />
+ <path
+ d="m 237.70128,196.7553 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path28549" />
+ <path
+ d="m 239.74032,196.82197 v 0.26665 q -0.12092,-0.0667 -0.24339,-0.0992 -0.12093,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17673 -0.15348,0.17519 -0.15348,0.493 0,0.31781 0.15348,0.49454 0.15348,0.17518 0.43098,0.17518 0.12402,0 0.24495,-0.0325 0.12247,-0.0341 0.24339,-0.10077 v 0.26355 q -0.11937,0.0558 -0.24804,0.0837 -0.12713,0.0279 -0.2713,0.0279 -0.39223,0 -0.62322,-0.2465 -0.231,-0.24649 -0.231,-0.66507 0,-0.42478 0.23255,-0.66818 0.23409,-0.2434 0.64027,-0.2434 0.13177,0 0.25735,0.0279 0.12557,0.0263 0.24339,0.0806 z"
+ id="path28551" />
+ <path
+ d="m 242.5415,196.35533 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60771,0.24185 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path28553" />
+ <path
+ d="m 242.92018,196.07937 h 0.28525 v 2.41226 h -0.28525 z"
+ id="path28555" />
+ <path
+ d="m 244.38252,196.95529 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.22789,0 0.36122,-0.17983 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48835 -0.13333,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28557" />
+ <path
+ d="m 245.53015,197.8064 v -1.0511 h 0.28525 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28836,0.12247 0.23099,0 0.36432,-0.14728 0.13487,-0.14727 0.13487,-0.40152 v -0.98444 h 0.28526 v 1.73633 h -0.28526 v -0.26665 q -0.10387,0.15813 -0.24184,0.23564 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18604 -0.15503,-0.18603 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ id="path28559" />
+ <path
+ d="m 248.62185,197.01885 v -0.93948 h 0.28525 v 2.41226 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.22789,0.231 -0.13643,0.0744 -0.32867,0.0744 -0.31471,0 -0.51314,-0.25115 -0.19689,-0.25115 -0.19689,-0.66042 0,-0.40928 0.19689,-0.66043 0.19843,-0.25115 0.51314,-0.25115 0.19224,0 0.32867,0.076 0.13797,0.0744 0.22789,0.22944 z m -0.97203,0.60617 q 0,0.31471 0.12867,0.49454 0.13022,0.17828 0.35657,0.17828 0.22634,0 0.35656,-0.17828 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.493 -0.13022,-0.17983 -0.35656,-0.17983 -0.22635,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 z"
+ id="path28561" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g2902"
+ inkscape:label="networkfunctionlayer"
+ style="display:inline">
+ <g
+ id="g4425"
+ inkscape:label="networkfunktionlayer">
+ <path
+ id="rect13557-1-3-5-1"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f3c350;stroke:#f3c350;stroke-width:4;stop-color:#000000;stop-opacity:1"
+ inkscape:label="networkfunctionlayer.form"
+ d="M 86.004761,183 H 296.00476 v 6 H 86.004761 Z" />
+ <g
+ aria-label="Network Function Layer"
+ id="text1436-96"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3-5-1);opacity:0.4;stroke-width:0.264583"
+ inkscape:label="networkfunktionlayer.label">
+ <path
+ d="m 86.295361,183.49454 h 0.666626 l 0.841809,1.5875 v -1.5875 h 0.565857 v 2.31459 h -0.666626 l -0.841809,-1.5875 v 1.5875 h -0.565857 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28565" />
+ <path
+ d="m 90.568382,184.93632 v 0.15813 h -1.297595 q 0.02015,0.19533 0.141076,0.293 0.120923,0.0977 0.337964,0.0977 0.175183,0 0.358118,-0.0512 0.184485,-0.0527 0.378271,-0.15813 v 0.42788 q -0.196887,0.0744 -0.393774,0.11162 -0.196887,0.0388 -0.393774,0.0388 -0.471289,0 -0.733289,-0.23875 -0.260449,-0.24029 -0.260449,-0.67282 0,-0.42478 0.255798,-0.66818 0.257349,-0.2434 0.706934,-0.2434 0.409277,0 0.654223,0.2465 0.246497,0.2465 0.246497,0.65888 z m -0.570508,-0.18449 q 0,-0.15813 -0.09302,-0.25425 -0.09147,-0.0977 -0.240296,-0.0977 -0.16123,0 -0.261999,0.0915 -0.100769,0.0899 -0.125574,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28567" />
+ <path
+ d="m 91.502072,183.57981 v 0.49299 h 0.572058 v 0.39688 h -0.572058 v 0.73639 q 0,0.12092 0.04806,0.16433 0.04806,0.0419 0.190686,0.0419 h 0.285254 v 0.39687 h -0.47594 q -0.328662,0 -0.466638,-0.13642 -0.136426,-0.13798 -0.136426,-0.46664 v -0.73639 h -0.275952 v -0.39688 h 0.275952 v -0.49299 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28569" />
+ <path
+ d="m 92.166011,184.0728 h 0.539502 l 0.291455,1.19683 0.293005,-1.19683 h 0.463538 l 0.291455,1.18443 0.293005,-1.18443 h 0.539502 l -0.457336,1.73633 h -0.606165 l -0.293005,-1.19372 -0.291455,1.19372 h -0.606165 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28571" />
+ <path
+ d="m 95.987896,184.42782 q -0.184485,0 -0.282153,0.13332 -0.09612,0.13178 -0.09612,0.38138 0,0.24959 0.09612,0.38292 0.09767,0.13177 0.282153,0.13177 0.181384,0 0.277502,-0.13177 0.09612,-0.13333 0.09612,-0.38292 0,-0.2496 -0.09612,-0.38138 -0.09612,-0.13332 -0.277502,-0.13332 z m 0,-0.39688 q 0.448035,0 0.699182,0.24185 0.252698,0.24185 0.252698,0.66973 0,0.42788 -0.252698,0.66972 -0.251147,0.24185 -0.699182,0.24185 -0.449585,0 -0.703833,-0.24185 -0.252698,-0.24184 -0.252698,-0.66972 0,-0.42788 0.252698,-0.66973 0.254248,-0.24185 0.703833,-0.24185 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28573" />
+ <path
+ d="m 98.540092,184.54564 q -0.07286,-0.0341 -0.145728,-0.0496 -0.07131,-0.017 -0.144177,-0.017 -0.21394,0 -0.330212,0.13798 -0.114722,0.13642 -0.114722,0.39222 v 0.79995 h -0.555005 v -1.73633 h 0.555005 v 0.28526 q 0.10697,-0.17054 0.244946,-0.24805 0.139527,-0.0791 0.333313,-0.0791 0.02791,0 0.06046,0.003 0.03256,0.002 0.09457,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28575" />
+ <path
+ d="m 98.723439,183.39687 h 0.555005 v 1.3131 l 0.638721,-0.63717 h 0.644925 l -0.848013,0.79685 0.914673,0.93948 h -0.672828 l -0.677478,-0.72399 v 0.72399 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28577" />
+ <path
+ d="m 101.51531,183.49454 h 1.61076 v 0.45114 h -1.0139 v 0.43098 h 0.95343 v 0.45114 h -0.95343 v 0.98133 h -0.59686 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28579" />
+ <path
+ d="m 103.39003,185.1332 v -1.0604 h 0.5581 v 0.17364 q 0,0.14107 -0.002,0.35501 -0.002,0.21239 -0.002,0.28371 0,0.20929 0.0108,0.3023 0.0109,0.0915 0.0372,0.13333 0.0341,0.0543 0.0884,0.0837 0.0558,0.0295 0.12712,0.0295 0.17364,0 0.27285,-0.13333 0.0992,-0.13332 0.0992,-0.37052 v -0.85731 h 0.55501 v 1.73633 h -0.55501 v -0.25115 q -0.12557,0.15193 -0.26665,0.2248 -0.13952,0.0713 -0.30851,0.0713 -0.30075,0 -0.45888,-0.18449 -0.15658,-0.18448 -0.15658,-0.5364 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28581" />
+ <path
+ d="m 107.32198,184.75183 v 1.0573 h -0.5581 v -0.17208 -0.63717 q 0,-0.22479 -0.0109,-0.31006 -0.009,-0.0853 -0.0341,-0.12557 -0.0326,-0.0543 -0.0884,-0.0837 -0.0558,-0.031 -0.12712,-0.031 -0.17363,0 -0.27285,0.13488 -0.0992,0.13332 -0.0992,0.37052 v 0.85421 h -0.55501 v -1.73633 h 0.55501 v 0.25425 q 0.12557,-0.15193 0.26665,-0.22324 0.14108,-0.0729 0.31161,-0.0729 0.30076,0 0.45578,0.18449 0.15658,0.18448 0.15658,0.5364 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28583" />
+ <path
+ d="m 109.14709,184.12706 v 0.45269 q -0.11317,-0.0775 -0.22789,-0.11472 -0.11317,-0.0372 -0.23565,-0.0372 -0.23254,0 -0.36276,0.13643 -0.12868,0.13487 -0.12868,0.37827 0,0.24339 0.12868,0.37982 0.13022,0.13487 0.36276,0.13487 0.13023,0 0.2465,-0.0387 0.11782,-0.0388 0.21704,-0.11472 v 0.45423 q -0.13022,0.0481 -0.2651,0.0713 -0.13332,0.0248 -0.2682,0.0248 -0.46974,0 -0.73484,-0.2403 -0.2651,-0.24184 -0.2651,-0.67127 0,-0.42943 0.2651,-0.66973 0.2651,-0.24185 0.73484,-0.24185 0.13643,0 0.2682,0.0248 0.13333,0.0233 0.2651,0.0713 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28585" />
+ <path
+ d="m 110.13969,183.57981 v 0.49299 h 0.57206 v 0.39688 h -0.57206 v 0.73639 q 0,0.12092 0.0481,0.16433 0.0481,0.0419 0.19069,0.0419 h 0.28525 v 0.39687 h -0.47594 q -0.32866,0 -0.46664,-0.13642 -0.13642,-0.13798 -0.13642,-0.46664 v -0.73639 h -0.27595 v -0.39688 h 0.27595 v -0.49299 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28587" />
+ <path
+ d="m 110.95866,184.0728 h 0.55501 v 1.73633 h -0.55501 z m 0,-0.67593 h 0.55501 v 0.45269 h -0.55501 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28589" />
+ <path
+ d="m 112.78067,184.42782 q -0.18448,0 -0.28215,0.13332 -0.0961,0.13178 -0.0961,0.38138 0,0.24959 0.0961,0.38292 0.0977,0.13177 0.28215,0.13177 0.18138,0 0.2775,-0.13177 0.0961,-0.13333 0.0961,-0.38292 0,-0.2496 -0.0961,-0.38138 -0.0961,-0.13332 -0.2775,-0.13332 z m 0,-0.39688 q 0.44803,0 0.69918,0.24185 0.2527,0.24185 0.2527,0.66973 0,0.42788 -0.2527,0.66972 -0.25115,0.24185 -0.69918,0.24185 -0.44958,0 -0.70383,-0.24185 -0.2527,-0.24184 -0.2527,-0.66972 0,-0.42788 0.2527,-0.66973 0.25425,-0.24185 0.70383,-0.24185 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28591" />
+ <path
+ d="m 115.78865,184.75183 v 1.0573 h -0.5581 v -0.17208 -0.63717 q 0,-0.22479 -0.0109,-0.31006 -0.009,-0.0853 -0.0341,-0.12557 -0.0326,-0.0543 -0.0884,-0.0837 -0.0558,-0.031 -0.12712,-0.031 -0.17364,0 -0.27285,0.13488 -0.0992,0.13332 -0.0992,0.37052 v 0.85421 h -0.55501 v -1.73633 h 0.55501 v 0.25425 q 0.12557,-0.15193 0.26665,-0.22324 0.14107,-0.0729 0.31161,-0.0729 0.30075,0 0.45578,0.18449 0.15658,0.18448 0.15658,0.5364 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28593" />
+ <path
+ d="m 116.98372,183.49454 h 0.59686 v 1.86346 h 1.048 v 0.45113 h -1.64486 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28595" />
+ <path
+ d="m 119.66769,185.02778 q -0.17363,0 -0.262,0.0589 -0.0868,0.0589 -0.0868,0.17364 0,0.10542 0.0698,0.16588 0.0713,0.0589 0.19689,0.0589 0.15658,0 0.26355,-0.11162 0.10697,-0.11317 0.10697,-0.28215 v -0.0636 z m 0.84801,-0.20929 v 0.99064 h -0.55965 v -0.25735 q -0.11162,0.15813 -0.25115,0.231 -0.13953,0.0713 -0.33951,0.0713 -0.26976,0 -0.43874,-0.15658 -0.16743,-0.15813 -0.16743,-0.40928 0,-0.30541 0.20929,-0.44803 0.21084,-0.14263 0.66043,-0.14263 h 0.32711 v -0.0434 q 0,-0.13177 -0.10387,-0.19223 -0.10387,-0.062 -0.32401,-0.062 -0.17829,0 -0.33177,0.0357 -0.15348,0.0357 -0.28525,0.10697 v -0.42323 q 0.17828,-0.0434 0.35812,-0.0651 0.17983,-0.0233 0.35967,-0.0233 0.46973,0 0.67747,0.18604 0.20929,0.18448 0.20929,0.60151 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28597" />
+ <path
+ d="m 120.61378,184.0728 h 0.55501 l 0.46664,1.17823 0.39687,-1.17823 h 0.55501 l -0.73019,1.90066 q -0.11007,0.28991 -0.25735,0.40463 -0.14573,0.11627 -0.38602,0.11627 h -0.32091 v -0.36432 h 0.17363 q 0.14108,0 0.20464,-0.045 0.0651,-0.045 0.10077,-0.16123 l 0.0155,-0.0481 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28599" />
+ <path
+ d="m 124.55194,184.93632 v 0.15813 h -1.29759 q 0.0202,0.19533 0.14107,0.293 0.12093,0.0977 0.33797,0.0977 0.17518,0 0.35811,-0.0512 0.18449,-0.0527 0.37828,-0.15813 v 0.42788 q -0.19689,0.0744 -0.39378,0.11162 -0.19689,0.0388 -0.39377,0.0388 -0.47129,0 -0.73329,-0.23875 -0.26045,-0.24029 -0.26045,-0.67282 0,-0.42478 0.2558,-0.66818 0.25735,-0.2434 0.70693,-0.2434 0.40928,0 0.65422,0.2465 0.2465,0.2465 0.2465,0.65888 z m -0.57051,-0.18449 q 0,-0.15813 -0.093,-0.25425 -0.0915,-0.0977 -0.2403,-0.0977 -0.16123,0 -0.262,0.0915 -0.10077,0.0899 -0.12557,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28601" />
+ <path
+ d="m 126.16931,184.54564 q -0.0729,-0.0341 -0.14573,-0.0496 -0.0713,-0.017 -0.14417,-0.017 -0.21395,0 -0.33022,0.13798 -0.11472,0.13642 -0.11472,0.39222 v 0.79995 h -0.555 v -1.73633 h 0.555 v 0.28526 q 0.10697,-0.17054 0.24495,-0.24805 0.13952,-0.0791 0.33331,-0.0791 0.0279,0 0.0605,0.003 0.0326,0.002 0.0946,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28603" />
+ </g>
+ </g>
+ <g
+ id="g2995"
+ inkscape:label="pnf">
+ <path
+ id="rect13557-1-3-5-7-3"
+ style="display:inline;fill:#f3c350;stroke:#fcf0d3;stroke-width:0.5"
+ inkscape:label="pnf.form"
+ d="m 263.74023,183.26459 h 20 v 20 h -20 z" />
+ <path
+ id="rect47709-0-3-6-9-4-8-3"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="pnf.form"
+ d="m 266.74023,186.26459 h 14 v 14 h -14 z" />
+ <g
+ aria-label="PNF"
+ transform="translate(-0.26458332,0.26458332)"
+ id="text1436-447-86-8"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-8-3);display:inline;fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="pnf.label">
+ <path
+ d="m 267.365,186.69806 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11317 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11318 -0.33796,-0.11318 z m -0.31316,-0.25734 h 0.70694 q 0.38912,0 0.58756,0.17673 0.19999,0.17518 0.19999,0.5147 0,0.34261 -0.19999,0.51779 -0.19844,0.17519 -0.58756,0.17519 H 267.365 v 0.93017 h -0.31316 z"
+ id="path28608" />
+ <path
+ d="m 268.87385,186.44072 h 0.42168 l 1.02629,1.93631 v -1.93631 h 0.30386 v 2.31458 H 270.204 l -1.02629,-1.93631 v 1.93631 h -0.30386 z"
+ id="path28610" />
+ <path
+ d="m 271.1563,186.44072 h 1.33015 v 0.26355 h -1.017 v 0.68212 h 0.91778 v 0.26355 h -0.91778 v 1.10536 h -0.31315 z"
+ id="path28612" />
+ </g>
+ </g>
+ <g
+ id="g2907"
+ inkscape:label="vnf">
+ <path
+ id="rect47709-0-3-6-9-7"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="vnf.form"
+ d="m 199.00476,184 h 28 v 4 h -28 z" />
+ <g
+ aria-label="VNF"
+ id="text1436-447-86-5"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-7);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="vnf.label">
+ <path
+ d="m 199.91238,186.49163 -0.88367,-2.31459 h 0.32711 l 0.73329,1.94872 0.73484,-1.94872 h 0.32556 l -0.88211,2.31459 z"
+ id="path28616" />
+ <path
+ d="m 201.39487,184.17704 h 0.42168 l 1.02629,1.93632 v -1.93632 h 0.30386 v 2.31459 h -0.42168 l -1.02629,-1.93632 v 1.93632 h -0.30386 z"
+ id="path28618" />
+ <path
+ d="m 203.67732,184.17704 h 1.33015 v 0.26355 h -1.017 v 0.68213 h 0.91778 v 0.26355 h -0.91778 v 1.10536 h -0.31315 z"
+ id="path28620" />
+ </g>
+ </g>
+ </g>
+ <g
+ id="g2891"
+ inkscape:label="externalsystems"
+ style="display:inline">
+ <g
+ id="g4431"
+ inkscape:label="externalsystems"
+ style="display:inline">
+ <path
+ id="rect13557-1-3-5"
+ style="display:inline;fill:#f3c350;stroke:#f3c350;stroke-width:4"
+ inkscape:label="externalsystems.form"
+ d="M 86.004761,171 H 260.00476 v 6 H 86.004761 Z" />
+ <g
+ aria-label="External Systems"
+ id="text1436-631"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3-5);display:inline;opacity:0.4;stroke-width:0.264583"
+ inkscape:label="externalsystems.label">
+ <path
+ d="m 86.295361,171.49454 h 1.610755 v 0.45114 h -1.013892 v 0.43098 h 0.95343 v 0.45114 h -0.95343 v 0.5302 h 1.047998 v 0.45113 h -1.644861 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28624" />
+ <path
+ d="m 88.785545,172.92081 -0.626318,-0.84801 h 0.587561 l 0.355017,0.5147 0.359668,-0.5147 h 0.587561 l -0.626318,0.84491 0.657324,0.89142 h -0.587561 l -0.390674,-0.5488 -0.386023,0.5488 h -0.587561 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28626" />
+ <path
+ d="m 90.908309,171.57981 v 0.49299 h 0.572058 v 0.39688 h -0.572058 v 0.73639 q 0,0.12092 0.04806,0.16433 0.04806,0.0419 0.190686,0.0419 h 0.285254 v 0.39687 h -0.47594 q -0.328662,0 -0.466638,-0.13642 -0.136426,-0.13798 -0.136426,-0.46664 v -0.73639 h -0.275952 v -0.39688 h 0.275952 v -0.49299 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28628" />
+ <path
+ d="m 93.460505,172.93632 v 0.15813 H 92.16291 q 0.02015,0.19533 0.141076,0.293 0.120923,0.0977 0.337964,0.0977 0.175183,0 0.358118,-0.0512 0.184485,-0.0527 0.378271,-0.15813 v 0.42788 q -0.196887,0.0744 -0.393774,0.11162 -0.196887,0.0388 -0.393774,0.0388 -0.471289,0 -0.733289,-0.23875 -0.260449,-0.24029 -0.260449,-0.67282 0,-0.42478 0.255798,-0.66818 0.257349,-0.2434 0.706934,-0.2434 0.409277,0 0.654223,0.2465 0.246497,0.2465 0.246497,0.65888 z m -0.570508,-0.18449 q 0,-0.15813 -0.09302,-0.25425 -0.09147,-0.0977 -0.240296,-0.0977 -0.16123,0 -0.261999,0.0915 -0.100769,0.0899 -0.125574,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28630" />
+ <path
+ d="m 95.077874,172.54564 q -0.07286,-0.0341 -0.145728,-0.0496 -0.07131,-0.017 -0.144177,-0.017 -0.213941,0 -0.330213,0.13798 -0.114721,0.13642 -0.114721,0.39222 v 0.79995 H 93.78803 v -1.73633 h 0.555005 v 0.28526 q 0.10697,-0.17054 0.244946,-0.24805 0.139526,-0.0791 0.333313,-0.0791 0.0279,0 0.06046,0.003 0.03256,0.002 0.09457,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28632" />
+ <path
+ d="m 97.006852,172.75183 v 1.0573 h -0.558106 v -0.17208 -0.63717 q 0,-0.22479 -0.01085,-0.31006 -0.0093,-0.0853 -0.03411,-0.12557 -0.03256,-0.0543 -0.08837,-0.0837 -0.05581,-0.031 -0.127124,-0.031 -0.173633,0 -0.272851,0.13488 -0.09922,0.13332 -0.09922,0.37052 v 0.85421 h -0.555005 v -1.73633 h 0.555005 v 0.25425 q 0.125574,-0.15193 0.26665,-0.22324 0.141077,-0.0729 0.311609,-0.0729 0.300757,0 0.455786,0.18449 0.15658,0.18448 0.15658,0.5364 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28634" />
+ <path
+ d="m 98.207192,173.02778 q -0.173633,0 -0.262,0.0589 -0.08682,0.0589 -0.08682,0.17364 0,0.10542 0.06976,0.16588 0.07131,0.0589 0.196887,0.0589 0.15658,0 0.26355,-0.11162 0.10697,-0.11317 0.10697,-0.28215 v -0.0636 z m 0.84801,-0.20929 v 0.99064 h -0.559656 v -0.25735 q -0.111621,0.15813 -0.251147,0.231 -0.139527,0.0713 -0.339514,0.0713 -0.269751,0 -0.438733,-0.15658 -0.167432,-0.15813 -0.167432,-0.40928 0,-0.30541 0.20929,-0.44803 0.21084,-0.14263 0.660425,-0.14263 h 0.327111 v -0.0434 q 0,-0.13177 -0.103869,-0.19223 -0.10387,-0.062 -0.324012,-0.062 -0.178283,0 -0.331762,0.0357 -0.153479,0.0357 -0.285254,0.10697 v -0.42323 q 0.178284,-0.0434 0.358118,-0.0651 0.179834,-0.0233 0.359668,-0.0233 0.469738,0 0.677478,0.18604 0.209289,0.18448 0.209289,0.60151 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28636" />
+ <path
+ d="m 99.478846,171.39687 h 0.555004 v 2.41226 h -0.555004 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28638" />
+ <path
+ d="m 102.85828,171.56741 v 0.48989 q -0.19069,-0.0853 -0.37207,-0.12867 -0.18139,-0.0434 -0.34262,-0.0434 -0.21394,0 -0.31626,0.0589 -0.10232,0.0589 -0.10232,0.18293 0,0.093 0.0682,0.14573 0.0698,0.0512 0.25114,0.0884 l 0.25425,0.0512 q 0.38602,0.0775 0.54881,0.23564 0.16278,0.15813 0.16278,0.44959 0,0.38292 -0.2279,0.5705 -0.22634,0.18604 -0.69298,0.18604 -0.22014,0 -0.44183,-0.0419 -0.22169,-0.0419 -0.44339,-0.12402 v -0.50385 q 0.2217,0.11783 0.42789,0.17829 0.20774,0.0589 0.39997,0.0589 0.19534,0 0.29921,-0.0651 0.10387,-0.0651 0.10387,-0.18604 0,-0.10852 -0.0713,-0.16743 -0.0698,-0.0589 -0.2806,-0.10542 l -0.23099,-0.0512 q -0.34727,-0.0744 -0.5085,-0.2372 -0.15968,-0.16278 -0.15968,-0.43873 0,-0.34571 0.22324,-0.53175 0.22325,-0.18603 0.64182,-0.18603 0.19069,0 0.39223,0.0294 0.20154,0.0279 0.41703,0.0853 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28640" />
+ <path
+ d="m 103.1889,172.0728 h 0.55501 l 0.46664,1.17823 0.39687,-1.17823 h 0.55501 l -0.73019,1.90066 q -0.11007,0.28991 -0.25735,0.40463 -0.14573,0.11627 -0.38602,0.11627 h -0.32091 v -0.36432 h 0.17363 q 0.14108,0 0.20464,-0.045 0.0651,-0.045 0.10077,-0.16123 l 0.0155,-0.0481 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28642" />
+ <path
+ d="m 106.75034,172.12706 v 0.42168 q -0.17828,-0.0744 -0.34417,-0.11162 -0.16588,-0.0372 -0.31316,-0.0372 -0.15813,0 -0.23564,0.0403 -0.076,0.0388 -0.076,0.12092 0,0.0667 0.0574,0.10232 0.0589,0.0357 0.20929,0.0527 l 0.0977,0.014 q 0.42634,0.0543 0.57361,0.17828 0.14728,0.12402 0.14728,0.38912 0,0.27751 -0.20464,0.41703 -0.20464,0.13953 -0.61081,0.13953 -0.17209,0 -0.35657,-0.0279 -0.18294,-0.0264 -0.37672,-0.0806 v -0.42168 q 0.16588,0.0806 0.33951,0.12092 0.17519,0.0403 0.35502,0.0403 0.16278,0 0.24495,-0.045 0.0822,-0.045 0.0822,-0.13332 0,-0.0744 -0.0574,-0.11007 -0.0558,-0.0372 -0.22479,-0.0574 l -0.0977,-0.0124 q -0.37052,-0.0465 -0.51935,-0.17208 -0.14883,-0.12557 -0.14883,-0.38137 0,-0.27595 0.18914,-0.40928 0.18913,-0.13333 0.57981,-0.13333 0.15348,0 0.32246,0.0233 0.16898,0.0232 0.36742,0.0729 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28644" />
+ <path
+ d="m 107.7972,171.57981 v 0.49299 h 0.57206 v 0.39688 h -0.57206 v 0.73639 q 0,0.12092 0.0481,0.16433 0.0481,0.0419 0.19069,0.0419 h 0.28525 v 0.39687 h -0.47594 q -0.32866,0 -0.46664,-0.13642 -0.13642,-0.13798 -0.13642,-0.46664 v -0.73639 h -0.27596 v -0.39688 h 0.27596 v -0.49299 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28646" />
+ <path
+ d="m 110.3494,172.93632 v 0.15813 h -1.2976 q 0.0202,0.19533 0.14108,0.293 0.12092,0.0977 0.33796,0.0977 0.17518,0 0.35812,-0.0512 0.18448,-0.0527 0.37827,-0.15813 v 0.42788 q -0.19689,0.0744 -0.39377,0.11162 -0.19689,0.0388 -0.39378,0.0388 -0.47129,0 -0.73329,-0.23875 -0.26045,-0.24029 -0.26045,-0.67282 0,-0.42478 0.2558,-0.66818 0.25735,-0.2434 0.70694,-0.2434 0.40927,0 0.65422,0.2465 0.2465,0.2465 0.2465,0.65888 z m -0.57051,-0.18449 q 0,-0.15813 -0.093,-0.25425 -0.0915,-0.0977 -0.2403,-0.0977 -0.16123,0 -0.26199,0.0915 -0.10077,0.0899 -0.12558,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28648" />
+ <path
+ d="m 112.28613,172.36116 q 0.10542,-0.16123 0.24959,-0.24495 0.14573,-0.0853 0.31936,-0.0853 0.29921,0 0.45579,0.18449 0.15658,0.18448 0.15658,0.5364 v 1.0573 h -0.55811 v -0.90537 q 0.002,-0.0202 0.002,-0.0419 0.002,-0.0217 0.002,-0.062 0,-0.18448 -0.0543,-0.26665 -0.0543,-0.0837 -0.17518,-0.0837 -0.15813,0 -0.24495,0.13023 -0.0853,0.13022 -0.0884,0.37672 v 0.85266 h -0.55811 v -0.90537 q 0,-0.28835 -0.0496,-0.37052 -0.0496,-0.0837 -0.17673,-0.0837 -0.15968,0 -0.2465,0.13178 -0.0868,0.13022 -0.0868,0.37362 v 0.85421 h -0.55811 v -1.73633 h 0.55811 v 0.25425 q 0.10232,-0.14728 0.23409,-0.22169 0.13333,-0.0744 0.29301,-0.0744 0.17983,0 0.31781,0.0868 0.13797,0.0868 0.20929,0.2434 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28650" />
+ <path
+ d="m 115.24915,172.12706 v 0.42168 q -0.17829,-0.0744 -0.34417,-0.11162 -0.16588,-0.0372 -0.31316,-0.0372 -0.15813,0 -0.23564,0.0403 -0.076,0.0388 -0.076,0.12092 0,0.0667 0.0574,0.10232 0.0589,0.0357 0.20929,0.0527 l 0.0977,0.014 q 0.42633,0.0543 0.57361,0.17828 0.14728,0.12402 0.14728,0.38912 0,0.27751 -0.20464,0.41703 -0.20464,0.13953 -0.61081,0.13953 -0.17209,0 -0.35657,-0.0279 -0.18294,-0.0264 -0.37672,-0.0806 v -0.42168 q 0.16588,0.0806 0.33951,0.12092 0.17519,0.0403 0.35502,0.0403 0.16278,0 0.24495,-0.045 0.0822,-0.045 0.0822,-0.13332 0,-0.0744 -0.0574,-0.11007 -0.0558,-0.0372 -0.22479,-0.0574 l -0.0977,-0.0124 q -0.37052,-0.0465 -0.51935,-0.17208 -0.14883,-0.12557 -0.14883,-0.38137 0,-0.27595 0.18914,-0.40928 0.18913,-0.13333 0.57981,-0.13333 0.15348,0 0.32246,0.0233 0.16898,0.0232 0.36742,0.0729 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28652" />
+ </g>
+ </g>
+ <g
+ id="g4437"
+ inkscape:label="thirdpartycontrollers">
+ <path
+ id="rect47709-0-3-6-9"
+ style="display:inline;opacity:1;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000"
+ inkscape:label="thirdpartycontrollers.form"
+ d="m 135.00476,172.00002 h 31 v 4 h -31 z" />
+ <g
+ aria-label="3rd Party Controllers"
+ id="text1436-447-86-17"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="thirdpartycontrollers.label">
+ <path
+ d="m 136.2922,173.24364 q 0.22479,0.0481 0.35037,0.19999 0.12712,0.15193 0.12712,0.37517 0,0.34262 -0.23564,0.5302 -0.23565,0.18759 -0.66973,0.18759 -0.14573,0 -0.30076,-0.0295 -0.15348,-0.0279 -0.31781,-0.0853 v -0.30231 q 0.13023,0.076 0.28526,0.11472 0.15503,0.0388 0.32401,0.0388 0.29455,0 0.44803,-0.11627 0.15503,-0.11627 0.15503,-0.33797 0,-0.20464 -0.14418,-0.31936 -0.14262,-0.11627 -0.39842,-0.11627 h -0.26975 v -0.25735 h 0.28215 q 0.23099,0 0.35347,-0.0915 0.12247,-0.093 0.12247,-0.26666 0,-0.17828 -0.12712,-0.27285 -0.12558,-0.0961 -0.36122,-0.0961 -0.12868,0 -0.27595,0.0279 -0.14728,0.0279 -0.32401,0.0868 v -0.27906 q 0.17828,-0.0496 0.33331,-0.0744 0.15658,-0.0248 0.29455,-0.0248 0.35657,0 0.56431,0.16278 0.20774,0.16123 0.20774,0.43718 0,0.19224 -0.11007,0.32556 -0.11007,0.13178 -0.31316,0.18293 z"
+ id="path28656" />
+ <path
+ d="m 138.23668,173.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.23409 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28658" />
+ <path
+ d="m 139.53004,173.01885 v -0.93948 h 0.28525 v 2.41226 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.22789,0.231 -0.13643,0.0744 -0.32867,0.0744 -0.31471,0 -0.51314,-0.25115 -0.19689,-0.25115 -0.19689,-0.66042 0,-0.40928 0.19689,-0.66043 0.19843,-0.25115 0.51314,-0.25115 0.19224,0 0.32867,0.076 0.13797,0.0744 0.22789,0.22944 z m -0.97204,0.60617 q 0,0.31471 0.12868,0.49454 0.13022,0.17828 0.35657,0.17828 0.22634,0 0.35656,-0.17828 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.493 -0.13022,-0.17983 -0.35656,-0.17983 -0.22635,0 -0.35657,0.17983 -0.12868,0.17829 -0.12868,0.493 z"
+ id="path28660" />
+ <path
+ d="m 141.28786,172.43439 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11318 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70694 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93018 h -0.31316 z"
+ id="path28662" />
+ <path
+ d="m 143.43078,173.61882 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10076,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30385,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.19534 0.18604,0.19534 0.18604,0.59221 z"
+ id="path28664" />
+ <path
+ d="m 145.50084,173.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28666" />
+ <path
+ d="m 145.98959,172.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28668" />
+ <path
+ d="m 147.58216,174.65286 q -0.12093,0.31006 -0.23565,0.40463 -0.11472,0.0946 -0.30696,0.0946 h -0.22789 v -0.23875 h 0.16743 q 0.11782,0 0.18294,-0.0558 0.0651,-0.0558 0.14417,-0.26355 l 0.0512,-0.13022 -0.70228,-1.70843 h 0.30231 l 0.5426,1.35806 0.5426,-1.35806 h 0.30231 z"
+ id="path28670" />
+ <path
+ d="m 151.04375,172.35533 v 0.33021 q -0.15813,-0.14728 -0.33796,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60772,0.24185 0.20154,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38758,0.0558 -0.52554,0 -0.82785,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ id="path28672" />
+ <path
+ d="m 152.09527,172.95529 q -0.22945,0 -0.36277,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36432,0.17828 0.22789,0 0.36121,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36121,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37363,0 -0.58602,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58602,-0.24185 z"
+ id="path28674" />
+ <path
+ d="m 154.71567,173.44363 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13952,-0.0775 0.32091,-0.0775 0.29921,0 0.45268,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path28676" />
+ <path
+ d="m 155.47418,172.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28678" />
+ <path
+ d="m 157.35045,173.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.23409 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28680" />
+ <path
+ d="m 158.16012,172.95529 q -0.22945,0 -0.36277,0.17983 -0.13333,0.17829 -0.13333,0.4899 0,0.31161 0.13178,0.49144 0.13332,0.17828 0.36432,0.17828 0.22789,0 0.36121,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36121,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37363,0 -0.58602,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58602,-0.24185 z"
+ id="path28682" />
+ <path
+ d="m 159.3372,172.07937 h 0.28525 v 2.41226 h -0.28525 z"
+ id="path28684" />
+ <path
+ d="m 160.12671,172.07937 h 0.28526 v 2.41226 h -0.28526 z"
+ id="path28686" />
+ <path
+ d="m 162.40141,173.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30695,-0.12093 v 0.26975 q -0.15347,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22945,-0.67593 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path28688" />
+ <path
+ d="m 163.78313,173.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.23409 0.14418,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path28690" />
+ <path
+ d="m 165.09664,172.80646 v 0.26975 q -0.12092,-0.062 -0.25114,-0.093 -0.13023,-0.031 -0.26976,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43099,0.18449 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19224,0.38292 -0.19068,0.14108 -0.52555,0.14108 -0.13952,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.31161,0.12403 0.15348,0.0403 0.30386,0.0403 0.20153,0 0.31005,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34261,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38293,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17364,-0.13333 0.493,-0.13333 0.15813,0 0.29765,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28692" />
+ </g>
+ </g>
+ <g
+ id="g4442"
+ inkscape:label="svnfm">
+ <path
+ id="rect47709-0-3-6-9-7-6"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="svnfm.form"
+ d="m 199.00476,172 h 28 v 4 h -28 z" />
+ <g
+ aria-label="sVNFM"
+ id="text1436-447-86-2"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-7-6);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="svnfm.label">
+ <path
+ d="m 200.41002,172.80646 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43099,0.18449 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19224,0.38292 -0.19068,0.14108 -0.52555,0.14108 -0.13952,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.31161,0.12403 0.15348,0.0403 0.30386,0.0403 0.20153,0 0.31005,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38293,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17364,-0.13333 0.493,-0.13333 0.15813,0 0.29765,0.0233 0.13953,0.0232 0.25735,0.0698 z"
+ id="path28696" />
+ <path
+ d="m 201.47394,174.49163 -0.88367,-2.31459 h 0.32711 l 0.73329,1.94872 0.73484,-1.94872 h 0.32556 l -0.88212,2.31459 z"
+ id="path28698" />
+ <path
+ d="m 202.95643,172.17704 h 0.42168 l 1.02629,1.93632 v -1.93632 h 0.30386 v 2.31459 h -0.42168 l -1.02629,-1.93632 v 1.93632 h -0.30386 z"
+ id="path28700" />
+ <path
+ d="m 205.23887,172.17704 h 1.33016 v 0.26355 h -1.017 v 0.68213 h 0.91778 v 0.26355 h -0.91778 v 1.10536 h -0.31316 z"
+ id="path28702" />
+ <path
+ d="m 206.97252,172.17704 h 0.46663 l 0.59066,1.5751 0.59377,-1.5751 h 0.46664 v 2.31459 h -0.30541 v -2.03243 l -0.59687,1.5875 h -0.3147 l -0.59687,-1.5875 v 2.03243 h -0.30385 z"
+ id="path28704" />
+ </g>
+ </g>
+ <g
+ id="g4447"
+ inkscape:label="ems">
+ <path
+ id="rect47709-0-3-6-9-7-9"
+ style="display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;stroke:#f9e1a7;stroke-width:1.93845;stop-color:#000000;stop-opacity:1"
+ inkscape:label="ems.form"
+ d="m 231.00476,172 h 28 v 4 h -28 z" />
+ <g
+ aria-label="EMS"
+ id="text1436-447-86-7"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-7-9);fill:#4d4d4d;stroke-width:0.264583"
+ inkscape:label="ems.label">
+ <path
+ d="m 231.31552,172.17704 h 1.46347 v 0.26355 h -1.15032 v 0.68523 h 1.10226 v 0.26355 h -1.10226 v 0.83871 h 1.17823 v 0.26355 h -1.49138 z"
+ id="path28708" />
+ <path
+ d="m 233.22899,172.17704 h 0.46664 l 0.59066,1.5751 0.59376,-1.5751 h 0.46664 v 2.31459 h -0.30541 v -2.03243 l -0.59686,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ id="path28710" />
+ <path
+ d="m 237.26327,172.25301 v 0.30541 q -0.17829,-0.0853 -0.33642,-0.12713 -0.15813,-0.0419 -0.30541,-0.0419 -0.25579,0 -0.39532,0.0992 -0.13798,0.0992 -0.13798,0.28216 0,0.15347 0.0915,0.23254 0.093,0.0775 0.35037,0.12557 l 0.18913,0.0388 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33641 -0.22634,0.51005 -0.22479,0.17363 -0.66043,0.17363 -0.16433,0 -0.35036,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32246 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35966,0.0543 0.26821,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14417 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.21549,-0.48369 0.21705,-0.17673 0.59687,-0.17673 0.16278,0 0.33176,0.0294 0.16898,0.0295 0.34572,0.0884 z"
+ id="path28712" />
+ </g>
+ </g>
+ </g>
+ </g>
+ <a
+ id="a5443"
+ inkscape:label="onapborder.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/index.html"
+ xlink:title="The ONAP architecture consists of functions for the design-time, run-time, for managing ONAP itself and additional utilities.">
+ <path
+ id="rect55176"
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#007da5;stroke-width:7.55906;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;stop-color:#000000"
+ inkscape:label="onapborder.form"
+ d="m 34.033758,124.72442 1e-6,752.12598 H 298.60069 V 593.38584 H 1235.9235 V 124.72442 Z"
+ transform="matrix(0.26458333,0,0,0.26458333,-2.0000002,-2.0000011)"
+ sodipodi:nodetypes="ccccccc" />
+ </a>
+ <g
+ id="g1245"
+ inkscape:label="utilities"
+ style="display:inline">
+ <a
+ id="a5474"
+ inkscape:label="utilities.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1"
+ xlink:title="ONAP utilities provide support of the ONAP components."
+ style="display:inline">
+ <g
+ id="g1251"
+ inkscape:label="utilities"
+ style="display:inline">
+ <path
+ id="rect88-3"
+ style="display:inline;fill:#dae3f3;stroke:#dae3f3;stroke-width:4"
+ inkscape:label="utilities.form"
+ d="m 12.004765,156 h 60 v 69.00001 h -60 z" />
+ <g
+ aria-label="Utilities"
+ id="text9983"
+ style="font-size:6.35px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect88-3);display:inline;opacity:0.4;vector-effect:none;stroke-width:0.264583;stop-color:#000000;stop-opacity:1"
+ inkscape:label="utilities.label">
+ <path
+ d="m 12.586816,156.98909 h 1.193726 v 2.77502 q 0,0.57361 0.186035,0.82166 0.189136,0.24494 0.613916,0.24494 0.427881,0 0.613916,-0.24494 0.189136,-0.24805 0.189136,-0.82166 v -2.77502 h 1.193725 v 2.77502 q 0,0.98289 -0.492993,1.46348 -0.492993,0.48059 -1.503784,0.48059 -1.00769,0 -1.500683,-0.48059 -0.492994,-0.48059 -0.492994,-1.46348 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28716" />
+ <path
+ d="m 18.813206,157.15962 v 0.98599 h 1.144116 v 0.79375 h -1.144116 v 1.47277 q 0,0.24185 0.09612,0.32867 0.09612,0.0837 0.381372,0.0837 h 0.570508 v 0.79375 h -0.95188 q -0.657324,0 -0.933276,-0.27285 -0.272851,-0.27595 -0.272851,-0.93328 v -1.47277 h -0.551905 v -0.79375 h 0.551905 v -0.98599 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28718" />
+ <path
+ d="m 20.543746,158.14561 h 1.11001 v 3.47265 h -1.11001 z m 0,-1.35186 h 1.11001 v 0.90537 h -1.11001 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28720" />
+ <path
+ d="m 22.627754,156.79375 h 1.110009 v 4.82451 h -1.110009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28722" />
+ <path
+ d="m 24.711761,158.14561 h 1.11001 v 3.47265 h -1.11001 z m 0,-1.35186 h 1.11001 v 0.90537 h -1.11001 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28724" />
+ <path
+ d="m 28.008096,157.15962 v 0.98599 h 1.144116 v 0.79375 h -1.144116 v 1.47277 q 0,0.24185 0.09612,0.32867 0.09612,0.0837 0.381373,0.0837 h 0.570507 v 0.79375 h -0.95188 q -0.657324,0 -0.933276,-0.27285 -0.272851,-0.27595 -0.272851,-0.93328 v -1.47277 h -0.551905 v -0.79375 h 0.551905 v -0.98599 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28726" />
+ <path
+ d="m 29.738636,158.14561 h 1.11001 v 3.47265 h -1.11001 z m 0,-1.35186 h 1.11001 v 0.90537 h -1.11001 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28728" />
+ <path
+ d="m 35.289099,159.87263 v 0.31626 h -2.595191 q 0.04031,0.39068 0.282154,0.58601 0.241845,0.19534 0.675927,0.19534 0.350367,0 0.716236,-0.10232 0.368969,-0.10542 0.756543,-0.31626 v 0.85576 q -0.393775,0.14883 -0.787549,0.22324 -0.393775,0.0775 -0.787549,0.0775 -0.942578,0 -1.466577,-0.47749 -0.520899,-0.48059 -0.520899,-1.34566 0,-0.84956 0.511597,-1.33635 0.514697,-0.48679 1.413867,-0.48679 0.818555,0 1.308448,0.49299 0.492993,0.493 0.492993,1.31775 z m -1.141016,-0.36897 q 0,-0.31626 -0.186035,-0.50849 -0.182935,-0.19534 -0.480591,-0.19534 -0.322461,0 -0.523999,0.18293 -0.201538,0.17984 -0.251147,0.5209 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28730" />
+ <path
+ d="m 38.749766,158.25413 v 0.84336 q -0.356568,-0.14883 -0.68833,-0.22325 -0.331763,-0.0744 -0.626319,-0.0744 -0.316259,0 -0.471289,0.0806 -0.151928,0.0775 -0.151928,0.24185 0,0.13333 0.114721,0.20464 0.117822,0.0713 0.418579,0.10542 l 0.195337,0.0279 q 0.852661,0.10852 1.147217,0.35657 0.294556,0.24805 0.294556,0.77825 0,0.555 -0.409278,0.83406 -0.409277,0.27905 -1.221631,0.27905 -0.344165,0 -0.713134,-0.0558 -0.365869,-0.0527 -0.753443,-0.16123 v -0.84336 q 0.331763,0.16123 0.679029,0.24184 0.350366,0.0806 0.710034,0.0806 0.325561,0 0.489892,-0.0899 0.164331,-0.0899 0.164331,-0.26665 0,-0.14883 -0.114721,-0.22014 -0.111621,-0.0744 -0.449585,-0.11472 l -0.195337,-0.0248 q -0.74104,-0.093 -1.038696,-0.34416 -0.297657,-0.25115 -0.297657,-0.76275 0,-0.5519 0.378272,-0.81855 0.378271,-0.26665 1.159619,-0.26665 0.306958,0 0.644922,0.0465 0.337964,0.0465 0.734839,0.14573 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="path28732" />
+ </g>
+ </g>
+ </a>
+ <g
+ id="g1257"
+ inkscape:label="onapsharedutilities"
+ style="display:inline">
+ <a
+ id="a5446"
+ inkscape:label="onapsharedutilities.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1"
+ xlink:title="ONAP shared utilities provide support of the ONAP components."
+ style="display:inline">
+ <g
+ id="g3008"
+ inkscape:label="onapsharedutilities"
+ style="display:inline">
+ <path
+ id="rect34206-3"
+ style="display:inline;fill:#959166;stroke:#959166;stroke-width:4"
+ inkscape:label="onapsharedutilities.form"
+ d="m 16.004765,171 h 52 v 30 h -52 z" />
+ <g
+ aria-label="ONAP Shared Utilities"
+ id="text1436-115"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect34206-3);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="onapsharedutilities.label">
+ <path
+ d="m 17.352661,171.88522 q -0.272851,0 -0.42323,0.20154 -0.150378,0.20153 -0.150378,0.5674 0,0.36432 0.150378,0.56586 0.150379,0.20154 0.42323,0.20154 0.274402,0 0.42478,-0.20154 0.150379,-0.20154 0.150379,-0.56586 0,-0.36587 -0.150379,-0.5674 -0.150378,-0.20154 -0.42478,-0.20154 z m 0,-0.43253 q 0.558106,0 0.874365,0.31936 0.31626,0.31936 0.31626,0.88211 0,0.56121 -0.31626,0.88057 -0.316259,0.31936 -0.874365,0.31936 -0.556555,0 -0.874365,-0.31936 -0.31626,-0.31936 -0.31626,-0.88057 0,-0.56275 0.31626,-0.88211 0.31781,-0.31936 0.874365,-0.31936 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28736" />
+ <path
+ d="m 18.901817,171.49454 h 0.666626 l 0.841809,1.5875 v -1.5875 h 0.565857 v 2.31459 h -0.666626 l -0.841809,-1.5875 v 1.5875 h -0.565857 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28738" />
+ <path
+ d="m 22.87098,173.38745 h -0.933276 l -0.147278,0.42168 h -0.599963 l 0.857312,-2.31459 h 0.711584 l 0.857312,2.31459 h -0.599963 z m -0.784448,-0.42943 h 0.63407 l -0.31626,-0.92087 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28740" />
+ <path
+ d="m 23.831025,171.49454 h 0.990637 q 0.441834,0 0.677478,0.19689 0.237195,0.19534 0.237195,0.55811 0,0.36431 -0.237195,0.5612 -0.235644,0.19534 -0.677478,0.19534 h -0.393774 v 0.80305 h -0.596863 z m 0.596863,0.43254 v 0.64647 H 24.7581 q 0.173633,0 0.268201,-0.0837 0.09457,-0.0853 0.09457,-0.24029 0,-0.15503 -0.09457,-0.23875 -0.09457,-0.0837 -0.268201,-0.0837 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28742" />
+ <path
+ d="m 28.424337,171.56741 v 0.48989 q -0.190686,-0.0853 -0.372071,-0.12867 -0.181384,-0.0434 -0.342614,-0.0434 -0.213941,0 -0.31626,0.0589 -0.10232,0.0589 -0.10232,0.18293 0,0.093 0.06821,0.14573 0.06976,0.0512 0.251148,0.0884 l 0.254248,0.0512 q 0.386023,0.0775 0.548804,0.23564 0.16278,0.15813 0.16278,0.44959 0,0.38292 -0.227893,0.5705 -0.226343,0.18604 -0.692981,0.18604 -0.220141,0 -0.441833,-0.0419 -0.221692,-0.0419 -0.443384,-0.12402 v -0.50385 q 0.221692,0.11783 0.427881,0.17829 0.207739,0.0589 0.399975,0.0589 0.195337,0 0.299207,-0.0651 0.10387,-0.0651 0.10387,-0.18604 0,-0.10852 -0.07131,-0.16743 -0.06976,-0.0589 -0.280603,-0.10542 l -0.230994,-0.0512 q -0.347265,-0.0744 -0.508496,-0.2372 -0.15968,-0.16278 -0.15968,-0.43873 0,-0.34571 0.223242,-0.53175 0.223243,-0.18603 0.641822,-0.18603 0.190686,0 0.392224,0.0294 0.201538,0.0279 0.417029,0.0853 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28744" />
+ <path
+ d="m 30.728485,172.75183 v 1.0573 h -0.558106 v -0.17208 -0.63407 q 0,-0.22789 -0.01085,-0.31316 -0.0093,-0.0853 -0.03411,-0.12557 -0.03256,-0.0543 -0.08837,-0.0837 -0.05581,-0.031 -0.127124,-0.031 -0.173633,0 -0.272851,0.13488 -0.09922,0.13332 -0.09922,0.37052 v 0.85421 h -0.555005 v -2.41226 h 0.555005 v 0.93018 q 0.125574,-0.15193 0.26665,-0.22324 0.141077,-0.0729 0.311609,-0.0729 0.300757,0 0.455786,0.18449 0.15658,0.18448 0.15658,0.5364 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28746" />
+ <path
+ d="m 31.928826,173.02778 q -0.173633,0 -0.262,0.0589 -0.08682,0.0589 -0.08682,0.17364 0,0.10542 0.06976,0.16588 0.07131,0.0589 0.196887,0.0589 0.15658,0 0.26355,-0.11162 0.10697,-0.11317 0.10697,-0.28215 v -0.0636 z m 0.84801,-0.20929 v 0.99064 H 32.21718 v -0.25735 q -0.111621,0.15813 -0.251147,0.231 -0.139527,0.0713 -0.339514,0.0713 -0.269751,0 -0.438733,-0.15658 -0.167432,-0.15813 -0.167432,-0.40928 0,-0.30541 0.20929,-0.44803 0.210839,-0.14263 0.660424,-0.14263 h 0.327112 v -0.0434 q 0,-0.13177 -0.103869,-0.19223 -0.10387,-0.062 -0.324012,-0.062 -0.178283,0 -0.331762,0.0357 -0.153479,0.0357 -0.285254,0.10697 v -0.42323 q 0.178283,-0.0434 0.358117,-0.0651 0.179834,-0.0233 0.359668,-0.0233 0.469739,0 0.677478,0.18604 0.20929,0.18448 0.20929,0.60151 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28748" />
+ <path
+ d="m 34.490322,172.54564 q -0.07286,-0.0341 -0.145727,-0.0496 -0.07131,-0.017 -0.144177,-0.017 -0.213941,0 -0.330213,0.13798 -0.114721,0.13642 -0.114721,0.39222 v 0.79995 h -0.555005 v -1.73633 h 0.555005 v 0.28526 q 0.10697,-0.17054 0.244946,-0.24805 0.139526,-0.0791 0.333313,-0.0791 0.02791,0 0.06046,0.003 0.03256,0.002 0.09457,0.009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28750" />
+ <path
+ d="m 36.406898,172.93632 v 0.15813 h -1.297595 q 0.02015,0.19533 0.141077,0.293 0.120923,0.0977 0.337964,0.0977 0.175183,0 0.358117,-0.0512 0.184485,-0.0527 0.378272,-0.15813 v 0.42788 q -0.196887,0.0744 -0.393774,0.11162 -0.196888,0.0388 -0.393775,0.0388 -0.471289,0 -0.733288,-0.23875 -0.26045,-0.24029 -0.26045,-0.67282 0,-0.42478 0.255799,-0.66818 0.257348,-0.2434 0.706933,-0.2434 0.409278,0 0.654224,0.2465 0.246496,0.2465 0.246496,0.65888 z m -0.570507,-0.18449 q 0,-0.15813 -0.09302,-0.25425 -0.09147,-0.0977 -0.240295,-0.0977 -0.161231,0 -0.262,0.0915 -0.100769,0.0899 -0.125574,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28752" />
+ <path
+ d="m 37.915747,172.32705 v -0.93018 h 0.558106 v 2.41226 h -0.558106 v -0.25115 q -0.114722,0.15348 -0.252698,0.2248 -0.137976,0.0713 -0.31936,0.0713 -0.320911,0 -0.5271,-0.25425 -0.206189,-0.2558 -0.206189,-0.65732 0,-0.40153 0.206189,-0.65578 0.206189,-0.2558 0.5271,-0.2558 0.179834,0 0.31781,0.0729 0.139526,0.0713 0.254248,0.22324 z m -0.365869,1.12396 q 0.178284,0 0.271301,-0.13022 0.09457,-0.13023 0.09457,-0.37827 0,-0.24805 -0.09457,-0.37827 -0.09302,-0.13023 -0.271301,-0.13023 -0.176733,0 -0.271301,0.13023 -0.09302,0.13022 -0.09302,0.37827 0,0.24804 0.09302,0.37827 0.09457,0.13022 0.271301,0.13022 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28754" />
+ <path
+ d="m 39.687526,171.49454 h 0.596862 v 1.38752 q 0,0.2868 0.09302,0.41082 0.09457,0.12248 0.306958,0.12248 0.21394,0 0.306958,-0.12248 0.09457,-0.12402 0.09457,-0.41082 v -1.38752 h 0.596863 v 1.38752 q 0,0.49144 -0.246497,0.73173 -0.246497,0.2403 -0.751892,0.2403 -0.503845,0 -0.750342,-0.2403 -0.246496,-0.24029 -0.246496,-0.73173 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28756" />
+ <path
+ d="m 42.754418,171.57981 v 0.49299 h 0.572058 v 0.39688 h -0.572058 v 0.73639 q 0,0.12092 0.04806,0.16433 0.04806,0.0419 0.190686,0.0419 h 0.285254 v 0.39687 h -0.47594 q -0.328662,0 -0.466638,-0.13642 -0.136426,-0.13798 -0.136426,-0.46664 v -0.73639 h -0.275952 v -0.39688 h 0.275952 v -0.49299 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28758" />
+ <path
+ d="m 43.573386,172.0728 h 0.555005 v 1.73633 h -0.555005 z m 0,-0.67593 h 0.555005 v 0.45269 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28760" />
+ <path
+ d="m 44.569087,171.39687 h 0.555005 v 2.41226 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28762" />
+ <path
+ d="m 45.564788,172.0728 h 0.555005 v 1.73633 h -0.555005 z m 0,-0.67593 h 0.555005 v 0.45269 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28764" />
+ <path
+ d="m 47.166655,171.57981 v 0.49299 h 0.572058 v 0.39688 h -0.572058 v 0.73639 q 0,0.12092 0.04806,0.16433 0.04806,0.0419 0.190686,0.0419 h 0.285254 v 0.39687 h -0.47594 q -0.328662,0 -0.466638,-0.13642 -0.136426,-0.13798 -0.136426,-0.46664 v -0.73639 h -0.275952 v -0.39688 h 0.275952 v -0.49299 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28766" />
+ <path
+ d="m 47.985622,172.0728 h 0.555005 v 1.73633 h -0.555005 z m 0,-0.67593 h 0.555005 v 0.45269 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28768" />
+ <path
+ d="m 50.71455,172.93632 v 0.15813 h -1.297595 q 0.02015,0.19533 0.141076,0.293 0.120923,0.0977 0.337964,0.0977 0.175183,0 0.358118,-0.0512 0.184485,-0.0527 0.378271,-0.15813 v 0.42788 q -0.196887,0.0744 -0.393774,0.11162 -0.196887,0.0388 -0.393774,0.0388 -0.471289,0 -0.733289,-0.23875 -0.260449,-0.24029 -0.260449,-0.67282 0,-0.42478 0.255798,-0.66818 0.257349,-0.2434 0.706934,-0.2434 0.409277,0 0.654223,0.2465 0.246497,0.2465 0.246497,0.65888 z m -0.570508,-0.18449 q 0,-0.15813 -0.09302,-0.25425 -0.09147,-0.0977 -0.240296,-0.0977 -0.16123,0 -0.261999,0.0915 -0.100769,0.0899 -0.125574,0.26045 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28770" />
+ <path
+ d="m 52.398582,172.12706 v 0.42168 q -0.178284,-0.0744 -0.344165,-0.11162 -0.165882,-0.0372 -0.31316,-0.0372 -0.158129,0 -0.235644,0.0403 -0.07596,0.0388 -0.07596,0.12092 0,0.0667 0.05736,0.10232 0.05891,0.0357 0.20929,0.0527 l 0.09767,0.014 q 0.426331,0.0543 0.573609,0.17828 0.147278,0.12402 0.147278,0.38912 0,0.27751 -0.204639,0.41703 -0.204639,0.13953 -0.610815,0.13953 -0.172083,0 -0.356568,-0.0279 -0.182934,-0.0264 -0.376721,-0.0806 v -0.42168 q 0.165881,0.0806 0.339514,0.12092 0.175183,0.0403 0.355017,0.0403 0.162781,0 0.244947,-0.045 0.08217,-0.045 0.08217,-0.13332 0,-0.0744 -0.05736,-0.11007 -0.05581,-0.0372 -0.224792,-0.0574 l -0.09767,-0.0124 q -0.37052,-0.0465 -0.519348,-0.17208 -0.148828,-0.12557 -0.148828,-0.38137 0,-0.27595 0.189136,-0.40928 0.189135,-0.13333 0.579809,-0.13333 0.153479,0 0.322461,0.0233 0.168982,0.0232 0.36742,0.0729 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28772" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5453"
+ inkscape:label="toscaparser.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/"
+ xlink:title="[TO BE REVISED] etsicatalog provides package management service and parser service by Micro Service. It can be used to store packages distributed by the SDC, and can be consumed by other projects or components such as UUI, VFC, etc. It also includes a TOSCA parser service.">
+ <g
+ id="g1268"
+ inkscape:label="toscaparser"
+ style="display:inline">
+ <path
+ id="rect47709-1-8-0"
+ style="display:inline;opacity:1;vector-effect:none;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="toscaparser.form"
+ d="m 17.004765,196 h 50 v 4 h -50 z" />
+ <g
+ aria-label="TOSCA Parser"
+ id="text1436-44"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-0);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="toscaparser.label">
+ <path
+ d="m 16.994604,196.49454 h 1.95802 v 0.26355 h -0.821655 v 2.05104 H 17.81626 v -2.05104 h -0.821656 z"
+ id="path28776" />
+ <path
+ d="m 20.101805,196.70693 q -0.341064,0 -0.542603,0.25425 -0.199987,0.25425 -0.199987,0.69298 0,0.43719 0.199987,0.69143 0.201539,0.25425 0.542603,0.25425 0.341064,0 0.539502,-0.25425 0.199988,-0.25424 0.199988,-0.69143 0,-0.43873 -0.199988,-0.69298 -0.198438,-0.25425 -0.539502,-0.25425 z m 0,-0.25424 q 0.486792,0 0.778247,0.32711 0.291455,0.32556 0.291455,0.87436 0,0.54726 -0.291455,0.87437 -0.291455,0.32556 -0.778247,0.32556 -0.488342,0 -0.781348,-0.32556 -0.291455,-0.32556 -0.291455,-0.87437 0,-0.5488 0.291455,-0.87436 0.293006,-0.32711 0.781348,-0.32711 z"
+ id="path28778" />
+ <path
+ d="m 22.956308,196.57051 v 0.30541 q -0.178284,-0.0853 -0.336414,-0.12713 -0.158129,-0.0419 -0.305407,-0.0419 -0.255799,0 -0.395325,0.0992 -0.137976,0.0992 -0.137976,0.28216 0,0.15347 0.09147,0.23254 0.09302,0.0775 0.350366,0.12557 l 0.189136,0.0388 q 0.350366,0.0667 0.516248,0.23565 0.167431,0.16743 0.167431,0.44958 0,0.33641 -0.226342,0.51005 -0.224793,0.17363 -0.660425,0.17363 -0.164331,0 -0.350366,-0.0372 -0.184485,-0.0372 -0.382923,-0.11007 v -0.32246 q 0.190686,0.10697 0.373621,0.16123 0.182934,0.0543 0.359668,0.0543 0.2682,0 0.413928,-0.10542 0.145728,-0.10542 0.145728,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.342615,-0.14417 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506946,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.215491,-0.48369 0.217041,-0.17673 0.596863,-0.17673 0.162781,0 0.331763,0.0294 0.168982,0.0295 0.345715,0.0884 z"
+ id="path28780" />
+ <path
+ d="m 25.2248,196.67283 v 0.33021 q -0.15813,-0.14728 -0.337964,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607714,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.210839,0.24185 0.607714,0.24185 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182934,0.0558 -0.387573,0.0558 -0.525549,0 -0.827857,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302308,-0.32246 0.827857,-0.32246 0.207739,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path28782" />
+ <path
+ d="m 26.389483,196.80305 -0.42478,1.15187 h 0.851111 z m -0.176733,-0.30851 h 0.355017 l 0.882117,2.31459 h -0.325562 l -0.21084,-0.59376 h -1.043347 l -0.21084,0.59376 h -0.330212 z"
+ id="path28784" />
+ <path
+ d="m 28.660456,196.75189 v 0.86972 h 0.393774 q 0.218591,0 0.337964,-0.11317 0.119372,-0.11318 0.119372,-0.32247 0,-0.20774 -0.119372,-0.32091 -0.119373,-0.11317 -0.337964,-0.11317 z m -0.31316,-0.25735 h 0.706934 q 0.389123,0 0.587561,0.17674 0.199988,0.17518 0.199988,0.51469 0,0.34262 -0.199988,0.5178 -0.198438,0.17519 -0.587561,0.17519 h -0.393774 v 0.93017 h -0.31316 z"
+ id="path28786" />
+ <path
+ d="m 30.803374,197.93632 q -0.345715,0 -0.47904,0.0791 -0.133325,0.0791 -0.133325,0.26975 0,0.15193 0.09922,0.24185 0.10077,0.0884 0.272852,0.0884 0.237195,0 0.379822,-0.16743 0.144177,-0.16898 0.144177,-0.44803 v -0.0636 z m 0.568958,-0.11783 v 0.99064 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145727,0.0744 -0.356567,0.0744 -0.266651,0 -0.424781,-0.14883 -0.156579,-0.15038 -0.156579,-0.40152 0,-0.29301 0.195337,-0.44184 0.196887,-0.14883 0.58601,-0.14883 h 0.399976 v -0.0279 q 0,-0.19689 -0.130225,-0.30386 -0.128674,-0.10852 -0.362768,-0.10852 -0.148828,0 -0.289905,0.0357 -0.141077,0.0357 -0.271301,0.10697 v -0.26355 q 0.156579,-0.0605 0.303857,-0.0899 0.147278,-0.031 0.286804,-0.031 0.376722,0 0.562757,0.19534 0.186035,0.19534 0.186035,0.59221 z"
+ id="path28788" />
+ <path
+ d="m 32.873429,197.33945 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124024,-0.014 -0.241846,0 -0.37207,0.15813 -0.128674,0.15658 -0.128674,0.45114 v 0.91467 h -0.286805 v -1.73633 h 0.286805 v 0.26975 q 0.08992,-0.15813 0.234094,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path28790" />
+ <path
+ d="m 34.18694,197.12396 v 0.26975 q -0.120922,-0.062 -0.251147,-0.093 -0.130225,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18449 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38292 -0.190686,0.14108 -0.52555,0.14108 -0.139526,0 -0.291455,-0.0279 -0.150378,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303857,0.0403 0.201539,0 0.310059,-0.0682 0.108521,-0.0698 0.108521,-0.19534 0,-0.11627 -0.07906,-0.17828 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117822,-0.11627 -0.117822,-0.31781 0,-0.24494 0.173632,-0.37827 0.173633,-0.13333 0.492993,-0.13333 0.15813,0 0.297657,0.0233 0.139526,0.0232 0.257348,0.0698 z"
+ id="path28792" />
+ <path
+ d="m 36.12677,197.86965 v 0.13953 h -1.311548 q 0.0186,0.29456 0.176733,0.44958 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658875,-0.24185 -0.241845,-0.24184 -0.241845,-0.65422 0,-0.42633 0.229443,-0.67593 0.230994,-0.25115 0.621667,-0.25115 0.350367,0 0.553455,0.22635 0.204639,0.22479 0.204639,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path28794" />
+ <path
+ d="m 37.508495,197.33945 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124024,-0.014 -0.241846,0 -0.37207,0.15813 -0.128674,0.15658 -0.128674,0.45114 v 0.91467 h -0.286805 v -1.73633 h 0.286805 v 0.26975 q 0.08992,-0.15813 0.234094,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path28796" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5460"
+ inkscape:label="modelutilities.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/"
+ xlink:title="[TO BE REVISED] The unified model-driven approach uses models as sources of data for generating processes/codes and following workflows (not code development as source). This way, the system can be more flexible and future proof, easy to update and use for cross-platform solutions since the “only” thing needed is a model update and manipulation through engine.">
+ <g
+ id="g1274"
+ inkscape:label="modelutilities"
+ style="display:inline">
+ <path
+ id="rect47709-1-1"
+ style="display:inline;opacity:1;vector-effect:none;fill:#b9b699;stroke:#b9b699;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="modelutilities.form"
+ d="m 17.004765,188 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Model Utilities"
+ id="text1436-30"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-1);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="modelutilities.label">
+ <path
+ d="m 17.315515,188.49454 h 0.466638 l 0.590662,1.5751 0.593762,-1.5751 h 0.466638 v 2.31459 h -0.305407 v -2.03243 l -0.596863,1.5875 h -0.31471 l -0.596862,-1.5875 v 2.03243 h -0.303858 z"
+ id="path28800" />
+ <path
+ d="m 20.622703,189.27279 q -0.229443,0 -0.362768,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364318,0.17828 0.227894,0 0.361219,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133325,-0.18138 -0.361219,-0.18138 z m 0,-0.24185 q 0.372071,0 0.584461,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.584461,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28802" />
+ <path
+ d="m 22.942355,189.33635 v -0.93948 h 0.285254 v 2.41226 h -0.285254 v -0.26045 q -0.08992,0.15503 -0.227893,0.231 -0.136426,0.0744 -0.328662,0.0744 -0.31471,0 -0.513147,-0.25115 -0.196887,-0.25115 -0.196887,-0.66042 0,-0.40928 0.196887,-0.66043 0.198437,-0.25115 0.513147,-0.25115 0.192236,0 0.328662,0.076 0.137976,0.0744 0.227893,0.22944 z m -0.972034,0.60617 q 0,0.31471 0.128675,0.49454 0.130224,0.17828 0.356567,0.17828 0.226343,0 0.356568,-0.17828 0.130224,-0.17983 0.130224,-0.49454 0,-0.31471 -0.130224,-0.493 -0.130225,-0.17983 -0.356568,-0.17983 -0.226343,0 -0.356567,0.17983 -0.128675,0.17829 -0.128675,0.493 z"
+ id="path28804" />
+ <path
+ d="m 25.207747,189.86965 v 0.13953 h -1.311548 q 0.0186,0.29456 0.176733,0.44958 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658875,-0.24185 -0.241846,-0.24184 -0.241846,-0.65422 0,-0.42633 0.229444,-0.67593 0.230994,-0.25115 0.621667,-0.25115 0.350367,0 0.553455,0.22635 0.204639,0.22479 0.204639,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path28806" />
+ <path
+ d="m 25.583331,188.39687 h 0.285254 v 2.41226 h -0.285254 z"
+ id="path28808" />
+ <path
+ d="m 27.001642,188.49454 h 0.31471 v 1.40612 q 0,0.37207 0.134875,0.5364 0.134875,0.16278 0.437183,0.16278 0.300756,0 0.435632,-0.16278 0.134875,-0.16433 0.134875,-0.5364 v -1.40612 h 0.31471 v 1.44488 q 0,0.45268 -0.224793,0.68368 -0.223242,0.23099 -0.660424,0.23099 -0.438733,0 -0.663526,-0.23099 -0.223242,-0.231 -0.223242,-0.68368 z"
+ id="path28810" />
+ <path
+ d="m 29.538335,188.57981 v 0.49299 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237194,0.0605 h 0.293006 v 0.23874 H 29.83289 q -0.330212,0 -0.455786,-0.12247 -0.125573,-0.12403 -0.125573,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28812" />
+ <path
+ d="m 30.408462,189.0728 h 0.285254 v 1.73633 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path28814" />
+ <path
+ d="m 31.197975,188.39687 h 0.285254 v 2.41226 h -0.285254 z"
+ id="path28816" />
+ <path
+ d="m 31.987488,189.0728 h 0.285253 v 1.73633 h -0.285253 z m 0,-0.67593 h 0.285253 v 0.36122 h -0.285253 z"
+ id="path28818" />
+ <path
+ d="m 33.059154,188.57981 v 0.49299 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293006 v 0.23874 h -0.293006 q -0.330212,0 -0.455786,-0.12247 -0.125574,-0.12403 -0.125574,-0.44959 v -0.94258 H 32.56306 v -0.22169 h 0.209289 v -0.49299 z"
+ id="path28820" />
+ <path
+ d="m 33.929282,189.0728 h 0.285254 v 1.73633 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path28822" />
+ <path
+ d="m 36.203973,189.86965 v 0.13953 h -1.311547 q 0.0186,0.29456 0.176733,0.44958 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24185 -0.241846,-0.24184 -0.241846,-0.65422 0,-0.42633 0.229444,-0.67593 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22635 0.204638,0.22479 0.204638,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131774,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382923,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path28824" />
+ <path
+ d="m 37.686467,189.12396 v 0.26975 q -0.120923,-0.062 -0.251147,-0.093 -0.130225,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18449 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38292 -0.190686,0.14108 -0.52555,0.14108 -0.139526,0 -0.291455,-0.0279 -0.150378,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303857,0.0403 0.201539,0 0.310059,-0.0682 0.108521,-0.0698 0.108521,-0.19534 0,-0.11627 -0.07906,-0.17828 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117823,-0.11627 -0.117823,-0.31781 0,-0.24494 0.173633,-0.37827 0.173633,-0.13333 0.492993,-0.13333 0.15813,0 0.297657,0.0233 0.139526,0.0232 0.257348,0.0698 z"
+ id="path28826" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5460-6"
+ inkscape:label="ccsdk.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-ccsdk-distribution/en/latest/index.html"
+ xlink:title="The Common Controller Software Development Kit (CCSDK) provides a common set of reusable code that can be used across multiple controllers. For example, the SDN-C , APP-C, DCAE, ONAP Operations Manager and ONAP controller can reuse common pieces from this framework."
+ style="display:inline"
+ transform="translate(2.0000041,-8.000001)">
+ <g
+ id="g1274-1"
+ inkscape:label="ccsdk"
+ style="display:inline">
+ <path
+ id="rect47709-1-1-5"
+ style="display:inline;opacity:1;vector-effect:none;fill:#b9b699;stroke:#b9b699;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="ccsdk.form"
+ d="m 15.004762,188 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Common Controller SDK (CCSDK)"
+ id="text1436-30-9"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-1-5);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="ccsdk.label">
+ <path
+ d="m 17.048743,188.67283 v 0.33021 q -0.15813,-0.14728 -0.337964,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.607715,0.24185 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182935,0.0558 -0.387574,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302307,-0.32246 0.827856,-0.32246 0.20774,0 0.390674,0.0558 0.184485,0.0543 0.345716,0.16433 z"
+ id="path28830" />
+ <path
+ d="m 18.100255,189.27279 q -0.229444,0 -0.362769,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364319,0.17828 0.227893,0 0.361218,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133325,-0.18138 -0.361218,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.373621,0 -0.586011,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.586011,-0.24185 z"
+ id="path28832" />
+ <path
+ d="m 20.629196,189.40612 q 0.10697,-0.19224 0.255798,-0.28371 0.148828,-0.0915 0.350366,-0.0915 0.271302,0 0.41858,0.19069 0.147277,0.18914 0.147277,0.5395 v 1.048 h -0.286804 v -1.0387 q 0,-0.24959 -0.08837,-0.37052 -0.08837,-0.12092 -0.26975,-0.12092 -0.221692,0 -0.350367,0.14728 -0.128674,0.14728 -0.128674,0.40153 v 0.98133 h -0.286804 v -1.0387 q 0,-0.25114 -0.08837,-0.37052 -0.08837,-0.12092 -0.272851,-0.12092 -0.218592,0 -0.347266,0.14883 -0.128674,0.14728 -0.128674,0.39998 v 0.98133 h -0.286805 v -1.73633 h 0.286805 v 0.26975 q 0.09767,-0.15968 0.234094,-0.23564 0.136426,-0.076 0.324011,-0.076 0.189136,0 0.320911,0.0961 0.133325,0.0961 0.196887,0.27906 z"
+ id="path28834" />
+ <path
+ d="m 23.629426,189.40612 q 0.10697,-0.19224 0.255798,-0.28371 0.148828,-0.0915 0.350367,-0.0915 0.271301,0 0.418579,0.19069 0.147277,0.18914 0.147277,0.5395 v 1.048 h -0.286804 v -1.0387 q 0,-0.24959 -0.08837,-0.37052 -0.08837,-0.12092 -0.269751,-0.12092 -0.221692,0 -0.350367,0.14728 -0.128674,0.14728 -0.128674,0.40153 v 0.98133 h -0.286804 v -1.0387 q 0,-0.25114 -0.08837,-0.37052 -0.08837,-0.12092 -0.272851,-0.12092 -0.218592,0 -0.347266,0.14883 -0.128674,0.14728 -0.128674,0.39998 v 0.98133 h -0.286805 v -1.73633 h 0.286805 v 0.26975 q 0.09767,-0.15968 0.234094,-0.23564 0.136426,-0.076 0.324011,-0.076 0.189136,0 0.320911,0.0961 0.133325,0.0961 0.196887,0.27906 z"
+ id="path28836" />
+ <path
+ d="m 25.950628,189.27279 q -0.229443,0 -0.362768,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364318,0.17828 0.227894,0 0.361219,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133325,-0.18138 -0.361219,-0.18138 z m 0,-0.24185 q 0.372071,0 0.584461,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.584461,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path28838" />
+ <path
+ d="m 28.571037,189.76113 v 1.048 h -0.285254 v -1.0387 q 0,-0.24649 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230994,0 -0.364319,0.14728 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 H 27.11686 v -1.73633 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240296,-0.23409 0.139526,-0.0775 0.32091,-0.0775 0.299207,0 0.452686,0.18604 0.153479,0.18448 0.153479,0.54415 z"
+ id="path28840" />
+ <path
+ d="m 31.445073,188.67283 v 0.33021 q -0.158129,-0.14728 -0.337963,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.607715,0.24185 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337963,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348815,0.16743 -0.182935,0.0558 -0.387574,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302307,-0.32246 0.827856,-0.32246 0.20774,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path28842" />
+ <path
+ d="m 32.496585,189.27279 q -0.229443,0 -0.362768,0.17983 -0.133326,0.17829 -0.133326,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364319,0.17828 0.227893,0 0.361218,-0.17983 0.133326,-0.17983 0.133326,-0.48989 0,-0.30851 -0.133326,-0.48835 -0.133325,-0.18138 -0.361218,-0.18138 z m 0,-0.24185 q 0.37207,0 0.584461,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.212391,0.24185 -0.584461,0.24185 -0.373621,0 -0.586011,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.586011,-0.24185 z"
+ id="path28844" />
+ <path
+ d="m 35.116993,189.76113 v 1.048 h -0.285254 v -1.0387 q 0,-0.24649 -0.09612,-0.36897 -0.09612,-0.12247 -0.288354,-0.12247 -0.230994,0 -0.364319,0.14728 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240295,-0.23409 0.139526,-0.0775 0.320911,-0.0775 0.299206,0 0.452685,0.18604 0.153479,0.18448 0.153479,0.54415 z"
+ id="path28846" />
+ <path
+ d="m 35.8755,188.57981 v 0.49299 h 0.587561 v 0.22169 H 35.8755 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237194,0.0605 h 0.293006 v 0.23874 h -0.293006 q -0.330212,0 -0.455786,-0.12247 -0.125573,-0.12403 -0.125573,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path28848" />
+ <path
+ d="m 37.751767,189.33945 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45114 v 0.91467 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path28850" />
+ <path
+ d="m 38.561435,189.27279 q -0.229443,0 -0.362769,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364319,0.17828 0.227893,0 0.361218,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133325,-0.18138 -0.361218,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.373621,0 -0.586011,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.586011,-0.24185 z"
+ id="path28852" />
+ <path
+ d="m 39.73852,188.39687 h 0.285254 v 2.41226 H 39.73852 Z"
+ id="path28854" />
+ <path
+ d="m 40.528033,188.39687 h 0.285254 v 2.41226 h -0.285254 z"
+ id="path28856" />
+ <path
+ d="m 42.802726,189.86965 v 0.13953 h -1.311547 q 0.0186,0.29456 0.176733,0.44958 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24185 -0.241846,-0.24184 -0.241846,-0.65422 0,-0.42633 0.229444,-0.67593 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22635 0.204638,0.22479 0.204638,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131774,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382923,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path28858" />
+ <path
+ d="m 44.184449,189.33945 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45114 v 0.91467 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path28860" />
+ <path
+ d="m 46.443021,188.57051 v 0.30541 q -0.178283,-0.0853 -0.336413,-0.12713 -0.15813,-0.0419 -0.305408,-0.0419 -0.255798,0 -0.395325,0.0992 -0.137976,0.0992 -0.137976,0.28216 0,0.15347 0.09147,0.23254 0.09302,0.0775 0.350366,0.12557 l 0.189136,0.0388 q 0.350366,0.0667 0.516247,0.23565 0.167432,0.16743 0.167432,0.44958 0,0.33641 -0.226343,0.51005 -0.224793,0.17363 -0.660425,0.17363 -0.164331,0 -0.350366,-0.0372 -0.184485,-0.0372 -0.382922,-0.11007 v -0.32246 q 0.190686,0.10697 0.37362,0.16123 0.182935,0.0543 0.359668,0.0543 0.268201,0 0.413928,-0.10542 0.145728,-0.10542 0.145728,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.342615,-0.14417 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506946,-0.21859 -0.156579,-0.14883 -0.156579,-0.41393 0,-0.30696 0.215491,-0.48369 0.217041,-0.17673 0.596862,-0.17673 0.162781,0 0.331763,0.0294 0.168982,0.0295 0.345715,0.0884 z"
+ id="path28862" />
+ <path
+ d="m 47.291444,188.75189 v 1.79989 h 0.378271 q 0.479041,0 0.700733,-0.21704 0.223242,-0.21704 0.223242,-0.68523 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700733,-0.21704 z m -0.31316,-0.25735 h 0.643372 q 0.672827,0 0.987537,0.28061 0.314709,0.27905 0.314709,0.87436 0,0.59841 -0.31626,0.87902 -0.316259,0.2806 -0.985986,0.2806 h -0.643372 z"
+ id="path28864" />
+ <path
+ d="m 49.330492,188.49454 h 0.313159 v 0.97824 l 1.038696,-0.97824 h 0.403076 l -1.148767,1.07901 1.230933,1.23558 h -0.412378 l -1.11156,-1.11466 v 1.11466 h -0.313159 z"
+ id="path28866" />
+ <path
+ d="m 52.644814,188.39998 q -0.20774,0.35656 -0.308509,0.70538 -0.100769,0.34881 -0.100769,0.70693 0,0.35812 0.100769,0.71004 0.10232,0.35036 0.308509,0.70538 h -0.248047 q -0.232544,-0.36432 -0.348816,-0.71624 -0.114722,-0.35191 -0.114722,-0.69918 0,-0.34571 0.114722,-0.69608 0.114721,-0.35037 0.348816,-0.71623 z"
+ id="path28868" />
+ <path
+ d="m 54.851294,188.67283 v 0.33021 q -0.15813,-0.14728 -0.337964,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.2434 -0.210839,0.24185 -0.210839,0.70073 0,0.45734 0.210839,0.70073 0.21084,0.24185 0.607715,0.24185 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182935,0.0558 -0.387573,0.0558 -0.52555,0 -0.827857,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302307,-0.32246 0.827857,-0.32246 0.207739,0 0.390674,0.0558 0.184484,0.0543 0.345715,0.16433 z"
+ id="path28870" />
+ <path
+ d="m 56.975607,188.67283 v 0.33021 q -0.15813,-0.14728 -0.337964,-0.22014 -0.178283,-0.0729 -0.379821,-0.0729 -0.396875,0 -0.607715,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.607715,0.24185 0.201538,0 0.379821,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182934,0.0558 -0.387573,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302307,-0.32246 0.827856,-0.32246 0.207739,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path28872" />
+ <path
+ d="m 58.754205,188.57051 v 0.30541 q -0.178283,-0.0853 -0.336413,-0.12713 -0.15813,-0.0419 -0.305408,-0.0419 -0.255798,0 -0.395325,0.0992 -0.137976,0.0992 -0.137976,0.28216 0,0.15347 0.09147,0.23254 0.09302,0.0775 0.350366,0.12557 l 0.189135,0.0388 q 0.350367,0.0667 0.516248,0.23565 0.167432,0.16743 0.167432,0.44958 0,0.33641 -0.226343,0.51005 -0.224793,0.17363 -0.660425,0.17363 -0.164331,0 -0.350366,-0.0372 -0.184485,-0.0372 -0.382922,-0.11007 v -0.32246 q 0.190686,0.10697 0.37362,0.16123 0.182935,0.0543 0.359668,0.0543 0.268201,0 0.413928,-0.10542 0.145728,-0.10542 0.145728,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.342615,-0.14417 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506946,-0.21859 -0.156579,-0.14883 -0.156579,-0.41393 0,-0.30696 0.21549,-0.48369 0.217042,-0.17673 0.596863,-0.17673 0.162781,0 0.331763,0.0294 0.168982,0.0295 0.345715,0.0884 z"
+ id="path28874" />
+ <path
+ d="m 59.602631,188.75189 v 1.79989 h 0.378272 q 0.47904,0 0.700732,-0.21704 0.223242,-0.21704 0.223242,-0.68523 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700732,-0.21704 z m -0.313159,-0.25735 h 0.643372 q 0.672827,0 0.987536,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.985986,0.2806 h -0.643372 z"
+ id="path28876" />
+ <path
+ d="m 61.641679,188.49454 h 0.31316 v 0.97824 l 1.038696,-0.97824 h 0.403076 l -1.148767,1.07901 1.230933,1.23558 h -0.412378 l -1.11156,-1.11466 v 1.11466 h -0.31316 z"
+ id="path28878" />
+ <path
+ d="m 63.573759,188.39998 h 0.248047 q 0.232544,0.36586 0.347266,0.71623 0.116272,0.35037 0.116272,0.69608 0,0.34727 -0.116272,0.69918 -0.114722,0.35192 -0.347266,0.71624 h -0.248047 q 0.206189,-0.35502 0.306958,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.100769,-0.34882 -0.306958,-0.70538 z"
+ id="path28880" />
+ </g>
+ </g>
+ </a>
+ </g>
+ </g>
+ <g
+ id="g2637"
+ inkscape:label="manageonap"
+ style="display:inline">
+ <a
+ id="a5481"
+ inkscape:label="manageonap.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-operator/index.html#operations-and-administration-guides"
+ xlink:title="Management capabilities for the Open Network Automation Platform itself.">
+ <g
+ id="g1266"
+ inkscape:label="manageonap"
+ style="display:inline">
+ <path
+ id="rect41609"
+ style="display:inline;fill:#dae3f3;stroke:#dae3f3;stroke-width:4"
+ inkscape:label="manageonap.form"
+ d="m 172,51.932758 h 148.00476 v 9.999997 H 172 Z" />
+ <g
+ aria-label="Manage ONAP"
+ id="text1436-656-4-1"
+ style="font-size:6.35px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect41609);opacity:0.4;stroke-width:0.264583"
+ inkscape:label="manageonap.label">
+ <path
+ d="m 172.58291,52.922681 h 1.51929 l 1.0542,2.477368 1.0604,-2.477368 h 1.51618 v 4.629174 h -1.12861 v -3.385839 l -1.0666,2.495971 h -0.75654 l -1.06661,-2.495971 v 3.385839 h -1.13171 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28884" />
+ <path
+ d="m 180.31618,55.98916 q -0.34726,0 -0.52399,0.117822 -0.17364,0.117823 -0.17364,0.347266 0,0.21084 0.13953,0.331763 0.14263,0.117822 0.39377,0.117822 0.31316,0 0.5271,-0.223242 0.21394,-0.226343 0.21394,-0.564307 V 55.98916 Z m 1.69603,-0.418579 v 1.981274 h -1.11932 v -0.514697 q -0.22324,0.31626 -0.50229,0.461987 -0.27905,0.142627 -0.67903,0.142627 -0.5395,0 -0.87747,-0.313159 -0.33486,-0.31626 -0.33486,-0.818554 0,-0.610816 0.41858,-0.89607 0.42168,-0.285254 1.32085,-0.285254 h 0.65422 v -0.08682 q 0,-0.26355 -0.20774,-0.384473 -0.20773,-0.124023 -0.64802,-0.124023 -0.35657,0 -0.66352,0.07131 -0.30696,0.07131 -0.57051,0.213941 v -0.84646 q 0.35657,-0.08682 0.71623,-0.130225 0.35967,-0.04651 0.71934,-0.04651 0.93948,0 1.35496,0.372071 0.41858,0.368969 0.41858,1.203027 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28886" />
+ <path
+ d="m 186.44336,55.437256 v 2.114599 h -1.11621 V 57.20769 55.93335 q 0,-0.449585 -0.0217,-0.620118 -0.0186,-0.170532 -0.0682,-0.251147 -0.0651,-0.108521 -0.17674,-0.167432 -0.11162,-0.06201 -0.25424,-0.06201 -0.34727,0 -0.54571,0.269751 -0.19843,0.26665 -0.19843,0.74104 v 1.708422 h -1.11001 V 54.0792 h 1.11001 v 0.508496 q 0.25114,-0.303857 0.5333,-0.446484 0.28215,-0.145728 0.62321,-0.145728 0.60152,0 0.91158,0.36897 0.31316,0.36897 0.31316,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28888" />
+ <path
+ d="m 188.93664,55.98916 q -0.34727,0 -0.524,0.117822 -0.17363,0.117823 -0.17363,0.347266 0,0.21084 0.13953,0.331763 0.14262,0.117822 0.39377,0.117822 0.31316,0 0.5271,-0.223242 0.21394,-0.226343 0.21394,-0.564307 V 55.98916 Z m 1.69602,-0.418579 v 1.981274 h -1.11931 v -0.514697 q -0.22324,0.31626 -0.5023,0.461987 -0.27905,0.142627 -0.67902,0.142627 -0.53951,0 -0.87747,-0.313159 -0.33486,-0.31626 -0.33486,-0.818554 0,-0.610816 0.41858,-0.89607 0.42168,-0.285254 1.32085,-0.285254 h 0.65422 v -0.08682 q 0,-0.26355 -0.20774,-0.384473 -0.20774,-0.124023 -0.64802,-0.124023 -0.35657,0 -0.66353,0.07131 -0.30696,0.07131 -0.57051,0.213941 v -0.84646 q 0.35657,-0.08682 0.71624,-0.130225 0.35967,-0.04651 0.71934,-0.04651 0.93947,0 1.35495,0.372071 0.41858,0.368969 0.41858,1.203027 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28890" />
+ <path
+ d="m 193.9352,56.962744 q -0.22944,0.303857 -0.5054,0.446484 -0.27595,0.142627 -0.63872,0.142627 -0.63562,0 -1.0511,-0.499194 -0.41547,-0.502295 -0.41547,-1.277441 0,-0.778247 0.41547,-1.274341 0.41548,-0.499194 1.0511,-0.499194 0.36277,0 0.63872,0.142626 0.27596,0.142627 0.5054,0.449585 v -0.514697 h 1.11621 v 3.12229 q 0,0.837158 -0.5302,1.277442 -0.5271,0.443383 -1.53169,0.443383 -0.32556,0 -0.62942,-0.04961 -0.30386,-0.04961 -0.61081,-0.151929 v -0.865063 q 0.29145,0.167431 0.5705,0.248047 0.27906,0.08371 0.56121,0.08371 0.5457,0 0.79995,-0.238745 0.25425,-0.238745 0.25425,-0.747241 z m -0.73174,-2.161108 q -0.34416,0 -0.5364,0.254248 -0.19224,0.254248 -0.19224,0.719336 0,0.47749 0.18604,0.725537 0.18603,0.244946 0.5426,0.244946 0.34727,0 0.5395,-0.254248 0.19224,-0.254248 0.19224,-0.716235 0,-0.465088 -0.19224,-0.719336 -0.19223,-0.254248 -0.5395,-0.254248 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28892" />
+ <path
+ d="m 199.49186,55.806226 v 0.316259 h -2.59519 q 0.0403,0.390674 0.28215,0.586011 0.24185,0.195337 0.67593,0.195337 0.35037,0 0.71624,-0.102319 0.36897,-0.10542 0.75654,-0.31626 v 0.855762 q -0.39377,0.148828 -0.78755,0.223242 -0.39377,0.07751 -0.78755,0.07751 -0.94258,0 -1.46657,-0.47749 -0.5209,-0.480591 -0.5209,-1.345654 0,-0.849561 0.51159,-1.336353 0.5147,-0.486792 1.41387,-0.486792 0.81856,0 1.30845,0.492994 0.49299,0.492993 0.49299,1.317749 z m -1.14101,-0.36897 q 0,-0.31626 -0.18604,-0.508496 -0.18293,-0.195337 -0.48059,-0.195337 -0.32246,0 -0.524,0.182934 -0.20154,0.179834 -0.25115,0.520899 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28894" />
+ <path
+ d="m 204.25726,53.704028 q -0.54571,0 -0.84646,0.403076 -0.30076,0.403077 -0.30076,1.134815 0,0.728638 0.30076,1.131714 0.30075,0.403076 0.84646,0.403076 0.5488,0 0.84956,-0.403076 0.30075,-0.403076 0.30075,-1.131714 0,-0.731738 -0.30075,-1.134815 -0.30076,-0.403076 -0.84956,-0.403076 z m 0,-0.865063 q 1.11621,0 1.74873,0.638721 0.63252,0.63872 0.63252,1.764233 0,1.122412 -0.63252,1.761133 -0.63252,0.63872 -1.74873,0.63872 -1.11311,0 -1.74873,-0.63872 -0.63252,-0.638721 -0.63252,-1.761133 0,-1.125513 0.63252,-1.764233 0.63562,-0.638721 1.74873,-0.638721 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28896" />
+ <path
+ d="m 207.44817,52.922681 h 1.33325 l 1.68362,3.175 v -3.175 h 1.13172 v 4.629174 h -1.33326 l -1.68361,-3.175 v 3.175 h -1.13172 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28898" />
+ <path
+ d="m 215.4791,56.708496 h -1.86655 l -0.29455,0.843359 h -1.19993 l 1.71462,-4.629174 h 1.42317 l 1.71463,4.629174 h -1.19993 z m -1.56889,-0.858862 h 1.26814 l -0.63252,-1.841748 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28900" />
+ <path
+ d="m 217.4918,52.922681 h 1.98127 q 0.88367,0 1.35496,0.393774 0.47439,0.390674 0.47439,1.116211 0,0.728638 -0.47439,1.122412 -0.47129,0.390674 -1.35496,0.390674 h -0.78755 v 1.606103 h -1.19372 z m 1.19372,0.865063 v 1.292944 h 0.66043 q 0.34726,0 0.5364,-0.167431 0.18913,-0.170532 0.18913,-0.480591 0,-0.310059 -0.18913,-0.47749 -0.18914,-0.167432 -0.5364,-0.167432 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28902" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5488"
+ inkscape:label="oom.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oom-onap-operations-manager"
+ xlink:title="The ONAP Operations Manager (OOM) is responsible for lifecycle management of the ONAP platform itself. OOM provides the ability to manage cloud-native installations and deployments of ONAP to Kubernetes-managed cloud environments."
+ transform="translate(-3.9999979,0.06724192)">
+ <g
+ id="g2643"
+ inkscape:label="oom">
+ <path
+ id="rect47709-1-7-9-5-9-2-7"
+ style="display:inline;opacity:0.6;fill:#10699e;stroke:#10699e;stroke-width:2"
+ inkscape:label="oom.form"
+ d="m 267.00476,52.932758 h 54 v 8.000001 h -54 z" />
+ <g
+ aria-label="ONAP Operation Manager (OOM)"
+ id="text1436-93"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-5-9-2-7);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="oom.label">
+ <path
+ d="m 268.25499,53.640527 q -0.34106,0 -0.5426,0.254248 -0.19999,0.254248 -0.19999,0.692981 0,0.437183 0.19999,0.691431 0.20154,0.254248 0.5426,0.254248 0.34107,0 0.5395,-0.254248 0.19999,-0.254248 0.19999,-0.691431 0,-0.438733 -0.19999,-0.692981 -0.19843,-0.254248 -0.5395,-0.254248 z m 0,-0.254248 q 0.48679,0 0.77825,0.327112 0.29145,0.325562 0.29145,0.874365 0,0.547254 -0.29145,0.874366 -0.29146,0.325561 -0.77825,0.325561 -0.48834,0 -0.78134,-0.325561 -0.29146,-0.325562 -0.29146,-0.874366 0,-0.548803 0.29146,-0.874365 0.293,-0.327112 0.78134,-0.327112 z"
+ id="path28906" />
+ <path
+ d="m 269.72198,53.428137 h 0.42168 l 1.0263,1.936316 v -1.936316 h 0.30385 v 2.314588 h -0.42168 l -1.02629,-1.936316 v 1.936316 h -0.30386 z"
+ id="path28908" />
+ <path
+ d="m 272.77802,53.736645 -0.42478,1.151868 h 0.85111 z m -0.17673,-0.308508 h 0.35502 l 0.88211,2.314588 h -0.32556 l -0.21084,-0.593763 h -1.04334 l -0.21084,0.593763 h -0.33022 z"
+ id="path28910" />
+ <path
+ d="M 274.39694,53.685486 V 54.5552 h 0.39378 q 0.21859,0 0.33796,-0.113171 0.11937,-0.113172 0.11937,-0.322461 0,-0.207739 -0.11937,-0.320911 -0.11937,-0.113171 -0.33796,-0.113171 z m -0.31316,-0.257349 h 0.70694 q 0.38912,0 0.58756,0.176734 0.19999,0.175183 0.19999,0.514697 0,0.342615 -0.19999,0.517798 -0.19844,0.175183 -0.58756,0.175183 h -0.39378 v 0.930176 h -0.31316 z"
+ id="path28912" />
+ <path
+ d="m 277.49732,53.640527 q -0.34106,0 -0.5426,0.254248 -0.19999,0.254248 -0.19999,0.692981 0,0.437183 0.19999,0.691431 0.20154,0.254248 0.5426,0.254248 0.34107,0 0.53951,-0.254248 0.19998,-0.254248 0.19998,-0.691431 0,-0.438733 -0.19998,-0.692981 -0.19844,-0.254248 -0.53951,-0.254248 z m 0,-0.254248 q 0.4868,0 0.77825,0.327112 0.29146,0.325562 0.29146,0.874365 0,0.547254 -0.29146,0.874366 -0.29145,0.325561 -0.77825,0.325561 -0.48834,0 -0.78134,-0.325561 -0.29146,-0.325562 -0.29146,-0.874366 0,-0.548803 0.29146,-0.874365 0.293,-0.327112 0.78134,-0.327112 z"
+ id="path28914" />
+ <path
+ d="m 279.22786,55.482275 v 0.920874 h -0.2868 v -2.396753 h 0.2868 v 0.26355 q 0.0899,-0.155029 0.22635,-0.229443 0.13797,-0.07596 0.32866,-0.07596 0.31626,0 0.51314,0.251147 0.19844,0.251147 0.19844,0.660425 0,0.409277 -0.19844,0.660425 -0.19688,0.251147 -0.51314,0.251147 -0.19069,0 -0.32866,-0.07441 -0.13643,-0.07596 -0.22635,-0.230994 z m 0.97049,-0.606164 q 0,-0.31471 -0.13023,-0.492993 -0.12867,-0.179834 -0.35502,-0.179834 -0.22634,0 -0.35656,0.179834 -0.12868,0.178283 -0.12868,0.492993 0,0.314709 0.12868,0.494543 0.13022,0.178284 0.35656,0.178284 0.22635,0 0.35502,-0.178284 0.13023,-0.179834 0.13023,-0.494543 z"
+ id="path28916" />
+ <path
+ d="m 282.35987,54.803247 v 0.139526 h -1.31155 q 0.0186,0.294556 0.17673,0.449585 0.15968,0.153479 0.44339,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32712,0.03411 -0.41547,0 -0.65887,-0.241846 -0.24185,-0.241845 -0.24185,-0.654223 0,-0.426331 0.22945,-0.675928 0.23099,-0.251147 0.62167,-0.251147 0.35036,0 0.55345,0.226342 0.20464,0.224793 0.20464,0.612366 z m -0.28526,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12712,-0.139527 -0.33796,-0.139527 -0.23875,0 -0.38293,0.134876 -0.14262,0.134875 -0.16433,0.379822 z"
+ id="path28918" />
+ <path
+ d="m 283.74159,54.273047 q -0.0481,-0.0279 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24185,0 -0.37207,0.158129 -0.12868,0.15658 -0.12868,0.451136 v 0.914673 h -0.2868 v -1.736329 h 0.2868 v 0.269751 q 0.0899,-0.158129 0.2341,-0.234094 0.14418,-0.07751 0.35037,-0.07751 0.0294,0 0.0651,0.0046 0.0357,0.0031 0.0791,0.01085 z"
+ id="path28920" />
+ <path
+ d="m 284.73729,54.86991 q -0.34571,0 -0.47904,0.07906 -0.13332,0.07906 -0.13332,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.23719,0 0.37982,-0.167432 0.14418,-0.168982 0.14418,-0.448034 v -0.06356 z m 0.56896,-0.117823 v 0.990638 H 285.021 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19689,-0.148829 0.58601,-0.148829 h 0.39998 v -0.02791 q 0,-0.196887 -0.13023,-0.303857 -0.12867,-0.108521 -0.36277,-0.108521 -0.14882,0 -0.2899,0.03566 -0.14108,0.03566 -0.2713,0.10697 v -0.26355 q 0.15658,-0.06046 0.30386,-0.08992 0.14727,-0.03101 0.2868,-0.03101 0.37672,0 0.56276,0.195336 0.18603,0.195337 0.18603,0.592212 z"
+ id="path28922" />
+ <path
+ d="m 286.08336,53.513403 v 0.492993 h 0.58756 v 0.221692 h -0.58756 v 0.942578 q 0,0.212391 0.0574,0.272852 0.0589,0.06046 0.2372,0.06046 h 0.293 v 0.238746 h -0.293 q -0.33021,0 -0.45579,-0.122474 -0.12557,-0.124023 -0.12557,-0.449585 v -0.942578 h -0.20929 v -0.221692 h 0.20929 v -0.492993 z"
+ id="path28924" />
+ <path
+ d="m 286.95349,54.006396 h 0.28525 v 1.736329 h -0.28525 z m 0,-0.675927 h 0.28525 v 0.361218 h -0.28525 z"
+ id="path28926" />
+ <path
+ d="m 288.41583,54.206384 q -0.22944,0 -0.36277,0.179834 -0.13332,0.178284 -0.13332,0.489893 0,0.311609 0.13177,0.491443 0.13333,0.178283 0.36432,0.178283 0.22789,0 0.36122,-0.179834 0.13332,-0.179834 0.13332,-0.489892 0,-0.308508 -0.13332,-0.488342 -0.13333,-0.181385 -0.36122,-0.181385 z m 0,-0.241845 q 0.37207,0 0.58446,0.241845 0.21239,0.241846 0.21239,0.669727 0,0.42633 -0.21239,0.669726 -0.21239,0.241846 -0.58446,0.241846 -0.37362,0 -0.58601,-0.241846 -0.21084,-0.243396 -0.21084,-0.669726 0,-0.427881 0.21084,-0.669727 0.21239,-0.241845 0.58601,-0.241845 z"
+ id="path28928" />
+ <path
+ d="m 291.03624,54.694727 v 1.047998 h -0.28526 v -1.038697 q 0,-0.246496 -0.0961,-0.368969 -0.0961,-0.122474 -0.28836,-0.122474 -0.23099,0 -0.36432,0.147278 -0.13332,0.147278 -0.13332,0.401526 v 0.981336 h -0.28681 v -1.736329 h 0.28681 v 0.269751 q 0.10232,-0.156579 0.24029,-0.234094 0.13953,-0.07751 0.32091,-0.07751 0.29921,0 0.45269,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path28930" />
+ <path
+ d="m 292.17705,53.428137 h 0.46664 l 0.59066,1.575098 0.59376,-1.575098 h 0.46664 v 2.314588 h -0.30541 v -2.032434 l -0.59686,1.587499 h -0.31471 l -0.59687,-1.587499 v 2.032434 h -0.30385 z"
+ id="path28932" />
+ <path
+ d="m 295.60051,54.86991 q -0.34572,0 -0.47904,0.07906 -0.13333,0.07906 -0.13333,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.2372,0 0.37982,-0.167432 0.14418,-0.168982 0.14418,-0.448034 v -0.06356 z m 0.56895,-0.117823 v 0.990638 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14572,0.07441 -0.35656,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19533,-0.441833 0.19689,-0.148829 0.58601,-0.148829 h 0.39998 v -0.02791 q 0,-0.196887 -0.13022,-0.303857 -0.12868,-0.108521 -0.36277,-0.108521 -0.14883,0 -0.28991,0.03566 -0.14107,0.03566 -0.2713,0.10697 v -0.26355 q 0.15658,-0.06046 0.30386,-0.08992 0.14728,-0.03101 0.2868,-0.03101 0.37672,0 0.56276,0.195336 0.18603,0.195337 0.18603,0.592212 z"
+ id="path28934" />
+ <path
+ d="m 298.10774,54.694727 v 1.047998 h -0.28525 v -1.038697 q 0,-0.246496 -0.0961,-0.368969 -0.0961,-0.122474 -0.28835,-0.122474 -0.231,0 -0.36432,0.147278 -0.13333,0.147278 -0.13333,0.401526 v 0.981336 h -0.2868 v -1.736329 h 0.2868 v 0.269751 q 0.10232,-0.156579 0.2403,-0.234094 0.13953,-0.07751 0.32091,-0.07751 0.29921,0 0.45269,0.186035 0.15347,0.184485 0.15347,0.544153 z"
+ id="path28936" />
+ <path
+ d="m 299.3732,54.86991 q -0.34572,0 -0.47904,0.07906 -0.13333,0.07906 -0.13333,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.2372,0 0.37982,-0.167432 0.14418,-0.168982 0.14418,-0.448034 v -0.06356 z m 0.56895,-0.117823 v 0.990638 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14572,0.07441 -0.35656,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19533,-0.441833 0.19689,-0.148829 0.58601,-0.148829 h 0.39998 v -0.02791 q 0,-0.196887 -0.13022,-0.303857 -0.12868,-0.108521 -0.36277,-0.108521 -0.14883,0 -0.28991,0.03566 -0.14107,0.03566 -0.2713,0.10697 v -0.26355 q 0.15658,-0.06046 0.30386,-0.08992 0.14728,-0.03101 0.2868,-0.03101 0.37672,0 0.56276,0.195336 0.18603,0.195337 0.18603,0.592212 z"
+ id="path28938" />
+ <path
+ d="m 301.57968,54.854407 q 0,-0.310059 -0.12868,-0.480591 -0.12712,-0.170532 -0.35811,-0.170532 -0.22945,0 -0.35812,0.170532 -0.12713,0.170532 -0.12713,0.480591 0,0.308508 0.12713,0.47904 0.12867,0.170532 0.35812,0.170532 0.23099,0 0.35811,-0.170532 0.12868,-0.170532 0.12868,-0.47904 z m 0.28525,0.672827 q 0,0.443384 -0.19689,0.658874 -0.19688,0.217041 -0.60306,0.217041 -0.15038,0 -0.2837,-0.02325 -0.13333,-0.0217 -0.2589,-0.06821 V 56.03418 q 0.12557,0.06821 0.24804,0.100769 0.12248,0.03256 0.2496,0.03256 0.2806,0 0.42013,-0.147278 0.13953,-0.145728 0.13953,-0.441833 v -0.141077 q -0.0884,0.153479 -0.22635,0.229443 -0.13797,0.07597 -0.33021,0.07597 -0.31936,0 -0.51469,-0.243396 -0.19534,-0.243396 -0.19534,-0.644922 0,-0.403076 0.19534,-0.646472 0.19533,-0.243396 0.51469,-0.243396 0.19224,0 0.33021,0.07596 0.13798,0.07596 0.22635,0.229443 v -0.26355 h 0.28525 z"
+ id="path28940" />
+ <path
+ d="m 303.84507,54.803247 v 0.139526 h -1.31155 q 0.0186,0.294556 0.17673,0.449585 0.15968,0.153479 0.44339,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30695,-0.120923 v 0.269751 q -0.15347,0.06511 -0.3147,0.09922 -0.16123,0.03411 -0.32712,0.03411 -0.41547,0 -0.65887,-0.241846 -0.24185,-0.241845 -0.24185,-0.654223 0,-0.426331 0.22945,-0.675928 0.23099,-0.251147 0.62166,-0.251147 0.35037,0 0.55346,0.226342 0.20464,0.224793 0.20464,0.612366 z m -0.28526,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12713,-0.139527 -0.33797,-0.139527 -0.23874,0 -0.38292,0.134876 -0.14262,0.134875 -0.16433,0.379822 z"
+ id="path28942" />
+ <path
+ d="m 305.22679,54.273047 q -0.048,-0.0279 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24184,0 -0.37207,0.158129 -0.12867,0.15658 -0.12867,0.451136 v 0.914673 h -0.28681 v -1.736329 h 0.28681 v 0.269751 q 0.0899,-0.158129 0.23409,-0.234094 0.14418,-0.07751 0.35037,-0.07751 0.0294,0 0.0651,0.0046 0.0357,0.0031 0.0791,0.01085 z"
+ id="path28944" />
+ <path
+ d="m 306.77068,53.333569 q -0.20774,0.356568 -0.30851,0.705384 -0.10077,0.348816 -0.10077,0.706933 0,0.358118 0.10077,0.710034 0.10232,0.350367 0.30851,0.705384 h -0.24805 q -0.23254,-0.364319 -0.34881,-0.716236 -0.11473,-0.351916 -0.11473,-0.699182 0,-0.345715 0.11473,-0.696081 0.11472,-0.350367 0.34881,-0.716236 z"
+ id="path28946" />
+ <path
+ d="m 308.18341,53.640527 q -0.34106,0 -0.5426,0.254248 -0.19999,0.254248 -0.19999,0.692981 0,0.437183 0.19999,0.691431 0.20154,0.254248 0.5426,0.254248 0.34106,0 0.5395,-0.254248 0.19999,-0.254248 0.19999,-0.691431 0,-0.438733 -0.19999,-0.692981 -0.19844,-0.254248 -0.5395,-0.254248 z m 0,-0.254248 q 0.48679,0 0.77825,0.327112 0.29145,0.325562 0.29145,0.874365 0,0.547254 -0.29145,0.874366 -0.29146,0.325561 -0.77825,0.325561 -0.48834,0 -0.78135,-0.325561 -0.29145,-0.325562 -0.29145,-0.874366 0,-0.548803 0.29145,-0.874365 0.29301,-0.327112 0.78135,-0.327112 z"
+ id="path28948" />
+ <path
+ d="m 310.58988,53.640527 q -0.34107,0 -0.54261,0.254248 -0.19998,0.254248 -0.19998,0.692981 0,0.437183 0.19998,0.691431 0.20154,0.254248 0.54261,0.254248 0.34106,0 0.5395,-0.254248 0.19999,-0.254248 0.19999,-0.691431 0,-0.438733 -0.19999,-0.692981 -0.19844,-0.254248 -0.5395,-0.254248 z m 0,-0.254248 q 0.48679,0 0.77824,0.327112 0.29146,0.325562 0.29146,0.874365 0,0.547254 -0.29146,0.874366 -0.29145,0.325561 -0.77824,0.325561 -0.48834,0 -0.78135,-0.325561 -0.29146,-0.325562 -0.29146,-0.874366 0,-0.548803 0.29146,-0.874365 0.29301,-0.327112 0.78135,-0.327112 z"
+ id="path28950" />
+ <path
+ d="m 312.05687,53.428137 h 0.46664 l 0.59066,1.575098 0.59376,-1.575098 h 0.46664 v 2.314588 h -0.30541 v -2.032434 l -0.59686,1.587499 h -0.31471 l -0.59687,-1.587499 v 2.032434 h -0.30385 z"
+ id="path28952" />
+ <path
+ d="m 314.64627,53.333569 h 0.24805 q 0.23254,0.365869 0.34726,0.716236 0.11627,0.350366 0.11627,0.696081 0,0.347266 -0.11627,0.699182 -0.11472,0.351917 -0.34726,0.716236 h -0.24805 q 0.20619,-0.355017 0.30696,-0.705384 0.10232,-0.351916 0.10232,-0.710034 0,-0.358117 -0.10232,-0.706933 -0.10077,-0.348816 -0.30696,-0.705384 z"
+ id="path28954" />
+ </g>
+ </g>
+ </a>
+ </g>
+ <g
+ id="g4638"
+ inkscape:label="designtime"
+ style="display:inline">
+ <a
+ id="a5495"
+ inkscape:label="designtime.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#design-time-framework"
+ xlink:title="The Design-time framework is a comprehensive development environment with tools, techniques and repositories for defining/describing resources, services, and products."
+ style="display:inline">
+ <g
+ id="g1272"
+ inkscape:label="designtime">
+ <path
+ id="rect88"
+ style="display:inline;fill:#dae3f3;stroke:#dae3f3;stroke-width:4"
+ inkscape:label="designtime.form"
+ d="m 12.000001,51.932758 h 60 v 98.000012 h -60 z" />
+ <g
+ aria-label="Design-Time"
+ id="text1436-656"
+ style="font-size:6.35px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect88);display:inline;opacity:0.4;stroke-width:0.264583"
+ inkscape:label="designtime.label">
+ <path
+ d="m 13.776636,53.824951 v 2.824634 h 0.427881 q 0.731738,0 1.11621,-0.362769 0.387574,-0.362768 0.387574,-1.054199 0,-0.68833 -0.384473,-1.047998 -0.384473,-0.359668 -1.119311,-0.359668 z m -1.193726,-0.90227 h 1.258838 q 1.054199,0 1.568896,0.151928 0.517798,0.148828 0.886768,0.508496 0.325562,0.31316 0.483691,0.722437 0.15813,0.409277 0.15813,0.927075 0,0.523999 -0.15813,0.936377 -0.158129,0.409277 -0.483691,0.722437 -0.37207,0.359668 -0.892969,0.511596 -0.520898,0.148828 -1.562695,0.148828 H 12.58291 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28958" />
+ <path
+ d="m 21.178148,55.806226 v 0.316259 h -2.595191 q 0.04031,0.390674 0.282154,0.586011 0.241845,0.195337 0.675927,0.195337 0.350367,0 0.716236,-0.102319 0.368969,-0.10542 0.756543,-0.31626 v 0.855762 q -0.393775,0.148828 -0.787549,0.223242 -0.393775,0.07751 -0.787549,0.07751 -0.942578,0 -1.466577,-0.47749 -0.520899,-0.480591 -0.520899,-1.345654 0,-0.849561 0.511597,-1.336353 0.514697,-0.486792 1.413867,-0.486792 0.818555,0 1.308448,0.492994 0.492993,0.492993 0.492993,1.317749 z m -1.141016,-0.36897 q 0,-0.31626 -0.186035,-0.508496 -0.182935,-0.195337 -0.480591,-0.195337 -0.322461,0 -0.523999,0.182934 -0.201538,0.179834 -0.251147,0.520899 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28960" />
+ <path
+ d="m 24.638814,54.18772 v 0.843359 q -0.356567,-0.148828 -0.68833,-0.223242 -0.331762,-0.07441 -0.626318,-0.07441 -0.31626,0 -0.471289,0.08061 -0.151929,0.07752 -0.151929,0.241846 0,0.133325 0.114722,0.204638 0.117822,0.07131 0.418579,0.10542 l 0.195337,0.02791 q 0.852661,0.10852 1.147217,0.356567 0.294555,0.248047 0.294555,0.778247 0,0.555005 -0.409277,0.834058 -0.409277,0.279052 -1.221631,0.279052 -0.344165,0 -0.713135,-0.05581 -0.365869,-0.05271 -0.753442,-0.161231 v -0.843359 q 0.331763,0.16123 0.679028,0.241846 0.350366,0.08062 0.710034,0.08062 0.325562,0 0.489893,-0.08992 0.164331,-0.08992 0.164331,-0.26665 0,-0.148829 -0.114722,-0.220142 -0.111621,-0.07441 -0.449585,-0.114722 l -0.195336,-0.0248 q -0.741041,-0.09302 -1.038697,-0.344165 -0.297656,-0.251148 -0.297656,-0.762745 0,-0.551904 0.378271,-0.818554 0.378272,-0.266651 1.15962,-0.266651 0.306958,0 0.644921,0.04651 0.337964,0.04651 0.734839,0.145728 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28962" />
+ <path
+ d="m 25.612812,54.079199 h 1.11001 v 3.472656 h -1.11001 z m 0,-1.351855 h 1.11001 v 0.905371 h -1.11001 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28964" />
+ <path
+ d="m 30.059465,56.962744 q -0.229443,0.303857 -0.505395,0.446484 -0.275952,0.142627 -0.638721,0.142627 -0.63562,0 -1.051099,-0.499194 -0.415478,-0.502295 -0.415478,-1.277441 0,-0.778247 0.415478,-1.274341 0.415479,-0.499194 1.051099,-0.499194 0.362769,0 0.638721,0.142626 0.275952,0.142627 0.505395,0.449585 v -0.514697 h 1.116211 v 3.12229 q 0,0.837158 -0.5302,1.277442 -0.5271,0.443383 -1.53169,0.443383 -0.325561,0 -0.629418,-0.04961 -0.303858,-0.04961 -0.610816,-0.151929 v -0.865063 q 0.291455,0.167431 0.570508,0.248047 0.279053,0.08371 0.561206,0.08371 0.545703,0 0.799951,-0.238745 0.254248,-0.238745 0.254248,-0.747241 z m -0.731738,-2.161108 q -0.344165,0 -0.536401,0.254248 -0.192237,0.254248 -0.192237,0.719336 0,0.47749 0.186035,0.725537 0.186036,0.244946 0.542603,0.244946 0.347266,0 0.539502,-0.254248 0.192236,-0.254248 0.192236,-0.716235 0,-0.465088 -0.192236,-0.719336 -0.192236,-0.254248 -0.539502,-0.254248 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28966" />
+ <path
+ d="m 35.640934,55.437256 v 2.114599 H 34.524723 V 57.20769 55.93335 q 0,-0.449585 -0.0217,-0.620118 -0.0186,-0.170532 -0.06821,-0.251147 -0.06511,-0.108521 -0.176734,-0.167432 -0.111621,-0.06201 -0.254248,-0.06201 -0.347265,0 -0.545703,0.269751 -0.198437,0.26665 -0.198437,0.74104 v 1.708422 h -1.11001 V 54.0792 h 1.11001 v 0.508496 q 0.251147,-0.303857 0.5333,-0.446484 0.282154,-0.145728 0.623218,-0.145728 0.601514,0 0.911572,0.36897 0.31316,0.36897 0.31316,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28968" />
+ <path
+ d="m 36.388587,55.272925 h 1.947168 v 0.90227 h -1.947168 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28970" />
+ <path
+ d="m 37.685045,52.922681 h 4.266406 v 0.90227 h -1.53479 v 3.726904 h -1.193725 v -3.726904 h -1.537891 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28972" />
+ <path
+ d="m 42.426255,54.079199 h 1.110009 v 3.472656 h -1.110009 z m 0,-1.351855 h 1.110009 v 0.905371 h -1.110009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28974" />
+ <path
+ d="m 47.72867,54.655908 q 0.21084,-0.322461 0.499194,-0.489892 0.291455,-0.170533 0.638721,-0.170533 0.598413,0 0.911572,0.36897 0.31316,0.36897 0.31316,1.072803 v 2.114599 h -1.116211 v -1.810742 q 0.0031,-0.04031 0.0031,-0.08372 0.0031,-0.04341 0.0031,-0.124023 0,-0.36897 -0.108521,-0.533301 -0.10852,-0.167431 -0.350366,-0.167431 -0.31626,0 -0.489893,0.260449 -0.170532,0.260449 -0.176733,0.753442 v 1.705322 h -1.116211 v -1.810742 q 0,-0.576709 -0.09922,-0.74104 -0.09922,-0.167431 -0.353466,-0.167431 -0.319361,0 -0.492994,0.263549 -0.173632,0.26045 -0.173632,0.747242 v 1.708422 h -1.116211 v -3.472656 h 1.116211 v 0.508496 q 0.204638,-0.294555 0.468188,-0.443384 0.266651,-0.148828 0.586011,-0.148828 0.359668,0 0.63562,0.173633 0.275952,0.173633 0.418579,0.486792 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28976" />
+ <path
+ d="m 54.500763,55.806226 v 0.316259 h -2.595191 q 0.04031,0.390674 0.282154,0.586011 0.241846,0.195337 0.675928,0.195337 0.350366,0 0.716235,-0.102319 0.36897,-0.10542 0.756543,-0.31626 v 0.855762 q -0.393775,0.148828 -0.787549,0.223242 -0.393774,0.07751 -0.787549,0.07751 -0.942578,0 -1.466577,-0.47749 -0.520898,-0.480591 -0.520898,-1.345654 0,-0.849561 0.511596,-1.336353 0.514698,-0.486792 1.413867,-0.486792 0.818555,0 1.308448,0.492994 0.492993,0.492993 0.492993,1.317749 z m -1.141016,-0.36897 q 0,-0.31626 -0.186035,-0.508496 -0.182934,-0.195337 -0.480591,-0.195337 -0.322461,0 -0.523999,0.182934 -0.201538,0.179834 -0.251147,0.520899 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path28978" />
+ </g>
+ </g>
+ </a>
+ <g
+ id="g3346"
+ inkscape:label="sdc"
+ style="display:inline">
+ <a
+ id="a5502"
+ inkscape:label="sdc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/index.html"
+ xlink:title="Service Design &amp; Creation (SDC) provides a well-structured organization of visual design and testing tools, templates and catalogs to model and create resources, and services. The output of the SDC is a set of models which drives the orchestration. In addition, it provides process workflow support for talking to the VNF/PNF or other resources and services through the process steps design, test and deploy."
+ style="display:inline">
+ <g
+ id="g1280"
+ inkscape:label="sdc"
+ style="display:inline">
+ <path
+ id="rect34206"
+ style="display:inline;fill:#253c7e;stroke:#253c7e;stroke-width:4"
+ inkscape:label="sdc.form"
+ d="M 15.999996,89.932762 H 68 V 145.93276 H 15.999996 Z" />
+ <g
+ aria-label="Service Design &amp; Creation
+(SDC)"
+ id="text1436-65"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect34206);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="sdc.label">
+ <path
+ d="m 17.902209,90.501001 v 0.489893 q -0.190686,-0.08527 -0.37207,-0.128675 -0.181384,-0.04341 -0.342615,-0.04341 -0.21394,0 -0.316259,0.05891 -0.10232,0.05891 -0.10232,0.182935 0,0.09302 0.06821,0.145727 0.06976,0.05116 0.251148,0.08837 l 0.254248,0.05116 q 0.386023,0.07751 0.548803,0.235644 0.162781,0.15813 0.162781,0.449585 0,0.382922 -0.227893,0.570508 -0.226343,0.186035 -0.692981,0.186035 -0.220141,0 -0.441833,-0.04186 -0.221692,-0.04186 -0.443384,-0.124023 v -0.503845 q 0.221692,0.117822 0.427881,0.178283 0.207739,0.05891 0.399975,0.05891 0.195337,0 0.299207,-0.06511 0.103869,-0.06511 0.103869,-0.186035 0,-0.108521 -0.07131,-0.167432 -0.06976,-0.05891 -0.280603,-0.10542 l -0.230994,-0.05116 q -0.347265,-0.07441 -0.508496,-0.237195 -0.15968,-0.162781 -0.15968,-0.438733 0,-0.345715 0.223242,-0.531751 0.223242,-0.186035 0.641822,-0.186035 0.190686,0 0.392224,0.02946 0.201538,0.02791 0.417028,0.08527 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28982" />
+ <path
+ d="m 20.193956,91.86991 v 0.15813 h -1.297595 q 0.02015,0.195336 0.141076,0.293005 0.120923,0.09767 0.337964,0.09767 0.175183,0 0.358118,-0.05116 0.184485,-0.05271 0.378271,-0.15813 v 0.427881 q -0.196887,0.07441 -0.393774,0.111621 -0.196887,0.03876 -0.393774,0.03876 -0.47129,0 -0.733289,-0.238745 -0.260449,-0.240295 -0.260449,-0.672827 0,-0.42478 0.255798,-0.668176 0.257349,-0.243396 0.706934,-0.243396 0.409277,0 0.654223,0.246496 0.246497,0.246497 0.246497,0.658875 z m -0.570508,-0.184485 q 0,-0.15813 -0.09302,-0.254248 -0.09147,-0.09767 -0.240295,-0.09767 -0.16123,0 -0.261999,0.09147 -0.100769,0.08992 -0.125574,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28984" />
+ <path
+ d="m 21.811324,91.479236 q -0.07286,-0.03411 -0.145727,-0.04961 -0.07131,-0.01705 -0.144177,-0.01705 -0.213941,0 -0.330213,0.137976 -0.114721,0.136426 -0.114721,0.392224 v 0.799952 h -0.555005 v -1.736329 h 0.555005 v 0.285254 q 0.10697,-0.170532 0.244946,-0.248047 0.139526,-0.07906 0.333313,-0.07906 0.02791,0 0.06046,0.0031 0.03256,0.0015 0.09457,0.0093 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28986" />
+ <path
+ d="m 21.776081,91.006396 h 0.555005 l 0.432532,1.199927 0.430981,-1.199927 h 0.556555 l -0.683679,1.736329 H 22.45821 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28988" />
+ <path
+ d="m 23.971709,91.006396 h 0.555005 v 1.736329 h -0.555005 z m 0,-0.675927 h 0.555005 v 0.452685 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28990" />
+ <path
+ d="m 26.370426,91.060657 v 0.452685 q -0.113171,-0.07751 -0.227893,-0.114721 -0.113171,-0.03721 -0.235644,-0.03721 -0.232544,0 -0.362769,0.136425 -0.128674,0.134876 -0.128674,0.378272 0,0.243396 0.128674,0.379822 0.130225,0.134875 0.362769,0.134875 0.130224,0 0.246496,-0.03876 0.117823,-0.03876 0.217041,-0.114722 v 0.454236 q -0.130224,0.04806 -0.2651,0.07131 -0.133325,0.02481 -0.2682,0.02481 -0.469739,0 -0.734839,-0.240295 -0.2651,-0.241846 -0.2651,-0.671277 0,-0.429431 0.2651,-0.669727 0.2651,-0.241845 0.734839,-0.241845 0.136425,0 0.2682,0.0248 0.133325,0.02325 0.2651,0.07131 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28992" />
+ <path
+ d="m 28.49009,91.86991 v 0.15813 h -1.297595 q 0.02015,0.195336 0.141077,0.293005 0.120923,0.09767 0.337964,0.09767 0.175183,0 0.358117,-0.05116 0.184485,-0.05271 0.378272,-0.15813 v 0.427881 q -0.196887,0.07441 -0.393775,0.111621 -0.196887,0.03876 -0.393774,0.03876 -0.471289,0 -0.733289,-0.238745 -0.260449,-0.240295 -0.260449,-0.672827 0,-0.42478 0.255799,-0.668176 0.257348,-0.243396 0.706933,-0.243396 0.409277,0 0.654224,0.246496 0.246496,0.246497 0.246496,0.658875 z m -0.570507,-0.184485 q 0,-0.15813 -0.09302,-0.254248 -0.09147,-0.09767 -0.240295,-0.09767 -0.161231,0 -0.262,0.09147 -0.100769,0.08992 -0.125574,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28994" />
+ <path
+ d="m 30.187454,90.879272 v 1.412317 h 0.21394 q 0.36587,0 0.558106,-0.181384 0.193787,-0.181384 0.193787,-0.5271 0,-0.344165 -0.192237,-0.523999 -0.192236,-0.179834 -0.559656,-0.179834 z m -0.596863,-0.451135 h 0.629419 q 0.5271,0 0.784448,0.07596 0.258899,0.07441 0.443384,0.254248 0.162781,0.156579 0.241846,0.361218 0.07906,0.204639 0.07906,0.463537 0,0.262 -0.07906,0.468189 -0.07906,0.204639 -0.241846,0.361218 -0.186035,0.179834 -0.446484,0.255799 -0.260449,0.07441 -0.781348,0.07441 h -0.629419 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28996" />
+ <path
+ d="m 33.841908,91.86991 v 0.15813 h -1.297595 q 0.02015,0.195336 0.141077,0.293005 0.120923,0.09767 0.337964,0.09767 0.175183,0 0.358117,-0.05116 0.184485,-0.05271 0.378272,-0.15813 v 0.427881 q -0.196887,0.07441 -0.393775,0.111621 -0.196887,0.03876 -0.393774,0.03876 -0.471289,0 -0.733288,-0.238745 -0.26045,-0.240295 -0.26045,-0.672827 0,-0.42478 0.255799,-0.668176 0.257348,-0.243396 0.706933,-0.243396 0.409278,0 0.654224,0.246496 0.246496,0.246497 0.246496,0.658875 z m -0.570507,-0.184485 q 0,-0.15813 -0.09302,-0.254248 -0.09147,-0.09767 -0.240295,-0.09767 -0.161231,0 -0.262,0.09147 -0.100769,0.08992 -0.125574,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path28998" />
+ <path
+ d="m 35.525939,91.060657 v 0.421679 q -0.178284,-0.07441 -0.344165,-0.111621 -0.165881,-0.03721 -0.313159,-0.03721 -0.15813,0 -0.235645,0.04031 -0.07596,0.03876 -0.07596,0.120923 0,0.06666 0.05736,0.102319 0.05891,0.03566 0.209289,0.05271 l 0.09767,0.01395 q 0.42633,0.05426 0.573608,0.178283 0.147278,0.124024 0.147278,0.389124 0,0.277502 -0.204639,0.417029 -0.204638,0.139526 -0.610815,0.139526 -0.172082,0 -0.356567,-0.02791 -0.182935,-0.02635 -0.376722,-0.08061 v -0.42168 q 0.165882,0.08062 0.339515,0.120923 0.175183,0.04031 0.355017,0.04031 0.16278,0 0.244946,-0.04496 0.08217,-0.04496 0.08217,-0.133325 0,-0.07441 -0.05736,-0.110071 -0.05581,-0.03721 -0.224793,-0.05736 l -0.09767,-0.0124 q -0.37052,-0.04651 -0.519348,-0.172083 -0.148829,-0.125574 -0.148829,-0.381372 0,-0.275952 0.189136,-0.409277 0.189136,-0.133325 0.57981,-0.133325 0.153479,0 0.322461,0.02325 0.168982,0.02325 0.367419,0.07286 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29000" />
+ <path
+ d="m 35.966636,91.006396 h 0.555005 v 1.736329 h -0.555005 z m 0,-0.675927 h 0.555005 v 0.452685 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29002" />
+ <path
+ d="m 38.14366,92.448169 q -0.114722,0.151929 -0.252698,0.223242 -0.137976,0.07131 -0.31936,0.07131 -0.31781,0 -0.525549,-0.249598 -0.20774,-0.251147 -0.20774,-0.63872 0,-0.389124 0.20774,-0.637171 0.207739,-0.249597 0.525549,-0.249597 0.181384,0 0.31936,0.07131 0.137976,0.07131 0.252698,0.224792 v -0.257349 h 0.558105 v 1.561145 q 0,0.41858 -0.2651,0.638721 -0.263549,0.221692 -0.765844,0.221692 -0.162781,0 -0.31471,-0.02481 -0.151929,-0.0248 -0.305408,-0.07596 v -0.432532 q 0.145728,0.08372 0.285254,0.124024 0.139527,0.04186 0.280603,0.04186 0.272852,0 0.399976,-0.119373 0.127124,-0.119372 0.127124,-0.373621 z m -0.365869,-1.080554 q -0.172083,0 -0.268201,0.127124 -0.09612,0.127124 -0.09612,0.359668 0,0.238745 0.09302,0.362768 0.09302,0.122473 0.271301,0.122473 0.173633,0 0.269751,-0.127124 0.09612,-0.127124 0.09612,-0.358117 0,-0.232544 -0.09612,-0.359668 -0.09612,-0.127124 -0.269751,-0.127124 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29004" />
+ <path
+ d="m 40.888093,91.685425 v 1.0573 h -0.558106 v -0.172083 -0.63717 q 0,-0.224793 -0.01085,-0.310059 -0.0093,-0.08527 -0.03411,-0.125574 -0.03256,-0.05426 -0.08837,-0.08371 -0.05581,-0.03101 -0.127124,-0.03101 -0.173633,0 -0.272851,0.134875 -0.09922,0.133325 -0.09922,0.37052 v 0.854212 h -0.555005 v -1.736329 h 0.555005 v 0.254249 q 0.125574,-0.151929 0.26665,-0.223243 0.141077,-0.07286 0.311609,-0.07286 0.300757,0 0.455786,0.184484 0.15658,0.184485 0.15658,0.536402 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29006" />
+ <path
+ d="m 43.03039,91.206384 0.63407,0.697632 q 0.08217,-0.10852 0.124023,-0.243396 0.04341,-0.134875 0.05116,-0.305408 h 0.482141 q -0.02325,0.282154 -0.110071,0.502295 -0.08527,0.220142 -0.238745,0.386023 l 0.454236,0.499195 H 43.76988 l -0.151929,-0.168982 q -0.162781,0.10852 -0.342615,0.16123 -0.179834,0.05271 -0.381372,0.05271 -0.407727,0 -0.660424,-0.21394 -0.251148,-0.215491 -0.251148,-0.555005 0,-0.226343 0.110071,-0.399976 0.111621,-0.175183 0.362768,-0.339514 -0.06511,-0.08216 -0.09612,-0.164331 -0.03101,-0.08217 -0.03101,-0.172083 0,-0.252697 0.196888,-0.404626 0.196887,-0.151929 0.523999,-0.151929 0.141076,0 0.293005,0.02325 0.153479,0.0217 0.31936,0.06666 v 0.430982 q -0.145727,-0.07441 -0.275952,-0.110071 -0.130224,-0.03566 -0.254248,-0.03566 -0.119372,0 -0.186035,0.04651 -0.06511,0.04496 -0.06511,0.128674 0,0.05271 0.03721,0.120923 0.03876,0.06666 0.113171,0.148828 z m -0.308508,0.384473 q -0.100769,0.07286 -0.151929,0.165881 -0.05116,0.09147 -0.05116,0.201538 0,0.178284 0.131775,0.303858 0.131775,0.125573 0.31626,0.125573 0.10387,0 0.193787,-0.03101 0.08992,-0.03256 0.167431,-0.09612 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29008" />
+ <path
+ d="m 47.343099,92.615601 q -0.164331,0.08527 -0.342615,0.128674 -0.178284,0.04341 -0.37207,0.04341 -0.57826,0 -0.916223,-0.322461 -0.337964,-0.324011 -0.337964,-0.877466 0,-0.555005 0.337964,-0.877465 0.337963,-0.324012 0.916223,-0.324012 0.193786,0 0.37207,0.04341 0.178284,0.04341 0.342615,0.128675 v 0.47904 q -0.165882,-0.113171 -0.327112,-0.165881 -0.16123,-0.05271 -0.339514,-0.05271 -0.319361,0 -0.502295,0.204639 -0.182935,0.204638 -0.182935,0.564306 0,0.358118 0.182935,0.562757 0.182934,0.204638 0.502295,0.204638 0.178284,0 0.339514,-0.05271 0.16123,-0.05271 0.327112,-0.165881 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29010" />
+ <path
+ d="m 49.010077,91.479236 q -0.07286,-0.03411 -0.145728,-0.04961 -0.07131,-0.01705 -0.144177,-0.01705 -0.21394,0 -0.330212,0.137976 -0.114722,0.136426 -0.114722,0.392224 v 0.799952 h -0.555005 v -1.736329 h 0.555005 v 0.285254 q 0.10697,-0.170532 0.244946,-0.248047 0.139527,-0.07906 0.333313,-0.07906 0.02791,0 0.06046,0.0031 0.03256,0.0015 0.09457,0.0093 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29012" />
+ <path
+ d="m 50.926655,91.86991 v 0.15813 H 49.62906 q 0.02015,0.195336 0.141076,0.293005 0.120923,0.09767 0.337964,0.09767 0.175183,0 0.358118,-0.05116 0.184485,-0.05271 0.378271,-0.15813 v 0.427881 q -0.196887,0.07441 -0.393774,0.111621 -0.196887,0.03876 -0.393775,0.03876 -0.471289,0 -0.733288,-0.238745 -0.260449,-0.240295 -0.260449,-0.672827 0,-0.42478 0.255798,-0.668176 0.257349,-0.243396 0.706934,-0.243396 0.409277,0 0.654223,0.246496 0.246497,0.246497 0.246497,0.658875 z m -0.570508,-0.184485 q 0,-0.15813 -0.09302,-0.254248 -0.09147,-0.09767 -0.240295,-0.09767 -0.16123,0 -0.262,0.09147 -0.100769,0.08992 -0.125573,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29014" />
+ <path
+ d="m 52.032423,91.961377 q -0.173632,0 -0.261999,0.05891 -0.08682,0.05891 -0.08682,0.173633 0,0.10542 0.06976,0.165881 0.07131,0.05891 0.196887,0.05891 0.156579,0 0.26355,-0.111621 0.10697,-0.113171 0.10697,-0.282153 v -0.06356 z m 0.848011,-0.20929 v 0.990638 h -0.559656 v -0.257349 q -0.111621,0.15813 -0.251148,0.230994 -0.139526,0.07131 -0.339514,0.07131 -0.269751,0 -0.438733,-0.15658 -0.167431,-0.158129 -0.167431,-0.409277 0,-0.305408 0.209289,-0.448035 0.21084,-0.142626 0.660425,-0.142626 h 0.327112 v -0.04341 q 0,-0.131775 -0.10387,-0.192236 -0.103869,-0.06201 -0.324011,-0.06201 -0.178284,0 -0.331763,0.03566 -0.153479,0.03566 -0.285254,0.10697 v -0.42323 q 0.178284,-0.04341 0.358118,-0.06511 0.179834,-0.02325 0.359668,-0.02325 0.469739,0 0.677478,0.186035 0.20929,0.184485 0.20929,0.601513 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29016" />
+ <path
+ d="m 53.910245,90.513403 v 0.492993 h 0.572058 v 0.396875 h -0.572058 v 0.73639 q 0,0.120922 0.04806,0.164331 0.04806,0.04186 0.190686,0.04186 h 0.285254 v 0.396875 h -0.47594 q -0.328662,0 -0.466638,-0.136426 -0.136426,-0.137976 -0.136426,-0.466638 v -0.73639 h -0.275952 v -0.396875 h 0.275952 v -0.492993 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29018" />
+ <path
+ d="m 54.729213,91.006396 h 0.555005 v 1.736329 h -0.555005 z m 0,-0.675927 h 0.555005 v 0.452685 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29020" />
+ <path
+ d="m 56.55122,91.361414 q -0.184485,0 -0.282153,0.133325 -0.09612,0.131775 -0.09612,0.381372 0,0.249597 0.09612,0.382922 0.09767,0.131775 0.282153,0.131775 0.181384,0 0.277502,-0.131775 0.09612,-0.133325 0.09612,-0.382922 0,-0.249597 -0.09612,-0.381372 -0.09612,-0.133325 -0.277502,-0.133325 z m 0,-0.396875 q 0.448035,0 0.699182,0.241845 0.252698,0.241846 0.252698,0.669727 0,0.427881 -0.252698,0.669726 -0.251147,0.241846 -0.699182,0.241846 -0.449585,0 -0.703833,-0.241846 -0.252698,-0.241845 -0.252698,-0.669726 0,-0.427881 0.252698,-0.669727 0.254248,-0.241845 0.703833,-0.241845 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29022" />
+ <path
+ d="m 59.559201,91.685425 v 1.0573 h -0.558105 v -0.172083 -0.63717 q 0,-0.224793 -0.01085,-0.310059 -0.0093,-0.08527 -0.03411,-0.125574 -0.03256,-0.05426 -0.08837,-0.08371 -0.05581,-0.03101 -0.127124,-0.03101 -0.173632,0 -0.272851,0.134875 -0.09922,0.133325 -0.09922,0.37052 v 0.854212 h -0.555005 v -1.736329 h 0.555005 v 0.254249 q 0.125574,-0.151929 0.26665,-0.223243 0.141077,-0.07286 0.311609,-0.07286 0.300757,0 0.455786,0.184484 0.15658,0.184485 0.15658,0.536402 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29024" />
+ <path
+ d="m 17.196826,97.130054 h -0.460437 q -0.237195,-0.382923 -0.350366,-0.727088 -0.113171,-0.345715 -0.113171,-0.685229 0,-0.339514 0.113171,-0.68678 0.114722,-0.348816 0.350366,-0.728638 h 0.460437 q -0.198437,0.36742 -0.297656,0.719336 -0.09922,0.350366 -0.09922,0.692981 0,0.342615 0.09767,0.694531 0.09922,0.351917 0.299206,0.720887 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29026" />
+ <path
+ d="m 19.26068,94.469751 v 0.489893 q -0.190687,-0.08527 -0.372071,-0.128675 -0.181384,-0.04341 -0.342615,-0.04341 -0.21394,0 -0.316259,0.05891 -0.10232,0.05891 -0.10232,0.182935 0,0.09302 0.06821,0.145727 0.06976,0.05116 0.251148,0.08837 l 0.254248,0.05116 q 0.386023,0.07751 0.548803,0.235644 0.162781,0.15813 0.162781,0.449585 0,0.382922 -0.227893,0.570508 -0.226343,0.186035 -0.692981,0.186035 -0.220141,0 -0.441833,-0.04186 -0.221692,-0.04186 -0.443384,-0.124023 v -0.503845 q 0.221692,0.117822 0.427881,0.178283 0.207739,0.05891 0.399975,0.05891 0.195337,0 0.299207,-0.06511 0.10387,-0.06511 0.10387,-0.186035 0,-0.108521 -0.07131,-0.167432 -0.06976,-0.05891 -0.280603,-0.10542 l -0.230994,-0.05116 q -0.347265,-0.07441 -0.508496,-0.237195 -0.15968,-0.162781 -0.15968,-0.438733 0,-0.345715 0.223242,-0.531751 0.223243,-0.186035 0.641822,-0.186035 0.190686,0 0.392224,0.02946 0.201538,0.02791 0.417029,0.08527 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29028" />
+ <path
+ d="m 20.440866,94.848022 v 1.412317 h 0.21394 q 0.365869,0 0.558106,-0.181384 0.193786,-0.181384 0.193786,-0.5271 0,-0.344165 -0.192236,-0.523999 -0.192236,-0.179834 -0.559656,-0.179834 z m -0.596863,-0.451135 h 0.629419 q 0.5271,0 0.784448,0.07596 0.258899,0.07441 0.443384,0.254248 0.162781,0.156579 0.241846,0.361218 0.07906,0.204639 0.07906,0.463537 0,0.262 -0.07906,0.468189 -0.07906,0.204639 -0.241846,0.361218 -0.186035,0.179834 -0.446484,0.255799 -0.26045,0.07441 -0.781348,0.07441 h -0.629419 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29030" />
+ <path
+ d="m 24.222444,96.584351 q -0.164331,0.08527 -0.342615,0.128674 -0.178284,0.04341 -0.37207,0.04341 -0.57826,0 -0.916223,-0.322461 -0.337964,-0.324011 -0.337964,-0.877466 0,-0.555005 0.337964,-0.877465 0.337963,-0.324012 0.916223,-0.324012 0.193786,0 0.37207,0.04341 0.178284,0.04341 0.342615,0.128675 v 0.47904 q -0.165882,-0.113171 -0.327112,-0.165881 -0.161231,-0.05271 -0.339514,-0.05271 -0.319361,0 -0.502295,0.204639 -0.182935,0.204638 -0.182935,0.564306 0,0.358118 0.182935,0.562757 0.182934,0.204638 0.502295,0.204638 0.178283,0 0.339514,-0.05271 0.16123,-0.05271 0.327112,-0.165881 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29032" />
+ <path
+ d="m 24.587176,97.130054 q 0.198437,-0.36897 0.297656,-0.720887 0.09922,-0.351916 0.09922,-0.694531 0,-0.342615 -0.09922,-0.692981 -0.09922,-0.351916 -0.297656,-0.719336 h 0.460437 q 0.235644,0.379822 0.348816,0.728638 0.114721,0.347266 0.114721,0.68678 0,0.339514 -0.113171,0.685229 -0.113171,0.344165 -0.350366,0.727088 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29034" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5511"
+ inkscape:label="catalog.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/architecture.html"
+ xlink:title="The key output of SDC is a set of models containing descriptions of asset capabilities and instructions to manage them. These models are stored in the SDC Master Reference Catalog for the entire enterprise to use.">
+ <g
+ id="g4060"
+ inkscape:label="catalog"
+ transform="matrix(1.0101763,0,0,1.0101763,-0.42740385,-1.4545241)"
+ style="stroke-width:0.989926">
+ <path
+ id="rect47709-1-7-9-0"
+ style="opacity:1;vector-effect:none;fill:#7c8ab2;stroke:#7c8ab2;stroke-width:1.97985;stop-color:#000000;stop-opacity:1"
+ inkscape:label="catalog.form"
+ d="m 17.000002,140.93277 h 50.000004 v 4 H 17.000002 Z" />
+ <g
+ aria-label="Catalog"
+ id="text1436-63"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-0);fill:#ffffff;stroke-width:0.261918"
+ inkscape:label="catalog.label">
+ <path
+ d="m 19.044836,141.60642 v 0.33021 q -0.158129,-0.14727 -0.337963,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.607715,0.24184 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337963,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182934,0.0558 -0.387573,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87901 0,-0.55811 0.302307,-0.87902 0.302307,-0.32246 0.827856,-0.32246 0.20774,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path29038" />
+ <path
+ d="m 20.21262,142.86991 q -0.345715,0 -0.47904,0.0791 -0.133325,0.0791 -0.133325,0.26976 0,0.15192 0.09922,0.24184 0.10077,0.0884 0.272852,0.0884 0.237195,0 0.379822,-0.16743 0.144177,-0.16899 0.144177,-0.44804 v -0.0636 z m 0.568958,-0.11782 v 0.99063 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145727,0.0744 -0.356567,0.0744 -0.266651,0 -0.424781,-0.14883 -0.156579,-0.15037 -0.156579,-0.40152 0,-0.29301 0.195337,-0.44183 0.196887,-0.14883 0.58601,-0.14883 h 0.399976 v -0.0279 q 0,-0.19689 -0.130225,-0.30386 -0.128674,-0.10852 -0.362768,-0.10852 -0.148828,0 -0.289905,0.0357 -0.141077,0.0357 -0.271301,0.10697 v -0.26355 q 0.156579,-0.0605 0.303857,-0.0899 0.147278,-0.031 0.286804,-0.031 0.376722,0 0.562757,0.19534 0.186035,0.19533 0.186035,0.59221 z"
+ id="path29040" />
+ <path
+ d="m 21.558688,141.5134 v 0.493 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330213,0 -0.455786,-0.12247 -0.125574,-0.12402 -0.125574,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29042" />
+ <path
+ d="m 23.217915,142.86991 q -0.345716,0 -0.479041,0.0791 -0.133325,0.0791 -0.133325,0.26976 0,0.15192 0.09922,0.24184 0.100769,0.0884 0.272851,0.0884 0.237195,0 0.379822,-0.16743 0.144177,-0.16899 0.144177,-0.44804 v -0.0636 z m 0.568957,-0.11782 v 0.99063 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145727,0.0744 -0.356567,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.195337,-0.44183 0.196887,-0.14883 0.586011,-0.14883 h 0.399975 v -0.0279 q 0,-0.19689 -0.130224,-0.30386 -0.128675,-0.10852 -0.362769,-0.10852 -0.148828,0 -0.289905,0.0357 -0.141076,0.0357 -0.271301,0.10697 v -0.26355 q 0.15658,-0.0605 0.303858,-0.0899 0.147277,-0.031 0.286804,-0.031 0.376721,0 0.562756,0.19534 0.186035,0.19533 0.186035,0.59221 z"
+ id="path29044" />
+ <path
+ d="m 24.281829,141.33047 h 0.285254 v 2.41225 h -0.285254 z"
+ id="path29046" />
+ <path
+ d="m 25.744169,142.20638 q -0.229443,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.212391,0.24185 0.212391,0.66973 0,0.42633 -0.212391,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29048" />
+ <path
+ d="m 28.063821,142.85441 q 0,-0.31006 -0.128674,-0.48059 -0.127125,-0.17054 -0.358118,-0.17054 -0.229444,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128674,0.17053 0.358118,0.17053 0.230993,0 0.358118,-0.17053 0.128674,-0.17053 0.128674,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196887,0.65888 -0.196888,0.21704 -0.603064,0.21704 -0.150379,0 -0.283704,-0.0233 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0325 0.249597,0.0325 0.280603,0 0.420129,-0.14727 0.139527,-0.14573 0.139527,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.319361,0 -0.514698,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195337,-0.24339 0.514698,-0.24339 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path29050" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5517"
+ inkscape:label="dcaedesignstudio.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/design-components/DCAE-MOD/DCAE-MOD-Architecture.html"
+ xlink:title="Data Collection, Analytics and Events (DCAE) Design Studio enables to define and configure the monitoring flows of DCAE.">
+ <g
+ id="g4055"
+ inkscape:label="dcaedesignstudio">
+ <path
+ id="rect47709-1-7-9"
+ style="opacity:1;vector-effect:none;fill:#7c8ab2;stroke:#7c8ab2;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="dcaedesignstudio.form"
+ d="m 17.000002,132.93277 h 50.000004 v 4 H 17.000002 Z" />
+ <g
+ aria-label="DCAE Design Studio"
+ id="text1436-85"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="dcaedesignstudio.label">
+ <path
+ d="m 17.624768,133.68549 v 1.79989 h 0.378272 q 0.47904,0 0.700732,-0.21705 0.223242,-0.21704 0.223242,-0.68522 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700732,-0.21704 z m -0.313159,-0.25735 h 0.643371 q 0.672828,0 0.987537,0.2806 0.31471,0.27905 0.31471,0.87437 0,0.59841 -0.31626,0.87901 -0.31626,0.2806 -0.985987,0.2806 h -0.643371 z"
+ id="path29054" />
+ <path
+ d="m 21.397044,133.60642 v 0.33021 q -0.15813,-0.14727 -0.337964,-0.22014 -0.178283,-0.0729 -0.379821,-0.0729 -0.396875,0 -0.607715,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.607715,0.24184 0.201538,0 0.379821,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182934,0.0558 -0.387573,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87901 0,-0.55811 0.302307,-0.87902 0.302307,-0.32246 0.827856,-0.32246 0.207739,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path29056" />
+ <path
+ d="m 22.561728,133.73665 -0.424781,1.15186 h 0.851111 z m -0.176734,-0.30851 h 0.355017 l 0.882117,2.31458 h -0.325562 l -0.210839,-0.59376 h -1.043348 l -0.210839,0.59376 h -0.330213 z"
+ id="path29058" />
+ <path
+ d="m 23.867488,133.42814 h 1.463476 v 0.26355 h -1.150317 v 0.68523 h 1.102258 v 0.26355 h -1.102258 v 0.8387 h 1.178222 v 0.26355 h -1.491381 z"
+ id="path29060" />
+ <path
+ d="m 26.746176,133.68549 v 1.79989 h 0.378271 q 0.479041,0 0.700732,-0.21705 0.223243,-0.21704 0.223243,-0.68522 0,-0.46509 -0.223243,-0.68058 -0.221691,-0.21704 -0.700732,-0.21704 z m -0.31316,-0.25735 h 0.643372 q 0.672827,0 0.987537,0.2806 0.314709,0.27905 0.314709,0.87437 0,0.59841 -0.31626,0.87901 -0.316259,0.2806 -0.985986,0.2806 h -0.643372 z"
+ id="path29062" />
+ <path
+ d="m 30.258002,134.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176733,0.44959 0.159681,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.15503,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658875,-0.24184 -0.241845,-0.24185 -0.241845,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553454,0.22634 0.204639,0.22479 0.204639,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29064" />
+ <path
+ d="m 31.740496,134.05756 v 0.26975 q -0.120923,-0.062 -0.251148,-0.093 -0.130224,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.07597,0.15658 0.07596,0.0558 0.305407,0.10697 l 0.09767,0.0217 q 0.303857,0.0651 0.430981,0.18448 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38293 -0.190686,0.14107 -0.525549,0.14107 -0.139527,0 -0.291455,-0.0279 -0.150379,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.311609,0.12402 0.153479,0.0403 0.303857,0.0403 0.201538,0 0.310059,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.07906,-0.17829 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0232 q -0.2651,-0.0558 -0.382923,-0.17053 -0.117822,-0.11628 -0.117822,-0.31781 0,-0.24495 0.173633,-0.37828 0.173633,-0.13332 0.492993,-0.13332 0.15813,0 0.297656,0.0232 0.139527,0.0233 0.257349,0.0698 z"
+ id="path29066" />
+ <path
+ d="m 32.195144,134.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29068" />
+ <path
+ d="m 34.127223,134.85441 q 0,-0.31006 -0.128674,-0.48059 -0.127124,-0.17054 -0.358118,-0.17054 -0.229443,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128675,0.17053 0.358118,0.17053 0.230994,0 0.358118,-0.17053 0.128674,-0.17053 0.128674,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196887,0.65888 -0.196888,0.21704 -0.603064,0.21704 -0.150379,0 -0.283704,-0.0233 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0325 0.249597,0.0325 0.280603,0 0.42013,-0.14727 0.139526,-0.14573 0.139526,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.319361,0 -0.514697,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195336,-0.24339 0.514697,-0.24339 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path29070" />
+ <path
+ d="m 36.350756,134.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230993,0 -0.364318,0.14727 -0.133326,0.14728 -0.133326,0.40153 v 0.98133 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.10232,-0.15658 0.240296,-0.2341 0.139526,-0.0775 0.320911,-0.0775 0.299206,0 0.452685,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29072" />
+ <path
+ d="m 38.879078,133.5041 v 0.30541 q -0.178284,-0.0853 -0.336414,-0.12712 -0.15813,-0.0419 -0.305408,-0.0419 -0.255798,0 -0.395324,0.0992 -0.137977,0.0992 -0.137977,0.28215 0,0.15348 0.09147,0.23254 0.09302,0.0775 0.350366,0.12558 l 0.189136,0.0387 q 0.350366,0.0667 0.516247,0.23565 0.167432,0.16743 0.167432,0.44958 0,0.33642 -0.226343,0.51005 -0.224792,0.17363 -0.660425,0.17363 -0.164331,0 -0.350366,-0.0372 -0.184485,-0.0372 -0.382922,-0.11007 v -0.32247 q 0.190686,0.10697 0.37362,0.16123 0.182935,0.0543 0.359668,0.0543 0.268201,0 0.413929,-0.10542 0.145727,-0.10542 0.145727,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.103869,-0.0961 -0.342615,-0.14418 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506945,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.215491,-0.48369 0.217041,-0.17673 0.596862,-0.17673 0.162781,0 0.331763,0.0294 0.168982,0.0295 0.345716,0.0884 z"
+ id="path29074" />
+ <path
+ d="m 39.684093,133.5134 v 0.493 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330212,0 -0.455786,-0.12247 -0.125574,-0.12402 -0.125574,-0.44958 v -0.94258 H 39.188 v -0.22169 h 0.209289 v -0.493 z"
+ id="path29076" />
+ <path
+ d="m 40.524765,135.0575 v -1.0511 h 0.285254 v 1.04024 q 0,0.2465 0.09612,0.37052 0.09612,0.12248 0.288355,0.12248 0.230994,0 0.364319,-0.14728 0.134875,-0.14728 0.134875,-0.40153 v -0.98443 h 0.285254 v 1.73632 h -0.285254 v -0.26665 q -0.103869,0.15813 -0.241845,0.23565 -0.136426,0.076 -0.31781,0.076 -0.299207,0 -0.454236,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.717786,-1.09296 z"
+ id="path29078" />
+ <path
+ d="m 43.616463,134.26995 v -0.93948 h 0.285254 v 2.41225 h -0.285254 v -0.26044 q -0.08992,0.15502 -0.227893,0.23099 -0.136426,0.0744 -0.328662,0.0744 -0.31471,0 -0.513147,-0.25114 -0.196888,-0.25115 -0.196888,-0.66043 0,-0.40928 0.196888,-0.66042 0.198437,-0.25115 0.513147,-0.25115 0.192236,0 0.328662,0.076 0.137976,0.0744 0.227893,0.22945 z m -0.972034,0.60616 q 0,0.31471 0.128674,0.49454 0.130225,0.17829 0.356568,0.17829 0.226342,0 0.356567,-0.17829 0.130225,-0.17983 0.130225,-0.49454 0,-0.31471 -0.130225,-0.49299 -0.130225,-0.17984 -0.356567,-0.17984 -0.226343,0 -0.356568,0.17984 -0.128674,0.17828 -0.128674,0.49299 z"
+ id="path29080" />
+ <path
+ d="m 44.396674,134.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29082" />
+ <path
+ d="m 45.859014,134.20638 q -0.229444,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29084" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5524"
+ inkscape:label="controllerdesignstudio.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html"
+ xlink:title="The design-time part of the Controller Design Studio (CDS) – the CDS Designer UI – is a framework to automate the resolution of resources for instantiation and any config provisioning operation, such as day0, day1, or day2 configuration. A designer can define what actions are required for a given service, along with anything comprising the action. Its content is driven from a catalog of reusable data dictionary and component, delivering a reusable and simplified self-service experience. CDS modeling is mainly based on the TOSCA standard, using JSON as a representation. CDS is part of CCSDK.">
+ <g
+ id="g4049"
+ inkscape:label="controllerdesignstudio">
+ <path
+ id="rect47709-1-7"
+ style="opacity:1;vector-effect:none;fill:#7c8ab2;stroke:#7c8ab2;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="controllerdesignstudio.form"
+ d="m 17.000002,124.93277 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Controller Design Studio (CDS)"
+ id="text1436-90"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="controllerdesignstudio.label">
+ <path
+ d="m 19.044836,125.60642 v 0.33021 q -0.158129,-0.14727 -0.337963,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.607715,0.24184 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337963,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182934,0.0558 -0.387573,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87901 0,-0.55811 0.302307,-0.87902 0.302307,-0.32246 0.827856,-0.32246 0.20774,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path29088" />
+ <path
+ d="m 20.096348,126.20638 q -0.229443,0 -0.362768,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364318,0.17829 0.227894,0 0.361219,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361219,-0.18139 z m 0,-0.24184 q 0.372071,0 0.584461,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.584461,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29090" />
+ <path
+ d="m 22.716757,126.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230993,0 -0.364318,0.14727 -0.133326,0.14728 -0.133326,0.40153 v 0.98133 H 21.26258 v -1.73632 h 0.286804 v 0.26975 q 0.10232,-0.15658 0.240296,-0.2341 0.139526,-0.0775 0.32091,-0.0775 0.299207,0 0.452686,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29092" />
+ <path
+ d="m 23.475264,125.5134 v 0.493 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293006 v 0.23874 h -0.293006 q -0.330212,0 -0.455786,-0.12247 -0.125574,-0.12402 -0.125574,-0.44958 v -0.94258 H 22.97917 v -0.22169 h 0.209289 v -0.493 z"
+ id="path29094" />
+ <path
+ d="m 25.351531,126.27305 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45113 v 0.91467 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234094,-0.2341 0.144178,-0.0775 0.350367,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29096" />
+ <path
+ d="m 26.161198,126.20638 q -0.229444,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29098" />
+ <path
+ d="m 27.338283,125.33047 h 0.285254 v 2.41225 h -0.285254 z"
+ id="path29100" />
+ <path
+ d="m 28.127796,125.33047 h 0.285254 v 2.41225 h -0.285254 z"
+ id="path29102" />
+ <path
+ d="m 30.402489,126.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176734,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229444,-0.67592 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22634 0.204638,0.22479 0.204638,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337963,-0.13953 -0.238746,0 -0.382923,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29104" />
+ <path
+ d="m 31.784213,126.27305 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45113 v 0.91467 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234094,-0.2341 0.144178,-0.0775 0.350367,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29106" />
+ <path
+ d="m 32.96843,125.68549 v 1.79989 h 0.378272 q 0.47904,0 0.700732,-0.21705 0.223242,-0.21704 0.223242,-0.68522 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700732,-0.21704 z m -0.313159,-0.25735 h 0.643372 q 0.672827,0 0.987536,0.2806 0.31471,0.27905 0.31471,0.87437 0,0.59841 -0.31626,0.87901 -0.31626,0.2806 -0.985986,0.2806 h -0.643372 z"
+ id="path29108" />
+ <path
+ d="m 36.480259,126.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176733,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327111,0.0341 -0.415479,0 -0.658875,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229444,-0.67592 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22634 0.204639,0.22479 0.204639,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13488 -0.164332,0.37982 z"
+ id="path29110" />
+ <path
+ d="m 37.962751,126.05756 v 0.26975 q -0.120923,-0.062 -0.251148,-0.093 -0.130224,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.07596,0.15658 0.07597,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18448 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38293 -0.190686,0.14107 -0.525549,0.14107 -0.139527,0 -0.291456,-0.0279 -0.150378,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.311609,0.12402 0.153479,0.0403 0.303858,0.0403 0.201538,0 0.310058,-0.0682 0.108521,-0.0698 0.108521,-0.19534 0,-0.11627 -0.07906,-0.17829 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117822,-0.11628 -0.117822,-0.31781 0,-0.24495 0.173633,-0.37828 0.173632,-0.13332 0.492993,-0.13332 0.15813,0 0.297656,0.0233 0.139526,0.0233 0.257349,0.0698 z"
+ id="path29112" />
+ <path
+ d="m 38.417401,126.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29114" />
+ <path
+ d="m 40.349478,126.85441 q 0,-0.31006 -0.128675,-0.48059 -0.127124,-0.17054 -0.358117,-0.17054 -0.229444,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128674,0.17053 0.358118,0.17053 0.230993,0 0.358117,-0.17053 0.128675,-0.17053 0.128675,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196888,0.65888 -0.196887,0.21704 -0.603064,0.21704 -0.150378,0 -0.283703,-0.0233 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0325 0.249597,0.0325 0.280603,0 0.420129,-0.14727 0.139527,-0.14573 0.139527,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.319361,0 -0.514698,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195337,-0.24339 0.514698,-0.24339 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path29116" />
+ <path
+ d="m 42.573012,126.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230993,0 -0.364319,0.14727 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.10232,-0.15658 0.240296,-0.2341 0.139526,-0.0775 0.32091,-0.0775 0.299207,0 0.452686,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29118" />
+ <path
+ d="m 45.101333,125.5041 v 0.30541 q -0.178283,-0.0853 -0.336413,-0.12712 -0.15813,-0.0419 -0.305408,-0.0419 -0.255798,0 -0.395325,0.0992 -0.137976,0.0992 -0.137976,0.28215 0,0.15348 0.09147,0.23254 0.09302,0.0775 0.350367,0.12558 l 0.189135,0.0387 q 0.350367,0.0667 0.516248,0.23565 0.167432,0.16743 0.167432,0.44958 0,0.33642 -0.226343,0.51005 -0.224793,0.17363 -0.660425,0.17363 -0.164331,0 -0.350366,-0.0372 -0.184485,-0.0372 -0.382923,-0.11007 v -0.32247 q 0.190686,0.10697 0.373621,0.16123 0.182935,0.0543 0.359668,0.0543 0.268201,0 0.413928,-0.10542 0.145728,-0.10542 0.145728,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.342615,-0.14418 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506946,-0.21859 -0.156579,-0.14883 -0.156579,-0.41393 0,-0.30695 0.21549,-0.48369 0.217041,-0.17673 0.596863,-0.17673 0.162781,0 0.331763,0.0294 0.168982,0.0295 0.345715,0.0884 z"
+ id="path29120" />
+ <path
+ d="m 45.906349,125.5134 v 0.493 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330213,0 -0.455786,-0.12247 -0.125574,-0.12402 -0.125574,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29122" />
+ <path
+ d="m 46.747021,127.0575 v -1.0511 h 0.285254 v 1.04024 q 0,0.2465 0.09612,0.37052 0.09612,0.12248 0.288355,0.12248 0.230993,0 0.364318,-0.14728 0.134876,-0.14728 0.134876,-0.40153 v -0.98443 h 0.285254 v 1.73632 h -0.285254 v -0.26665 q -0.10387,0.15813 -0.241846,0.23565 -0.136425,0.076 -0.31781,0.076 -0.299206,0 -0.454236,-0.18603 -0.155029,-0.18604 -0.155029,-0.54415 z m 0.717786,-1.09296 z"
+ id="path29124" />
+ <path
+ d="m 49.838718,126.26995 v -0.93948 h 0.285254 v 2.41225 h -0.285254 v -0.26044 q -0.08992,0.15502 -0.227893,0.23099 -0.136425,0.0744 -0.328662,0.0744 -0.314709,0 -0.513147,-0.25114 -0.196887,-0.25115 -0.196887,-0.66043 0,-0.40928 0.196887,-0.66042 0.198438,-0.25115 0.513147,-0.25115 0.192237,0 0.328662,0.076 0.137976,0.0744 0.227893,0.22945 z m -0.972033,0.60616 q 0,0.31471 0.128674,0.49454 0.130225,0.17829 0.356567,0.17829 0.226343,0 0.356568,-0.17829 0.130224,-0.17983 0.130224,-0.49454 0,-0.31471 -0.130224,-0.49299 -0.130225,-0.17984 -0.356568,-0.17984 -0.226342,0 -0.356567,0.17984 -0.128674,0.17828 -0.128674,0.49299 z"
+ id="path29126" />
+ <path
+ d="m 50.618928,126.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29128" />
+ <path
+ d="m 52.081268,126.20638 q -0.229444,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29130" />
+ <path
+ d="m 54.595638,125.33357 q -0.207739,0.35657 -0.308508,0.70538 -0.100769,0.34882 -0.100769,0.70694 0,0.35811 0.100769,0.71003 0.102319,0.35037 0.308508,0.70538 h -0.248047 q -0.232544,-0.36432 -0.348816,-0.71623 -0.114721,-0.35192 -0.114721,-0.69918 0,-0.34572 0.114721,-0.69609 0.114722,-0.35036 0.348816,-0.71623 z"
+ id="path29132" />
+ <path
+ d="m 56.802119,125.60642 v 0.33021 q -0.15813,-0.14727 -0.337964,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.607715,0.24184 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182935,0.0558 -0.387573,0.0558 -0.52555,0 -0.827857,-0.32091 -0.302307,-0.32246 -0.302307,-0.87901 0,-0.55811 0.302307,-0.87902 0.302307,-0.32246 0.827857,-0.32246 0.207739,0 0.390673,0.0558 0.184485,0.0543 0.345716,0.16433 z"
+ id="path29134" />
+ <path
+ d="m 57.506364,125.68549 v 1.79989 h 0.378271 q 0.479041,0 0.700733,-0.21705 0.223242,-0.21704 0.223242,-0.68522 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700733,-0.21704 z m -0.31316,-0.25735 h 0.643372 q 0.672827,0 0.987537,0.2806 0.314709,0.27905 0.314709,0.87437 0,0.59841 -0.31626,0.87901 -0.316259,0.2806 -0.985986,0.2806 h -0.643372 z"
+ id="path29136" />
+ <path
+ d="m 60.932924,125.5041 v 0.30541 q -0.178284,-0.0853 -0.336414,-0.12712 -0.15813,-0.0419 -0.305407,-0.0419 -0.255799,0 -0.395325,0.0992 -0.137976,0.0992 -0.137976,0.28215 0,0.15348 0.09147,0.23254 0.09302,0.0775 0.350366,0.12558 l 0.189136,0.0387 q 0.350366,0.0667 0.516248,0.23565 0.167431,0.16743 0.167431,0.44958 0,0.33642 -0.226343,0.51005 -0.224792,0.17363 -0.660424,0.17363 -0.164331,0 -0.350367,-0.0372 -0.184484,-0.0372 -0.382922,-0.11007 v -0.32247 q 0.190686,0.10697 0.373621,0.16123 0.182934,0.0543 0.359668,0.0543 0.2682,0 0.413928,-0.10542 0.145727,-0.10542 0.145727,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.103869,-0.0961 -0.342614,-0.14418 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506946,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.215491,-0.48369 0.217041,-0.17673 0.596863,-0.17673 0.162781,0 0.331763,0.0294 0.168981,0.0295 0.345715,0.0884 z"
+ id="path29138" />
+ <path
+ d="m 61.41083,125.33357 h 0.248047 q 0.232544,0.36587 0.347265,0.71623 0.116272,0.35037 0.116272,0.69609 0,0.34726 -0.116272,0.69918 -0.114721,0.35191 -0.347265,0.71623 H 61.41083 q 0.206189,-0.35501 0.306958,-0.70538 0.102319,-0.35192 0.102319,-0.71003 0,-0.35812 -0.102319,-0.70694 -0.100769,-0.34881 -0.306958,-0.70538 z"
+ id="path29140" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5531"
+ inkscape:label="workflowdesigner.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/workflow.html"
+ xlink:title="Workflow Designer allows a user to design a workflow, save it, and attach it to a SDC service as an artifact. Workflow Designer also manages the definitions of activities, which can be later used as parts of the designed workflows.">
+ <g
+ id="g4043"
+ inkscape:label="workflowdesigner">
+ <path
+ id="rect47709-1-8"
+ style="opacity:1;vector-effect:none;fill:#7c8ab2;stroke:#7c8ab2;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="workflowdesigner.form"
+ d="m 17.000002,116.93276 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Workflow Designer"
+ id="text1436-2"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="workflowdesigner.label">
+ <path
+ d="m 17.10542,117.42814 h 0.31626 l 0.486792,1.95647 0.485241,-1.95647 h 0.351917 l 0.486792,1.95647 0.485242,-1.95647 h 0.31781 l -0.58136,2.31458 h -0.393775 l -0.488342,-2.00918 -0.492993,2.00918 h -0.393775 z"
+ id="path29144" />
+ <path
+ d="m 20.832738,118.20638 q -0.229444,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29146" />
+ <path
+ d="m 23.015963,118.27305 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45113 v 0.91467 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.2341 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29148" />
+ <path
+ d="m 23.211714,117.33047 h 0.286804 v 1.42472 l 0.851111,-0.74879 h 0.364319 l -0.920874,0.81235 0.959631,0.92397 h -0.37207 l -0.882117,-0.84801 v 0.84801 h -0.286804 z"
+ id="path29150" />
+ <path
+ d="m 25.577874,117.33047 h 0.79375 v 2.41225 H 26.08482 v -2.17506 h -0.510046 q -0.153479,0 -0.213941,0.062 -0.05891,0.062 -0.05891,0.22324 v 0.15348 h 0.469739 v 0.22169 h -0.469739 v 1.51463 h -0.286804 v -1.51463 h -0.272852 v -0.22169 h 0.272852 v -0.12093 q 0,-0.2899 0.134875,-0.42168 0.134876,-0.13332 0.427881,-0.13332 z"
+ id="path29152" />
+ <path
+ d="m 27.456105,118.20638 q -0.229443,0 -0.362768,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364318,0.17829 0.227893,0 0.361219,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133326,-0.18139 -0.361219,-0.18139 z m 0,-0.24184 q 0.372071,0 0.584461,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.584461,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29154" />
+ <path
+ d="m 28.46731,118.0064 h 0.285253 l 0.356568,1.35495 0.355017,-1.35495 h 0.336414 l 0.356567,1.35495 0.355017,-1.35495 H 30.7974 l -0.454236,1.73632 H 30.00675 l -0.37362,-1.42316 -0.375171,1.42316 h -0.336414 z"
+ id="path29156" />
+ <path
+ d="m 32.114943,117.68549 v 1.79989 h 0.378272 q 0.47904,0 0.700732,-0.21705 0.223242,-0.21704 0.223242,-0.68522 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700732,-0.21704 z m -0.313159,-0.25735 h 0.643372 q 0.672827,0 0.987536,0.2806 0.31471,0.27905 0.31471,0.87437 0,0.59841 -0.31626,0.87901 -0.31626,0.2806 -0.985986,0.2806 h -0.643372 z"
+ id="path29158" />
+ <path
+ d="m 35.62677,118.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176733,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658875,-0.24184 -0.241845,-0.24185 -0.241845,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621667,-0.25115 0.350367,0 0.553455,0.22634 0.204639,0.22479 0.204639,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29160" />
+ <path
+ d="m 37.109264,118.05756 v 0.26975 q -0.120923,-0.062 -0.251148,-0.093 -0.130224,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.07596,0.15658 0.07597,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18448 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38293 -0.190686,0.14107 -0.525549,0.14107 -0.139527,0 -0.291456,-0.0279 -0.150378,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.311609,0.12402 0.153479,0.0403 0.303858,0.0403 0.201538,0 0.310058,-0.0682 0.108521,-0.0698 0.108521,-0.19534 0,-0.11627 -0.07906,-0.17829 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117822,-0.11628 -0.117822,-0.31781 0,-0.24495 0.173633,-0.37828 0.173632,-0.13332 0.492993,-0.13332 0.15813,0 0.297656,0.0233 0.139526,0.0233 0.257349,0.0698 z"
+ id="path29162" />
+ <path
+ d="m 37.563912,118.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29164" />
+ <path
+ d="m 39.495991,118.85441 q 0,-0.31006 -0.128675,-0.48059 -0.127124,-0.17054 -0.358117,-0.17054 -0.229444,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128674,0.17053 0.358118,0.17053 0.230993,0 0.358117,-0.17053 0.128675,-0.17053 0.128675,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196888,0.65888 -0.196887,0.21704 -0.603064,0.21704 -0.150378,0 -0.283703,-0.0233 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0326 0.249597,0.0326 0.280603,0 0.420129,-0.14727 0.139527,-0.14573 0.139527,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.319361,0 -0.514698,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195337,-0.24339 0.514698,-0.24339 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path29166" />
+ <path
+ d="m 41.719525,118.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230993,0 -0.364319,0.14727 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 H 40.26535 v -1.73632 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240296,-0.2341 0.139526,-0.0775 0.32091,-0.0775 0.299207,0 0.452686,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29168" />
+ <path
+ d="m 43.681058,118.80325 v 0.13952 h -1.311547 q 0.0186,0.29456 0.176733,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327111,0.0341 -0.415479,0 -0.658875,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229444,-0.67592 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22634 0.204638,0.22479 0.204638,0.61237 z m -0.285253,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382923,0.13488 -0.142626,0.13488 -0.164331,0.37982 z"
+ id="path29170" />
+ <path
+ d="m 45.062783,118.27305 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45113 v 0.91467 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.2341 0.144177,-0.0775 0.350366,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29172" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5538"
+ inkscape:label="xnfonboarding.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vnfrqts-requirements/en/latest/Chapter7/VNF-On-boarding-and-package-management.html"
+ xlink:title="The VNF provider must provide VNF packages that include a rich set of recipes, management and functional interfaces, policies, configuration parameters, and infrastructure requirements that can be utilized by the ONAP Design module to onboard and catalog these resources.">
+ <g
+ id="g4037"
+ inkscape:label="xnfonboarding">
+ <path
+ id="rect47709-1"
+ style="opacity:1;vector-effect:none;fill:#7c8ab2;stroke:#7c8ab2;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="xnfonboarding.form"
+ d="m 17.000002,108.93276 h 50 v 4 h -50 z" />
+ <g
+ aria-label="xNF Onboarding"
+ id="text1436-8"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="xnfonboarding.label">
+ <path
+ d="m 18.742529,110.0064 -0.627868,0.84491 0.660424,0.89141 h -0.336413 l -0.505396,-0.68212 -0.505395,0.68212 h -0.336414 l 0.674378,-0.90847 -0.617017,-0.82785 h 0.336414 l 0.460437,0.61856 0.460437,-0.61856 z"
+ id="path29176" />
+ <path
+ d="m 19.09796,109.42814 h 0.421679 l 1.026294,1.93631 v -1.93631 h 0.303858 v 2.31458 h -0.42168 l -1.026294,-1.93631 v 1.93631 H 19.09796 Z"
+ id="path29178" />
+ <path
+ d="m 21.380405,109.42814 h 1.330151 v 0.26355 h -1.016992 v 0.68213 h 0.917773 v 0.26355 h -0.917773 v 1.10535 h -0.313159 z"
+ id="path29180" />
+ <path
+ d="m 24.705576,109.64053 q -0.341064,0 -0.542602,0.25425 -0.199988,0.25424 -0.199988,0.69298 0,0.43718 0.199988,0.69143 0.201538,0.25425 0.542602,0.25425 0.341065,0 0.539502,-0.25425 0.199988,-0.25425 0.199988,-0.69143 0,-0.43874 -0.199988,-0.69298 -0.198437,-0.25425 -0.539502,-0.25425 z m 0,-0.25425 q 0.486792,0 0.778247,0.32711 0.291455,0.32556 0.291455,0.87437 0,0.54725 -0.291455,0.87436 -0.291455,0.32556 -0.778247,0.32556 -0.488342,0 -0.781348,-0.32556 -0.291455,-0.32556 -0.291455,-0.87436 0,-0.54881 0.291455,-0.87437 0.293006,-0.32711 0.781348,-0.32711 z"
+ id="path29182" />
+ <path
+ d="m 27.603487,110.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288354,-0.12247 -0.230994,0 -0.364319,0.14727 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240295,-0.2341 0.139527,-0.0775 0.320911,-0.0775 0.299206,0 0.452685,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29184" />
+ <path
+ d="m 29.326276,110.87611 q 0,-0.31471 -0.130225,-0.49299 -0.128674,-0.17984 -0.355017,-0.17984 -0.226342,0 -0.356567,0.17984 -0.128674,0.17828 -0.128674,0.49299 0,0.31471 0.128674,0.49454 0.130225,0.17829 0.356567,0.17829 0.226343,0 0.355017,-0.17829 0.130225,-0.17983 0.130225,-0.49454 z m -0.970483,-0.60616 q 0.08992,-0.15503 0.226342,-0.22945 0.137976,-0.076 0.328662,-0.076 0.31626,0 0.513147,0.25115 0.198438,0.25114 0.198438,0.66042 0,0.40928 -0.198438,0.66043 -0.196887,0.25114 -0.513147,0.25114 -0.190686,0 -0.328662,-0.0744 -0.136425,-0.076 -0.226342,-0.23099 v 0.26044 h -0.286805 v -2.41225 h 0.286805 z"
+ id="path29186" />
+ <path
+ d="m 30.675445,110.20638 q -0.229444,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29188" />
+ <path
+ d="m 32.641629,110.86991 q -0.345715,0 -0.47904,0.0791 -0.133325,0.0791 -0.133325,0.26976 0,0.15192 0.09922,0.24184 0.100769,0.0884 0.272852,0.0884 0.237195,0 0.379822,-0.16743 0.144177,-0.16899 0.144177,-0.44804 v -0.0636 z m 0.568958,-0.11782 v 0.99063 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145728,0.0744 -0.356567,0.0744 -0.266651,0 -0.424781,-0.14883 -0.156579,-0.15037 -0.156579,-0.40152 0,-0.29301 0.195337,-0.44183 0.196887,-0.14883 0.58601,-0.14883 h 0.399976 v -0.0279 q 0,-0.19689 -0.130225,-0.30386 -0.128674,-0.10852 -0.362768,-0.10852 -0.148828,0 -0.289905,0.0357 -0.141077,0.0357 -0.271301,0.10697 v -0.26355 q 0.156579,-0.0605 0.303857,-0.0899 0.147278,-0.031 0.286804,-0.031 0.376722,0 0.562757,0.19534 0.186035,0.19533 0.186035,0.59221 z"
+ id="path29190" />
+ <path
+ d="m 34.711684,110.27305 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45113 v 0.91467 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.2341 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29192" />
+ <path
+ d="m 36.005041,110.26995 v -0.93948 h 0.285254 v 2.41225 h -0.285254 v -0.26044 q -0.08992,0.15502 -0.227893,0.23099 -0.136426,0.0744 -0.328662,0.0744 -0.31471,0 -0.513147,-0.25114 -0.196887,-0.25115 -0.196887,-0.66043 0,-0.40928 0.196887,-0.66042 0.198437,-0.25115 0.513147,-0.25115 0.192236,0 0.328662,0.076 0.137976,0.0744 0.227893,0.22945 z m -0.972034,0.60616 q 0,0.31471 0.128675,0.49454 0.130224,0.17829 0.356567,0.17829 0.226343,0 0.356567,-0.17829 0.130225,-0.17983 0.130225,-0.49454 0,-0.31471 -0.130225,-0.49299 -0.130224,-0.17984 -0.356567,-0.17984 -0.226343,0 -0.356567,0.17984 -0.128675,0.17828 -0.128675,0.49299 z"
+ id="path29194" />
+ <path
+ d="m 36.785252,110.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29196" />
+ <path
+ d="m 39.018088,110.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230993,0 -0.364319,0.14727 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 h -0.286804 v -1.73632 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240296,-0.2341 0.139526,-0.0775 0.32091,-0.0775 0.299207,0 0.452686,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29198" />
+ <path
+ d="m 40.637007,110.85441 q 0,-0.31006 -0.128675,-0.48059 -0.127124,-0.17054 -0.358117,-0.17054 -0.229444,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128674,0.17053 0.358118,0.17053 0.230993,0 0.358117,-0.17053 0.128675,-0.17053 0.128675,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196888,0.65888 -0.196887,0.21704 -0.603064,0.21704 -0.150378,0 -0.283703,-0.0233 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0326 0.249597,0.0326 0.280603,0 0.420129,-0.14727 0.139527,-0.14573 0.139527,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.319361,0 -0.514698,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195337,-0.24339 0.514698,-0.24339 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path29200" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5545"
+ inkscape:label="servicexnfdesign.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-user/design/index.html"
+ xlink:title="The goal of the design process is to create all artifacts (models) that are required to instantiate and manage resources, services, and products on the ONAP platform."
+ style="display:inline">
+ <g
+ id="g3355"
+ inkscape:label="servicexnfdesign"
+ style="display:inline">
+ <path
+ id="rect47709"
+ style="opacity:1;fill:#7c8ab2;stroke:#7c8ab2;stroke-width:2"
+ inkscape:label="servicexnfdesign.form"
+ d="m 17.000002,100.93276 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Service/xNF Design"
+ id="text1436-3"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="servicexnfdesign.label">
+ <path
+ d="m 18.699121,101.5041 v 0.30541 q -0.178284,-0.0853 -0.336414,-0.12712 -0.158129,-0.0419 -0.305407,-0.0419 -0.255799,0 -0.395325,0.0992 -0.137976,0.0992 -0.137976,0.28215 0,0.15348 0.09147,0.23254 0.09302,0.0775 0.350367,0.12558 l 0.189135,0.0387 q 0.350366,0.0667 0.516248,0.23565 0.167431,0.16743 0.167431,0.44958 0,0.33642 -0.226342,0.51005 -0.224793,0.17363 -0.660425,0.17363 -0.164331,0 -0.350366,-0.0372 -0.184485,-0.0372 -0.382923,-0.11007 v -0.32247 q 0.190686,0.10697 0.373621,0.16123 0.182934,0.0543 0.359668,0.0543 0.268201,0 0.413928,-0.10542 0.145728,-0.10542 0.145728,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.342615,-0.14418 l -0.190686,-0.0372 q -0.350366,-0.0698 -0.506946,-0.21859 -0.156579,-0.14883 -0.156579,-0.41393 0,-0.30695 0.21549,-0.48369 0.217041,-0.17673 0.596863,-0.17673 0.162781,0 0.331763,0.0294 0.168982,0.0295 0.345715,0.0884 z"
+ id="path29204" />
+ <path
+ d="m 20.707164,102.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176733,0.44959 0.159681,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.15503,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658874,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553454,0.22634 0.204639,0.22479 0.204639,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29206" />
+ <path
+ d="m 22.088888,102.27305 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45113 v 0.91467 H 21.071896 V 102.0064 H 21.3587 v 0.26975 q 0.08992,-0.15813 0.234095,-0.2341 0.144177,-0.0775 0.350366,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29208" />
+ <path
+ d="m 22.090852,102.0064 h 0.302307 l 0.542603,1.45727 0.542602,-1.45727 h 0.302307 l -0.651123,1.73632 h -0.387573 z"
+ id="path29210" />
+ <path
+ d="m 24.081841,102.0064 h 0.285254 v 1.73632 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29212" />
+ <path
+ d="m 26.12089,102.07306 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244946,-0.0341 -0.277503,0 -0.430982,0.17674 -0.153479,0.17518 -0.153479,0.49299 0,0.31781 0.153479,0.49454 0.153479,0.17519 0.430982,0.17519 0.124023,0 0.244946,-0.0326 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119373,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271301,0.0279 -0.392224,0 -0.623218,-0.24649 -0.230994,-0.2465 -0.230994,-0.66508 0,-0.42478 0.232544,-0.66818 0.234095,-0.24339 0.640271,-0.24339 0.131775,0 0.257349,0.0279 0.125574,0.0264 0.243396,0.0806 z"
+ id="path29214" />
+ <path
+ d="m 28.00956,102.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176734,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553455,0.22634 0.204638,0.22479 0.204638,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337963,-0.13953 -0.238746,0 -0.382923,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29216" />
+ <path
+ d="m 28.89209,101.42814 h 0.26355 l -0.806153,2.60914 h -0.26355 z"
+ id="path29218" />
+ <path
+ d="m 30.805565,102.0064 -0.627868,0.84491 0.660424,0.89141 h -0.336413 l -0.505396,-0.68212 -0.505395,0.68212 h -0.336414 l 0.674378,-0.90847 -0.617017,-0.82785 h 0.336414 l 0.460437,0.61856 0.460437,-0.61856 z"
+ id="path29220" />
+ <path
+ d="m 31.160996,101.42814 h 0.42168 l 1.026294,1.93631 v -1.93631 h 0.303857 v 2.31458 h -0.42168 l -1.026294,-1.93631 v 1.93631 h -0.303857 z"
+ id="path29222" />
+ <path
+ d="m 33.443441,101.42814 h 1.330151 v 0.26355 H 33.7566 v 0.68213 h 0.917774 v 0.26355 H 33.7566 v 1.10535 h -0.313159 z"
+ id="path29224" />
+ <path
+ d="m 36.142295,101.68549 v 1.79989 h 0.378271 q 0.479041,0 0.700733,-0.21705 0.223242,-0.21704 0.223242,-0.68522 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700733,-0.21704 z m -0.313159,-0.25735 h 0.643371 q 0.672827,0 0.987537,0.2806 0.314709,0.27905 0.314709,0.87437 0,0.59841 -0.31626,0.87901 -0.316259,0.2806 -0.985986,0.2806 h -0.643371 z"
+ id="path29226" />
+ <path
+ d="m 39.654121,102.80325 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176734,0.44959 0.15968,0.15348 0.443383,0.15348 0.164331,0 0.31781,-0.0403 0.15503,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553454,0.22634 0.204639,0.22479 0.204639,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29228" />
+ <path
+ d="m 41.136615,102.05756 v 0.26975 q -0.120923,-0.062 -0.251147,-0.093 -0.130225,-0.031 -0.269751,-0.031 -0.212391,0 -0.319361,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305407,0.10697 l 0.09767,0.0217 q 0.303857,0.0651 0.430981,0.18448 0.128675,0.11782 0.128675,0.33021 0,0.24185 -0.192237,0.38293 -0.190686,0.14107 -0.525549,0.14107 -0.139526,0 -0.291455,-0.0279 -0.150379,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.311609,0.12402 0.153479,0.0403 0.303857,0.0403 0.201538,0 0.310059,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.07906,-0.17829 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382923,-0.17053 -0.117822,-0.11628 -0.117822,-0.31781 0,-0.24495 0.173633,-0.37828 0.173633,-0.13332 0.492993,-0.13332 0.15813,0 0.297656,0.0233 0.139527,0.0233 0.257349,0.0698 z"
+ id="path29230" />
+ <path
+ d="m 41.591264,102.0064 h 0.285253 v 1.73632 h -0.285253 z m 0,-0.67593 h 0.285253 v 0.36122 h -0.285253 z"
+ id="path29232" />
+ <path
+ d="m 43.523342,102.85441 q 0,-0.31006 -0.128674,-0.48059 -0.127124,-0.17054 -0.358118,-0.17054 -0.229443,0 -0.358118,0.17054 -0.127124,0.17053 -0.127124,0.48059 0,0.30851 0.127124,0.47904 0.128675,0.17053 0.358118,0.17053 0.230994,0 0.358118,-0.17053 0.128674,-0.17053 0.128674,-0.47904 z m 0.285254,0.67282 q 0,0.44339 -0.196887,0.65888 -0.196887,0.21704 -0.603064,0.21704 -0.150379,0 -0.283704,-0.0233 -0.133325,-0.0217 -0.258899,-0.0682 v -0.2775 q 0.125574,0.0682 0.248047,0.10077 0.122473,0.0326 0.249597,0.0326 0.280603,0 0.42013,-0.14727 0.139526,-0.14573 0.139526,-0.44184 v -0.14107 q -0.08837,0.15348 -0.226343,0.22944 -0.137976,0.076 -0.330212,0.076 -0.31936,0 -0.514697,-0.24339 -0.195337,-0.2434 -0.195337,-0.64492 0,-0.40308 0.195337,-0.64648 0.195337,-0.24339 0.514697,-0.24339 0.192236,0 0.330212,0.076 0.137976,0.076 0.226343,0.22945 v -0.26355 h 0.285254 z"
+ id="path29234" />
+ <path
+ d="m 45.746876,102.69473 v 1.04799 h -0.285254 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12247 -0.288354,-0.12247 -0.230994,0 -0.364319,0.14727 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 h -0.286805 v -1.73632 h 0.286805 v 0.26975 q 0.102319,-0.15658 0.240295,-0.2341 0.139526,-0.0775 0.320911,-0.0775 0.299206,0 0.452685,0.18603 0.153479,0.18449 0.153479,0.54416 z"
+ id="path29236" />
+ </g>
+ </g>
+ </a>
+ </g>
+ <g
+ id="g4450"
+ inkscape:label="vnfvalidation"
+ style="display:inline">
+ <a
+ id="a5552"
+ inkscape:label="vnfvalidation.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines"
+ xlink:title="Ensures that a network function (e.g. CNF, PNF, VNF) fits all ONAP guidelines and requirements.">
+ <g
+ id="g4456"
+ inkscape:label="vnfvalidation">
+ <path
+ id="rect13557-1"
+ style="display:inline;opacity:0.4;fill:#009893;stroke:#009893;stroke-width:4"
+ inkscape:label="vnfvalidation.form"
+ d="M 16,71.932762 H 53 V 81.932764 H 16 Z" />
+ <g
+ aria-label="VNF Validation"
+ id="text1436-1-5"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="vnfvalidation.label">
+ <path
+ d="m 16.015503,72.428137 h 0.599963 l 0.613916,1.708423 0.612366,-1.708423 h 0.599963 l -0.857312,2.314588 h -0.711584 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29240" />
+ <path
+ d="m 18.656065,72.428137 h 0.666626 l 0.841809,1.5875 v -1.5875 h 0.565857 v 2.314588 h -0.666626 l -0.841809,-1.5875 v 1.5875 h -0.565857 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29242" />
+ <path
+ d="m 21.220663,72.428137 h 1.610754 v 0.451135 h -1.013891 v 0.430982 h 0.95343 v 0.451135 h -0.95343 v 0.981336 h -0.596863 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29244" />
+ <path
+ d="m 23.769138,72.428137 h 0.599963 l 0.613916,1.708423 0.612366,-1.708423 h 0.599963 l -0.857312,2.314588 H 24.62645 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29246" />
+ <path
+ d="m 26.98951,73.961377 q -0.173633,0 -0.262,0.05891 -0.08682,0.05891 -0.08682,0.173633 0,0.10542 0.06976,0.165881 0.07131,0.05891 0.196887,0.05891 0.15658,0 0.26355,-0.111621 0.10697,-0.113171 0.10697,-0.282153 v -0.06356 z m 0.84801,-0.20929 v 0.990638 h -0.559656 v -0.257349 q -0.111621,0.15813 -0.251147,0.230994 -0.139526,0.07131 -0.339514,0.07131 -0.269751,0 -0.438733,-0.15658 -0.167432,-0.158129 -0.167432,-0.409277 0,-0.305408 0.20929,-0.448035 0.21084,-0.142626 0.660425,-0.142626 h 0.327111 v -0.04341 q 0,-0.131775 -0.103869,-0.192236 -0.10387,-0.06201 -0.324011,-0.06201 -0.178284,0 -0.331763,0.03566 -0.153479,0.03566 -0.285254,0.10697 v -0.42323 q 0.178284,-0.04341 0.358118,-0.06511 0.179834,-0.02325 0.359668,-0.02325 0.469738,0 0.677478,0.186035 0.209289,0.184485 0.209289,0.601513 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29248" />
+ <path
+ d="m 28.261164,72.330469 h 0.555005 v 2.412256 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29250" />
+ <path
+ d="m 29.256865,73.006396 h 0.555005 v 1.736329 h -0.555005 z m 0,-0.675927 h 0.555005 v 0.452685 h -0.555005 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29252" />
+ <path
+ d="m 31.43389,73.260645 v -0.930176 h 0.558105 v 2.412256 H 31.43389 v -0.251148 q -0.114722,0.153479 -0.252698,0.224793 -0.137976,0.07131 -0.31936,0.07131 -0.320911,0 -0.5271,-0.254248 -0.206189,-0.255798 -0.206189,-0.657324 0,-0.401526 0.206189,-0.655774 0.206189,-0.255798 0.5271,-0.255798 0.179834,0 0.31781,0.07286 0.139526,0.07131 0.254248,0.223243 z m -0.365869,1.123962 q 0.178283,0 0.271301,-0.130225 0.09457,-0.130224 0.09457,-0.378271 0,-0.248047 -0.09457,-0.378272 -0.09302,-0.130224 -0.271301,-0.130224 -0.176734,0 -0.271302,0.130224 -0.09302,0.130225 -0.09302,0.378272 0,0.248047 0.09302,0.378271 0.09457,0.130225 0.271302,0.130225 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29254" />
+ <path
+ d="m 33.210938,73.961377 q -0.173633,0 -0.262,0.05891 -0.08682,0.05891 -0.08682,0.173633 0,0.10542 0.06976,0.165881 0.07131,0.05891 0.196887,0.05891 0.15658,0 0.26355,-0.111621 0.10697,-0.113171 0.10697,-0.282153 v -0.06356 z m 0.84801,-0.20929 v 0.990638 h -0.559656 v -0.257349 q -0.111621,0.15813 -0.251147,0.230994 -0.139526,0.07131 -0.339514,0.07131 -0.269751,0 -0.438733,-0.15658 -0.167432,-0.158129 -0.167432,-0.409277 0,-0.305408 0.20929,-0.448035 0.21084,-0.142626 0.660425,-0.142626 h 0.327111 v -0.04341 q 0,-0.131775 -0.103869,-0.192236 -0.10387,-0.06201 -0.324011,-0.06201 -0.178284,0 -0.331763,0.03566 -0.153479,0.03566 -0.285254,0.10697 v -0.42323 q 0.178284,-0.04341 0.358118,-0.06511 0.179834,-0.02325 0.359668,-0.02325 0.469738,0 0.677478,0.186035 0.209289,0.184485 0.209289,0.601513 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29256" />
+ <path
+ d="m 35.088757,72.513403 v 0.492993 h 0.572058 v 0.396875 h -0.572058 v 0.73639 q 0,0.120922 0.04806,0.164331 0.04806,0.04186 0.190686,0.04186 h 0.285254 v 0.396875 h -0.47594 q -0.328662,0 -0.466638,-0.136426 -0.136426,-0.137976 -0.136426,-0.466638 v -0.73639 H 34.2578 v -0.396875 h 0.275952 v -0.492993 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29258" />
+ <path
+ d="m 35.907726,73.006396 h 0.555004 v 1.736329 h -0.555004 z m 0,-0.675927 h 0.555004 v 0.452685 h -0.555004 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29260" />
+ <path
+ d="m 37.729732,73.361414 q -0.184484,0 -0.282153,0.133325 -0.09612,0.131775 -0.09612,0.381372 0,0.249597 0.09612,0.382922 0.09767,0.131775 0.282153,0.131775 0.181385,0 0.277503,-0.131775 0.09612,-0.133325 0.09612,-0.382922 0,-0.249597 -0.09612,-0.381372 -0.09612,-0.133325 -0.277503,-0.133325 z m 0,-0.396875 q 0.448035,0 0.699183,0.241845 0.252697,0.241846 0.252697,0.669727 0,0.427881 -0.252697,0.669726 -0.251148,0.241846 -0.699183,0.241846 -0.449584,0 -0.703833,-0.241846 -0.252697,-0.241845 -0.252697,-0.669726 0,-0.427881 0.252697,-0.669727 0.254249,-0.241845 0.703833,-0.241845 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29262" />
+ <path
+ d="m 40.737714,73.685425 v 1.0573 h -0.558106 v -0.172083 -0.63717 q 0,-0.224793 -0.01085,-0.310059 -0.0093,-0.08527 -0.03411,-0.125574 -0.03256,-0.05426 -0.08837,-0.08371 -0.05581,-0.03101 -0.127124,-0.03101 -0.173633,0 -0.272852,0.134875 -0.09922,0.133325 -0.09922,0.37052 v 0.854212 h -0.555005 v -1.736329 h 0.555005 v 0.254249 q 0.125573,-0.151929 0.26665,-0.223243 0.141077,-0.07286 0.311609,-0.07286 0.300757,0 0.455786,0.184484 0.15658,0.184485 0.15658,0.536402 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29264" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5559"
+ inkscape:label="vnfsdk.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vnfsdk-model/en/latest/index.html"
+ xlink:title="The Virtual Network Function Software Development Kit (VNF SDK) provides the functionality to create VNF and PNF packages, test VNF and VNF ONAP compliance, and provides market place functionality to store VNF and PNF packages.">
+ <g
+ id="g4467"
+ inkscape:label="vnfsdk"
+ style="display:inline"
+ transform="matrix(1.0293981,0,0,1.0293981,-1.2935185,-2.320477)">
+ <path
+ id="rect47709-0-9-8-9"
+ style="display:inline;vector-effect:none;fill:#1a3d6f;stroke:#1a3d6f;stroke-width:2;stop-color:#000000"
+ inkscape:label="vnfsdk.form"
+ d="m 36,76.932762 h 16 v 4.000001 H 36 Z" />
+ <g
+ aria-label="VNF SDK"
+ id="text1436-1"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-9-8-9);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="vnfsdk.label">
+ <path
+ d="m 36.908472,79.742725 -0.883667,-2.314588 h 0.327111 l 0.733289,1.948718 0.734839,-1.948718 h 0.325561 l -0.882116,2.314588 z"
+ id="path29268" />
+ <path
+ d="m 38.390965,77.428137 h 0.42168 l 1.026294,1.936316 v -1.936316 h 0.303857 v 2.314588 h -0.42168 l -1.026294,-1.936316 v 1.936316 h -0.303857 z"
+ id="path29270" />
+ <path
+ d="m 40.67341,77.428137 h 1.330151 v 0.26355 h -1.016992 v 0.682129 h 0.917773 v 0.26355 h -0.917773 v 1.105359 H 40.67341 Z"
+ id="path29272" />
+ <path
+ d="m 44.446616,77.504102 v 0.305407 q -0.178283,-0.08527 -0.336413,-0.127124 -0.15813,-0.04186 -0.305408,-0.04186 -0.255798,0 -0.395325,0.09922 -0.137976,0.09922 -0.137976,0.282153 0,0.153479 0.09147,0.232544 0.09302,0.07752 0.350367,0.125574 l 0.189135,0.03876 q 0.350367,0.06666 0.516248,0.235645 0.167432,0.167432 0.167432,0.449585 0,0.336413 -0.226343,0.510046 -0.224793,0.173633 -0.660425,0.173633 -0.164331,0 -0.350366,-0.03721 -0.184485,-0.03721 -0.382923,-0.110071 v -0.322461 q 0.190687,0.106971 0.373621,0.161231 0.182935,0.05426 0.359668,0.05426 0.268201,0 0.413928,-0.10542 0.145728,-0.10542 0.145728,-0.300757 0,-0.170532 -0.10542,-0.26665 -0.10387,-0.09612 -0.342615,-0.144177 L 43.620313,78.67922 Q 43.269947,78.60946 43.113367,78.460628 42.956788,78.3118 42.956788,78.0467 q 0,-0.306958 0.21549,-0.483691 0.217041,-0.176734 0.596863,-0.176734 0.162781,0 0.331763,0.02946 0.168982,0.02945 0.345715,0.08837 z"
+ id="path29274" />
+ <path
+ d="m 45.29504,77.685486 v 1.79989 h 0.378271 q 0.479041,0 0.700733,-0.217041 0.223242,-0.217041 0.223242,-0.68523 0,-0.465087 -0.223242,-0.680578 -0.221692,-0.217041 -0.700733,-0.217041 z m -0.313159,-0.257349 h 0.643371 q 0.672827,0 0.987537,0.280603 0.314709,0.279053 0.314709,0.874365 0,0.598414 -0.316259,0.879017 -0.31626,0.280603 -0.985987,0.280603 h -0.643371 z"
+ id="path29276" />
+ <path
+ d="m 47.334089,77.428137 h 0.313159 v 0.978235 l 1.038696,-0.978235 h 0.403077 l -1.148768,1.079004 1.230933,1.235584 h -0.412378 l -1.11156,-1.114661 v 1.114661 h -0.313159 z"
+ id="path29278" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a5566"
+ inkscape:label="vvp.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vvp-documentation/en/latest/index.html"
+ xlink:title="The VNF Validation Platform (VVP) provides the functionality to validate that a VNF Heat package is compliant with the ONAP VNF Heat Template Requirements from the ONAP VNF Requirements (VNFRQTS) project.">
+ <g
+ id="g4461"
+ inkscape:label="vvp"
+ style="display:inline">
+ <path
+ id="rect47709-0-9-8"
+ style="fill:#1a3d6f;stroke:#1a3d6f;stroke-width:2"
+ inkscape:label="vvp.form"
+ d="m 17.000002,76.932762 h 15 v 4.000001 h -15 z" />
+ <g
+ aria-label="VVP"
+ id="text1436-1-6"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-9-8);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="vvp.label">
+ <path
+ d="m 17.908472,79.742725 -0.883667,-2.314588 h 0.327111 l 0.733289,1.948718 0.734839,-1.948718 h 0.325561 l -0.882116,2.314588 z"
+ id="path29282" />
+ <path
+ d="m 19.987828,79.742725 -0.883667,-2.314588 h 0.327112 l 0.733288,1.948718 0.734839,-1.948718 h 0.325562 l -0.882117,2.314588 z"
+ id="path29284" />
+ <path
+ d="M 21.78348,77.685486 V 78.5552 h 0.393775 q 0.218591,0 0.337964,-0.113171 0.119372,-0.113172 0.119372,-0.322461 0,-0.207739 -0.119372,-0.320911 -0.119373,-0.113171 -0.337964,-0.113171 z m -0.313159,-0.257349 h 0.706934 q 0.389123,0 0.587561,0.176734 0.199988,0.175183 0.199988,0.514697 0,0.342615 -0.199988,0.517798 -0.198438,0.175183 -0.587561,0.175183 H 21.78348 v 0.930176 h -0.313159 z"
+ id="path29286" />
+ </g>
+ </g>
+ </a>
+ </g>
+ </g>
+ <g
+ id="g6143"
+ inkscape:label="runtime"
+ style="display:inline">
+ <a
+ id="a4359"
+ inkscape:label="runtime.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#runtime-framework"
+ xlink:title="The Run-time execution framework executes the rules and policies and other models distributed by the design and creation environment.">
+ <g
+ id="g10932"
+ inkscape:label="runtime"
+ style="display:inline">
+ <path
+ id="rect6495"
+ style="opacity:1;fill:#dae3f3;fill-opacity:1;stroke:#dae3f3;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 78,51.932761 v 97.999999 h 90 L 320.00476,150 V 68 L 166,67.932761 v -16 z"
+ sodipodi:nodetypes="cccccccc"
+ inkscape:label="runtime.form" />
+ <g
+ aria-label="Run-Time"
+ id="text1436-656-4"
+ style="font-size:6.35px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect6495);opacity:0.4;stroke-width:0.264583"
+ inkscape:label="runtime.label">
+ <path
+ d="m 80.278931,54.975269 q 0.375171,0 0.536401,-0.139527 0.164331,-0.139526 0.164331,-0.458887 0,-0.316259 -0.164331,-0.452685 -0.16123,-0.136426 -0.536401,-0.136426 h -0.502295 v 1.187525 z m -0.502295,0.824755 v 1.751831 H 78.58291 v -4.629174 h 1.823145 q 0.914672,0 1.339453,0.306958 0.427881,0.306958 0.427881,0.970483 0,0.458887 -0.223243,0.753442 -0.220141,0.294556 -0.666626,0.434082 0.244947,0.05581 0.437183,0.254248 0.195337,0.195337 0.393774,0.595313 L 82.7625,57.551855 H 81.49126 L 80.926953,56.401538 Q 80.756421,56.054272 80.579687,55.927148 80.406055,55.800024 80.1146,55.800024 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29289" />
+ <path
+ d="m 83.293114,56.2 v -2.120801 h 1.116211 v 0.347266 q 0,0.282153 -0.0031,0.710034 -0.0031,0.42478 -0.0031,0.567407 0,0.418579 0.02171,0.604614 0.0217,0.182935 0.07441,0.266651 0.06821,0.10852 0.176733,0.167431 0.111621,0.05891 0.254248,0.05891 0.347266,0 0.545703,-0.266651 0.198438,-0.26665 0.198438,-0.74104 v -1.714624 h 1.110009 v 3.472656 H 85.674364 V 57.04956 q -0.251148,0.303858 -0.533301,0.449585 -0.279053,0.142627 -0.617017,0.142627 -0.601513,0 -0.917773,-0.368969 Q 83.293114,56.903833 83.293114,56.2 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29291" />
+ <path
+ d="m 91.24963,55.437256 v 2.114599 H 90.13342 V 57.20769 55.93335 q 0,-0.449585 -0.0217,-0.620118 -0.0186,-0.170532 -0.06821,-0.251147 -0.06511,-0.108521 -0.176734,-0.167432 -0.111621,-0.06201 -0.254248,-0.06201 -0.347265,0 -0.545703,0.269751 -0.198437,0.26665 -0.198437,0.74104 v 1.708422 h -1.11001 V 54.0792 h 1.11001 v 0.508496 q 0.251147,-0.303857 0.5333,-0.446484 0.282154,-0.145728 0.623218,-0.145728 0.601514,0 0.911572,0.36897 0.313159,0.36897 0.313159,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29293" />
+ <path
+ d="m 91.997285,55.272925 h 1.947168 v 0.90227 h -1.947168 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29295" />
+ <path
+ d="m 93.293743,52.922681 h 4.266406 v 0.90227 h -1.53479 v 3.726904 h -1.193725 v -3.726904 h -1.537891 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29297" />
+ <path
+ d="m 98.034953,54.079199 h 1.110009 v 3.472656 h -1.110009 z m 0,-1.351855 h 1.110009 v 0.905371 h -1.110009 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29299" />
+ <path
+ d="m 103.33737,54.655908 q 0.21084,-0.322461 0.49919,-0.489892 0.29146,-0.170533 0.63872,-0.170533 0.59842,0 0.91158,0.36897 0.31315,0.36897 0.31315,1.072803 v 2.114599 h -1.11621 v -1.810742 q 0.003,-0.04031 0.003,-0.08372 0.003,-0.04341 0.003,-0.124023 0,-0.36897 -0.10852,-0.533301 -0.10852,-0.167431 -0.35036,-0.167431 -0.31626,0 -0.48989,0.260449 -0.17054,0.260449 -0.17674,0.753442 v 1.705322 h -1.11621 v -1.810742 q 0,-0.576709 -0.0992,-0.74104 -0.0992,-0.167431 -0.35346,-0.167431 -0.31936,0 -0.493,0.263549 -0.17363,0.26045 -0.17363,0.747242 v 1.708422 h -1.11621 v -3.472656 h 1.11621 v 0.508496 q 0.20464,-0.294555 0.46819,-0.443384 0.26665,-0.148828 0.58601,-0.148828 0.35967,0 0.63562,0.173633 0.27595,0.173633 0.41858,0.486792 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29301" />
+ <path
+ d="m 110.10946,55.806226 v 0.316259 h -2.59519 q 0.0403,0.390674 0.28215,0.586011 0.24185,0.195337 0.67593,0.195337 0.35037,0 0.71624,-0.102319 0.36897,-0.10542 0.75654,-0.31626 v 0.855762 q -0.39377,0.148828 -0.78755,0.223242 -0.39377,0.07751 -0.78755,0.07751 -0.94258,0 -1.46658,-0.47749 -0.52089,-0.480591 -0.52089,-1.345654 0,-0.849561 0.51159,-1.336353 0.5147,-0.486792 1.41387,-0.486792 0.81856,0 1.30845,0.492994 0.49299,0.492993 0.49299,1.317749 z m -1.14101,-0.36897 q 0,-0.31626 -0.18604,-0.508496 -0.18293,-0.195337 -0.48059,-0.195337 -0.32246,0 -0.524,0.182934 -0.20154,0.179834 -0.25115,0.520899 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="path29303" />
+ </g>
+ </g>
+ </a>
+ <g
+ id="g1896"
+ inkscape:label="sharedservices"
+ style="display:inline"
+ transform="translate(-3.9952372,0.06723781)">
+ <a
+ id="a1436"
+ inkscape:label="sharedservices.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#shared-services"
+ xlink:title="ONAP provides a set of operational services for all ONAP components including activity logging, reporting, common data layer, configuration, persistence, access control, secret and credential management, resiliency, and software lifecycle management."
+ style="display:inline">
+ <g
+ id="g1430"
+ inkscape:label="sharedservices">
+ <path
+ id="rect34206-6"
+ style="fill:#009893;stroke:#009893;stroke-width:4"
+ inkscape:label="sharedservices.form"
+ d="m 268,89.932762 h 52 v 55.999998 h -52 z" />
+ <g
+ aria-label="Shared Services"
+ id="text1436"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect34206-6);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="sharedservices.label">
+ <path
+ d="m 269.90221,90.501001 v 0.489893 q -0.19069,-0.08527 -0.37207,-0.128675 -0.18139,-0.04341 -0.34262,-0.04341 -0.21394,0 -0.31626,0.05891 -0.10231,0.05891 -0.10231,0.182935 0,0.09302 0.0682,0.145727 0.0698,0.05116 0.25115,0.08837 l 0.25424,0.05116 q 0.38603,0.07751 0.54881,0.235644 0.16278,0.15813 0.16278,0.449585 0,0.382922 -0.22789,0.570508 -0.22635,0.186035 -0.69299,0.186035 -0.22014,0 -0.44183,-0.04186 -0.22169,-0.04186 -0.44338,-0.124023 v -0.503845 q 0.22169,0.117822 0.42788,0.178283 0.20774,0.05891 0.39997,0.05891 0.19534,0 0.29921,-0.06511 0.10387,-0.06511 0.10387,-0.186035 0,-0.108521 -0.0713,-0.167432 -0.0698,-0.05891 -0.28061,-0.10542 l -0.23099,-0.05116 q -0.34727,-0.07441 -0.5085,-0.237195 -0.15968,-0.162781 -0.15968,-0.438733 0,-0.345715 0.22325,-0.531751 0.22324,-0.186035 0.64182,-0.186035 0.19068,0 0.39222,0.02946 0.20154,0.02791 0.41703,0.08527 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29307" />
+ <path
+ d="m 272.20636,91.685425 v 1.0573 h -0.55811 v -0.172083 -0.63407 q 0,-0.227893 -0.0109,-0.313159 -0.009,-0.08527 -0.0341,-0.125574 -0.0326,-0.05426 -0.0884,-0.08371 -0.0558,-0.03101 -0.12713,-0.03101 -0.17363,0 -0.27285,0.134875 -0.0992,0.133325 -0.0992,0.37052 v 0.854212 h -0.555 V 90.33047 h 0.555 v 0.930176 q 0.12558,-0.151929 0.26665,-0.223243 0.14108,-0.07286 0.31161,-0.07286 0.30076,0 0.45579,0.184484 0.15658,0.184485 0.15658,0.536402 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29309" />
+ <path
+ d="m 273.4067,91.961377 q -0.17363,0 -0.262,0.05891 -0.0868,0.05891 -0.0868,0.173633 0,0.10542 0.0698,0.165881 0.0713,0.05891 0.19688,0.05891 0.15658,0 0.26355,-0.111621 0.10697,-0.113171 0.10697,-0.282153 v -0.06356 z m 0.84801,-0.20929 v 0.990638 h -0.55966 v -0.257349 q -0.11162,0.15813 -0.25114,0.230994 -0.13953,0.07131 -0.33952,0.07131 -0.26975,0 -0.43873,-0.15658 -0.16743,-0.158129 -0.16743,-0.409277 0,-0.305408 0.20929,-0.448035 0.21084,-0.142626 0.66042,-0.142626 h 0.32711 v -0.04341 q 0,-0.131775 -0.10387,-0.192236 -0.10387,-0.06201 -0.32401,-0.06201 -0.17828,0 -0.33176,0.03566 -0.15348,0.03566 -0.28525,0.10697 v -0.42323 q 0.17828,-0.04341 0.35811,-0.06511 0.17984,-0.02325 0.35967,-0.02325 0.46974,0 0.67748,0.186035 0.20929,0.184485 0.20929,0.601513 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29311" />
+ <path
+ d="m 275.9682,91.479236 q -0.0729,-0.03411 -0.14573,-0.04961 -0.0713,-0.01705 -0.14418,-0.01705 -0.21394,0 -0.33021,0.137976 -0.11472,0.136426 -0.11472,0.392224 v 0.799952 h -0.55501 v -1.736329 h 0.55501 v 0.285254 q 0.10697,-0.170532 0.24494,-0.248047 0.13953,-0.07906 0.33332,-0.07906 0.0279,0 0.0605,0.0031 0.0326,0.0015 0.0946,0.0093 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29313" />
+ <path
+ d="m 277.88477,91.86991 v 0.15813 h -1.29759 q 0.0202,0.195336 0.14107,0.293005 0.12093,0.09767 0.33797,0.09767 0.17518,0 0.35811,-0.05116 0.18449,-0.05271 0.37828,-0.15813 v 0.427881 q -0.19689,0.07441 -0.39378,0.111621 -0.19689,0.03876 -0.39377,0.03876 -0.47129,0 -0.73329,-0.238745 -0.26045,-0.240295 -0.26045,-0.672827 0,-0.42478 0.2558,-0.668176 0.25735,-0.243396 0.70693,-0.243396 0.40928,0 0.65422,0.246496 0.2465,0.246497 0.2465,0.658875 z m -0.57051,-0.184485 q 0,-0.15813 -0.093,-0.254248 -0.0915,-0.09767 -0.2403,-0.09767 -0.16123,0 -0.262,0.09147 -0.10077,0.08992 -0.12557,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29315" />
+ <path
+ d="m 279.39362,91.260645 v -0.930176 h 0.55811 v 2.412256 h -0.55811 v -0.251148 q -0.11472,0.153479 -0.2527,0.224793 -0.13797,0.07131 -0.31936,0.07131 -0.32091,0 -0.5271,-0.254248 -0.20619,-0.255798 -0.20619,-0.657324 0,-0.401526 0.20619,-0.655774 0.20619,-0.255798 0.5271,-0.255798 0.17984,0 0.31781,0.07286 0.13953,0.07131 0.25425,0.223243 z m -0.36587,1.123962 q 0.17828,0 0.2713,-0.130225 0.0946,-0.130224 0.0946,-0.378271 0,-0.248047 -0.0946,-0.378272 -0.093,-0.130224 -0.2713,-0.130224 -0.17673,0 -0.2713,0.130224 -0.093,0.130225 -0.093,0.378272 0,0.248047 0.093,0.378271 0.0946,0.130225 0.2713,0.130225 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29317" />
+ <path
+ d="m 282.77615,90.501001 v 0.489893 q -0.19068,-0.08527 -0.37207,-0.128675 -0.18138,-0.04341 -0.34261,-0.04341 -0.21394,0 -0.31626,0.05891 -0.10232,0.05891 -0.10232,0.182935 0,0.09302 0.0682,0.145727 0.0698,0.05116 0.25115,0.08837 l 0.25425,0.05116 q 0.38602,0.07751 0.5488,0.235644 0.16278,0.15813 0.16278,0.449585 0,0.382922 -0.22789,0.570508 -0.22635,0.186035 -0.69298,0.186035 -0.22015,0 -0.44184,-0.04186 -0.22169,-0.04186 -0.44338,-0.124023 v -0.503845 q 0.22169,0.117822 0.42788,0.178283 0.20774,0.05891 0.39998,0.05891 0.19533,0 0.2992,-0.06511 0.10387,-0.06511 0.10387,-0.186035 0,-0.108521 -0.0713,-0.167432 -0.0698,-0.05891 -0.2806,-0.10542 l -0.231,-0.05116 q -0.34726,-0.07441 -0.50849,-0.237195 -0.15968,-0.162781 -0.15968,-0.438733 0,-0.345715 0.22324,-0.531751 0.22324,-0.186035 0.64182,-0.186035 0.19068,0 0.39222,0.02946 0.20154,0.02791 0.41703,0.08527 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29319" />
+ <path
+ d="m 285.0679,91.86991 v 0.15813 h -1.2976 q 0.0202,0.195336 0.14108,0.293005 0.12092,0.09767 0.33796,0.09767 0.17519,0 0.35812,-0.05116 0.18449,-0.05271 0.37827,-0.15813 v 0.427881 q -0.19688,0.07441 -0.39377,0.111621 -0.19689,0.03876 -0.39378,0.03876 -0.47128,0 -0.73328,-0.238745 -0.26045,-0.240295 -0.26045,-0.672827 0,-0.42478 0.25579,-0.668176 0.25735,-0.243396 0.70694,-0.243396 0.40928,0 0.65422,0.246496 0.2465,0.246497 0.2465,0.658875 z m -0.57051,-0.184485 q 0,-0.15813 -0.093,-0.254248 -0.0915,-0.09767 -0.24029,-0.09767 -0.16123,0 -0.262,0.09147 -0.10077,0.08992 -0.12558,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29321" />
+ <path
+ d="m 286.68527,91.479236 q -0.0729,-0.03411 -0.14573,-0.04961 -0.0713,-0.01705 -0.14418,-0.01705 -0.21394,0 -0.33021,0.137976 -0.11472,0.136426 -0.11472,0.392224 v 0.799952 h -0.55501 v -1.736329 h 0.55501 v 0.285254 q 0.10697,-0.170532 0.24494,-0.248047 0.13953,-0.07906 0.33332,-0.07906 0.0279,0 0.0605,0.0031 0.0325,0.0015 0.0946,0.0093 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29323" />
+ <path
+ d="m 286.65002,91.006396 h 0.55501 l 0.43253,1.199927 0.43098,-1.199927 h 0.55656 l -0.68368,1.736329 h -0.60927 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29325" />
+ <path
+ d="m 288.84565,91.006396 h 0.55501 v 1.736329 h -0.55501 z m 0,-0.675927 h 0.55501 v 0.452685 h -0.55501 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29327" />
+ <path
+ d="m 291.24437,91.060657 v 0.452685 q -0.11317,-0.07751 -0.22789,-0.114721 -0.11318,-0.03721 -0.23565,-0.03721 -0.23254,0 -0.36277,0.136425 -0.12867,0.134876 -0.12867,0.378272 0,0.243396 0.12867,0.379822 0.13023,0.134875 0.36277,0.134875 0.13023,0 0.2465,-0.03876 0.11782,-0.03876 0.21704,-0.114722 v 0.454236 q -0.13023,0.04806 -0.2651,0.07131 -0.13333,0.02481 -0.2682,0.02481 -0.46974,0 -0.73484,-0.240295 -0.2651,-0.241846 -0.2651,-0.671277 0,-0.429431 0.2651,-0.669727 0.2651,-0.241845 0.73484,-0.241845 0.13642,0 0.2682,0.0248 0.13332,0.02325 0.2651,0.07131 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29329" />
+ <path
+ d="m 293.36403,91.86991 v 0.15813 h -1.29759 q 0.0202,0.195336 0.14107,0.293005 0.12093,0.09767 0.33797,0.09767 0.17518,0 0.35812,-0.05116 0.18448,-0.05271 0.37827,-0.15813 v 0.427881 q -0.19689,0.07441 -0.39378,0.111621 -0.19688,0.03876 -0.39377,0.03876 -0.47129,0 -0.73329,-0.238745 -0.26045,-0.240295 -0.26045,-0.672827 0,-0.42478 0.2558,-0.668176 0.25735,-0.243396 0.70693,-0.243396 0.40928,0 0.65423,0.246496 0.24649,0.246497 0.24649,0.658875 z m -0.57051,-0.184485 q 0,-0.15813 -0.093,-0.254248 -0.0915,-0.09767 -0.2403,-0.09767 -0.16123,0 -0.262,0.09147 -0.10077,0.08992 -0.12557,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29331" />
+ <path
+ d="m 295.04806,91.060657 v 0.421679 q -0.17828,-0.07441 -0.34416,-0.111621 -0.16588,-0.03721 -0.31316,-0.03721 -0.15813,0 -0.23564,0.04031 -0.076,0.03876 -0.076,0.120923 0,0.06666 0.0574,0.102319 0.0589,0.03566 0.20929,0.05271 l 0.0977,0.01395 q 0.42633,0.05426 0.57361,0.178283 0.14728,0.124024 0.14728,0.389124 0,0.277502 -0.20464,0.417029 -0.20464,0.139526 -0.61082,0.139526 -0.17208,0 -0.35657,-0.02791 -0.18293,-0.02635 -0.37672,-0.08061 v -0.42168 q 0.16589,0.08062 0.33952,0.120923 0.17518,0.04031 0.35501,0.04031 0.16279,0 0.24495,-0.04496 0.0822,-0.04496 0.0822,-0.133325 0,-0.07441 -0.0574,-0.110071 -0.0558,-0.03721 -0.2248,-0.05736 l -0.0977,-0.0124 q -0.37052,-0.04651 -0.51934,-0.172083 -0.14883,-0.125574 -0.14883,-0.381372 0,-0.275952 0.18913,-0.409277 0.18914,-0.133325 0.57981,-0.133325 0.15348,0 0.32246,0.02325 0.16899,0.02325 0.36742,0.07286 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="path29333" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a1443"
+ inkscape:label="cps.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-cps/en/latest/index.html"
+ xlink:title="The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration and operational parameters that need to be used by ONAP.">
+ <g
+ id="g1929"
+ inkscape:label="cps">
+ <path
+ id="rect47709-1-7-9-0-6"
+ style="display:inline;opacity:1;vector-effect:none;fill:#66c1be;stroke:#66c1be;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="cps.form"
+ d="m 269,140.93277 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Config. Persistence Service (CPS)"
+ id="text1436-447-8"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-0-6);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="cps.label">
+ <path
+ d="m 271.04484,141.60642 v 0.33021 q -0.15813,-0.14727 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29337" />
+ <path
+ d="m 272.09635,142.20638 q -0.22944,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29339" />
+ <path
+ d="m 274.71676,142.69473 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29341" />
+ <path
+ d="m 276.59613,142.0064 v 1.73632 h -0.28681 v -1.51463 h -0.7829 v 1.51463 h -0.2868 v -1.51463 h -0.27285 v -0.22169 h 0.27285 v -0.12093 q 0,-0.2837 0.13332,-0.41858 0.13488,-0.13642 0.41238,-0.13642 h 0.28681 v 0.23719 h -0.27286 q -0.15347,0 -0.21394,0.062 -0.0589,0.062 -0.0589,0.22324 v 0.15348 z m -0.28681,-0.67283 h 0.28681 v 0.36122 h -0.28681 z"
+ id="path29343" />
+ <path
+ d="m 278.15035,142.85441 q 0,-0.31006 -0.12868,-0.48059 -0.12712,-0.17054 -0.35812,-0.17054 -0.22944,0 -0.35811,0.17054 -0.12713,0.17053 -0.12713,0.48059 0,0.30851 0.12713,0.47904 0.12867,0.17053 0.35811,0.17053 0.231,0 0.35812,-0.17053 0.12868,-0.17053 0.12868,-0.47904 z m 0.28525,0.67282 q 0,0.44339 -0.19689,0.65888 -0.19688,0.21704 -0.60306,0.21704 -0.15038,0 -0.28371,-0.0233 -0.13332,-0.0217 -0.25889,-0.0682 v -0.2775 q 0.12557,0.0682 0.24804,0.10077 0.12248,0.0325 0.2496,0.0325 0.2806,0 0.42013,-0.14727 0.13953,-0.14573 0.13953,-0.44184 v -0.14107 q -0.0884,0.15348 -0.22635,0.22944 -0.13797,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.24339 -0.19533,-0.2434 -0.19533,-0.64492 0,-0.40308 0.19533,-0.64648 0.19534,-0.24339 0.5147,-0.24339 0.19224,0 0.33021,0.076 0.13798,0.076 0.22635,0.22945 v -0.26355 h 0.28525 z"
+ id="path29345" />
+ <path
+ d="m 278.97086,143.34895 h 0.32712 v 0.39377 h -0.32712 z"
+ id="path29347" />
+ <path
+ d="m 280.82481,141.68549 v 0.86971 h 0.39377 q 0.21859,0 0.33797,-0.11317 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11938,-0.11317 -0.33797,-0.11317 z m -0.31316,-0.25735 h 0.70693 q 0.38913,0 0.58756,0.17673 0.19999,0.17518 0.19999,0.5147 0,0.34261 -0.19999,0.5178 -0.19843,0.17518 -0.58756,0.17518 h -0.39377 v 0.93017 h -0.31316 z"
+ id="path29349" />
+ <path
+ d="m 283.69326,142.80325 v 0.13952 h -1.31154 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22944,-0.67592 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13488 -0.16433,0.37982 z"
+ id="path29351" />
+ <path
+ d="m 285.07499,142.27305 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12403,-0.0139 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29353" />
+ <path
+ d="m 286.3885,142.05756 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.076,0.15658 0.076,0.0558 0.3054,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18448 0.12868,0.11782 0.12868,0.33021 0,0.24185 -0.19224,0.38293 -0.19069,0.14107 -0.52555,0.14107 -0.13952,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.31161,0.12402 0.15347,0.0403 0.30385,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17829 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0232 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11628 -0.11782,-0.31781 0,-0.24495 0.17363,-0.37828 0.17363,-0.13332 0.49299,-0.13332 0.15813,0 0.29766,0.0232 0.13953,0.0233 0.25735,0.0698 z"
+ id="path29355" />
+ <path
+ d="m 286.84315,142.0064 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29357" />
+ <path
+ d="m 288.73957,142.05756 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.076,0.15658 0.076,0.0558 0.3054,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18448 0.12868,0.11782 0.12868,0.33021 0,0.24185 -0.19224,0.38293 -0.19068,0.14107 -0.52555,0.14107 -0.13952,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.31161,0.12402 0.15347,0.0403 0.30385,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17829 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0232 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11628 -0.11782,-0.31781 0,-0.24495 0.17363,-0.37828 0.17363,-0.13332 0.49299,-0.13332 0.15813,0 0.29766,0.0232 0.13953,0.0233 0.25735,0.0698 z"
+ id="path29359" />
+ <path
+ d="m 289.47637,141.5134 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29361" />
+ <path
+ d="m 291.83168,142.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17674,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67592 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13488 -0.16433,0.37982 z"
+ id="path29363" />
+ <path
+ d="m 293.65059,142.69473 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29365" />
+ <path
+ d="m 295.37648,142.07306 v 0.26665 q -0.12093,-0.0667 -0.2434,-0.0992 -0.12092,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17674 -0.15348,0.17518 -0.15348,0.49299 0,0.31781 0.15348,0.49454 0.15348,0.17519 0.43098,0.17519 0.12403,0 0.24495,-0.0326 0.12247,-0.0341 0.2434,-0.10077 v 0.26355 q -0.11938,0.0558 -0.24805,0.0837 -0.12712,0.0279 -0.2713,0.0279 -0.39223,0 -0.62322,-0.24649 -0.23099,-0.2465 -0.23099,-0.66508 0,-0.42478 0.23254,-0.66818 0.2341,-0.24339 0.64027,-0.24339 0.13178,0 0.25735,0.0279 0.12557,0.0264 0.2434,0.0806 z"
+ id="path29367" />
+ <path
+ d="m 297.26515,142.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32712,0.0341 -0.41547,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22945,-0.67592 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28526,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13488 -0.16433,0.37982 z"
+ id="path29369" />
+ <path
+ d="m 299.6927,141.5041 v 0.30541 q -0.17828,-0.0853 -0.33641,-0.12712 -0.15813,-0.0419 -0.30541,-0.0419 -0.2558,0 -0.39533,0.0992 -0.13797,0.0992 -0.13797,0.28215 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35037,0.12558 l 0.18914,0.0387 q 0.35036,0.0667 0.51624,0.23565 0.16744,0.16743 0.16744,0.44958 0,0.33642 -0.22635,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16433,0 -0.35037,-0.0372 -0.18448,-0.0372 -0.38292,-0.11007 v -0.32247 q 0.19069,0.10697 0.37362,0.16123 0.18293,0.0543 0.35967,0.0543 0.2682,0 0.41393,-0.10542 0.14572,-0.10542 0.14572,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14418 l -0.19069,-0.0372 q -0.35036,-0.0698 -0.50694,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.21549,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33176,0.0294 0.16899,0.0295 0.34572,0.0884 z"
+ id="path29371" />
+ <path
+ d="m 301.70074,142.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17674,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67592 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13488 -0.16433,0.37982 z"
+ id="path29373" />
+ <path
+ d="m 303.08247,142.27305 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12403,-0.0139 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29375" />
+ <path
+ d="m 303.08443,142.0064 h 0.30231 l 0.5426,1.45727 0.5426,-1.45727 h 0.30231 l -0.65112,1.73632 h -0.38757 z"
+ id="path29377" />
+ <path
+ d="m 305.07542,142.0064 h 0.28526 v 1.73632 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path29379" />
+ <path
+ d="m 307.11447,142.07306 v 0.26665 q -0.12092,-0.0667 -0.2434,-0.0992 -0.12092,-0.0341 -0.24494,-0.0341 -0.2775,0 -0.43098,0.17674 -0.15348,0.17518 -0.15348,0.49299 0,0.31781 0.15348,0.49454 0.15348,0.17519 0.43098,0.17519 0.12402,0 0.24494,-0.0326 0.12248,-0.0341 0.2434,-0.10077 v 0.26355 q -0.11937,0.0558 -0.24805,0.0837 -0.12712,0.0279 -0.2713,0.0279 -0.39222,0 -0.62322,-0.24649 -0.23099,-0.2465 -0.23099,-0.66508 0,-0.42478 0.23254,-0.66818 0.2341,-0.24339 0.64028,-0.24339 0.13177,0 0.25734,0.0279 0.12558,0.0264 0.2434,0.0806 z"
+ id="path29381" />
+ <path
+ d="m 309.00314,142.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30695,-0.12092 v 0.26975 q -0.15347,0.0651 -0.3147,0.0992 -0.16124,0.0341 -0.32712,0.0341 -0.41548,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22945,-0.67592 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28526,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14262,0.13488 -0.16433,0.37982 z"
+ id="path29383" />
+ <path
+ d="m 310.71601,141.33357 q -0.20774,0.35657 -0.30851,0.70538 -0.10077,0.34882 -0.10077,0.70694 0,0.35811 0.10077,0.71003 0.10232,0.35037 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34882,-0.71623 -0.11472,-0.35192 -0.11472,-0.69918 0,-0.34572 0.11472,-0.69609 0.11473,-0.35036 0.34882,-0.71623 z"
+ id="path29385" />
+ <path
+ d="m 312.92249,141.60642 v 0.33021 q -0.15813,-0.14727 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29387" />
+ <path
+ d="m 313.62673,141.68549 v 0.86971 h 0.39378 q 0.21859,0 0.33796,-0.11317 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70694 q 0.38912,0 0.58756,0.17673 0.19999,0.17518 0.19999,0.5147 0,0.34261 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93017 h -0.31316 z"
+ id="path29389" />
+ <path
+ d="m 316.52309,141.5041 v 0.30541 q -0.17828,-0.0853 -0.33641,-0.12712 -0.15813,-0.0419 -0.30541,-0.0419 -0.2558,0 -0.39532,0.0992 -0.13798,0.0992 -0.13798,0.28215 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35036,0.12558 l 0.18914,0.0387 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33642 -0.22634,0.51005 -0.2248,0.17363 -0.66043,0.17363 -0.16433,0 -0.35037,-0.0372 -0.18448,-0.0372 -0.38292,-0.11007 v -0.32247 q 0.19069,0.10697 0.37362,0.16123 0.18294,0.0543 0.35967,0.0543 0.2682,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34262,-0.14418 l -0.19068,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.21549,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33177,0.0294 0.16898,0.0295 0.34571,0.0884 z"
+ id="path29391" />
+ <path
+ d="m 317.001,141.33357 h 0.24804 q 0.23255,0.36587 0.34727,0.71623 0.11627,0.35037 0.11627,0.69609 0,0.34726 -0.11627,0.69918 -0.11472,0.35191 -0.34727,0.71623 H 317.001 q 0.20619,-0.35501 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71003 0,-0.35812 -0.10232,-0.70694 -0.10077,-0.34881 -0.30696,-0.70538 z"
+ id="path29393" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a1450"
+ inkscape:label="music.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#music-onap-multi-site-integration"
+ xlink:title="Multi-Site State (MUSIC) provides a multi-site state coordination/management service (MUSIC) with a rich suite of recipes that each ONAP component can simply configure and use for their state-management needs.">
+ <g
+ id="g1935"
+ inkscape:label="music">
+ <path
+ id="rect47709-1-7-9-3"
+ style="display:inline;opacity:1;vector-effect:none;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="music.form"
+ d="m 269,132.93277 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Multi-Site State (MUSIC)"
+ id="text1436-447-4"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-3);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="music.label">
+ <path
+ d="m 269.31161,133.42814 h 0.46664 l 0.59066,1.57509 0.59376,-1.57509 h 0.46664 v 2.31458 h -0.30541 v -2.03243 l -0.59686,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ id="path29397" />
+ <path
+ d="m 271.91651,135.0575 v -1.0511 h 0.28526 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.23099,0 0.36432,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ id="path29399" />
+ <path
+ d="m 273.86565,133.33047 h 0.28525 v 2.41225 h -0.28525 z"
+ id="path29401" />
+ <path
+ d="m 274.93731,133.5134 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29403" />
+ <path
+ d="m 275.80744,134.0064 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29405" />
+ <path
+ d="m 276.45277,134.74589 h 0.83561 v 0.25424 h -0.83561 z"
+ id="path29407" />
+ <path
+ d="m 279.04993,133.5041 v 0.30541 q -0.17828,-0.0853 -0.33641,-0.12712 -0.15813,-0.0419 -0.30541,-0.0419 -0.2558,0 -0.39533,0.0992 -0.13797,0.0992 -0.13797,0.28215 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35037,0.12558 l 0.18914,0.0387 q 0.35036,0.0667 0.51624,0.23565 0.16744,0.16743 0.16744,0.44958 0,0.33642 -0.22635,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16433,0 -0.35037,-0.0372 -0.18448,-0.0372 -0.38292,-0.11007 v -0.32247 q 0.19069,0.10697 0.37362,0.16123 0.18293,0.0543 0.35967,0.0543 0.2682,0 0.41393,-0.10542 0.14572,-0.10542 0.14572,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14418 l -0.19069,-0.0372 q -0.35036,-0.0698 -0.50694,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.21549,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33176,0.0294 0.16899,0.0295 0.34572,0.0884 z"
+ id="path29409" />
+ <path
+ d="m 279.57279,134.0064 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29411" />
+ <path
+ d="m 280.64446,133.5134 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12402 -0.12558,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29413" />
+ <path
+ d="m 282.99976,134.80325 v 0.13952 h -1.31154 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44338,0.15348 0.16434,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22944,-0.67592 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55346,0.22634 0.20463,0.22479 0.20463,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13488 -0.16433,0.37982 z"
+ id="path29415" />
+ <path
+ d="m 285.42732,133.5041 v 0.30541 q -0.17829,-0.0853 -0.33642,-0.12712 -0.15813,-0.0419 -0.3054,-0.0419 -0.2558,0 -0.39533,0.0992 -0.13797,0.0992 -0.13797,0.28215 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35037,0.12558 l 0.18913,0.0387 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33642 -0.22634,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16434,0 -0.35037,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32247 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35967,0.0543 0.2682,0 0.41392,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14418 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50694,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.21549,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33176,0.0294 0.16898,0.0295 0.34572,0.0884 z"
+ id="path29417" />
+ <path
+ d="m 286.23233,133.5134 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29419" />
+ <path
+ d="m 287.89156,134.86991 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37983,-0.16743 0.14417,-0.16899 0.14417,-0.44804 v -0.0636 z m 0.56896,-0.11782 v 0.99063 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44183 0.19688,-0.14883 0.58601,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37673,0 0.56276,0.19534 0.18604,0.19533 0.18604,0.59221 z"
+ id="path29421" />
+ <path
+ d="m 289.23763,133.5134 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12402 -0.12558,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29423" />
+ <path
+ d="m 291.59294,134.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44338,0.15348 0.16434,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22944,-0.67592 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55346,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28526,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13488 -0.16433,0.37982 z"
+ id="path29425" />
+ <path
+ d="m 293.3058,133.33357 q -0.20774,0.35657 -0.30851,0.70538 -0.10076,0.34882 -0.10076,0.70694 0,0.35811 0.10076,0.71003 0.10232,0.35037 0.30851,0.70538 h -0.24804 q -0.23255,-0.36432 -0.34882,-0.71623 -0.11472,-0.35192 -0.11472,-0.69918 0,-0.34572 0.11472,-0.69609 0.11472,-0.35036 0.34882,-0.71623 z"
+ id="path29427" />
+ <path
+ d="m 293.77906,133.42814 h 0.46663 l 0.59067,1.57509 0.59376,-1.57509 h 0.46664 v 2.31458 h -0.30541 v -2.03243 l -0.59686,1.5875 h -0.31471 l -0.59687,-1.5875 v 2.03243 h -0.30385 z"
+ id="path29429" />
+ <path
+ d="m 296.39016,133.42814 h 0.31471 v 1.40611 q 0,0.37207 0.13488,0.5364 0.13487,0.16279 0.43718,0.16279 0.30076,0 0.43563,-0.16279 0.13488,-0.16433 0.13488,-0.5364 v -1.40611 h 0.31471 v 1.44487 q 0,0.45269 -0.2248,0.68368 -0.22324,0.23099 -0.66042,0.23099 -0.43873,0 -0.66353,-0.23099 -0.22324,-0.23099 -0.22324,-0.68368 z"
+ id="path29431" />
+ <path
+ d="m 300.04462,133.5041 v 0.30541 q -0.17829,-0.0853 -0.33642,-0.12712 -0.15813,-0.0419 -0.3054,-0.0419 -0.2558,0 -0.39533,0.0992 -0.13798,0.0992 -0.13798,0.28215 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35037,0.12558 l 0.18913,0.0387 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33642 -0.22634,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16434,0 -0.35037,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32247 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35967,0.0543 0.2682,0 0.41392,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14418 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.2155,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33176,0.0294 0.16898,0.0295 0.34572,0.0884 z"
+ id="path29433" />
+ <path
+ d="m 300.57988,133.42814 h 0.31316 v 2.31458 h -0.31316 z"
+ id="path29435" />
+ <path
+ d="m 303.15688,133.60642 v 0.33021 q -0.15813,-0.14727 -0.33796,-0.22014 -0.17829,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60772,0.24184 0.20153,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38758,0.0558 -0.52555,0 -0.82785,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.3023,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ id="path29437" />
+ <path
+ d="m 303.49061,133.33357 h 0.24804 q 0.23255,0.36587 0.34727,0.71623 0.11627,0.35037 0.11627,0.69609 0,0.34726 -0.11627,0.69918 -0.11472,0.35191 -0.34727,0.71623 h -0.24804 q 0.20619,-0.35501 0.30695,-0.70538 0.10232,-0.35192 0.10232,-0.71003 0,-0.35812 -0.10232,-0.70694 -0.10076,-0.34881 -0.30695,-0.70538 z"
+ id="path29439" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a1464"
+ inkscape:label="logging.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-logging-analytics/en/latest/index.html"
+ xlink:title="Logging provides the capability to capture information required to operate, troubleshoot and report on the performance of the ONAP platform.">
+ <g
+ id="g1917"
+ inkscape:label="logging"
+ transform="translate(0.0047628,8.0672375)">
+ <path
+ id="rect47709-1-8-8"
+ style="display:inline;opacity:1;vector-effect:none;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="logging.form"
+ d="m 269,116.93276 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Logging"
+ id="text1436-447-9"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="logging.label">
+ <path
+ d="m 269.31161,117.42814 h 0.31316 v 2.05103 h 1.12706 v 0.26355 h -1.44022 z"
+ id="path29443" />
+ <path
+ d="m 271.5925,118.20638 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.2279,0 0.36122,-0.17984 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48834 -0.13332,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29445" />
+ <path
+ d="m 273.91215,118.85441 q 0,-0.31006 -0.12867,-0.48059 -0.12712,-0.17054 -0.35812,-0.17054 -0.22944,0 -0.35811,0.17054 -0.12713,0.17053 -0.12713,0.48059 0,0.30851 0.12713,0.47904 0.12867,0.17053 0.35811,0.17053 0.231,0 0.35812,-0.17053 0.12867,-0.17053 0.12867,-0.47904 z m 0.28526,0.67282 q 0,0.44339 -0.19689,0.65888 -0.19689,0.21704 -0.60306,0.21704 -0.15038,0 -0.28371,-0.0233 -0.13332,-0.0217 -0.25889,-0.0682 v -0.2775 q 0.12557,0.0682 0.24804,0.10077 0.12248,0.0326 0.2496,0.0326 0.2806,0 0.42013,-0.14727 0.13952,-0.14573 0.13952,-0.44184 v -0.14107 q -0.0884,0.15348 -0.22634,0.22944 -0.13797,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.24339 -0.19533,-0.2434 -0.19533,-0.64492 0,-0.40308 0.19533,-0.64648 0.19534,-0.24339 0.5147,-0.24339 0.19224,0 0.33021,0.076 0.13798,0.076 0.22634,0.22945 v -0.26355 h 0.28526 z"
+ id="path29447" />
+ <path
+ d="m 275.83493,118.85441 q 0,-0.31006 -0.12867,-0.48059 -0.12713,-0.17054 -0.35812,-0.17054 -0.22944,0 -0.35812,0.17054 -0.12712,0.17053 -0.12712,0.48059 0,0.30851 0.12712,0.47904 0.12868,0.17053 0.35812,0.17053 0.23099,0 0.35812,-0.17053 0.12867,-0.17053 0.12867,-0.47904 z m 0.28526,0.67282 q 0,0.44339 -0.19689,0.65888 -0.19689,0.21704 -0.60307,0.21704 -0.15037,0 -0.2837,-0.0233 -0.13332,-0.0217 -0.2589,-0.0682 v -0.2775 q 0.12558,0.0682 0.24805,0.10077 0.12247,0.0326 0.2496,0.0326 0.2806,0 0.42012,-0.14727 0.13953,-0.14573 0.13953,-0.44184 v -0.14107 q -0.0884,0.15348 -0.22634,0.22944 -0.13798,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.24339 -0.19534,-0.2434 -0.19534,-0.64492 0,-0.40308 0.19534,-0.64648 0.19534,-0.24339 0.5147,-0.24339 0.19223,0 0.33021,0.076 0.13797,0.076 0.22634,0.22945 v -0.26355 h 0.28526 z"
+ id="path29449" />
+ <path
+ d="m 276.61514,118.0064 h 0.28526 v 1.73632 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path29451" />
+ <path
+ d="m 278.84798,118.69473 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29453" />
+ <path
+ d="m 280.4669,118.85441 q 0,-0.31006 -0.12868,-0.48059 -0.12712,-0.17054 -0.35811,-0.17054 -0.22945,0 -0.35812,0.17054 -0.12713,0.17053 -0.12713,0.48059 0,0.30851 0.12713,0.47904 0.12867,0.17053 0.35812,0.17053 0.23099,0 0.35811,-0.17053 0.12868,-0.17053 0.12868,-0.47904 z m 0.28525,0.67282 q 0,0.44339 -0.19689,0.65888 -0.19688,0.21704 -0.60306,0.21704 -0.15038,0 -0.2837,-0.0233 -0.13333,-0.0217 -0.2589,-0.0682 v -0.2775 q 0.12557,0.0682 0.24804,0.10077 0.12248,0.0326 0.2496,0.0326 0.2806,0 0.42013,-0.14727 0.13953,-0.14573 0.13953,-0.44184 v -0.14107 q -0.0884,0.15348 -0.22635,0.22944 -0.13797,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.24339 -0.19533,-0.2434 -0.19533,-0.64492 0,-0.40308 0.19533,-0.64648 0.19534,-0.24339 0.5147,-0.24339 0.19224,0 0.33021,0.076 0.13798,0.076 0.22635,0.22945 v -0.26355 h 0.28525 z"
+ id="path29455" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a1470"
+ inkscape:label="oof.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oof-optimization-framework"
+ xlink:title="The ONAP Optimization Framework (OOF) addresses the optimization needs of ONAP. OOF is a framework that supports creating and running a suite of optimizing applications including Homing/Placement, PCI optimizer, Route optimizer, Slice selection, Change Management Scheduling Optimizer."
+ transform="translate(4.0004481e-8,7.9999997)">
+ <g
+ id="g1912"
+ inkscape:label="oof">
+ <path
+ id="rect47709-1-2"
+ style="display:inline;opacity:1;vector-effect:none;fill:#66c1be;stroke:#66c1be;stroke-width:2;stop-color:#000000;stop-opacity:1"
+ inkscape:label="oof.form"
+ d="m 269,108.93276 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Optimization Framework (OOF)"
+ id="text1436-447-7"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-2);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="oof.label">
+ <path
+ d="m 270.25109,109.64053 q -0.34107,0 -0.54261,0.25425 -0.19998,0.25424 -0.19998,0.69298 0,0.43718 0.19998,0.69143 0.20154,0.25425 0.54261,0.25425 0.34106,0 0.5395,-0.25425 0.19999,-0.25425 0.19999,-0.69143 0,-0.43874 -0.19999,-0.69298 -0.19844,-0.25425 -0.5395,-0.25425 z m 0,-0.25425 q 0.48679,0 0.77824,0.32711 0.29146,0.32556 0.29146,0.87437 0,0.54725 -0.29146,0.87436 -0.29145,0.32556 -0.77824,0.32556 -0.48835,0 -0.78135,-0.32556 -0.29146,-0.32556 -0.29146,-0.87436 0,-0.54881 0.29146,-0.87437 0.293,-0.32711 0.78135,-0.32711 z"
+ id="path29459" />
+ <path
+ d="m 271.98163,111.48228 v 0.92087 h -0.28681 v -2.39675 h 0.28681 v 0.26355 q 0.0899,-0.15503 0.22634,-0.22945 0.13798,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19844,0.25114 0.19844,0.66042 0,0.40928 -0.19844,0.66043 -0.19689,0.25114 -0.51315,0.25114 -0.19068,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22634,-0.23099 z m 0.97048,-0.60617 q 0,-0.31471 -0.13022,-0.49299 -0.12868,-0.17984 -0.35502,-0.17984 -0.22634,0 -0.35657,0.17984 -0.12867,0.17828 -0.12867,0.49299 0,0.31471 0.12867,0.49454 0.13023,0.17829 0.35657,0.17829 0.22634,0 0.35502,-0.17829 0.13022,-0.17983 0.13022,-0.49454 z"
+ id="path29461" />
+ <path
+ d="m 273.9106,109.5134 v 0.493 h 0.58757 v 0.22169 h -0.58757 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29463" />
+ <path
+ d="m 274.78073,110.0064 h 0.28526 v 1.73632 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path29465" />
+ <path
+ d="m 276.9221,110.33971 q 0.10697,-0.19224 0.2558,-0.2837 0.14883,-0.0915 0.35036,-0.0915 0.27131,0 0.41858,0.19068 0.14728,0.18914 0.14728,0.53951 v 1.04799 h -0.2868 V 110.704 q 0,-0.2496 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.22169,0 -0.35037,0.14727 -0.12867,0.14728 -0.12867,0.40153 v 0.98133 h -0.28681 V 110.704 q 0,-0.25115 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34727,0.14882 -0.12867,0.14728 -0.12867,0.39998 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.0977,-0.15968 0.23409,-0.23565 0.13643,-0.076 0.32401,-0.076 0.18914,0 0.32091,0.0961 0.13333,0.0961 0.19689,0.27905 z"
+ id="path29467" />
+ <path
+ d="m 278.57048,110.0064 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29469" />
+ <path
+ d="m 279.23596,110.0064 h 1.35496 v 0.26045 l -1.0728,1.24798 h 1.0728 v 0.22789 h -1.39371 v -0.26044 l 1.0728,-1.24799 h -1.03405 z"
+ id="path29471" />
+ <path
+ d="m 281.72305,110.86991 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56895,-0.11782 v 0.99063 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44183 0.19689,-0.14883 0.58602,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19533 0.18603,0.59221 z"
+ id="path29473" />
+ <path
+ d="m 283.06911,109.5134 v 0.493 h 0.58757 v 0.22169 h -0.58757 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29475" />
+ <path
+ d="m 283.93924,110.0064 h 0.28526 v 1.73632 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path29477" />
+ <path
+ d="m 285.40158,110.20638 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.2279,0 0.36122,-0.17984 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48834 -0.13332,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29479" />
+ <path
+ d="m 288.02199,110.69473 v 1.04799 h -0.28525 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32092,-0.0775 0.2992,0 0.45268,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29481" />
+ <path
+ d="m 289.1628,109.42814 h 1.33015 v 0.26355 h -1.01699 v 0.68213 h 0.91777 v 0.26355 h -0.91777 v 1.10535 h -0.31316 z"
+ id="path29483" />
+ <path
+ d="m 291.65918,110.27305 q -0.048,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29485" />
+ <path
+ d="m 292.65489,110.86991 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56895,-0.11782 v 0.99063 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44183 0.19689,-0.14883 0.58602,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19533 0.18603,0.59221 z"
+ id="path29487" />
+ <path
+ d="m 295.07066,110.33971 q 0.10697,-0.19224 0.25579,-0.2837 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19068 0.14728,0.18914 0.14728,0.53951 v 1.04799 h -0.28681 V 110.704 q 0,-0.2496 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.2217,0 -0.35037,0.14727 -0.12868,0.14728 -0.12868,0.40153 v 0.98133 h -0.2868 V 110.704 q 0,-0.25115 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34726,0.14882 -0.12868,0.14728 -0.12868,0.39998 v 0.98133 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.2341,-0.23565 0.13642,-0.076 0.32401,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19689,0.27905 z"
+ id="path29489" />
+ <path
+ d="m 298.20421,110.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17674,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67592 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13488 -0.16433,0.37982 z"
+ id="path29491" />
+ <path
+ d="m 298.41392,110.0064 h 0.28525 l 0.35657,1.35495 0.35501,-1.35495 h 0.33642 l 0.35656,1.35495 0.35502,-1.35495 h 0.28526 l -0.45424,1.73632 h -0.33641 l -0.37362,-1.42316 -0.37518,1.42316 h -0.33641 z"
+ id="path29493" />
+ <path
+ d="m 301.75676,110.20638 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29495" />
+ <path
+ d="m 303.93999,110.27305 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29497" />
+ <path
+ d="m 304.13574,109.33047 h 0.2868 v 1.42472 l 0.85111,-0.74879 h 0.36432 l -0.92087,0.81235 0.95963,0.92397 h -0.37207 l -0.88212,-0.84801 v 0.84801 h -0.2868 z"
+ id="path29499" />
+ <path
+ d="m 307.22992,109.33357 q -0.20774,0.35657 -0.30851,0.70538 -0.10077,0.34882 -0.10077,0.70694 0,0.35811 0.10077,0.71003 0.10232,0.35037 0.30851,0.70538 h -0.24805 q -0.23255,-0.36432 -0.34882,-0.71623 -0.11472,-0.35192 -0.11472,-0.69918 0,-0.34572 0.11472,-0.69609 0.11472,-0.35036 0.34882,-0.71623 z"
+ id="path29501" />
+ <path
+ d="m 308.64265,109.64053 q -0.34107,0 -0.54261,0.25425 -0.19998,0.25424 -0.19998,0.69298 0,0.43718 0.19998,0.69143 0.20154,0.25425 0.54261,0.25425 0.34106,0 0.5395,-0.25425 0.19999,-0.25425 0.19999,-0.69143 0,-0.43874 -0.19999,-0.69298 -0.19844,-0.25425 -0.5395,-0.25425 z m 0,-0.25425 q 0.48679,0 0.77824,0.32711 0.29146,0.32556 0.29146,0.87437 0,0.54725 -0.29146,0.87436 -0.29145,0.32556 -0.77824,0.32556 -0.48835,0 -0.78135,-0.32556 -0.29146,-0.32556 -0.29146,-0.87436 0,-0.54881 0.29146,-0.87437 0.293,-0.32711 0.78135,-0.32711 z"
+ id="path29503" />
+ <path
+ d="m 311.04911,109.64053 q -0.34106,0 -0.5426,0.25425 -0.19999,0.25424 -0.19999,0.69298 0,0.43718 0.19999,0.69143 0.20154,0.25425 0.5426,0.25425 0.34107,0 0.53951,-0.25425 0.19998,-0.25425 0.19998,-0.69143 0,-0.43874 -0.19998,-0.69298 -0.19844,-0.25425 -0.53951,-0.25425 z m 0,-0.25425 q 0.4868,0 0.77825,0.32711 0.29146,0.32556 0.29146,0.87437 0,0.54725 -0.29146,0.87436 -0.29145,0.32556 -0.77825,0.32556 -0.48834,0 -0.78134,-0.32556 -0.29146,-0.32556 -0.29146,-0.87436 0,-0.54881 0.29146,-0.87437 0.293,-0.32711 0.78134,-0.32711 z"
+ id="path29505" />
+ <path
+ d="m 312.5161,109.42814 h 1.33015 v 0.26355 h -1.01699 v 0.68213 h 0.91778 v 0.26355 h -0.91778 v 1.10535 h -0.31316 z"
+ id="path29507" />
+ <path
+ d="m 314.19238,109.33357 h 0.24805 q 0.23254,0.36587 0.34726,0.71623 0.11628,0.35037 0.11628,0.69609 0,0.34726 -0.11628,0.69918 -0.11472,0.35191 -0.34726,0.71623 h -0.24805 q 0.20619,-0.35501 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71003 0,-0.35812 -0.10232,-0.70694 -0.10077,-0.34881 -0.30696,-0.70538 z"
+ id="path29509" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a1477"
+ inkscape:label="aaf.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-aaf-authz/en/latest/index.html"
+ xlink:title="The Application Authorization Framework (AAF) provides the services for authentication, authorization and certificate management to the ONAP components. It provides the services to the ONAP components to manage the lifecycle of authentication and authorization elements such as permissions, roles and credentials."
+ transform="translate(3.998908e-8,7.9999998)">
+ <g
+ id="g1906"
+ inkscape:label="aaf">
+ <path
+ id="rect47709-2"
+ style="opacity:1;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2"
+ inkscape:label="aaf.form"
+ d="m 269,100.93276 h 50 v 4 h -50 z" />
+ <g
+ aria-label="Appl. Authoriz. Framework (AAF)"
+ id="text1436-447-3"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-2);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="aaf.label">
+ <path
+ d="m 270.08521,101.73665 -0.42479,1.15186 h 0.85112 z m -0.17674,-0.30851 h 0.35502 l 0.88212,2.31458 h -0.32557 l -0.21084,-0.59376 h -1.04334 l -0.21084,0.59376 h -0.33022 z"
+ id="path29513" />
+ <path
+ d="m 271.65451,103.48228 v 0.92087 h -0.2868 v -2.39675 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22635,-0.22945 0.13797,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19843,0.25114 0.19843,0.66042 0,0.40928 -0.19843,0.66043 -0.19689,0.25114 -0.51315,0.25114 -0.19069,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22635,-0.23099 z m 0.97049,-0.60617 q 0,-0.31471 -0.13023,-0.49299 -0.12867,-0.17984 -0.35501,-0.17984 -0.22635,0 -0.35657,0.17984 -0.12868,0.17828 -0.12868,0.49299 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35657,0.17829 0.22634,0 0.35501,-0.17829 0.13023,-0.17983 0.13023,-0.49454 z"
+ id="path29515" />
+ <path
+ d="m 273.57729,103.48228 v 0.92087 h -0.2868 v -2.39675 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22634,-0.22945 0.13798,-0.076 0.32867,-0.076 0.31626,0 0.51314,0.25115 0.19844,0.25114 0.19844,0.66042 0,0.40928 -0.19844,0.66043 -0.19688,0.25114 -0.51314,0.25114 -0.19069,0 -0.32867,-0.0744 -0.13642,-0.076 -0.22634,-0.23099 z m 0.97048,-0.60617 q 0,-0.31471 -0.13022,-0.49299 -0.12867,-0.17984 -0.35502,-0.17984 -0.22634,0 -0.35656,0.17984 -0.12868,0.17828 -0.12868,0.49299 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35656,0.17829 0.22635,0 0.35502,-0.17829 0.13022,-0.17983 0.13022,-0.49454 z"
+ id="path29517" />
+ <path
+ d="m 275.22412,101.33047 h 0.28525 v 2.41225 h -0.28525 z"
+ id="path29519" />
+ <path
+ d="m 276.05394,103.34895 h 0.32711 v 0.39377 h -0.32711 z"
+ id="path29521" />
+ <path
+ d="m 278.36832,101.73665 -0.42478,1.15186 h 0.85111 z m -0.17674,-0.30851 h 0.35502 l 0.88212,2.31458 h -0.32556 l -0.21084,-0.59376 h -1.04335 l -0.21084,0.59376 h -0.33021 z"
+ id="path29523" />
+ <path
+ d="m 279.63222,103.0575 v -1.0511 h 0.28525 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28836,0.12248 0.23099,0 0.36431,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.71778,-1.09296 z"
+ id="path29525" />
+ <path
+ d="m 281.8635,101.5134 v 0.493 h 0.58757 v 0.22169 h -0.58757 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29527" />
+ <path
+ d="m 284.17695,102.69473 v 1.04799 h -0.28525 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14727 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -2.41225 h 0.2868 v 0.94568 q 0.10232,-0.15658 0.2403,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15347,0.18449 0.15347,0.54416 z"
+ id="path29529" />
+ <path
+ d="m 285.32613,102.20638 q -0.22944,0 -0.36276,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36431,0.17829 0.2279,0 0.36122,-0.17984 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48834 -0.13332,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37208,0 0.58447,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58447,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29531" />
+ <path
+ d="m 287.50936,102.27305 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29533" />
+ <path
+ d="m 287.71596,102.0064 h 0.28526 v 1.73632 h -0.28526 z m 0,-0.67593 h 0.28526 v 0.36122 h -0.28526 z"
+ id="path29535" />
+ <path
+ d="m 288.38145,102.0064 h 1.35496 v 0.26045 l -1.07281,1.24798 h 1.07281 v 0.22789 h -1.39372 v -0.26044 l 1.07281,-1.24799 h -1.03405 z"
+ id="path29537" />
+ <path
+ d="m 290.11974,103.34895 h 0.32712 v 0.39377 h -0.32712 z"
+ id="path29539" />
+ <path
+ d="m 291.66053,101.42814 h 1.33015 v 0.26355 h -1.01699 v 0.68213 h 0.91777 v 0.26355 h -0.91777 v 1.10535 h -0.31316 z"
+ id="path29541" />
+ <path
+ d="m 294.15691,102.27305 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0356,0.003 0.0791,0.0109 z"
+ id="path29543" />
+ <path
+ d="m 295.15262,102.86991 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56895,-0.11782 v 0.99063 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44183 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36276,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19533 0.18603,0.59221 z"
+ id="path29545" />
+ <path
+ d="m 297.56838,102.33971 q 0.10697,-0.19224 0.2558,-0.2837 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19068 0.14728,0.18914 0.14728,0.53951 v 1.04799 H 298.4536 V 102.704 q 0,-0.2496 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.22169,0 -0.35036,0.14727 -0.12868,0.14728 -0.12868,0.40153 v 0.98133 h -0.2868 V 102.704 q 0,-0.25115 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34726,0.14882 -0.12868,0.14728 -0.12868,0.39998 v 0.98133 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.2341,-0.23565 0.13642,-0.076 0.32401,-0.076 0.18913,0 0.32091,0.0961 0.13332,0.0961 0.19688,0.27905 z"
+ id="path29547" />
+ <path
+ d="m 300.70194,102.80325 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17674,0.44959 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67592 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38292,0.13488 -0.14263,0.13488 -0.16434,0.37982 z"
+ id="path29549" />
+ <path
+ d="m 300.91164,102.0064 h 0.28526 l 0.35656,1.35495 0.35502,-1.35495 h 0.33642 l 0.35656,1.35495 0.35502,-1.35495 h 0.28525 l -0.45423,1.73632 h -0.33642 l -0.37362,-1.42316 -0.37517,1.42316 h -0.33641 z"
+ id="path29551" />
+ <path
+ d="m 304.25449,102.20638 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29553" />
+ <path
+ d="m 306.43771,102.27305 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0356,0.003 0.0791,0.0109 z"
+ id="path29555" />
+ <path
+ d="m 306.63347,101.33047 h 0.2868 v 1.42472 l 0.85111,-0.74879 h 0.36432 l -0.92087,0.81235 0.95963,0.92397 h -0.37207 l -0.88212,-0.84801 v 0.84801 h -0.2868 z"
+ id="path29557" />
+ <path
+ d="m 309.72764,101.33357 q -0.20774,0.35657 -0.30851,0.70538 -0.10077,0.34882 -0.10077,0.70694 0,0.35811 0.10077,0.71003 0.10232,0.35037 0.30851,0.70538 h -0.24804 q -0.23255,-0.36432 -0.34882,-0.71623 -0.11472,-0.35192 -0.11472,-0.69918 0,-0.34572 0.11472,-0.69609 0.11472,-0.35036 0.34882,-0.71623 z"
+ id="path29559" />
+ <path
+ d="m 310.97449,101.73665 -0.42478,1.15186 h 0.85111 z m -0.17673,-0.30851 h 0.35501 l 0.88212,2.31458 h -0.32556 l -0.21084,-0.59376 h -1.04335 l -0.21084,0.59376 h -0.33021 z"
+ id="path29561" />
+ <path
+ d="m 313.14222,101.73665 -0.42478,1.15186 h 0.85111 z m -0.17674,-0.30851 h 0.35502 l 0.88212,2.31458 h -0.32557 l -0.21084,-0.59376 h -1.04334 l -0.21084,0.59376 h -0.33021 z"
+ id="path29563" />
+ <path
+ d="m 314.44797,101.42814 h 1.33015 v 0.26355 h -1.01699 v 0.68213 h 0.91778 v 0.26355 h -0.91778 v 1.10535 h -0.31316 z"
+ id="path29565" />
+ <path
+ d="m 316.12425,101.33357 h 0.24805 q 0.23255,0.36587 0.34727,0.71623 0.11627,0.35037 0.11627,0.69609 0,0.34726 -0.11627,0.69918 -0.11472,0.35191 -0.34727,0.71623 h -0.24805 q 0.20619,-0.35501 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71003 0,-0.35812 -0.10232,-0.70694 -0.10077,-0.34881 -0.30696,-0.70538 z"
+ id="path29567" />
+ </g>
+ </g>
+ </a>
+ </g>
+ <a
+ id="a4403"
+ inkscape:label="vfc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/latest/index.html"
+ xlink:title="The Virtual Function Controller (VFC) leverages the ETSI NFV MANO Architecture and information model as a reference and implements the full life cycle management and FCAPS of VNF and NS."
+ transform="translate(-1.9952368,0.06725276)">
+ <g
+ id="g8563"
+ inkscape:label="vfc"
+ style="display:inline">
+ <path
+ id="rect13557-62"
+ style="fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="vfc.form"
+ d="m 233,120.93275 h 25.99999 v 26 H 233 Z" />
+ <g
+ aria-label="Virtual Function
+Controller
+(VFC)"
+ id="text1436-447"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-62);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="vfc.label">
+ <path
+ d="m 233.90847,123.42522 -0.88367,-2.31458 h 0.32712 l 0.73329,1.94872 0.73483,-1.94872 h 0.32557 l -0.88212,2.31458 z"
+ id="path29571" />
+ <path
+ d="m 235.3088,121.6889 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29573" />
+ <path
+ d="m 237.10445,121.95555 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12402,-0.0139 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14418,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29575" />
+ <path
+ d="m 237.59321,121.1959 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12402 -0.12558,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29577" />
+ <path
+ d="m 238.43388,122.74 v -1.0511 h 0.28525 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28836,0.12248 0.23099,0 0.36432,-0.14728 0.13487,-0.14728 0.13487,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ id="path29579" />
+ <path
+ d="m 241.17211,122.55241 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27286,0.0884 0.23719,0 0.37982,-0.16743 0.14417,-0.16899 0.14417,-0.44804 v -0.0636 z m 0.56896,-0.11782 v 0.99063 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44183 0.19689,-0.14883 0.58601,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 V 121.768 q 0.15657,-0.0605 0.30385,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.19534 0.18604,0.19533 0.18604,0.59221 z"
+ id="path29581" />
+ <path
+ d="m 242.23602,121.01297 h 0.28526 v 2.41225 h -0.28526 z"
+ id="path29583" />
+ <path
+ d="m 243.68999,121.11064 h 1.33015 v 0.26355 h -1.01699 v 0.68213 h 0.91778 v 0.26355 h -0.91778 v 1.10535 h -0.31316 z"
+ id="path29585" />
+ <path
+ d="m 245.20814,122.74 v -1.0511 h 0.28526 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.23099,0 0.36432,-0.14728 0.13487,-0.14728 0.13487,-0.40153 v -0.98443 h 0.28526 v 1.73632 h -0.28526 v -0.26665 q -0.10387,0.15813 -0.24184,0.23565 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ id="path29587" />
+ <path
+ d="m 248.6006,122.37723 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29589" />
+ <path
+ d="m 250.32649,121.75556 v 0.26665 q -0.12093,-0.0667 -0.2434,-0.0992 -0.12092,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17674 -0.15348,0.17518 -0.15348,0.49299 0,0.31781 0.15348,0.49454 0.15348,0.17519 0.43098,0.17519 0.12403,0 0.24495,-0.0326 0.12247,-0.0341 0.2434,-0.10077 v 0.26355 q -0.11938,0.0558 -0.24805,0.0837 -0.12712,0.0279 -0.2713,0.0279 -0.39223,0 -0.62322,-0.24649 -0.23099,-0.2465 -0.23099,-0.66508 0,-0.42478 0.23254,-0.66818 0.2341,-0.24339 0.64027,-0.24339 0.13178,0 0.25735,0.0279 0.12557,0.0264 0.2434,0.0806 z"
+ id="path29591" />
+ <path
+ d="m 251.01213,121.1959 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33022,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29593" />
+ <path
+ d="m 251.88226,121.6889 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29595" />
+ <path
+ d="m 253.3446,121.88888 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29597" />
+ <path
+ d="m 255.96501,122.37723 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10231,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29599" />
+ <path
+ d="m 235.04484,124.62267 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70074 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29601" />
+ <path
+ d="m 236.09635,125.22263 q -0.22944,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29603" />
+ <path
+ d="m 238.71676,125.71097 v 1.048 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12248 -0.28835,-0.12248 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26976 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54415 z"
+ id="path29605" />
+ <path
+ d="m 239.47526,124.52965 v 0.49299 h 0.58756 v 0.2217 h -0.58756 v 0.94257 q 0,0.21239 0.0574,0.27286 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44959 v -0.94257 h -0.20929 v -0.2217 h 0.20929 v -0.49299 z"
+ id="path29607" />
+ <path
+ d="m 241.35153,125.28929 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26976 q 0.0899,-0.15813 0.2341,-0.2341 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29609" />
+ <path
+ d="m 242.1612,125.22263 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29611" />
+ <path
+ d="m 243.33828,124.34672 h 0.28526 v 2.41225 h -0.28526 z"
+ id="path29613" />
+ <path
+ d="m 244.1278,124.34672 h 0.28525 v 2.41225 h -0.28525 z"
+ id="path29615" />
+ <path
+ d="m 246.40249,125.81949 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26976 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67593 0.23099,-0.25114 0.62167,-0.25114 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path29617" />
+ <path
+ d="m 247.78421,125.28929 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.28681 v -1.73633 h 0.28681 v 0.26976 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29619" />
+ <path
+ d="m 233.98444,127.68356 q -0.20774,0.35657 -0.30851,0.70539 -0.10077,0.34881 -0.10077,0.70693 0,0.35812 0.10077,0.71004 0.10232,0.35036 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34882,-0.71624 -0.11472,-0.35191 -0.11472,-0.69918 0,-0.34571 0.11472,-0.69608 0.11472,-0.35037 0.34882,-0.71624 z"
+ id="path29621" />
+ <path
+ d="m 235.05455,130.09272 -0.88367,-2.31459 h 0.32712 l 0.73328,1.94872 0.73484,-1.94872 h 0.32557 l -0.88212,2.31459 z"
+ id="path29623" />
+ <path
+ d="m 236.53704,127.77813 h 1.33016 v 0.26355 h -1.017 v 0.68213 h 0.91778 v 0.26355 h -0.91778 v 1.10536 h -0.31316 z"
+ id="path29625" />
+ <path
+ d="m 240.00391,127.95642 v 0.33021 q -0.15813,-0.14728 -0.33796,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60772,0.24185 0.20154,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22015 v 0.32712 q -0.16433,0.11162 -0.34881,0.16743 -0.18294,0.0558 -0.38758,0.0558 -0.52555,0 -0.82785,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.3023,-0.32247 0.82785,-0.32247 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ id="path29627" />
+ <path
+ d="m 240.33764,127.68356 h 0.24805 q 0.23254,0.36587 0.34726,0.71624 0.11627,0.35037 0.11627,0.69608 0,0.34727 -0.11627,0.69918 -0.11472,0.35192 -0.34726,0.71624 h -0.24805 q 0.20619,-0.35502 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.10077,-0.34882 -0.30696,-0.70539 z"
+ id="path29629" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4415"
+ inkscape:label="appc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#appc-application-controller"
+ xlink:title="The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf) and life cycle management functions (e.g. stop, resume, health check, etc.). APPC is being used mainly for Layer 4-7 network functions."
+ transform="translate(-4.9952365,0.06725276)">
+ <g
+ id="g8552"
+ inkscape:label="appc">
+ <path
+ id="rect13557-0"
+ style="fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2;stop-color:#000000"
+ inkscape:label="appc.form"
+ d="m 206,120.93275 h 25.99999 v 26 H 206 Z" />
+ <g
+ aria-label="Application
+Controller
+(APPC)"
+ id="text1436-447-33"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-0);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="appc.label">
+ <path
+ d="m 207.08521,121.41915 -0.42479,1.15186 h 0.85112 z m -0.17674,-0.30851 h 0.35502 l 0.88212,2.31458 h -0.32557 l -0.21084,-0.59376 h -1.04334 l -0.21084,0.59376 h -0.33022 z"
+ id="path29633" />
+ <path
+ d="m 208.65451,123.16478 v 0.92087 h -0.2868 v -2.39675 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22635,-0.22945 0.13797,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25115 0.19843,0.25114 0.19843,0.66042 0,0.40928 -0.19843,0.66043 -0.19689,0.25114 -0.51315,0.25114 -0.19069,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22635,-0.23099 z m 0.97049,-0.60617 q 0,-0.31471 -0.13023,-0.49299 -0.12867,-0.17984 -0.35501,-0.17984 -0.22635,0 -0.35657,0.17984 -0.12868,0.17828 -0.12868,0.49299 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35657,0.17829 0.22634,0 0.35501,-0.17829 0.13023,-0.17983 0.13023,-0.49454 z"
+ id="path29635" />
+ <path
+ d="m 210.57729,123.16478 v 0.92087 h -0.2868 v -2.39675 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22634,-0.22945 0.13798,-0.076 0.32867,-0.076 0.31626,0 0.51314,0.25115 0.19844,0.25114 0.19844,0.66042 0,0.40928 -0.19844,0.66043 -0.19688,0.25114 -0.51314,0.25114 -0.19069,0 -0.32867,-0.0744 -0.13642,-0.076 -0.22634,-0.23099 z m 0.97048,-0.60617 q 0,-0.31471 -0.13022,-0.49299 -0.12867,-0.17984 -0.35502,-0.17984 -0.22634,0 -0.35656,0.17984 -0.12868,0.17828 -0.12868,0.49299 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35656,0.17829 0.22635,0 0.35502,-0.17829 0.13022,-0.17983 0.13022,-0.49454 z"
+ id="path29637" />
+ <path
+ d="m 212.22412,121.01297 h 0.28525 v 2.41225 h -0.28525 z"
+ id="path29639" />
+ <path
+ d="m 213.01363,121.6889 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29641" />
+ <path
+ d="m 215.05268,121.75556 v 0.26665 q -0.12093,-0.0667 -0.2434,-0.0992 -0.12092,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17674 -0.15348,0.17518 -0.15348,0.49299 0,0.31781 0.15348,0.49454 0.15348,0.17519 0.43098,0.17519 0.12403,0 0.24495,-0.0326 0.12247,-0.0341 0.2434,-0.10077 v 0.26355 q -0.11938,0.0558 -0.24805,0.0837 -0.12712,0.0279 -0.2713,0.0279 -0.39223,0 -0.62322,-0.24649 -0.23099,-0.2465 -0.23099,-0.66508 0,-0.42478 0.23254,-0.66818 0.2341,-0.24339 0.64027,-0.24339 0.13178,0 0.25735,0.0279 0.12557,0.0264 0.2434,0.0806 z"
+ id="path29643" />
+ <path
+ d="m 216.24527,122.55241 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56895,-0.11782 v 0.99063 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44183 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 V 121.768 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19533 0.18603,0.59221 z"
+ id="path29645" />
+ <path
+ d="m 217.59133,121.1959 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29647" />
+ <path
+ d="m 218.46146,121.6889 h 0.28525 v 1.73632 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ id="path29649" />
+ <path
+ d="m 219.9238,121.88888 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29651" />
+ <path
+ d="m 222.54421,122.37723 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29653" />
+ <path
+ d="m 208.04484,124.62267 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70074 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29655" />
+ <path
+ d="m 209.09635,125.22263 q -0.22944,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29657" />
+ <path
+ d="m 211.71676,125.71097 v 1.048 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12248 -0.28835,-0.12248 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26976 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54415 z"
+ id="path29659" />
+ <path
+ d="m 212.47526,124.52965 v 0.49299 h 0.58756 v 0.2217 h -0.58756 v 0.94257 q 0,0.21239 0.0574,0.27286 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44959 v -0.94257 h -0.20929 v -0.2217 h 0.20929 v -0.49299 z"
+ id="path29661" />
+ <path
+ d="m 214.35153,125.28929 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26976 q 0.0899,-0.15813 0.2341,-0.2341 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29663" />
+ <path
+ d="m 215.1612,125.22263 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29665" />
+ <path
+ d="m 216.33828,124.34672 h 0.28526 v 2.41225 h -0.28526 z"
+ id="path29667" />
+ <path
+ d="m 217.1278,124.34672 h 0.28525 v 2.41225 h -0.28525 z"
+ id="path29669" />
+ <path
+ d="m 219.40249,125.81949 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26976 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67593 0.23099,-0.25114 0.62167,-0.25114 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path29671" />
+ <path
+ d="m 220.78421,125.28929 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12402,-0.014 -0.24185,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.28681 v -1.73633 h 0.28681 v 0.26976 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29673" />
+ <path
+ d="m 206.98444,127.68356 q -0.20774,0.35657 -0.30851,0.70539 -0.10077,0.34881 -0.10077,0.70693 0,0.35812 0.10077,0.71004 0.10232,0.35036 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34882,-0.71624 -0.11472,-0.35191 -0.11472,-0.69918 0,-0.34571 0.11472,-0.69608 0.11472,-0.35037 0.34882,-0.71624 z"
+ id="path29675" />
+ <path
+ d="m 208.23128,128.08664 -0.42478,1.15187 h 0.85112 z m -0.17673,-0.30851 h 0.35502 l 0.88212,2.31459 h -0.32557 l -0.21084,-0.59376 h -1.04334 l -0.21084,0.59376 h -0.33022 z"
+ id="path29677" />
+ <path
+ d="m 209.8502,128.03548 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11318 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70694 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93018 h -0.31316 z"
+ id="path29679" />
+ <path
+ d="m 211.67221,128.03548 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11318 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70694 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93018 h -0.31316 z"
+ id="path29681" />
+ <path
+ d="m 214.91429,127.95642 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60771,0.24185 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22015 v 0.32712 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32247 0.82786,-0.32247 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29683" />
+ <path
+ d="m 215.24801,127.68356 h 0.24805 q 0.23254,0.36587 0.34727,0.71624 0.11627,0.35037 0.11627,0.69608 0,0.34727 -0.11627,0.69918 -0.11473,0.35192 -0.34727,0.71624 h -0.24805 q 0.20619,-0.35502 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.10077,-0.34882 -0.30696,-0.70539 z"
+ id="path29685" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a67340"
+ xlink:href="https://docs.onap.org/projects/onap-sdnc-oam/en/latest/index.html"
+ xlink:title="The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf, etc.) and life cycle management functions (e.g. stop, resume, health check). SDNC is being used mainly for Layer 1-3 network elements."
+ inkscape:label="sdnc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ style="display:inline">
+ <g
+ id="g8543"
+ inkscape:label="sdnc"
+ transform="matrix(1.0188988,0,0,1.0188988,-15.699403,-2.4639167)"
+ style="stroke-width:0.981452">
+ <path
+ id="rect13557-6"
+ style="fill:#009893;stroke:#009893;stroke-width:1.9629;stop-color:#000000"
+ inkscape:label="sdnc.form"
+ d="m 183.24113,121.17387 h 25.51775 v 25.51774 h -25.51775 z" />
+ <g
+ aria-label="SDN
+Controller (SDNC)"
+ id="text1436-447-6"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-6);fill:#ffffff;stroke-width:0.259675"
+ inkscape:label="sdnc.label">
+ <path
+ d="m 184.93936,121.42684 v 0.3054 q -0.17829,-0.0853 -0.33642,-0.12712 -0.15813,-0.0419 -0.30541,-0.0419 -0.25579,0 -0.39532,0.0992 -0.13798,0.0992 -0.13798,0.28215 0,0.15348 0.0915,0.23255 0.093,0.0775 0.35037,0.12557 l 0.18913,0.0388 q 0.35037,0.0667 0.51625,0.23564 0.16743,0.16743 0.16743,0.44959 0,0.33641 -0.22634,0.51004 -0.22479,0.17364 -0.66043,0.17364 -0.16433,0 -0.35036,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32246 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35966,0.0543 0.2682,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14418 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.21549,-0.48369 0.21705,-0.17674 0.59687,-0.17674 0.16278,0 0.33176,0.0295 0.16898,0.0294 0.34572,0.0884 z"
+ id="path29689" />
+ <path
+ d="m 185.78778,121.60822 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.21704 0.22325,-0.21704 0.22325,-0.68523 0,-0.46509 -0.22325,-0.68058 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31316,-0.25735 h 0.64337 q 0.67283,0 0.98754,0.2806 0.31471,0.27906 0.31471,0.87437 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.98599,0.2806 h -0.64337 z"
+ id="path29691" />
+ <path
+ d="m 187.82683,121.35087 h 0.42168 l 1.02629,1.93632 v -1.93632 h 0.30386 v 2.31459 h -0.42168 l -1.02629,-1.93632 v 1.93632 h -0.30386 z"
+ id="path29693" />
+ <path
+ d="m 185.28507,124.8629 v 0.33022 q -0.15813,-0.14728 -0.33796,-0.22015 -0.17829,-0.0729 -0.37982,-0.0729 -0.39688,0 -0.60772,0.2434 -0.21084,0.24184 -0.21084,0.70073 0,0.45733 0.21084,0.70073 0.21084,0.24185 0.60772,0.24185 0.20153,0 0.37982,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82785,-0.32092 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.3023,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.0558 0.18448,0.0543 0.34571,0.16433 z"
+ id="path29695" />
+ <path
+ d="m 186.33658,125.46287 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49145 0.13333,0.17828 0.36432,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17984 0.13333,-0.4899 0,-0.30851 -0.13333,-0.48834 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24184 0.21239,0.66972 0,0.42633 -0.21239,0.66973 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66972 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path29697" />
+ <path
+ d="m 188.95699,125.95121 v 1.048 h -0.28525 v -1.0387 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36431,0.14728 -0.13333,0.14727 -0.13333,0.40152 v 0.98134 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13952,-0.0775 0.32091,-0.0775 0.2992,0 0.45268,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path29699" />
+ <path
+ d="m 189.7155,124.76989 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23875 h -0.29301 q -0.33021,0 -0.45578,-0.12248 -0.12558,-0.12402 -0.12558,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path29701" />
+ <path
+ d="m 191.59177,125.52953 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91468 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29703" />
+ <path
+ d="m 192.40143,125.46287 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49145 0.13333,0.17828 0.36432,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17984 0.13333,-0.4899 0,-0.30851 -0.13333,-0.48834 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24184 0.21239,0.66972 0,0.42633 -0.21239,0.66973 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66972 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path29705" />
+ <path
+ d="m 193.57852,124.58695 h 0.28525 v 2.41226 h -0.28525 z"
+ id="path29707" />
+ <path
+ d="m 194.36803,124.58695 h 0.28525 v 2.41226 h -0.28525 z"
+ id="path29709" />
+ <path
+ d="m 196.64272,126.05973 v 0.13953 h -1.31154 q 0.0186,0.29455 0.17673,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24185 -0.24185,-0.65422 0,-0.42633 0.22944,-0.67593 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55345,0.22634 0.20464,0.2248 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13952 -0.33796,-0.13952 -0.23874,0 -0.38292,0.13487 -0.14263,0.13488 -0.16433,0.37982 z"
+ id="path29711" />
+ <path
+ d="m 198.02445,125.52953 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91468 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29713" />
+ <path
+ d="m 184.22467,127.9238 q -0.20774,0.35657 -0.30851,0.70538 -0.10077,0.34882 -0.10077,0.70694 0,0.35811 0.10077,0.71003 0.10232,0.35037 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34881,-0.71623 -0.11472,-0.35192 -0.11472,-0.69918 0,-0.34572 0.11472,-0.69609 0.11472,-0.35036 0.34881,-0.71623 z"
+ id="path29715" />
+ <path
+ d="m 186.08544,128.09433 v 0.30541 q -0.17829,-0.0853 -0.33642,-0.12712 -0.15813,-0.0419 -0.30541,-0.0419 -0.25579,0 -0.39532,0.0992 -0.13798,0.0992 -0.13798,0.28215 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35037,0.12558 l 0.18913,0.0387 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33642 -0.22634,0.51005 -0.22479,0.17363 -0.66043,0.17363 -0.16433,0 -0.35036,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32247 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35966,0.0543 0.2682,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14418 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30695 0.21549,-0.48369 0.21705,-0.17673 0.59687,-0.17673 0.16278,0 0.33176,0.0294 0.16898,0.0295 0.34572,0.0884 z"
+ id="path29717" />
+ <path
+ d="m 186.93386,128.27572 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.21705 0.22324,-0.21704 0.22324,-0.68522 0,-0.46509 -0.22324,-0.68058 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31316,-0.25735 h 0.64337 q 0.67283,0 0.98754,0.2806 0.31471,0.27905 0.31471,0.87437 0,0.59841 -0.31626,0.87901 -0.31626,0.2806 -0.98599,0.2806 h -0.64337 z"
+ id="path29719" />
+ <path
+ d="m 188.97291,128.01837 h 0.42168 l 1.02629,1.93631 v -1.93631 h 0.30386 v 2.31458 h -0.42168 l -1.02629,-1.93631 v 1.93631 h -0.30386 z"
+ id="path29721" />
+ <path
+ d="m 192.98858,128.19665 v 0.33021 q -0.15813,-0.14727 -0.33796,-0.22014 -0.17829,-0.0729 -0.37983,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37983,-0.0729 0.17983,-0.0729 0.33796,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.3023,-0.32246 -0.3023,-0.87901 0,-0.55811 0.3023,-0.87902 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29723" />
+ <path
+ d="m 193.32231,127.9238 h 0.24804 q 0.23255,0.36587 0.34727,0.71623 0.11627,0.35037 0.11627,0.69609 0,0.34726 -0.11627,0.69918 -0.11472,0.35191 -0.34727,0.71623 h -0.24804 q 0.20619,-0.35501 0.30695,-0.70538 0.10232,-0.35192 0.10232,-0.71003 0,-0.35812 -0.10232,-0.70694 -0.10076,-0.34881 -0.30695,-0.70538 z"
+ id="path29725" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4435"
+ inkscape:label="cds.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html"
+ xlink:title="The run-time part of the Controller Design Studio (CDS) enables operators and ISPs to implement/operate hybrid network (CNF, PNF, VNF, Whitebox, etc.). The components are able to process and execute the design-time model intent defined by the users to support the lifecycle management. Included are a Self Service API, a TOSCA Workflow Engine, a Resource &amp; Template API, a Southbound Adapter, a Python Executor and a Kotlin Executor."
+ transform="translate(-16.995236,0.06725276)">
+ <g
+ id="g8534"
+ inkscape:label="cds">
+ <path
+ id="rect13557-3"
+ style="fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="cds.form"
+ d="m 158,120.93275 h 25.99999 v 26 H 158 Z" />
+ <g
+ aria-label="Controller
+Design Studio
+(CDS)"
+ id="text1436-447-31"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-3);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="cds.label">
+ <path
+ d="m 160.04484,121.28892 v 0.33021 q -0.15813,-0.14727 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.60771,0.24184 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22014 v 0.32711 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87901 0,-0.55811 0.30231,-0.87902 0.30231,-0.32246 0.82786,-0.32246 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29729" />
+ <path
+ d="m 161.09635,121.88888 q -0.22944,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29731" />
+ <path
+ d="m 163.71676,122.37723 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29733" />
+ <path
+ d="m 164.47526,121.1959 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29735" />
+ <path
+ d="m 166.35153,121.95555 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12402,-0.0139 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14417,-0.0775 0.35036,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29737" />
+ <path
+ d="m 167.1612,121.88888 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29739" />
+ <path
+ d="m 168.33828,121.01297 h 0.28526 v 2.41225 h -0.28526 z"
+ id="path29741" />
+ <path
+ d="m 169.1278,121.01297 h 0.28525 v 2.41225 h -0.28525 z"
+ id="path29743" />
+ <path
+ d="m 171.40249,122.48575 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24184 -0.24184,-0.24185 -0.24184,-0.65423 0,-0.42633 0.22944,-0.67592 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28525,-0.0837 q -0.003,-0.23409 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13488 -0.16433,0.37982 z"
+ id="path29745" />
+ <path
+ d="m 172.78421,121.95555 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12402,-0.0139 -0.24185,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0294,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ id="path29747" />
+ <path
+ d="m 158.62477,124.70173 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.21704 0.22324,-0.21704 0.22324,-0.68523 0,-0.46508 -0.22324,-0.68058 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31316,-0.25735 h 0.64337 q 0.67283,0 0.98754,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59842 -0.31626,0.87902 -0.31626,0.2806 -0.98599,0.2806 h -0.64337 z"
+ id="path29749" />
+ <path
+ d="m 162.1366,125.81949 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44338,0.15348 0.16434,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26976 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22944,-0.67593 0.231,-0.25114 0.62167,-0.25114 0.35037,0 0.55346,0.22634 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path29751" />
+ <path
+ d="m 163.61909,125.0738 v 0.26975 q -0.12092,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18449 0.12868,0.11782 0.12868,0.33021 0,0.24185 -0.19224,0.38292 -0.19069,0.14108 -0.52555,0.14108 -0.13953,0 -0.29145,-0.0279 -0.15038,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.3116,0.12403 0.15348,0.0403 0.30386,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19533 0,-0.11628 -0.0791,-0.17829 -0.0775,-0.062 -0.34262,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17054 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17363,-0.13332 0.49299,-0.13332 0.15813,0 0.29766,0.0233 0.13953,0.0233 0.25735,0.0698 z"
+ id="path29753" />
+ <path
+ d="m 164.07374,125.02264 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67592 h 0.28525 v 0.36121 h -0.28525 z"
+ id="path29755" />
+ <path
+ d="m 166.00582,125.87065 q 0,-0.31005 -0.12868,-0.48059 -0.12712,-0.17053 -0.35812,-0.17053 -0.22944,0 -0.35811,0.17053 -0.12713,0.17054 -0.12713,0.48059 0,0.30851 0.12713,0.47905 0.12867,0.17053 0.35811,0.17053 0.231,0 0.35812,-0.17053 0.12868,-0.17054 0.12868,-0.47905 z m 0.28525,0.67283 q 0,0.44339 -0.19689,0.65888 -0.19688,0.21704 -0.60306,0.21704 -0.15038,0 -0.2837,-0.0233 -0.13333,-0.0217 -0.2589,-0.0682 v -0.2775 q 0.12557,0.0682 0.24804,0.10077 0.12248,0.0326 0.2496,0.0326 0.2806,0 0.42013,-0.14728 0.13953,-0.14572 0.13953,-0.44183 v -0.14108 q -0.0884,0.15348 -0.22635,0.22945 -0.13797,0.076 -0.33021,0.076 -0.31936,0 -0.5147,-0.24339 -0.19533,-0.2434 -0.19533,-0.64493 0,-0.40307 0.19533,-0.64647 0.19534,-0.24339 0.5147,-0.24339 0.19224,0 0.33021,0.076 0.13798,0.076 0.22635,0.22944 v -0.26355 h 0.28525 z"
+ id="path29757" />
+ <path
+ d="m 168.22935,125.71097 v 1.048 h -0.28525 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12248 -0.28836,-0.12248 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26976 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54415 z"
+ id="path29759" />
+ <path
+ d="m 170.75767,124.52035 v 0.30541 q -0.17828,-0.0853 -0.33641,-0.12713 -0.15813,-0.0418 -0.30541,-0.0418 -0.2558,0 -0.39533,0.0992 -0.13797,0.0992 -0.13797,0.28216 0,0.15348 0.0915,0.23254 0.093,0.0775 0.35036,0.12557 l 0.18914,0.0388 q 0.35036,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33642 -0.22635,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16433,0 -0.35037,-0.0372 -0.18448,-0.0372 -0.38292,-0.11007 v -0.32246 q 0.19069,0.10697 0.37362,0.16123 0.18294,0.0543 0.35967,0.0543 0.2682,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30075 0,-0.17054 -0.10542,-0.26665 -0.10387,-0.0961 -0.34262,-0.14418 l -0.19069,-0.0372 q -0.35036,-0.0698 -0.50694,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.21549,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33177,0.0294 0.16898,0.0295 0.34571,0.0884 z"
+ id="path29761" />
+ <path
+ d="m 171.56269,124.52965 v 0.49299 h 0.58756 v 0.2217 h -0.58756 v 0.94257 q 0,0.21239 0.0574,0.27286 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12402 -0.12558,-0.44959 v -0.94257 h -0.20929 v -0.2217 h 0.20929 v -0.49299 z"
+ id="path29763" />
+ <path
+ d="m 172.40336,126.07374 v -1.0511 h 0.28525 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28836,0.12247 0.23099,0 0.36431,-0.14727 0.13488,-0.14728 0.13488,-0.40153 v -0.98444 h 0.28525 v 1.73633 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54416 z m 0.71778,-1.09295 z"
+ id="path29765" />
+ <path
+ d="m 175.49506,125.28619 v -0.93947 h 0.28525 v 2.41225 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.2279,0.231 -0.13642,0.0744 -0.32866,0.0744 -0.31471,0 -0.51315,-0.25115 -0.19688,-0.25114 -0.19688,-0.66042 0,-0.40928 0.19688,-0.66043 0.19844,-0.25114 0.51315,-0.25114 0.19224,0 0.32866,0.076 0.13798,0.0744 0.2279,0.22944 z m -0.97204,0.60617 q 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35656,0.17829 0.22635,0 0.35657,-0.17829 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.49299 -0.13022,-0.17984 -0.35657,-0.17984 -0.22634,0 -0.35656,0.17984 -0.12868,0.17828 -0.12868,0.49299 z"
+ id="path29767" />
+ <path
+ d="m 176.27527,125.02264 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67592 h 0.28525 v 0.36121 h -0.28525 z"
+ id="path29769" />
+ <path
+ d="m 177.73761,125.22263 q -0.22945,0 -0.36277,0.17984 -0.13333,0.17828 -0.13333,0.48989 0,0.31161 0.13178,0.49144 0.13332,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29771" />
+ <path
+ d="m 158.98444,127.68356 q -0.20774,0.35657 -0.30851,0.70539 -0.10077,0.34881 -0.10077,0.70693 0,0.35812 0.10077,0.71004 0.10232,0.35036 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34882,-0.71624 -0.11472,-0.35191 -0.11472,-0.69918 0,-0.34571 0.11472,-0.69608 0.11472,-0.35037 0.34882,-0.71624 z"
+ id="path29773" />
+ <path
+ d="m 161.19092,127.95642 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60771,0.24185 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22015 v 0.32712 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.30231,-0.32246 -0.30231,-0.87902 0,-0.5581 0.30231,-0.87901 0.30231,-0.32247 0.82786,-0.32247 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ id="path29775" />
+ <path
+ d="m 161.89516,128.03548 v 1.79989 h 0.37827 q 0.47904,0 0.70074,-0.21704 0.22324,-0.21704 0.22324,-0.68523 0,-0.46509 -0.22324,-0.68058 -0.2217,-0.21704 -0.70074,-0.21704 z m -0.31316,-0.25735 h 0.64338 q 0.67282,0 0.98753,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.98598,0.2806 H 161.582 Z"
+ id="path29777" />
+ <path
+ d="m 165.32172,127.8541 v 0.3054 q -0.17828,-0.0853 -0.33641,-0.12712 -0.15813,-0.0419 -0.30541,-0.0419 -0.2558,0 -0.39532,0.0992 -0.13798,0.0992 -0.13798,0.28216 0,0.15347 0.0915,0.23254 0.093,0.0775 0.35036,0.12557 l 0.18914,0.0388 q 0.35037,0.0667 0.51625,0.23564 0.16743,0.16744 0.16743,0.44959 0,0.33641 -0.22634,0.51005 -0.2248,0.17363 -0.66043,0.17363 -0.16433,0 -0.35036,-0.0372 -0.18449,-0.0372 -0.38293,-0.11007 v -0.32246 q 0.19069,0.10697 0.37362,0.16123 0.18294,0.0543 0.35967,0.0543 0.2682,0 0.41393,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34262,-0.14417 l -0.19068,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.21549,-0.48369 0.21704,-0.17674 0.59687,-0.17674 0.16278,0 0.33176,0.0295 0.16898,0.0295 0.34571,0.0884 z"
+ id="path29779" />
+ <path
+ d="m 165.79963,127.68356 h 0.24804 q 0.23255,0.36587 0.34727,0.71624 0.11627,0.35037 0.11627,0.69608 0,0.34727 -0.11627,0.69918 -0.11472,0.35192 -0.34727,0.71624 h -0.24804 q 0.20619,-0.35502 0.30696,-0.70538 0.10231,-0.35192 0.10231,-0.71004 0,-0.35812 -0.10231,-0.70693 -0.10077,-0.34882 -0.30696,-0.70539 z"
+ id="path29781" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4445"
+ inkscape:label="infrastructureadaption.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-multicloud-framework/en/latest/index.html"
+ xlink:title="MultiCloud provides mediation capabilities to connect to different infrastructure providers (VM based, Container based). It has capabilities to discover and register infrastructure resource information. Also it relays FCAPS data from infrastructure to DCAE."
+ transform="translate(-8.9952356,0.06725276)">
+ <g
+ id="g8525"
+ inkscape:label="infrastructureadaption">
+ <path
+ id="rect13557-9"
+ style="fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="infrastructureadaption.form"
+ d="m 120,120.93275 h 26 v 26 h -26 z" />
+ <g
+ aria-label="Infrastructure
+Adaption
+(Multi-VIM/Cloud)"
+ id="text1436-447-38"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-9);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="infrastructureadaption.label">
+ <path
+ d="m 120.31161,121.11064 h 0.31316 v 2.31458 h -0.31316 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29785" />
+ <path
+ d="m 122.5863,122.37723 v 1.04799 h -0.28525 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14727 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.2341 0.13952,-0.0775 0.32091,-0.0775 0.2992,0 0.45268,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29787" />
+ <path
+ d="m 123.94167,121.01297 v 0.23719 h -0.27285 q -0.15348,0 -0.21394,0.062 -0.0589,0.062 -0.0589,0.22324 v 0.15348 h 0.46974 v 0.22169 h -0.46974 v 1.51463 h -0.28681 v -1.51463 h -0.27285 v -0.22169 h 0.27285 v -0.12093 q 0,-0.2899 0.13488,-0.42168 0.13488,-0.13332 0.42788,-0.13332 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29789" />
+ <path
+ d="m 125.09395,121.95555 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12402,-0.0139 -0.24185,0 -0.37207,0.15813 -0.12868,0.15658 -0.12868,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.2341,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29791" />
+ <path
+ d="m 126.08965,122.55241 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26976 0,0.15192 0.0992,0.24184 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16899 0.14418,-0.44804 v -0.0636 z m 0.56896,-0.11782 v 0.99063 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44183 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 V 121.768 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19533 0.18603,0.59221 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29793" />
+ <path
+ d="m 128.26048,121.74006 v 0.26975 q -0.12093,-0.062 -0.25115,-0.093 -0.13022,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19533 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18448 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19223,0.38293 -0.19069,0.14107 -0.52555,0.14107 -0.13953,0 -0.29146,-0.0279 -0.15037,-0.0264 -0.31781,-0.0806 v -0.29455 q 0.15813,0.0822 0.31161,0.12402 0.15348,0.0403 0.30386,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19533 0,-0.11627 -0.0791,-0.17829 -0.0775,-0.062 -0.34261,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11628 -0.11782,-0.31781 0,-0.24495 0.17363,-0.37828 0.17363,-0.13332 0.49299,-0.13332 0.15813,0 0.29766,0.0232 0.13952,0.0233 0.25735,0.0698 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29795" />
+ <path
+ d="m 128.99728,121.1959 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33022,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29797" />
+ <path
+ d="m 130.87355,121.95555 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12403,-0.0139 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29799" />
+ <path
+ d="m 131.05069,122.74 v -1.0511 h 0.28526 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.231,0 0.36432,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29801" />
+ <path
+ d="m 134.24936,121.75556 v 0.26665 q -0.12092,-0.0667 -0.24339,-0.0992 -0.12093,-0.0341 -0.24495,-0.0341 -0.2775,0 -0.43098,0.17674 -0.15348,0.17518 -0.15348,0.49299 0,0.31781 0.15348,0.49454 0.15348,0.17519 0.43098,0.17519 0.12402,0 0.24495,-0.0326 0.12247,-0.0341 0.24339,-0.10077 v 0.26355 q -0.11937,0.0558 -0.24804,0.0837 -0.12713,0.0279 -0.27131,0.0279 -0.39222,0 -0.62321,-0.24649 -0.231,-0.2465 -0.231,-0.66508 0,-0.42478 0.23255,-0.66818 0.23409,-0.24339 0.64027,-0.24339 0.13177,0 0.25735,0.0279 0.12557,0.0264 0.24339,0.0806 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29803" />
+ <path
+ d="m 134.93501,121.1959 v 0.493 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29805" />
+ <path
+ d="m 135.77568,122.74 v -1.0511 h 0.28525 v 1.04024 q 0,0.2465 0.0961,0.37052 0.0961,0.12248 0.28835,0.12248 0.231,0 0.36432,-0.14728 0.13488,-0.14728 0.13488,-0.40153 v -0.98443 h 0.28525 v 1.73632 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23565 -0.13642,0.076 -0.31781,0.076 -0.2992,0 -0.45423,-0.18603 -0.15503,-0.18604 -0.15503,-0.54415 z m 0.71778,-1.09296 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29807" />
+ <path
+ d="m 138.73095,121.95555 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.0139 -0.12402,-0.0139 -0.24185,0 -0.37208,0.15813 -0.12867,0.15658 -0.12867,0.45113 v 0.91467 h -0.2868 v -1.73632 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.23409,-0.2341 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0109 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29809" />
+ <path
+ d="m 140.35297,122.48575 v 0.13952 h -1.31155 q 0.0186,0.29456 0.17673,0.44959 0.15968,0.15348 0.44339,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12092 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32712,0.0341 -0.41547,0 -0.65887,-0.24184 -0.24185,-0.24185 -0.24185,-0.65423 0,-0.42633 0.22945,-0.67592 0.23099,-0.25115 0.62166,-0.25115 0.35037,0 0.55346,0.22634 0.20464,0.22479 0.20464,0.61237 z m -0.28526,-0.0837 q -0.003,-0.23409 -0.13177,-0.37362 -0.12713,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13488 -0.16433,0.37982 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29811" />
+ <path
+ d="m 121.08521,124.75289 -0.42479,1.15187 h 0.85112 z m -0.17674,-0.30851 h 0.35502 l 0.88212,2.31459 h -0.32557 l -0.21084,-0.59376 h -1.04334 l -0.21084,0.59376 h -0.33022 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29813" />
+ <path
+ d="m 123.46532,125.28619 v -0.93947 h 0.28525 v 2.41225 h -0.28525 v -0.26045 q -0.0899,0.15503 -0.22789,0.231 -0.13643,0.0744 -0.32867,0.0744 -0.31471,0 -0.51314,-0.25115 -0.19689,-0.25114 -0.19689,-0.66042 0,-0.40928 0.19689,-0.66043 0.19843,-0.25114 0.51314,-0.25114 0.19224,0 0.32867,0.076 0.13797,0.0744 0.22789,0.22944 z m -0.97204,0.60617 q 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35657,0.17829 0.22634,0 0.35656,-0.17829 0.13023,-0.17983 0.13023,-0.49454 0,-0.31471 -0.13023,-0.49299 -0.13022,-0.17984 -0.35656,-0.17984 -0.22635,0 -0.35657,0.17984 -0.12868,0.17828 -0.12868,0.49299 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29815" />
+ <path
+ d="m 125.03463,125.88616 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37982,-0.16744 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11782 v 0.99063 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19688,-0.14882 0.58601,-0.14882 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14107,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.2868,-0.031 0.37673,0 0.56276,0.19533 0.18604,0.19534 0.18604,0.59222 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29817" />
+ <path
+ d="m 126.37449,126.49852 v 0.92088 h -0.2868 v -2.39676 h 0.2868 v 0.26355 q 0.0899,-0.15503 0.22635,-0.22944 0.13797,-0.076 0.32866,-0.076 0.31626,0 0.51315,0.25114 0.19843,0.25115 0.19843,0.66043 0,0.40928 -0.19843,0.66042 -0.19689,0.25115 -0.51315,0.25115 -0.19069,0 -0.32866,-0.0744 -0.13643,-0.076 -0.22635,-0.231 z m 0.97049,-0.60616 q 0,-0.31471 -0.13023,-0.49299 -0.12867,-0.17984 -0.35501,-0.17984 -0.22635,0 -0.35657,0.17984 -0.12868,0.17828 -0.12868,0.49299 0,0.31471 0.12868,0.49454 0.13022,0.17829 0.35657,0.17829 0.22634,0 0.35501,-0.17829 0.13023,-0.17983 0.13023,-0.49454 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29819" />
+ <path
+ d="m 128.30347,124.52965 v 0.49299 h 0.58756 v 0.2217 h -0.58756 v 0.94257 q 0,0.21239 0.0574,0.27286 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33021,0 -0.45579,-0.12247 -0.12557,-0.12402 -0.12557,-0.44959 v -0.94257 h -0.20929 v -0.2217 h 0.20929 v -0.49299 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29821" />
+ <path
+ d="m 129.1736,125.02264 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67592 h 0.28525 v 0.36121 h -0.28525 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29823" />
+ <path
+ d="m 130.63594,125.22263 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29825" />
+ <path
+ d="m 133.25635,125.71097 v 1.048 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12248 -0.28836,-0.12248 -0.23099,0 -0.36432,0.14728 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26976 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54415 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29827" />
+ <path
+ d="m 120.98444,127.68356 q -0.20774,0.35657 -0.30851,0.70539 -0.10077,0.34881 -0.10077,0.70693 0,0.35812 0.10077,0.71004 0.10232,0.35036 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34882,-0.71624 -0.11472,-0.35191 -0.11472,-0.69918 0,-0.34571 0.11472,-0.69608 0.11472,-0.35037 0.34882,-0.71624 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29829" />
+ <path
+ d="m 121.45769,127.77813 h 0.46664 l 0.59066,1.5751 0.59376,-1.5751 h 0.46664 v 2.31459 h -0.30541 v -2.03243 l -0.59686,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29831" />
+ <path
+ d="m 124.06259,129.40749 v -1.0511 h 0.28526 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28835,0.12247 0.23099,0 0.36432,-0.14728 0.13488,-0.14727 0.13488,-0.40152 v -0.98444 h 0.28525 v 1.73633 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23564 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18604 -0.15503,-0.18603 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29833" />
+ <path
+ d="m 126.01173,127.68046 h 0.28525 v 2.41226 h -0.28525 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29835" />
+ <path
+ d="m 127.08339,127.8634 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33022,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29837" />
+ <path
+ d="m 127.95352,128.35639 h 0.28525 v 1.73633 h -0.28525 z m 0,-0.67593 h 0.28525 v 0.36122 h -0.28525 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29839" />
+ <path
+ d="m 128.59886,129.09588 h 0.8356 v 0.25425 h -0.8356 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29841" />
+ <path
+ d="m 130.21932,130.09272 -0.88366,-2.31459 h 0.32711 l 0.73329,1.94872 0.73484,-1.94872 h 0.32556 l -0.88212,2.31459 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29843" />
+ <path
+ d="m 131.70182,127.77813 h 0.31316 v 2.31459 h -0.31316 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29845" />
+ <path
+ d="m 132.54559,127.77813 h 0.46664 l 0.59066,1.5751 0.59376,-1.5751 h 0.46664 v 2.31459 h -0.30541 v -2.03243 l -0.59686,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29847" />
+ <path
+ d="m 135.6869,127.77813 h 0.26355 l -0.80616,2.60915 h -0.26355 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29849" />
+ <path
+ d="m 137.90268,127.95642 v 0.33021 q -0.15813,-0.14728 -0.33797,-0.22014 -0.17828,-0.0729 -0.37982,-0.0729 -0.39687,0 -0.60771,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.60771,0.24185 0.20154,0 0.37982,-0.0729 0.17984,-0.0729 0.33797,-0.22015 v 0.32712 q -0.16433,0.11162 -0.34882,0.16743 -0.18293,0.0558 -0.38757,0.0558 -0.52555,0 -0.82786,-0.32091 -0.3023,-0.32246 -0.3023,-0.87902 0,-0.5581 0.3023,-0.87901 0.30231,-0.32247 0.82786,-0.32247 0.20774,0 0.39067,0.0558 0.18449,0.0543 0.34572,0.16433 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29851" />
+ <path
+ d="m 138.28136,127.68046 h 0.28526 v 2.41226 h -0.28526 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29853" />
+ <path
+ d="m 139.7437,128.55638 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29855" />
+ <path
+ d="m 140.89133,129.40749 v -1.0511 h 0.28526 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28835,0.12247 0.23099,0 0.36432,-0.14728 0.13487,-0.14727 0.13487,-0.40152 v -0.98444 h 0.28526 v 1.73633 h -0.28526 v -0.26665 q -0.10387,0.15813 -0.24184,0.23564 -0.13643,0.076 -0.31781,0.076 -0.29921,0 -0.45424,-0.18604 -0.15503,-0.18603 -0.15503,-0.54415 z m 0.71779,-1.09296 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29857" />
+ <path
+ d="m 143.98303,128.61994 v -0.93948 h 0.28526 v 2.41226 h -0.28526 v -0.26045 q -0.0899,0.15503 -0.22789,0.23099 -0.13643,0.0744 -0.32866,0.0744 -0.31471,0 -0.51315,-0.25115 -0.19689,-0.25115 -0.19689,-0.66042 0,-0.40928 0.19689,-0.66043 0.19844,-0.25115 0.51315,-0.25115 0.19223,0 0.32866,0.076 0.13798,0.0744 0.22789,0.22944 z m -0.97203,0.60617 q 0,0.31471 0.12867,0.49454 0.13023,0.17828 0.35657,0.17828 0.22634,0 0.35657,-0.17828 0.13022,-0.17983 0.13022,-0.49454 0,-0.31471 -0.13022,-0.493 -0.13023,-0.17983 -0.35657,-0.17983 -0.22634,0 -0.35657,0.17983 -0.12867,0.17829 -0.12867,0.493 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29859" />
+ <path
+ d="m 144.71828,127.68356 h 0.24805 q 0.23254,0.36587 0.34727,0.71624 0.11627,0.35037 0.11627,0.69608 0,0.34727 -0.11627,0.69918 -0.11473,0.35192 -0.34727,0.71624 h -0.24805 q 0.20619,-0.35502 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.10077,-0.34882 -0.30696,-0.70539 z"
+ style="-inkscape-font-specification:sans-serif"
+ id="path29861" />
+ </g>
+ </g>
+ </a>
+ <g
+ id="g7780"
+ inkscape:label="dcae"
+ style="display:inline">
+ <a
+ id="a4477"
+ inkscape:label="dcae.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/index.html"
+ xlink:title="Data Collection, Analytics &amp; Events (DCAE) gathers performance, usage, and configuration data from the managed environment.">
+ <g
+ id="g1451"
+ inkscape:label="dcae">
+ <path
+ id="rect13557"
+ style="fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="dcae.form"
+ d="m 81,120.93275 h 26 v 26 H 81 Z" />
+ <g
+ aria-label="Data Collection,
+Analytics &amp; Events (DCAE)"
+ id="text1436-09"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557);display:inline;fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="dcae.label">
+ <path
+ d="m 81.624768,121.36799 v 1.79989 h 0.378272 q 0.47904,0 0.700732,-0.21705 0.223242,-0.21704 0.223242,-0.68522 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700732,-0.21704 z m -0.313159,-0.25735 h 0.643371 q 0.672828,0 0.987537,0.2806 0.31471,0.27905 0.31471,0.87437 0,0.59841 -0.31626,0.87901 -0.31626,0.2806 -0.985987,0.2806 h -0.643371 z"
+ id="path29865" />
+ <path
+ d="m 84.440514,122.55241 q -0.345716,0 -0.479041,0.0791 -0.133325,0.0791 -0.133325,0.26976 0,0.15192 0.09922,0.24184 0.100769,0.0884 0.272851,0.0884 0.237195,0 0.379822,-0.16743 0.144177,-0.16899 0.144177,-0.44804 v -0.0636 z m 0.568957,-0.11782 v 0.99063 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145727,0.0744 -0.356567,0.0744 -0.266651,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.195337,-0.44183 0.196887,-0.14883 0.586011,-0.14883 h 0.399975 v -0.0279 q 0,-0.19689 -0.130224,-0.30386 -0.128675,-0.10852 -0.362769,-0.10852 -0.148828,0 -0.289905,0.0357 -0.141076,0.0357 -0.271301,0.10697 V 121.768 q 0.15658,-0.0605 0.303857,-0.0899 0.147278,-0.031 0.286805,-0.031 0.376721,0 0.562756,0.19534 0.186035,0.19533 0.186035,0.59221 z"
+ id="path29867" />
+ <path
+ d="m 85.786581,121.1959 v 0.493 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330213,0 -0.455786,-0.12247 -0.125574,-0.12402 -0.125574,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29869" />
+ <path
+ d="m 87.445808,122.55241 q -0.345715,0 -0.47904,0.0791 -0.133326,0.0791 -0.133326,0.26976 0,0.15192 0.09922,0.24184 0.100769,0.0884 0.272852,0.0884 0.237195,0 0.379821,-0.16743 0.144178,-0.16899 0.144178,-0.44804 v -0.0636 z m 0.568958,-0.11782 v 0.99063 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145728,0.0744 -0.356568,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15037 -0.15658,-0.40152 0,-0.29301 0.195337,-0.44183 0.196888,-0.14883 0.586011,-0.14883 h 0.399976 v -0.0279 q 0,-0.19689 -0.130225,-0.30386 -0.128674,-0.10852 -0.362768,-0.10852 -0.148829,0 -0.289905,0.0357 -0.141077,0.0357 -0.271301,0.10697 V 121.768 q 0.156579,-0.0605 0.303857,-0.0899 0.147278,-0.031 0.286804,-0.031 0.376721,0 0.562756,0.19534 0.186036,0.19533 0.186036,0.59221 z"
+ id="path29871" />
+ <path
+ d="m 90.907406,121.28892 v 0.33021 q -0.15813,-0.14727 -0.337964,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.24339 -0.21084,0.24185 -0.21084,0.70074 0,0.45733 0.21084,0.70073 0.21084,0.24184 0.607715,0.24184 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337964,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182935,0.0558 -0.387573,0.0558 -0.52555,0 -0.827857,-0.32091 -0.302307,-0.32246 -0.302307,-0.87901 0,-0.55811 0.302307,-0.87902 0.302307,-0.32246 0.827857,-0.32246 0.207739,0 0.390673,0.0558 0.184485,0.0543 0.345716,0.16433 z"
+ id="path29873" />
+ <path
+ d="m 91.958918,121.88888 q -0.229444,0 -0.362769,0.17984 -0.133325,0.17828 -0.133325,0.48989 0,0.31161 0.131775,0.49144 0.133325,0.17829 0.364319,0.17829 0.227893,0 0.361218,-0.17984 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48834 -0.133325,-0.18139 -0.361218,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.373621,0 -0.586011,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.586011,-0.24184 z"
+ id="path29875" />
+ <path
+ d="m 93.136003,121.01297 h 0.285254 v 2.41225 h -0.285254 z"
+ id="path29877" />
+ <path
+ d="m 93.925516,121.01297 h 0.285254 v 2.41225 h -0.285254 z"
+ id="path29879" />
+ <path
+ d="m 96.200209,122.48575 v 0.13952 h -1.311548 q 0.0186,0.29456 0.176734,0.44959 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12092 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24184 -0.241846,-0.24185 -0.241846,-0.65423 0,-0.42633 0.229443,-0.67592 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553455,0.22634 0.204638,0.22479 0.204638,0.61237 z m -0.285254,-0.0837 q -0.0031,-0.23409 -0.131775,-0.37362 -0.127124,-0.13953 -0.337963,-0.13953 -0.238746,0 -0.382923,0.13488 -0.142627,0.13488 -0.164331,0.37982 z"
+ id="path29881" />
+ <path
+ d="m 97.825329,121.75556 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244946,-0.0341 -0.277503,0 -0.430982,0.17674 -0.153479,0.17518 -0.153479,0.49299 0,0.31781 0.153479,0.49454 0.153479,0.17519 0.430982,0.17519 0.124023,0 0.244946,-0.0326 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119372,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271301,0.0279 -0.392224,0 -0.623218,-0.24649 -0.230993,-0.2465 -0.230993,-0.66508 0,-0.42478 0.232544,-0.66818 0.234094,-0.24339 0.640271,-0.24339 0.131774,0 0.257348,0.0279 0.125574,0.0264 0.243396,0.0806 z"
+ id="path29883" />
+ <path
+ d="m 98.510973,121.1959 v 0.493 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330213,0 -0.455786,-0.12247 -0.125574,-0.12402 -0.125574,-0.44958 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.493 z"
+ id="path29885" />
+ <path
+ d="m 99.3811,121.6889 h 0.285254 v 1.73632 H 99.3811 Z m 0,-0.67593 h 0.285254 v 0.36122 H 99.3811 Z"
+ id="path29887" />
+ <path
+ d="m 100.84344,121.88888 q -0.22944,0 -0.36277,0.17984 -0.13332,0.17828 -0.13332,0.48989 0,0.31161 0.13177,0.49144 0.13333,0.17829 0.36432,0.17829 0.22789,0 0.36122,-0.17984 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48834 -0.13333,-0.18139 -0.36122,-0.18139 z m 0,-0.24184 q 0.37207,0 0.58446,0.24184 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66973 -0.21239,0.24184 -0.58446,0.24184 -0.37362,0 -0.58601,-0.24184 -0.21084,-0.2434 -0.21084,-0.66973 0,-0.42788 0.21084,-0.66973 0.21239,-0.24184 0.58601,-0.24184 z"
+ id="path29889" />
+ <path
+ d="m 103.46385,122.37723 v 1.04799 h -0.28526 v -1.03869 q 0,-0.2465 -0.0961,-0.36897 -0.0961,-0.12247 -0.28836,-0.12247 -0.23099,0 -0.36432,0.14727 -0.13332,0.14728 -0.13332,0.40153 v 0.98133 h -0.28681 v -1.73632 h 0.28681 v 0.26975 q 0.10232,-0.15658 0.24029,-0.2341 0.13953,-0.0775 0.32091,-0.0775 0.29921,0 0.45269,0.18603 0.15348,0.18449 0.15348,0.54416 z"
+ id="path29891" />
+ <path
+ d="m 104.01307,123.03145 h 0.32711 v 0.26665 l -0.25425,0.49609 h -0.19999 l 0.12713,-0.49609 z"
+ id="path29893" />
+ <path
+ d="m 82.085205,124.75289 -0.42478,1.15187 h 0.851111 z m -0.176733,-0.30851 h 0.355017 l 0.882116,2.31459 h -0.325561 l -0.21084,-0.59376 h -1.043347 l -0.21084,0.59376 h -0.330212 z"
+ id="path29895" />
+ <path
+ d="m 84.821885,125.71097 v 1.048 h -0.285253 v -1.03869 q 0,-0.2465 -0.09612,-0.36897 -0.09612,-0.12248 -0.288354,-0.12248 -0.230994,0 -0.364319,0.14728 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 H 83.36771 v -1.73633 h 0.286804 v 0.26976 q 0.102319,-0.15658 0.240295,-0.2341 0.139527,-0.0775 0.320911,-0.0775 0.299206,0 0.452685,0.18603 0.153479,0.18449 0.153479,0.54415 z"
+ id="path29897" />
+ <path
+ d="m 86.087338,125.88616 q -0.345715,0 -0.479041,0.0791 -0.133325,0.0791 -0.133325,0.26975 0,0.15193 0.09922,0.24185 0.100769,0.0884 0.272852,0.0884 0.237194,0 0.379821,-0.16744 0.144178,-0.16898 0.144178,-0.44803 v -0.0636 z m 0.568957,-0.11782 v 0.99063 h -0.285253 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145728,0.0744 -0.356568,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.195337,-0.44184 0.196887,-0.14882 0.586011,-0.14882 h 0.399976 v -0.0279 q 0,-0.19689 -0.130225,-0.30386 -0.128674,-0.10852 -0.362769,-0.10852 -0.148828,0 -0.289904,0.0357 -0.141077,0.0357 -0.271302,0.10697 v -0.26355 q 0.15658,-0.0605 0.303858,-0.0899 0.147278,-0.031 0.286804,-0.031 0.376721,0 0.562756,0.19533 0.186035,0.19534 0.186035,0.59222 z"
+ id="path29899" />
+ <path
+ d="m 87.151252,124.34672 h 0.285254 v 2.41225 h -0.285254 z"
+ id="path29901" />
+ <path
+ d="m 88.663201,126.9202 q -0.120923,0.31006 -0.235644,0.40463 -0.114722,0.0946 -0.306958,0.0946 h -0.227893 v -0.23875 h 0.167431 q 0.117823,0 0.182935,-0.0558 0.06511,-0.0558 0.144177,-0.26355 l 0.05116,-0.13022 -0.702283,-1.70843 h 0.302307 l 0.542603,1.35806 0.542602,-1.35806 h 0.302307 z"
+ id="path29903" />
+ <path
+ d="m 90.009269,124.52965 v 0.49299 h 0.587561 v 0.2217 h -0.587561 v 0.94257 q 0,0.21239 0.05736,0.27286 0.05891,0.0605 0.237194,0.0605 h 0.293006 v 0.23874 h -0.293006 q -0.330212,0 -0.455786,-0.12247 -0.125573,-0.12402 -0.125573,-0.44959 v -0.94257 h -0.20929 v -0.2217 h 0.20929 v -0.49299 z"
+ id="path29905" />
+ <path
+ d="m 90.879396,125.02264 h 0.285254 v 1.73633 h -0.285254 z m 0,-0.67592 h 0.285254 v 0.36121 h -0.285254 z"
+ id="path29907" />
+ <path
+ d="m 92.918445,125.08931 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244946,-0.0341 -0.277503,0 -0.430982,0.17674 -0.153479,0.17518 -0.153479,0.49299 0,0.31781 0.153479,0.49454 0.153479,0.17519 0.430982,0.17519 0.124023,0 0.244946,-0.0326 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119373,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271301,0.0279 -0.392224,0 -0.623218,-0.2465 -0.230994,-0.24649 -0.230994,-0.66507 0,-0.42478 0.232544,-0.66818 0.234095,-0.24339 0.640271,-0.24339 0.131775,0 0.257349,0.0279 0.125574,0.0264 0.243396,0.0806 z"
+ id="path29909" />
+ <path
+ d="m 94.428844,125.0738 v 0.26975 q -0.120923,-0.062 -0.251148,-0.093 -0.130224,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18449 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38292 -0.190686,0.14108 -0.525549,0.14108 -0.139527,0 -0.291455,-0.0279 -0.150379,-0.0264 -0.317811,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303858,0.0403 0.201538,0 0.310058,-0.0682 0.108521,-0.0698 0.108521,-0.19533 0,-0.11628 -0.07906,-0.17829 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17054 -0.117822,-0.11627 -0.117822,-0.31781 0,-0.24494 0.173633,-0.37827 0.173632,-0.13332 0.492993,-0.13332 0.15813,0 0.297656,0.0233 0.139526,0.0233 0.257349,0.0698 z"
+ id="path29911" />
+ <path
+ d="m 96.008385,125.51409 q -0.141076,0.12557 -0.207739,0.25114 -0.06511,0.12403 -0.06511,0.26045 0,0.22635 0.164331,0.37672 0.164331,0.15038 0.412378,0.15038 0.147278,0 0.275952,-0.0481 0.128674,-0.0496 0.241846,-0.14882 z m 0.218592,-0.17364 0.787549,0.80616 q 0.09147,-0.13798 0.142627,-0.29456 0.05116,-0.15813 0.06046,-0.33486 h 0.288354 q -0.0186,0.20464 -0.09922,0.40462 -0.08062,0.19999 -0.224793,0.39533 l 0.432532,0.44183 h -0.390674 l -0.221692,-0.22789 q -0.16123,0.13798 -0.337964,0.20619 -0.176733,0.0667 -0.379821,0.0667 -0.373621,0 -0.610816,-0.21239 -0.237195,-0.21394 -0.237195,-0.54725 0,-0.19844 0.10387,-0.37207 0.10387,-0.17519 0.311609,-0.32867 -0.07441,-0.0977 -0.113172,-0.19378 -0.03876,-0.0977 -0.03876,-0.19069 0,-0.25115 0.172083,-0.40307 0.172082,-0.15348 0.457336,-0.15348 0.128674,0 0.255798,0.0279 0.128675,0.0279 0.26045,0.0837 v 0.28215 q -0.134876,-0.0729 -0.257349,-0.11007 -0.122473,-0.0388 -0.227893,-0.0388 -0.162781,0 -0.2651,0.0868 -0.100769,0.0853 -0.100769,0.22169 0,0.0791 0.04496,0.15968 0.04651,0.0791 0.187586,0.22479 z"
+ id="path29913" />
+ <path
+ d="m 81.311609,127.77813 h 1.463476 v 0.26355 h -1.150317 v 0.68523 h 1.102258 v 0.26355 h -1.102258 v 0.83871 h 1.178223 v 0.26355 h -1.491382 z"
+ id="path29915" />
+ <path
+ d="m 83.008043,128.35639 h 0.302307 l 0.542602,1.45728 0.542603,-1.45728 h 0.302307 l -0.651123,1.73633 h -0.387573 z"
+ id="path29917" />
+ <path
+ d="m 86.484213,129.15324 v 0.13953 h -1.311548 q 0.0186,0.29455 0.176733,0.44958 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658875,-0.24185 -0.241845,-0.24184 -0.241845,-0.65422 0,-0.42633 0.229443,-0.67593 0.230994,-0.25115 0.621667,-0.25115 0.350367,0 0.553455,0.22635 0.204639,0.22479 0.204639,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path29919" />
+ <path
+ d="m 88.30312,129.04472 v 1.048 h -0.285254 v -1.0387 q 0,-0.24649 -0.09612,-0.36897 -0.09612,-0.12247 -0.288355,-0.12247 -0.230993,0 -0.364318,0.14728 -0.133326,0.14728 -0.133326,0.40152 v 0.98134 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.10232,-0.15658 0.240296,-0.23409 0.139526,-0.0775 0.32091,-0.0775 0.299207,0 0.452686,0.18604 0.153479,0.18448 0.153479,0.54415 z"
+ id="path29921" />
+ <path
+ d="m 89.061626,127.8634 v 0.49299 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330212,0 -0.455786,-0.12247 -0.125574,-0.12403 -0.125574,-0.44959 v -0.94258 h -0.209289 v -0.22169 h 0.209289 v -0.49299 z"
+ id="path29923" />
+ <path
+ d="m 91.038663,128.40755 v 0.26975 q -0.120923,-0.062 -0.251147,-0.093 -0.130225,-0.031 -0.269751,-0.031 -0.21239,0 -0.319361,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305407,0.10697 l 0.09767,0.0217 q 0.303857,0.0651 0.430981,0.18449 0.128675,0.11782 0.128675,0.33021 0,0.24185 -0.192237,0.38292 -0.190686,0.14108 -0.525549,0.14108 -0.139526,0 -0.291455,-0.0279 -0.150378,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303857,0.0403 0.201538,0 0.310059,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.07906,-0.17828 -0.07751,-0.062 -0.342614,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117823,-0.11627 -0.117823,-0.31781 0,-0.24495 0.173633,-0.37827 0.173633,-0.13333 0.492993,-0.13333 0.15813,0 0.297656,0.0233 0.139527,0.0232 0.257349,0.0698 z"
+ id="path29925" />
+ <path
+ d="m 92.830595,127.68356 q -0.207739,0.35657 -0.308508,0.70539 -0.100769,0.34881 -0.100769,0.70693 0,0.35812 0.100769,0.71004 0.102319,0.35036 0.308508,0.70538 h -0.248047 q -0.232544,-0.36432 -0.348816,-0.71624 -0.114721,-0.35191 -0.114721,-0.69918 0,-0.34571 0.114721,-0.69608 0.114722,-0.35037 0.348816,-0.71624 z"
+ id="path29927" />
+ <path
+ d="m 93.617007,128.03548 v 1.79989 h 0.378272 q 0.47904,0 0.700732,-0.21704 0.223242,-0.21704 0.223242,-0.68523 0,-0.46509 -0.223242,-0.68058 -0.221692,-0.21704 -0.700732,-0.21704 z m -0.313159,-0.25735 h 0.643371 q 0.672828,0 0.987537,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.985987,0.2806 h -0.643371 z"
+ id="path29929" />
+ <path
+ d="m 97.389284,127.95642 v 0.33021 q -0.15813,-0.14728 -0.337964,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.607715,0.24185 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337964,-0.22015 v 0.32712 q -0.164332,0.11162 -0.348816,0.16743 -0.182935,0.0558 -0.387574,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302307,-0.32247 0.827856,-0.32247 0.20774,0 0.390674,0.0558 0.184485,0.0543 0.345716,0.16433 z"
+ id="path29931" />
+ <path
+ d="m 98.553967,128.08664 -0.424781,1.15187 h 0.851111 z m -0.176734,-0.30851 h 0.355017 l 0.882117,2.31459 h -0.325562 l -0.210839,-0.59376 h -1.043348 l -0.210839,0.59376 h -0.330213 z"
+ id="path29933" />
+ <path
+ d="m 99.859727,127.77813 h 1.463473 v 0.26355 h -1.15031 v 0.68523 h 1.10225 v 0.26355 h -1.10225 v 0.83871 h 1.17822 v 0.26355 h -1.491383 z"
+ id="path29935" />
+ <path
+ d="m 101.71584,127.68356 h 0.24805 q 0.23254,0.36587 0.34726,0.71624 0.11628,0.35037 0.11628,0.69608 0,0.34727 -0.11628,0.69918 -0.11472,0.35192 -0.34726,0.71624 h -0.24805 q 0.20619,-0.35502 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.10077,-0.34882 -0.30696,-0.70539 z"
+ id="path29937" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4487"
+ inkscape:label="analytics.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#analytics"
+ xlink:title="The gathered data from multiple streams and sources is fed to analytic applications. Those applications can be real-time – for example, analytics, anomaly detection, capacity monitoring, congestion monitoring, or alarm correlation – or non-real time, such as applications that perform analytics on previously collected data or forward synthesized, aggregated or transformed data to big data stores and other applications."
+ transform="translate(0.00476444,6.9999994)">
+ <g
+ id="g1442"
+ inkscape:label="analytics">
+ <path
+ id="rect47709-1-7-9-0-62"
+ style="display:inline;opacity:0.4;vector-effect:none;fill:#ffffff;stroke:#ffffff;stroke-width:2;stop-color:#000000"
+ inkscape:label="analytics.form"
+ d="m 83,134 h 22 v 4 H 83 Z" />
+ <g
+ aria-label="Analytics"
+ id="text1436-447-86-0"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-0-62);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="analytics.label">
+ <path
+ d="m 84.085205,134.48555 -0.42478,1.15187 h 0.851111 z m -0.176733,-0.30851 h 0.355017 l 0.882116,2.31459 h -0.325561 l -0.21084,-0.59376 h -1.043347 l -0.21084,0.59376 h -0.330212 z"
+ id="path29941" />
+ <path
+ d="m 86.821885,135.44363 v 1.048 h -0.285253 v -1.0387 q 0,-0.24649 -0.09612,-0.36897 -0.09612,-0.12247 -0.288354,-0.12247 -0.230994,0 -0.364319,0.14728 -0.133325,0.14728 -0.133325,0.40153 v 0.98133 H 85.36771 v -1.73633 h 0.286804 v 0.26975 q 0.102319,-0.15658 0.240295,-0.23409 0.139527,-0.0775 0.320911,-0.0775 0.299206,0 0.452685,0.18604 0.153479,0.18448 0.153479,0.54415 z"
+ id="path29943" />
+ <path
+ d="m 88.087338,135.61882 q -0.345715,0 -0.479041,0.0791 -0.133325,0.0791 -0.133325,0.26975 0,0.15193 0.09922,0.24185 0.100769,0.0884 0.272852,0.0884 0.237194,0 0.379821,-0.16743 0.144178,-0.16898 0.144178,-0.44803 v -0.0636 z m 0.568957,-0.11783 v 0.99064 h -0.285253 v -0.26355 q -0.09767,0.15813 -0.243396,0.2341 -0.145728,0.0744 -0.356568,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.195337,-0.44184 0.196887,-0.14883 0.586011,-0.14883 h 0.399976 v -0.0279 q 0,-0.19689 -0.130225,-0.30386 -0.128674,-0.10852 -0.362769,-0.10852 -0.148828,0 -0.289904,0.0357 -0.141077,0.0357 -0.271302,0.10697 v -0.26355 q 0.15658,-0.0605 0.303858,-0.0899 0.147278,-0.031 0.286804,-0.031 0.376721,0 0.562756,0.19534 0.186035,0.19534 0.186035,0.59221 z"
+ id="path29945" />
+ <path
+ d="m 89.151252,134.07937 h 0.285254 v 2.41226 h -0.285254 z"
+ id="path29947" />
+ <path
+ d="m 90.663201,136.65286 q -0.120923,0.31006 -0.235644,0.40463 -0.114722,0.0946 -0.306958,0.0946 h -0.227893 v -0.23875 h 0.167431 q 0.117823,0 0.182935,-0.0558 0.06511,-0.0558 0.144177,-0.26355 l 0.05116,-0.13022 -0.702283,-1.70843 h 0.302307 l 0.542603,1.35806 0.542602,-1.35806 h 0.302307 z"
+ id="path29949" />
+ <path
+ d="m 92.009269,134.26231 v 0.49299 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237194,0.0605 h 0.293006 v 0.23874 h -0.293006 q -0.330212,0 -0.455786,-0.12247 -0.125573,-0.12403 -0.125573,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path29951" />
+ <path
+ d="m 92.879396,134.7553 h 0.285254 v 1.73633 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path29953" />
+ <path
+ d="m 94.918445,134.82197 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244946,-0.0341 -0.277503,0 -0.430982,0.17673 -0.153479,0.17519 -0.153479,0.493 0,0.31781 0.153479,0.49454 0.153479,0.17518 0.430982,0.17518 0.124023,0 0.244946,-0.0325 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119373,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271301,0.0279 -0.392224,0 -0.623218,-0.2465 -0.230994,-0.24649 -0.230994,-0.66507 0,-0.42478 0.232544,-0.66818 0.234095,-0.2434 0.640271,-0.2434 0.131775,0 0.257349,0.0279 0.125574,0.0263 0.243396,0.0806 z"
+ id="path29955" />
+ <path
+ d="m 96.428844,134.80646 v 0.26975 q -0.120923,-0.062 -0.251148,-0.093 -0.130224,-0.031 -0.269751,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18449 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38292 -0.190686,0.14108 -0.525549,0.14108 -0.139527,0 -0.291455,-0.0279 -0.150379,-0.0264 -0.317811,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303858,0.0403 0.201538,0 0.310058,-0.0682 0.108521,-0.0698 0.108521,-0.19534 0,-0.11627 -0.07906,-0.17828 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117822,-0.11627 -0.117822,-0.31781 0,-0.24494 0.173633,-0.37827 0.173632,-0.13333 0.492993,-0.13333 0.15813,0 0.297656,0.0233 0.139526,0.0232 0.257349,0.0698 z"
+ id="path29957" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a1430"
+ inkscape:label="collectors.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#collectors"
+ xlink:title="The collection layer provides the various data collectors that are needed to collect the instrumentation that is available from the cloud infrastructure. Included are both physical and virtual elements."
+ transform="translate(0.00476444,-1.0000005)">
+ <g
+ id="g1428"
+ inkscape:label="collectors">
+ <path
+ id="rect1422"
+ style="display:inline;opacity:0.4;vector-effect:none;fill:#ffffff;stroke:#ffffff;stroke-width:2;stop-color:#000000"
+ inkscape:label="collectors.form"
+ d="m 83,134 h 22 v 4 H 83 Z" />
+ <g
+ aria-label="Collectors"
+ id="text1426"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect1422);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="collectors.label">
+ <path
+ d="m 85.044836,134.35533 v 0.33021 q -0.158129,-0.14728 -0.337963,-0.22014 -0.178284,-0.0729 -0.379822,-0.0729 -0.396875,0 -0.607715,0.2434 -0.21084,0.24185 -0.21084,0.70073 0,0.45734 0.21084,0.70073 0.21084,0.24185 0.607715,0.24185 0.201538,0 0.379822,-0.0729 0.179834,-0.0729 0.337963,-0.22014 v 0.32711 q -0.164331,0.11162 -0.348816,0.16743 -0.182934,0.0558 -0.387573,0.0558 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.32246 -0.302307,-0.87902 0,-0.5581 0.302307,-0.87901 0.302307,-0.32246 0.827856,-0.32246 0.20774,0 0.390674,0.0558 0.184485,0.0543 0.345715,0.16433 z"
+ id="path29961" />
+ <path
+ d="m 86.096348,134.95529 q -0.229443,0 -0.362768,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364318,0.17828 0.227894,0 0.361219,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133325,-0.18138 -0.361219,-0.18138 z m 0,-0.24185 q 0.372071,0 0.584461,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.584461,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path29963" />
+ <path
+ d="m 87.273434,134.07937 h 0.285254 v 2.41226 h -0.285254 z"
+ id="path29965" />
+ <path
+ d="m 88.062947,134.07937 h 0.285254 v 2.41226 h -0.285254 z"
+ id="path29967" />
+ <path
+ d="m 90.33764,135.55215 v 0.13953 h -1.311548 q 0.0186,0.29456 0.176733,0.44958 0.159681,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.15503,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.314709,0.0992 -0.161231,0.0341 -0.327112,0.0341 -0.415479,0 -0.658875,-0.24185 -0.241845,-0.24184 -0.241845,-0.65422 0,-0.42633 0.229443,-0.67593 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553454,0.22635 0.204639,0.22479 0.204639,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path29969" />
+ <path
+ d="m 91.96276,134.82197 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244946,-0.0341 -0.277502,0 -0.430981,0.17673 -0.153479,0.17519 -0.153479,0.493 0,0.31781 0.153479,0.49454 0.153479,0.17518 0.430981,0.17518 0.124023,0 0.244946,-0.0325 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119372,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271301,0.0279 -0.392224,0 -0.623218,-0.2465 -0.230993,-0.24649 -0.230993,-0.66507 0,-0.42478 0.232544,-0.66818 0.234094,-0.2434 0.640271,-0.2434 0.131775,0 0.257348,0.0279 0.125574,0.0263 0.243396,0.0806 z"
+ id="path29971" />
+ <path
+ d="m 92.648403,134.26231 v 0.49299 h 0.587561 v 0.22169 h -0.587561 v 0.94258 q 0,0.21239 0.05736,0.27285 0.05891,0.0605 0.237195,0.0605 h 0.293005 v 0.23874 h -0.293005 q -0.330213,0 -0.455786,-0.12247 -0.125574,-0.12403 -0.125574,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path29973" />
+ <path
+ d="m 94.191358,134.95529 q -0.229444,0 -0.362769,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364319,0.17828 0.227893,0 0.361218,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133325,-0.18138 -0.361218,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.373621,0 -0.586011,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.586011,-0.24185 z"
+ id="path29975" />
+ <path
+ d="m 96.374583,135.02195 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45114 v 0.91467 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02946,0 0.06511,0.005 0.03566,0.003 0.07906,0.0109 z"
+ id="path29977" />
+ <path
+ d="m 97.688095,134.80646 v 0.26975 q -0.120923,-0.062 -0.251147,-0.093 -0.130225,-0.031 -0.269751,-0.031 -0.21239,0 -0.319361,0.0651 -0.105419,0.0651 -0.105419,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305408,0.10697 l 0.09767,0.0217 q 0.303858,0.0651 0.430982,0.18449 0.128674,0.11782 0.128674,0.33021 0,0.24185 -0.192236,0.38292 -0.190687,0.14108 -0.52555,0.14108 -0.139526,0 -0.291455,-0.0279 -0.150378,-0.0264 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303857,0.0403 0.201538,0 0.310059,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.07906,-0.17828 -0.07751,-0.062 -0.342615,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382922,-0.17053 -0.117823,-0.11627 -0.117823,-0.31781 0,-0.24494 0.173633,-0.37827 0.173633,-0.13333 0.492993,-0.13333 0.15813,0 0.297657,0.0233 0.139526,0.0232 0.257348,0.0698 z"
+ id="path29979" />
+ </g>
+ </g>
+ </a>
+ </g>
+ <a
+ id="a4501"
+ inkscape:label="dmaap.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform"
+ xlink:title="Data Movement as a Platform (DMaaP) is a component that provides data movement services that transports and processes data from any source to any target.">
+ <g
+ id="g7029"
+ inkscape:label="dmaap"
+ style="display:inline">
+ <path
+ id="rect13557-2-5-3"
+ style="vector-effect:none;fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="dmaap.form"
+ d="M 171.00476,105 H 257 v 12 h -85.99524 z" />
+ <g
+ aria-label="Data Movement as a Platform (DMaaP)"
+ id="text1436-447-86-9"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-5-3);fill:#fffffb;stroke-width:0.264583"
+ inkscape:label="dmaap.label">
+ <path
+ d="m 171.62867,105.43439 v 1.79989 h 0.37828 q 0.47904,0 0.70073,-0.21704 0.22324,-0.21704 0.22324,-0.68523 0,-0.46509 -0.22324,-0.68058 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31315,-0.25735 h 0.64337 q 0.67282,0 0.98753,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.98598,0.2806 h -0.64337 z"
+ id="path29983" />
+ <path
+ d="m 174.44442,106.61882 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37983,-0.16743 0.14417,-0.16898 0.14417,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19688,-0.14883 0.58601,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.0357 -0.14108,0.0357 -0.27131,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.19534 0.18604,0.19534 0.18604,0.59221 z"
+ id="path29985" />
+ <path
+ d="m 175.79049,105.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path29987" />
+ <path
+ d="m 177.44971,106.61882 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path29989" />
+ <path
+ d="m 179.17808,105.17704 h 0.46664 l 0.59066,1.5751 0.59377,-1.5751 h 0.46663 v 2.31459 h -0.3054 v -2.03243 l -0.59687,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ id="path29991" />
+ <path
+ d="m 182.48527,105.95529 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.2279,0 0.36122,-0.17983 0.13333,-0.17983 0.13333,-0.48989 0,-0.30851 -0.13333,-0.48835 -0.13332,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path29993" />
+ <path
+ d="m 183.45772,105.7553 h 0.30231 l 0.5426,1.45728 0.5426,-1.45728 h 0.30231 l -0.65112,1.73633 h -0.38758 z"
+ id="path29995" />
+ <path
+ d="m 186.93389,106.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17674,0.44958 0.15968,0.15348 0.44338,0.15348 0.16433,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65888,-0.24185 -0.24184,-0.24184 -0.24184,-0.65422 0,-0.42633 0.22944,-0.67593 0.23099,-0.25115 0.62167,-0.25115 0.35036,0 0.55345,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28525,-0.0837 q -0.003,-0.2341 -0.13178,-0.37362 -0.12712,-0.13953 -0.33796,-0.13953 -0.23875,0 -0.38293,0.13488 -0.14262,0.13487 -0.16433,0.37982 z"
+ id="path29997" />
+ <path
+ d="m 188.66133,106.08862 q 0.10697,-0.19224 0.2558,-0.28371 0.14883,-0.0915 0.35036,-0.0915 0.27131,0 0.41858,0.19069 0.14728,0.18914 0.14728,0.5395 v 1.048 h -0.2868 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.22169,0 -0.35037,0.14728 -0.12867,0.14728 -0.12867,0.40153 v 0.98133 h -0.28681 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.2186,0 -0.34727,0.14883 -0.12867,0.14728 -0.12867,0.39998 v 0.98133 h -0.28681 v -1.73633 h 0.28681 v 0.26975 q 0.0977,-0.15968 0.23409,-0.23564 0.13643,-0.076 0.32401,-0.076 0.18914,0 0.32091,0.0961 0.13333,0.0961 0.19689,0.27906 z"
+ id="path29999" />
+ <path
+ d="m 191.79489,106.55215 v 0.13953 h -1.31155 q 0.0186,0.29456 0.17673,0.44958 0.15968,0.15348 0.44338,0.15348 0.16434,0 0.31781,-0.0403 0.15503,-0.0403 0.30696,-0.12093 v 0.26975 q -0.15348,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.32711,0.0341 -0.41548,0 -0.65887,-0.24185 -0.24185,-0.24184 -0.24185,-0.65422 0,-0.42633 0.22944,-0.67593 0.231,-0.25115 0.62167,-0.25115 0.35037,0 0.55346,0.22635 0.20464,0.22479 0.20464,0.61236 z m -0.28526,-0.0837 q -0.003,-0.2341 -0.13177,-0.37362 -0.12713,-0.13953 -0.33797,-0.13953 -0.23874,0 -0.38292,0.13488 -0.14263,0.13487 -0.16433,0.37982 z"
+ id="path30001" />
+ <path
+ d="m 193.61379,106.44363 v 1.048 h -0.28525 v -1.0387 q 0,-0.24649 -0.0961,-0.36897 -0.0961,-0.12247 -0.28835,-0.12247 -0.231,0 -0.36432,0.14728 -0.13333,0.14728 -0.13333,0.40153 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.10232,-0.15658 0.2403,-0.23409 0.13952,-0.0775 0.32091,-0.0775 0.2992,0 0.45268,0.18604 0.15348,0.18448 0.15348,0.54415 z"
+ id="path30003" />
+ <path
+ d="m 194.3723,105.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.23719,0.0605 h 0.29301 v 0.23874 h -0.29301 q -0.33021,0 -0.45578,-0.12247 -0.12558,-0.12403 -0.12558,-0.44959 v -0.94258 h -0.20928 v -0.22169 h 0.20928 v -0.49299 z"
+ id="path30005" />
+ <path
+ d="m 196.68358,106.61882 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37983,-0.16743 0.14417,-0.16898 0.14417,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19688,-0.14883 0.58601,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.0357 -0.14108,0.0357 -0.27131,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.19534 0.18604,0.19534 0.18604,0.59221 z"
+ id="path30007" />
+ <path
+ d="m 198.8544,105.80646 v 0.26975 q -0.12092,-0.062 -0.25114,-0.093 -0.13023,-0.031 -0.26975,-0.031 -0.21239,0 -0.31937,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30385,0.0651 0.43098,0.18449 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19224,0.38292 -0.19068,0.14108 -0.52554,0.14108 -0.13953,0 -0.29146,-0.0279 -0.15038,-0.0263 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.31161,0.12403 0.15348,0.0403 0.30386,0.0403 0.20153,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34261,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11783,-0.11627 -0.11783,-0.31781 0,-0.24494 0.17364,-0.37827 0.17363,-0.13333 0.49299,-0.13333 0.15813,0 0.29766,0.0233 0.13952,0.0233 0.25734,0.0698 z"
+ id="path30009" />
+ <path
+ d="m 200.75021,106.61882 q -0.34572,0 -0.47905,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56895,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19533,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36276,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path30011" />
+ <path
+ d="m 202.79173,105.43439 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11318 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70694 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93018 h -0.31316 z"
+ id="path30013" />
+ <path
+ d="m 204.28818,105.07937 h 0.28525 v 2.41226 h -0.28525 z"
+ id="path30015" />
+ <path
+ d="m 205.86679,106.61882 q -0.34572,0 -0.47904,0.0791 -0.13333,0.0791 -0.13333,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.2372,0 0.37983,-0.16743 0.14417,-0.16898 0.14417,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19688,-0.14883 0.58601,-0.14883 h 0.39997 v -0.0279 q 0,-0.19689 -0.13022,-0.30386 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.0357 -0.14108,0.0357 -0.27131,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.19534 0.18604,0.19534 0.18604,0.59221 z"
+ id="path30017" />
+ <path
+ d="m 207.21286,105.26231 v 0.49299 h 0.58756 v 0.22169 h -0.58756 v 0.94258 q 0,0.21239 0.0574,0.27285 0.0589,0.0605 0.2372,0.0605 h 0.293 v 0.23874 h -0.293 q -0.33022,0 -0.45579,-0.12247 -0.12557,-0.12403 -0.12557,-0.44959 v -0.94258 h -0.20929 v -0.22169 h 0.20929 v -0.49299 z"
+ id="path30019" />
+ <path
+ d="m 208.962,105.07937 v 0.2372 h -0.27285 q -0.15348,0 -0.21394,0.062 -0.0589,0.062 -0.0589,0.22324 v 0.15348 h 0.46974 v 0.22169 h -0.46974 v 1.51464 h -0.28681 v -1.51464 h -0.27285 v -0.22169 h 0.27285 v -0.12092 q 0,-0.2899 0.13488,-0.42168 0.13488,-0.13333 0.42788,-0.13333 z"
+ id="path30021" />
+ <path
+ d="m 209.78097,105.95529 q -0.22944,0 -0.36277,0.17983 -0.13332,0.17829 -0.13332,0.4899 0,0.31161 0.13177,0.49144 0.13333,0.17828 0.36432,0.17828 0.22789,0 0.36122,-0.17983 0.13332,-0.17983 0.13332,-0.48989 0,-0.30851 -0.13332,-0.48835 -0.13333,-0.18138 -0.36122,-0.18138 z m 0,-0.24185 q 0.37207,0 0.58446,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.58446,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path30023" />
+ <path
+ d="m 211.9642,106.02195 q -0.0481,-0.0279 -0.10542,-0.0403 -0.0558,-0.014 -0.12403,-0.014 -0.24184,0 -0.37207,0.15813 -0.12867,0.15658 -0.12867,0.45114 v 0.91467 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0899,-0.15813 0.23409,-0.23409 0.14418,-0.0775 0.35037,-0.0775 0.0295,0 0.0651,0.005 0.0357,0.003 0.0791,0.0108 z"
+ id="path30025" />
+ <path
+ d="m 213.46684,106.08862 q 0.10697,-0.19224 0.2558,-0.28371 0.14883,-0.0915 0.35037,-0.0915 0.2713,0 0.41858,0.19069 0.14727,0.18914 0.14727,0.5395 v 1.048 h -0.2868 v -1.0387 q 0,-0.24959 -0.0884,-0.37052 -0.0884,-0.12092 -0.26975,-0.12092 -0.22169,0 -0.35036,0.14728 -0.12868,0.14728 -0.12868,0.40153 v 0.98133 h -0.2868 v -1.0387 q 0,-0.25114 -0.0884,-0.37052 -0.0884,-0.12092 -0.27285,-0.12092 -0.21859,0 -0.34727,0.14883 -0.12867,0.14728 -0.12867,0.39998 v 0.98133 h -0.2868 v -1.73633 h 0.2868 v 0.26975 q 0.0977,-0.15968 0.23409,-0.23564 0.13643,-0.076 0.32401,-0.076 0.18914,0 0.32092,0.0961 0.13332,0.0961 0.19688,0.27906 z"
+ id="path30027" />
+ <path
+ d="m 216.4525,105.08248 q -0.20774,0.35656 -0.30851,0.70538 -0.10076,0.34881 -0.10076,0.70693 0,0.35812 0.10076,0.71004 0.10232,0.35036 0.30851,0.70538 h -0.24804 q -0.23255,-0.36432 -0.34882,-0.71624 -0.11472,-0.35191 -0.11472,-0.69918 0,-0.34571 0.11472,-0.69608 0.11472,-0.35037 0.34882,-0.71623 z"
+ id="path30029" />
+ <path
+ d="m 217.23892,105.43439 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.21704 0.22324,-0.21704 0.22324,-0.68523 0,-0.46509 -0.22324,-0.68058 -0.22169,-0.21704 -0.70073,-0.21704 z m -0.31316,-0.25735 h 0.64337 q 0.67282,0 0.98753,0.28061 0.31471,0.27905 0.31471,0.87436 0,0.59841 -0.31626,0.87902 -0.31626,0.2806 -0.98598,0.2806 h -0.64337 z"
+ id="path30031" />
+ <path
+ d="m 219.27796,105.17704 h 0.46664 l 0.59066,1.5751 0.59377,-1.5751 h 0.46663 v 2.31459 h -0.3054 v -2.03243 l -0.59687,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ id="path30033" />
+ <path
+ d="m 222.70142,106.61882 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10076,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14573,0.0744 -0.35657,0.0744 -0.26665,0 -0.42478,-0.14883 -0.15658,-0.15038 -0.15658,-0.40152 0,-0.29301 0.19534,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36277,-0.10852 -0.14882,0 -0.2899,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30385,-0.0899 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path30035" />
+ <path
+ d="m 224.55443,106.61882 q -0.34571,0 -0.47904,0.0791 -0.13332,0.0791 -0.13332,0.26975 0,0.15193 0.0992,0.24185 0.10077,0.0884 0.27285,0.0884 0.23719,0 0.37982,-0.16743 0.14418,-0.16898 0.14418,-0.44803 v -0.0636 z m 0.56896,-0.11783 v 0.99064 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.2341 -0.14572,0.0744 -0.35656,0.0744 -0.26666,0 -0.42479,-0.14883 -0.15657,-0.15038 -0.15657,-0.40152 0,-0.29301 0.19533,-0.44184 0.19689,-0.14883 0.58601,-0.14883 h 0.39998 v -0.0279 q 0,-0.19689 -0.13023,-0.30386 -0.12867,-0.10852 -0.36276,-0.10852 -0.14883,0 -0.28991,0.0357 -0.14108,0.0357 -0.2713,0.10697 v -0.26355 q 0.15658,-0.0605 0.30386,-0.0899 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.19534 0.18603,0.19534 0.18603,0.59221 z"
+ id="path30037" />
+ <path
+ d="m 225.94391,105.43439 v 0.86972 h 0.39378 q 0.21859,0 0.33796,-0.11318 0.11937,-0.11317 0.11937,-0.32246 0,-0.20774 -0.11937,-0.32091 -0.11937,-0.11317 -0.33796,-0.11317 z m -0.31316,-0.25735 h 0.70694 q 0.38912,0 0.58756,0.17674 0.19999,0.17518 0.19999,0.51469 0,0.34262 -0.19999,0.5178 -0.19844,0.17518 -0.58756,0.17518 h -0.39378 v 0.93018 h -0.31316 z"
+ id="path30039" />
+ <path
+ d="m 227.3954,105.08248 h 0.24805 q 0.23254,0.36586 0.34726,0.71623 0.11627,0.35037 0.11627,0.69608 0,0.34727 -0.11627,0.69918 -0.11472,0.35192 -0.34726,0.71624 h -0.24805 q 0.20619,-0.35502 0.30696,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.10077,-0.34882 -0.30696,-0.70538 z"
+ id="path30041" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4508"
+ inkscape:label="msb.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-msb-apigateway/en/latest/index.html"
+ xlink:title="The Microservice Bus (MSB) provides service registration, discovery and communication services for microservices as well as a gateway for internal and external communication for the services.">
+ <g
+ id="g7023"
+ inkscape:label="msb">
+ <path
+ id="rect13557-2-5"
+ style="fill:#009893;stroke:#009893;stroke-width:2"
+ inkscape:label="msb.form"
+ d="m 81,105 h 86.00476 v 12 H 81 Z" />
+ <g
+ aria-label="Microservice Bus (MSB)"
+ id="text1436-447-86-1"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-5);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="msb.label">
+ <path
+ d="m 81.311609,105.17704 h 0.466638 l 0.590662,1.5751 0.593762,-1.5751 h 0.466638 v 2.31459 h -0.305408 v -2.03243 l -0.596862,1.5875 h -0.31471 l -0.596863,-1.5875 v 2.03243 h -0.303857 z"
+ id="path30045" />
+ <path
+ d="m 83.94597,105.7553 h 0.285254 v 1.73633 H 83.94597 Z m 0,-0.67593 h 0.285254 v 0.36122 H 83.94597 Z"
+ id="path30047" />
+ <path
+ d="m 85.985019,105.82197 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244947,-0.0341 -0.277502,0 -0.430981,0.17673 -0.153479,0.17519 -0.153479,0.493 0,0.31781 0.153479,0.49454 0.153479,0.17518 0.430981,0.17518 0.124024,0 0.244947,-0.0326 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119373,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271302,0.0279 -0.392224,0 -0.623217,-0.2465 -0.230994,-0.24649 -0.230994,-0.66507 0,-0.42478 0.232544,-0.66818 0.234094,-0.2434 0.640271,-0.2434 0.131775,0 0.257349,0.0279 0.125573,0.0264 0.243396,0.0806 z"
+ id="path30049" />
+ <path
+ d="m 87.394648,106.02195 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45114 v 0.91467 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0108 z"
+ id="path30051" />
+ <path
+ d="m 88.204314,105.95529 q -0.229443,0 -0.362768,0.17983 -0.133325,0.17829 -0.133325,0.4899 0,0.31161 0.131775,0.49144 0.133325,0.17828 0.364318,0.17828 0.227893,0 0.361219,-0.17983 0.133325,-0.17983 0.133325,-0.48989 0,-0.30851 -0.133325,-0.48835 -0.133326,-0.18138 -0.361219,-0.18138 z m 0,-0.24185 q 0.372071,0 0.584461,0.24185 0.21239,0.24185 0.21239,0.66973 0,0.42633 -0.21239,0.66972 -0.21239,0.24185 -0.584461,0.24185 -0.37362,0 -0.58601,-0.24185 -0.21084,-0.24339 -0.21084,-0.66972 0,-0.42788 0.21084,-0.66973 0.21239,-0.24185 0.58601,-0.24185 z"
+ id="path30053" />
+ <path
+ d="m 90.488309,105.80646 v 0.26975 q -0.120923,-0.062 -0.251147,-0.093 -0.130225,-0.031 -0.269751,-0.031 -0.21239,0 -0.319361,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.07596,0.15658 0.07596,0.0558 0.305407,0.10697 l 0.09767,0.0217 q 0.303857,0.0651 0.430981,0.18449 0.128675,0.11782 0.128675,0.33021 0,0.24185 -0.192237,0.38292 -0.190686,0.14108 -0.525549,0.14108 -0.139526,0 -0.291455,-0.0279 -0.150378,-0.0263 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.311609,0.12403 0.153479,0.0403 0.303857,0.0403 0.201538,0 0.310059,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.07906,-0.17828 -0.07751,-0.062 -0.342614,-0.11937 l -0.09922,-0.0233 q -0.2651,-0.0558 -0.382923,-0.17053 -0.117822,-0.11627 -0.117822,-0.31781 0,-0.24494 0.173633,-0.37827 0.173633,-0.13333 0.492993,-0.13333 0.15813,0 0.297656,0.0233 0.139527,0.0233 0.257349,0.0698 z"
+ id="path30055" />
+ <path
+ d="m 92.428139,106.55215 v 0.13953 h -1.311548 q 0.0186,0.29456 0.176734,0.44958 0.15968,0.15348 0.443384,0.15348 0.164331,0 0.31781,-0.0403 0.155029,-0.0403 0.306958,-0.12093 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24185 -0.241846,-0.24184 -0.241846,-0.65422 0,-0.42633 0.229444,-0.67593 0.230993,-0.25115 0.621667,-0.25115 0.350366,0 0.553455,0.22635 0.204638,0.22479 0.204638,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131775,-0.37362 -0.127124,-0.13953 -0.337963,-0.13953 -0.238745,0 -0.382923,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path30057" />
+ <path
+ d="m 93.809863,106.02195 q -0.04806,-0.0279 -0.10542,-0.0403 -0.05581,-0.014 -0.124023,-0.014 -0.241846,0 -0.37207,0.15813 -0.128675,0.15658 -0.128675,0.45114 v 0.91467 h -0.286804 v -1.73633 h 0.286804 v 0.26975 q 0.08992,-0.15813 0.234095,-0.23409 0.144177,-0.0775 0.350366,-0.0775 0.02945,0 0.06511,0.005 0.03566,0.003 0.07906,0.0108 z"
+ id="path30059" />
+ <path
+ d="m 93.811827,105.7553 h 0.302307 l 0.542603,1.45728 0.542602,-1.45728 h 0.302308 l -0.651123,1.73633 H 94.46295 Z"
+ id="path30061" />
+ <path
+ d="m 95.802817,105.7553 h 0.285254 v 1.73633 h -0.285254 z m 0,-0.67593 h 0.285254 v 0.36122 h -0.285254 z"
+ id="path30063" />
+ <path
+ d="m 97.841865,105.82197 v 0.26665 q -0.120923,-0.0667 -0.243396,-0.0992 -0.120923,-0.0341 -0.244946,-0.0341 -0.277503,0 -0.430982,0.17673 -0.153479,0.17519 -0.153479,0.493 0,0.31781 0.153479,0.49454 0.153479,0.17518 0.430982,0.17518 0.124023,0 0.244946,-0.0326 0.122473,-0.0341 0.243396,-0.10077 v 0.26355 q -0.119373,0.0558 -0.248047,0.0837 -0.127124,0.0279 -0.271301,0.0279 -0.392224,0 -0.623218,-0.2465 -0.230994,-0.24649 -0.230994,-0.66507 0,-0.42478 0.232544,-0.66818 0.234095,-0.2434 0.640271,-0.2434 0.131775,0 0.257349,0.0279 0.125574,0.0264 0.243396,0.0806 z"
+ id="path30065" />
+ <path
+ d="m 99.730535,106.55215 v 0.13953 h -1.311548 q 0.0186,0.29456 0.176734,0.44958 0.15968,0.15348 0.443383,0.15348 0.164331,0 0.31781,-0.0403 0.15503,-0.0403 0.306959,-0.12093 v 0.26975 q -0.153479,0.0651 -0.31471,0.0992 -0.16123,0.0341 -0.327112,0.0341 -0.415478,0 -0.658874,-0.24185 -0.241846,-0.24184 -0.241846,-0.65422 0,-0.42633 0.229443,-0.67593 0.230994,-0.25115 0.621668,-0.25115 0.350366,0 0.553454,0.22635 0.204639,0.22479 0.204639,0.61236 z m -0.285254,-0.0837 q -0.0031,-0.2341 -0.131775,-0.37362 -0.127124,-0.13953 -0.337964,-0.13953 -0.238745,0 -0.382922,0.13488 -0.142627,0.13487 -0.164331,0.37982 z"
+ id="path30067" />
+ <path
+ d="m 101.08374,106.38627 v 0.84801 h 0.50229 q 0.2527,0 0.37362,-0.10387 0.12247,-0.10542 0.12247,-0.32091 0,-0.21704 -0.12247,-0.31936 -0.12092,-0.10387 -0.37362,-0.10387 z m 0,-0.95188 v 0.69763 h 0.46353 q 0.22945,0 0.34107,-0.0853 0.11317,-0.0868 0.11317,-0.26355 0,-0.17519 -0.11317,-0.262 -0.11162,-0.0868 -0.34107,-0.0868 z m -0.31316,-0.25735 h 0.79995 q 0.35811,0 0.5519,0.14883 0.19379,0.14883 0.19379,0.42323 0,0.21239 -0.0992,0.33797 -0.0992,0.12557 -0.29146,0.15657 0.231,0.0496 0.35812,0.20774 0.12868,0.15658 0.12868,0.39223 0,0.31006 -0.21084,0.47904 -0.21084,0.16898 -0.59997,0.16898 h -0.83095 z"
+ id="path30069" />
+ <path
+ d="m 102.81428,106.8064 v -1.0511 h 0.28525 v 1.04025 q 0,0.2465 0.0961,0.37052 0.0961,0.12247 0.28835,0.12247 0.231,0 0.36432,-0.14728 0.13488,-0.14727 0.13488,-0.40152 v -0.98444 h 0.28525 v 1.73633 h -0.28525 v -0.26665 q -0.10387,0.15813 -0.24185,0.23564 -0.13642,0.076 -0.31781,0.076 -0.29921,0 -0.45423,-0.18604 -0.15503,-0.18603 -0.15503,-0.54415 z m 0.71778,-1.09296 z"
+ id="path30071" />
+ <path
+ d="m 105.87032,105.80646 v 0.26975 q -0.12093,-0.062 -0.25115,-0.093 -0.13023,-0.031 -0.26975,-0.031 -0.21239,0 -0.31936,0.0651 -0.10542,0.0651 -0.10542,0.19534 0,0.0992 0.076,0.15658 0.076,0.0558 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.0651 0.43098,0.18449 0.12867,0.11782 0.12867,0.33021 0,0.24185 -0.19223,0.38292 -0.19069,0.14108 -0.52555,0.14108 -0.13953,0 -0.29146,-0.0279 -0.15037,-0.0263 -0.31781,-0.0806 v -0.29456 q 0.15813,0.0822 0.31161,0.12403 0.15348,0.0403 0.30386,0.0403 0.20154,0 0.31006,-0.0682 0.10852,-0.0698 0.10852,-0.19534 0,-0.11627 -0.0791,-0.17828 -0.0775,-0.062 -0.34261,-0.11937 l -0.0992,-0.0233 q -0.2651,-0.0558 -0.38292,-0.17053 -0.11782,-0.11627 -0.11782,-0.31781 0,-0.24494 0.17363,-0.37827 0.17363,-0.13333 0.49299,-0.13333 0.15813,0 0.29766,0.0233 0.13952,0.0233 0.25735,0.0698 z"
+ id="path30073" />
+ <path
+ d="m 107.66225,105.08248 q -0.20774,0.35656 -0.30851,0.70538 -0.10077,0.34881 -0.10077,0.70693 0,0.35812 0.10077,0.71004 0.10232,0.35036 0.30851,0.70538 h -0.24805 q -0.23254,-0.36432 -0.34881,-0.71624 -0.11473,-0.35191 -0.11473,-0.69918 0,-0.34571 0.11473,-0.69608 0.11472,-0.35037 0.34881,-0.71623 z"
+ id="path30075" />
+ <path
+ d="m 108.1355,105.17704 h 0.46664 l 0.59066,1.5751 0.59376,-1.5751 h 0.46664 v 2.31459 h -0.30541 v -2.03243 l -0.59686,1.5875 h -0.31471 l -0.59686,-1.5875 v 2.03243 h -0.30386 z"
+ id="path30077" />
+ <path
+ d="m 112.16978,105.25301 v 0.30541 q -0.17829,-0.0853 -0.33642,-0.12713 -0.15813,-0.0419 -0.3054,-0.0419 -0.2558,0 -0.39533,0.0992 -0.13798,0.0992 -0.13798,0.28216 0,0.15347 0.0915,0.23254 0.093,0.0775 0.35037,0.12557 l 0.18913,0.0388 q 0.35037,0.0667 0.51625,0.23565 0.16743,0.16743 0.16743,0.44958 0,0.33641 -0.22634,0.51005 -0.22479,0.17363 -0.66042,0.17363 -0.16434,0 -0.35037,-0.0372 -0.18449,-0.0372 -0.38292,-0.11007 v -0.32246 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.0543 0.35967,0.0543 0.2682,0 0.41392,-0.10542 0.14573,-0.10542 0.14573,-0.30076 0,-0.17053 -0.10542,-0.26665 -0.10387,-0.0961 -0.34261,-0.14417 l -0.19069,-0.0372 q -0.35037,-0.0698 -0.50695,-0.21859 -0.15658,-0.14883 -0.15658,-0.41393 0,-0.30696 0.2155,-0.48369 0.21704,-0.17673 0.59686,-0.17673 0.16278,0 0.33176,0.0295 0.16898,0.0295 0.34572,0.0884 z"
+ id="path30079" />
+ <path
+ d="m 113.0182,106.38627 v 0.84801 h 0.5023 q 0.25269,0 0.37362,-0.10387 0.12247,-0.10542 0.12247,-0.32091 0,-0.21704 -0.12247,-0.31936 -0.12093,-0.10387 -0.37362,-0.10387 z m 0,-0.95188 v 0.69763 h 0.46354 q 0.22944,0 0.34106,-0.0853 0.11317,-0.0868 0.11317,-0.26355 0,-0.17519 -0.11317,-0.262 -0.11162,-0.0868 -0.34106,-0.0868 z m -0.31316,-0.25735 h 0.79995 q 0.35812,0 0.55191,0.14883 0.19378,0.14883 0.19378,0.42323 0,0.21239 -0.0992,0.33797 -0.0992,0.12557 -0.29145,0.15657 0.23099,0.0496 0.35812,0.20774 0.12867,0.15658 0.12867,0.39223 0,0.31006 -0.21084,0.47904 -0.21084,0.16898 -0.59996,0.16898 h -0.83096 z"
+ id="path30081" />
+ <path
+ d="m 114.73324,105.08248 h 0.24804 q 0.23255,0.36586 0.34727,0.71623 0.11627,0.35037 0.11627,0.69608 0,0.34727 -0.11627,0.69918 -0.11472,0.35192 -0.34727,0.71624 h -0.24804 q 0.20619,-0.35502 0.30695,-0.70538 0.10232,-0.35192 0.10232,-0.71004 0,-0.35812 -0.10232,-0.70693 -0.10076,-0.34882 -0.30695,-0.70538 z"
+ id="path30083" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4515"
+ inkscape:label="aai.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#aai-active-and-available-inventory"
+ xlink:title="The Active and Available Inventory (AAI) provides real-time views of the resources and services in managed by and their relationships.">
+ <g
+ id="g7008"
+ inkscape:label="aai">
+ <path
+ id="rect13557-2-7"
+ style="fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="aai.form"
+ d="m 216.00476,89 h 41 v 12 h -41 z" />
+ <g
+ aria-label="Active &amp; Available Inventory (AAI)"
+ id="text1436-15"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-7);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="aai.label">
+ <path
+ d="m 217.08911,89.485552 -0.42478,1.151867 h 0.85111 z m -0.17673,-0.308509 h 0.35502 l 0.88211,2.314588 h -0.32556 l -0.21084,-0.593762 h -1.04335 l -0.21084,0.593762 h -0.33021 z"
+ id="path30087" />
+ <path
+ d="m 219.57619,89.821965 v 0.266651 q -0.12092,-0.06666 -0.24339,-0.09922 -0.12092,-0.03411 -0.24495,-0.03411 -0.2775,0 -0.43098,0.176734 -0.15348,0.175183 -0.15348,0.492993 0,0.31781 0.15348,0.494543 0.15348,0.175184 0.43098,0.175184 0.12403,0 0.24495,-0.03256 0.12247,-0.03411 0.24339,-0.100769 v 0.26355 q -0.11937,0.05581 -0.24804,0.08372 -0.12713,0.02791 -0.2713,0.02791 -0.39223,0 -0.62322,-0.246496 -0.23099,-0.246497 -0.23099,-0.665076 0,-0.42478 0.23254,-0.668176 0.23409,-0.243396 0.64027,-0.243396 0.13177,0 0.25735,0.02791 0.12557,0.02636 0.24339,0.08062 z"
+ id="path30089" />
+ <path
+ d="m 220.26184,89.262309 v 0.492994 h 0.58756 v 0.221692 h -0.58756 v 0.942578 q 0,0.21239 0.0574,0.272851 0.0589,0.06046 0.23719,0.06046 h 0.29301 v 0.238745 h -0.29301 q -0.33021,0 -0.45578,-0.122473 -0.12558,-0.124024 -0.12558,-0.449585 v -0.942578 h -0.20929 v -0.221692 h 0.20929 v -0.492994 z"
+ id="path30091" />
+ <path
+ d="m 221.13197,89.755303 h 0.28525 v 1.736328 h -0.28525 z m 0,-0.675928 h 0.28525 v 0.361218 h -0.28525 z"
+ id="path30093" />
+ <path
+ d="m 221.71684,89.755303 h 0.30231 l 0.5426,1.457275 0.5426,-1.457275 h 0.30231 l -0.65112,1.736328 h -0.38758 z"
+ id="path30095" />
+ <path
+ d="m 225.19301,90.552153 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17673,0.449585 0.15968,0.153479 0.44339,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65888,-0.241845 -0.24185,-0.241846 -0.24185,-0.654224 0,-0.426331 0.22945,-0.675928 0.23099,-0.251147 0.62167,-0.251147 0.35036,0 0.55345,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139527 -0.33796,-0.139527 -0.23875,0 -0.38293,0.134876 -0.14262,0.134875 -0.16433,0.379822 z"
+ id="path30097" />
+ <path
+ d="m 226.69349,90.246746 q -0.14108,0.125573 -0.20774,0.251147 -0.0651,0.124023 -0.0651,0.260449 0,0.226343 0.16434,0.376721 0.16433,0.150379 0.41237,0.150379 0.14728,0 0.27596,-0.04806 0.12867,-0.04961 0.24184,-0.148828 z m 0.21859,-0.173633 0.78755,0.806152 q 0.0915,-0.137976 0.14262,-0.294556 0.0512,-0.15813 0.0605,-0.334863 h 0.28836 q -0.0186,0.204639 -0.0992,0.404627 -0.0806,0.199987 -0.22479,0.395324 l 0.43253,0.441834 h -0.39067 l -0.2217,-0.227893 q -0.16123,0.137976 -0.33796,0.206189 -0.17673,0.06666 -0.37982,0.06666 -0.37362,0 -0.61082,-0.21239 -0.23719,-0.21394 -0.23719,-0.547253 0,-0.198438 0.10387,-0.372071 0.10387,-0.175183 0.31161,-0.328662 -0.0744,-0.09767 -0.11317,-0.193786 -0.0388,-0.09767 -0.0388,-0.190686 0,-0.251148 0.17208,-0.403077 0.17208,-0.153479 0.45734,-0.153479 0.12867,0 0.25579,0.02791 0.12868,0.02791 0.26045,0.08372 v 0.282153 q -0.13487,-0.07286 -0.25734,-0.110071 -0.12248,-0.03876 -0.2279,-0.03876 -0.16278,0 -0.2651,0.08682 -0.10077,0.08527 -0.10077,0.221692 0,0.07906 0.045,0.15968 0.0465,0.07906 0.18759,0.224793 z"
+ id="path30099" />
+ <path
+ d="m 230.04191,89.485552 -0.42478,1.151867 h 0.85111 z m -0.17673,-0.308509 h 0.35502 l 0.88211,2.314588 h -0.32556 l -0.21084,-0.593762 h -1.04335 l -0.21083,0.593762 h -0.33022 z"
+ id="path30101" />
+ <path
+ d="m 230.9446,89.755303 h 0.3023 l 0.54261,1.457275 0.5426,-1.457275 h 0.30231 l -0.65113,1.736328 h -0.38757 z"
+ id="path30103" />
+ <path
+ d="m 233.72468,90.618816 q -0.34571,0 -0.47904,0.07906 -0.13332,0.07906 -0.13332,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.23719,0 0.37982,-0.167432 0.14418,-0.168981 0.14418,-0.448034 v -0.06356 z m 0.56896,-0.117822 v 0.990637 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14573,0.07441 -0.35656,0.07441 -0.26666,0 -0.42479,-0.148828 -0.15657,-0.150378 -0.15657,-0.401526 0,-0.293005 0.19533,-0.441833 0.19689,-0.148828 0.58601,-0.148828 h 0.39998 v -0.02791 q 0,-0.196887 -0.13023,-0.303857 -0.12867,-0.108521 -0.36276,-0.108521 -0.14883,0 -0.28991,0.03566 -0.14108,0.03566 -0.2713,0.10697 v -0.263549 q 0.15658,-0.06046 0.30386,-0.08992 0.14727,-0.03101 0.2868,-0.03101 0.37672,0 0.56276,0.195337 0.18603,0.195337 0.18603,0.592212 z"
+ id="path30105" />
+ <path
+ d="m 234.7886,89.755303 h 0.28525 v 1.736328 h -0.28525 z m 0,-0.675928 h 0.28525 v 0.361218 h -0.28525 z"
+ id="path30107" />
+ <path
+ d="m 235.57811,89.079375 h 0.28526 v 2.412256 h -0.28526 z"
+ id="path30109" />
+ <path
+ d="m 237.15672,90.618816 q -0.34571,0 -0.47904,0.07906 -0.13332,0.07906 -0.13332,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.23719,0 0.37982,-0.167432 0.14418,-0.168981 0.14418,-0.448034 v -0.06356 z m 0.56896,-0.117822 v 0.990637 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19689,-0.148828 0.58601,-0.148828 h 0.39998 v -0.02791 q 0,-0.196887 -0.13023,-0.303857 -0.12867,-0.108521 -0.36277,-0.108521 -0.14882,0 -0.2899,0.03566 -0.14108,0.03566 -0.2713,0.10697 v -0.263549 q 0.15658,-0.06046 0.30386,-0.08992 0.14727,-0.03101 0.2868,-0.03101 0.37672,0 0.56276,0.195337 0.18603,0.195337 0.18603,0.592212 z"
+ id="path30111" />
+ <path
+ d="m 239.46707,90.625017 q 0,-0.314709 -0.13022,-0.492993 -0.12867,-0.179834 -0.35502,-0.179834 -0.22634,0 -0.35656,0.179834 -0.12868,0.178284 -0.12868,0.492993 0,0.314709 0.12868,0.494543 0.13022,0.178284 0.35656,0.178284 0.22635,0 0.35502,-0.178284 0.13022,-0.179834 0.13022,-0.494543 z m -0.97048,-0.606165 q 0.0899,-0.155029 0.22634,-0.229443 0.13798,-0.07596 0.32867,-0.07596 0.31626,0 0.51314,0.251147 0.19844,0.251148 0.19844,0.660425 0,0.409277 -0.19844,0.660425 -0.19688,0.251147 -0.51314,0.251147 -0.19069,0 -0.32867,-0.07441 -0.13642,-0.07596 -0.22634,-0.230993 v 0.260449 h -0.2868 v -2.412256 h 0.2868 z"
+ id="path30113" />
+ <path
+ d="m 240.14341,89.079375 h 0.28526 v 2.412256 h -0.28526 z"
+ id="path30115" />
+ <path
+ d="m 242.41811,90.552153 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17673,0.449585 0.15968,0.153479 0.44339,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30695,-0.120923 v 0.269751 q -0.15347,0.06511 -0.3147,0.09922 -0.16123,0.03411 -0.32712,0.03411 -0.41547,0 -0.65887,-0.241845 -0.24185,-0.241846 -0.24185,-0.654224 0,-0.426331 0.22945,-0.675928 0.23099,-0.251147 0.62166,-0.251147 0.35037,0 0.55346,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28526,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12713,-0.139527 -0.33797,-0.139527 -0.23874,0 -0.38292,0.134876 -0.14262,0.134875 -0.16433,0.379822 z"
+ id="path30117" />
+ <path
+ d="m 216.31552,92.510791 h 0.31315 v 2.314588 h -0.31315 z"
+ id="path30119" />
+ <path
+ d="m 218.59021,93.777381 v 1.047998 h -0.28526 v -1.038697 q 0,-0.246496 -0.0961,-0.368969 -0.0961,-0.122474 -0.28836,-0.122474 -0.23099,0 -0.36432,0.147278 -0.13332,0.147278 -0.13332,0.401526 v 0.981336 h -0.28681 v -1.736328 h 0.28681 v 0.26975 q 0.10232,-0.156579 0.24029,-0.234094 0.13953,-0.07751 0.32091,-0.07751 0.29921,0 0.45269,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30121" />
+ <path
+ d="m 218.86192,93.089051 h 0.30231 l 0.5426,1.457275 0.54261,-1.457275 h 0.3023 l -0.65112,1.736328 h -0.38757 z"
+ id="path30123" />
+ <path
+ d="m 222.33809,93.885901 v 0.139526 h -1.31154 q 0.0186,0.294556 0.17673,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65888,-0.241846 -0.24184,-0.241845 -0.24184,-0.654223 0,-0.426331 0.22944,-0.675928 0.231,-0.251147 0.62167,-0.251147 0.35037,0 0.55345,0.226342 0.20464,0.224793 0.20464,0.612366 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139527 -0.33796,-0.139527 -0.23874,0 -0.38292,0.134876 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30125" />
+ <path
+ d="m 224.157,93.777381 v 1.047998 h -0.28525 v -1.038697 q 0,-0.246496 -0.0961,-0.368969 -0.0961,-0.122474 -0.28836,-0.122474 -0.23099,0 -0.36432,0.147278 -0.13332,0.147278 -0.13332,0.401526 v 0.981336 h -0.2868 v -1.736328 h 0.2868 v 0.26975 q 0.10232,-0.156579 0.24029,-0.234094 0.13953,-0.07751 0.32092,-0.07751 0.2992,0 0.45268,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30127" />
+ <path
+ d="m 224.91551,92.596057 v 0.492994 h 0.58756 v 0.221691 h -0.58756 v 0.942579 q 0,0.21239 0.0574,0.272851 0.0589,0.06046 0.23719,0.06046 h 0.29301 v 0.238746 h -0.29301 q -0.33021,0 -0.45578,-0.122474 -0.12558,-0.124023 -0.12558,-0.449584 v -0.942579 h -0.20929 V 93.08905 h 0.20929 v -0.492994 z"
+ id="path30129" />
+ <path
+ d="m 226.45846,93.289038 q -0.22944,0 -0.36277,0.179834 -0.13332,0.178284 -0.13332,0.489893 0,0.311609 0.13177,0.491443 0.13333,0.178283 0.36432,0.178283 0.2279,0 0.36122,-0.179834 0.13333,-0.179834 0.13333,-0.489892 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181385 -0.36122,-0.181385 z m 0,-0.241845 q 0.37207,0 0.58446,0.241845 0.21239,0.241846 0.21239,0.669727 0,0.42633 -0.21239,0.669726 -0.21239,0.241846 -0.58446,0.241846 -0.37362,0 -0.58601,-0.241846 -0.21084,-0.243396 -0.21084,-0.669726 0,-0.427881 0.21084,-0.669727 0.21239,-0.241845 0.58601,-0.241845 z"
+ id="path30131" />
+ <path
+ d="m 228.64169,93.355701 q -0.0481,-0.0279 -0.10542,-0.04031 -0.0558,-0.01395 -0.12403,-0.01395 -0.24184,0 -0.37207,0.15813 -0.12867,0.156579 -0.12867,0.451135 v 0.914673 h -0.2868 v -1.736328 h 0.2868 v 0.26975 q 0.0899,-0.158129 0.23409,-0.234094 0.14418,-0.07751 0.35037,-0.07751 0.0295,0 0.0651,0.0047 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30133" />
+ <path
+ d="m 229.57073,94.986609 q -0.12093,0.310059 -0.23565,0.404627 -0.11472,0.09457 -0.30696,0.09457 h -0.22789 v -0.238745 h 0.16743 q 0.11782,0 0.18294,-0.05581 0.0651,-0.05581 0.14417,-0.26355 l 0.0512,-0.130225 -0.70228,-1.708422 h 0.30231 l 0.5426,1.358056 0.5426,-1.358056 h 0.30231 z"
+ id="path30135" />
+ <path
+ d="m 231.97192,92.416223 q -0.20774,0.356568 -0.3085,0.705384 -0.10077,0.348816 -0.10077,0.706933 0,0.358118 0.10077,0.710034 0.10231,0.350367 0.3085,0.705384 h -0.24804 q -0.23255,-0.364319 -0.34882,-0.716236 -0.11472,-0.351916 -0.11472,-0.699182 0,-0.345715 0.11472,-0.696081 0.11472,-0.350366 0.34882,-0.716236 z"
+ id="path30137" />
+ <path
+ d="m 233.21877,92.8193 -0.42478,1.151867 h 0.85111 z m -0.17673,-0.308509 h 0.35502 l 0.88211,2.314588 h -0.32556 l -0.21084,-0.593763 h -1.04335 l -0.21084,0.593763 h -0.33021 z"
+ id="path30139" />
+ <path
+ d="m 235.3865,92.8193 -0.42478,1.151867 h 0.85111 z m -0.17674,-0.308509 h 0.35502 l 0.88212,2.314588 h -0.32557 l -0.21084,-0.593763 h -1.04334 l -0.21084,0.593763 h -0.33021 z"
+ id="path30141" />
+ <path
+ d="m 236.69225,92.510791 h 0.31316 v 2.314588 h -0.31316 z"
+ id="path30143" />
+ <path
+ d="m 237.47867,92.416223 h 0.24804 q 0.23255,0.36587 0.34727,0.716236 0.11627,0.350366 0.11627,0.696081 0,0.347266 -0.11627,0.699182 -0.11472,0.351917 -0.34727,0.716236 h -0.24804 q 0.20619,-0.355017 0.30695,-0.705384 0.10232,-0.351916 0.10232,-0.710034 0,-0.358117 -0.10232,-0.706933 -0.10076,-0.348816 -0.30695,-0.705384 z"
+ id="path30145" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4534"
+ inkscape:label="so.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-so/en/latest/index.html"
+ xlink:title="The Service Orchestration (SO) component is in charge of orchestration of network services and resources. It is based on the use of BPMN to document the Workflows.">
+ <g
+ id="g6985"
+ inkscape:label="so"
+ style="display:inline">
+ <path
+ id="rect13557-2-6"
+ style="display:inline;fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="so.form"
+ d="m 171.00476,89 h 41 v 12 h -41 z" />
+ <g
+ aria-label="Service Orchestration
+(SO)"
+ id="text1436-49"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-6);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="so.label">
+ <path
+ d="m 172.70303,89.570508 v 0.305408 q -0.17829,-0.08527 -0.33642,-0.127125 -0.15813,-0.04186 -0.3054,-0.04186 -0.2558,0 -0.39533,0.09922 -0.13797,0.09922 -0.13797,0.282154 0,0.153479 0.0915,0.232544 0.093,0.07751 0.35037,0.125573 l 0.18913,0.03876 q 0.35037,0.06666 0.51625,0.235644 0.16743,0.167432 0.16743,0.449585 0,0.336414 -0.22634,0.510047 -0.22479,0.173632 -0.66042,0.173632 -0.16433,0 -0.35037,-0.03721 -0.18448,-0.03721 -0.38292,-0.110071 v -0.32246 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.05426 0.35967,0.05426 0.2682,0 0.41392,-0.10542 0.14573,-0.10542 0.14573,-0.300756 0,-0.170533 -0.10542,-0.266651 -0.10387,-0.09612 -0.34261,-0.144177 l -0.19069,-0.03721 q -0.35037,-0.06976 -0.50694,-0.218591 -0.15658,-0.148829 -0.15658,-0.413929 0,-0.306958 0.21549,-0.483691 0.21704,-0.176733 0.59686,-0.176733 0.16278,0 0.33176,0.02945 0.16898,0.02946 0.34572,0.08837 z"
+ id="path30149" />
+ <path
+ d="m 174.71107,90.869653 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17674,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65888,-0.241845 -0.24184,-0.241846 -0.24184,-0.654224 0,-0.426331 0.22944,-0.675928 0.23099,-0.251147 0.62167,-0.251147 0.35036,0 0.55345,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139526 -0.33796,-0.139526 -0.23875,0 -0.38292,0.134875 -0.14263,0.134875 -0.16434,0.379822 z"
+ id="path30151" />
+ <path
+ d="m 176.09279,90.339453 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24184,0 -0.37207,0.15813 -0.12867,0.156579 -0.12867,0.451135 v 0.914673 h -0.28681 v -1.736328 h 0.28681 v 0.269751 q 0.0899,-0.15813 0.23409,-0.234095 0.14418,-0.07751 0.35037,-0.07751 0.0294,0 0.0651,0.0047 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30153" />
+ <path
+ d="m 176.09476,90.072803 h 0.30231 l 0.5426,1.457275 0.5426,-1.457275 h 0.30231 l -0.65113,1.736328 h -0.38757 z"
+ id="path30155" />
+ <path
+ d="m 178.08575,90.072803 h 0.28525 v 1.736328 h -0.28525 z m 0,-0.675928 h 0.28525 v 0.361218 h -0.28525 z"
+ id="path30157" />
+ <path
+ d="m 180.1248,90.139465 v 0.266651 q -0.12093,-0.06666 -0.2434,-0.09922 -0.12092,-0.03411 -0.24495,-0.03411 -0.2775,0 -0.43098,0.176733 -0.15348,0.175183 -0.15348,0.492993 0,0.31781 0.15348,0.494544 0.15348,0.175183 0.43098,0.175183 0.12403,0 0.24495,-0.03256 0.12247,-0.03411 0.2434,-0.100769 v 0.26355 q -0.11938,0.05581 -0.24805,0.08372 -0.12712,0.02791 -0.2713,0.02791 -0.39223,0 -0.62322,-0.246496 -0.23099,-0.246497 -0.23099,-0.665076 0,-0.42478 0.23254,-0.668176 0.23409,-0.243396 0.64027,-0.243396 0.13178,0 0.25735,0.02791 0.12557,0.02635 0.2434,0.08061 z"
+ id="path30159" />
+ <path
+ d="m 182.01347,90.869653 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17673,0.449585 0.15968,0.153479 0.44339,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30695,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65887,-0.241845 -0.24185,-0.241846 -0.24185,-0.654224 0,-0.426331 0.22945,-0.675928 0.23099,-0.251147 0.62166,-0.251147 0.35037,0 0.55346,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28526,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12713,-0.139526 -0.33797,-0.139526 -0.23874,0 -0.38292,0.134875 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30161" />
+ <path
+ d="m 183.99298,89.706934 q -0.34106,0 -0.5426,0.254248 -0.19999,0.254248 -0.19999,0.692981 0,0.437182 0.19999,0.69143 0.20154,0.254248 0.5426,0.254248 0.34107,0 0.53951,-0.254248 0.19998,-0.254248 0.19998,-0.69143 0,-0.438733 -0.19998,-0.692981 -0.19844,-0.254248 -0.53951,-0.254248 z m 0,-0.254248 q 0.4868,0 0.77825,0.327111 0.29146,0.325562 0.29146,0.874366 0,0.547253 -0.29146,0.874365 -0.29145,0.325561 -0.77825,0.325561 -0.48834,0 -0.78134,-0.325561 -0.29146,-0.325562 -0.29146,-0.874365 0,-0.548804 0.29146,-0.874366 0.293,-0.327111 0.78134,-0.327111 z"
+ id="path30163" />
+ <path
+ d="m 186.45371,90.339453 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24185,0 -0.37207,0.15813 -0.12868,0.156579 -0.12868,0.451135 v 0.914673 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.0899,-0.15813 0.2341,-0.234095 0.14418,-0.07751 0.35037,-0.07751 0.0294,0 0.0651,0.0047 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30165" />
+ <path
+ d="m 187.84009,90.139465 v 0.266651 q -0.12093,-0.06666 -0.2434,-0.09922 -0.12092,-0.03411 -0.24494,-0.03411 -0.27751,0 -0.43099,0.176733 -0.15348,0.175183 -0.15348,0.492993 0,0.31781 0.15348,0.494544 0.15348,0.175183 0.43099,0.175183 0.12402,0 0.24494,-0.03256 0.12247,-0.03411 0.2434,-0.100769 v 0.26355 q -0.11938,0.05581 -0.24805,0.08372 -0.12712,0.02791 -0.2713,0.02791 -0.39222,0 -0.62322,-0.246496 -0.23099,-0.246497 -0.23099,-0.665076 0,-0.42478 0.23254,-0.668176 0.2341,-0.243396 0.64027,-0.243396 0.13178,0 0.25735,0.02791 0.12558,0.02635 0.2434,0.08061 z"
+ id="path30167" />
+ <path
+ d="m 189.6869,90.761133 v 1.047998 h -0.28525 v -1.038696 q 0,-0.246497 -0.0961,-0.36897 -0.0961,-0.122473 -0.28836,-0.122473 -0.23099,0 -0.36432,0.147278 -0.13332,0.147277 -0.13332,0.401525 v 0.981336 h -0.28681 v -2.412256 h 0.28681 v 0.945679 q 0.10232,-0.15658 0.24029,-0.234095 0.13953,-0.07751 0.32091,-0.07751 0.29921,0 0.45269,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30169" />
+ <path
+ d="m 191.64843,90.869653 v 0.139527 h -1.31154 q 0.0186,0.294555 0.17673,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65888,-0.241845 -0.24184,-0.241846 -0.24184,-0.654224 0,-0.426331 0.22944,-0.675928 0.231,-0.251147 0.62167,-0.251147 0.35037,0 0.55345,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139526 -0.33796,-0.139526 -0.23874,0 -0.38292,0.134875 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30171" />
+ <path
+ d="m 193.13093,90.123962 v 0.269751 q -0.12093,-0.06201 -0.25115,-0.09302 -0.13022,-0.03101 -0.26975,-0.03101 -0.21239,0 -0.31936,0.06511 -0.10542,0.06511 -0.10542,0.195337 0,0.09922 0.076,0.15658 0.076,0.05581 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.06511 0.43098,0.184485 0.12867,0.117822 0.12867,0.330212 0,0.241846 -0.19223,0.382923 -0.19069,0.141076 -0.52555,0.141076 -0.13953,0 -0.29146,-0.02791 -0.15037,-0.02635 -0.31781,-0.08061 V 91.451 q 0.15813,0.08217 0.31161,0.124024 0.15348,0.04031 0.30386,0.04031 0.20154,0 0.31006,-0.06821 0.10852,-0.06976 0.10852,-0.195337 0,-0.116272 -0.0791,-0.178283 -0.0775,-0.06201 -0.34261,-0.119373 l -0.0992,-0.02325 q -0.2651,-0.05581 -0.38292,-0.170532 -0.11782,-0.116272 -0.11782,-0.317811 0,-0.244946 0.17363,-0.378271 0.17363,-0.133325 0.49299,-0.133325 0.15813,0 0.29766,0.02325 0.13952,0.02326 0.25735,0.06976 z"
+ id="path30173" />
+ <path
+ d="m 193.86773,89.57981 v 0.492993 h 0.58756 v 0.221692 h -0.58756 v 0.942578 q 0,0.21239 0.0574,0.272851 0.0589,0.06046 0.23719,0.06046 h 0.29301 v 0.238745 h -0.29301 q -0.33021,0 -0.45578,-0.122473 -0.12558,-0.124024 -0.12558,-0.449585 v -0.942578 h -0.20928 v -0.221692 h 0.20928 V 89.57981 Z"
+ id="path30175" />
+ <path
+ d="m 195.744,90.339453 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24185,0 -0.37207,0.15813 -0.12868,0.156579 -0.12868,0.451135 v 0.914673 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.0899,-0.15813 0.23409,-0.234095 0.14418,-0.07751 0.35037,-0.07751 0.0295,0 0.0651,0.0047 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30177" />
+ <path
+ d="m 196.7397,90.936316 q -0.34572,0 -0.47904,0.07906 -0.13333,0.07906 -0.13333,0.269751 0,0.151929 0.0992,0.241846 0.10077,0.08837 0.27285,0.08837 0.2372,0 0.37983,-0.167431 0.14417,-0.168982 0.14417,-0.448035 v -0.06356 z m 0.56896,-0.117822 v 0.990637 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19688,-0.148828 0.58601,-0.148828 h 0.39997 v -0.02791 q 0,-0.196887 -0.13022,-0.303857 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.2899,0.03566 -0.14108,0.03566 -0.27131,0.10697 v -0.263549 q 0.15658,-0.06046 0.30386,-0.08992 0.14728,-0.03101 0.28681,-0.03101 0.37672,0 0.56275,0.195337 0.18604,0.195337 0.18604,0.592212 z"
+ id="path30179" />
+ <path
+ d="m 198.08577,89.57981 v 0.492993 h 0.58756 v 0.221692 h -0.58756 v 0.942578 q 0,0.21239 0.0574,0.272851 0.0589,0.06046 0.23719,0.06046 h 0.29301 v 0.238745 h -0.29301 q -0.33021,0 -0.45578,-0.122473 -0.12558,-0.124024 -0.12558,-0.449585 v -0.942578 h -0.20929 V 90.072801 H 197.799 V 89.57981 Z"
+ id="path30181" />
+ <path
+ d="m 198.9559,90.072803 h 0.28525 v 1.736328 h -0.28525 z m 0,-0.675928 h 0.28525 v 0.361218 h -0.28525 z"
+ id="path30183" />
+ <path
+ d="m 200.41824,90.272791 q -0.22945,0 -0.36277,0.179833 -0.13333,0.178284 -0.13333,0.489893 0,0.311609 0.13178,0.491443 0.13332,0.178284 0.36432,0.178284 0.22789,0 0.36121,-0.179834 0.13333,-0.179834 0.13333,-0.489893 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181384 -0.36121,-0.181384 z m 0,-0.241846 q 0.37207,0 0.58446,0.241846 0.21239,0.241845 0.21239,0.669726 0,0.426331 -0.21239,0.669727 -0.21239,0.241845 -0.58446,0.241845 -0.37363,0 -0.58602,-0.241845 -0.21084,-0.243396 -0.21084,-0.669727 0,-0.427881 0.21084,-0.669726 0.21239,-0.241846 0.58602,-0.241846 z"
+ id="path30185" />
+ <path
+ d="m 203.03864,90.761133 v 1.047998 h -0.28525 v -1.038696 q 0,-0.246497 -0.0961,-0.36897 -0.0961,-0.122473 -0.28835,-0.122473 -0.231,0 -0.36432,0.147278 -0.13333,0.147277 -0.13333,0.401525 v 0.981336 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.10232,-0.15658 0.2403,-0.234095 0.13952,-0.07751 0.32091,-0.07751 0.29921,0 0.45268,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30187" />
+ <path
+ d="m 171.98834,93.368726 q -0.20774,0.356567 -0.30851,0.705383 -0.10077,0.348816 -0.10077,0.706933 0,0.358118 0.10077,0.710035 0.10232,0.350366 0.30851,0.705383 h -0.24804 q -0.23255,-0.364319 -0.34882,-0.716235 -0.11472,-0.351917 -0.11472,-0.699183 0,-0.345715 0.11472,-0.696081 0.11472,-0.350366 0.34882,-0.716235 z"
+ id="path30189" />
+ <path
+ d="m 173.84911,93.539258 v 0.305408 q -0.17829,-0.08527 -0.33642,-0.127125 -0.15813,-0.04186 -0.3054,-0.04186 -0.2558,0 -0.39533,0.09922 -0.13797,0.09922 -0.13797,0.282154 0,0.153479 0.0915,0.232544 0.093,0.07751 0.35037,0.125573 l 0.18913,0.03876 q 0.35037,0.06666 0.51625,0.235644 0.16743,0.167432 0.16743,0.449585 0,0.336414 -0.22634,0.510047 -0.22479,0.173632 -0.66042,0.173632 -0.16434,0 -0.35037,-0.03721 -0.18449,-0.03721 -0.38292,-0.110071 v -0.32246 q 0.19068,0.10697 0.37362,0.16123 0.18293,0.05426 0.35967,0.05426 0.2682,0 0.41392,-0.10542 0.14573,-0.10542 0.14573,-0.300756 0,-0.170533 -0.10542,-0.266651 -0.10387,-0.09612 -0.34261,-0.144177 l -0.19069,-0.03721 q -0.35037,-0.06976 -0.50694,-0.218591 -0.15658,-0.148829 -0.15658,-0.413929 0,-0.306958 0.21549,-0.483691 0.21704,-0.176733 0.59686,-0.176733 0.16278,0 0.33176,0.02945 0.16898,0.02946 0.34572,0.08837 z"
+ id="path30191" />
+ <path
+ d="m 175.32385,93.675684 q -0.34107,0 -0.5426,0.254248 -0.19999,0.254248 -0.19999,0.692981 0,0.437182 0.19999,0.69143 0.20153,0.254248 0.5426,0.254248 0.34106,0 0.5395,-0.254248 0.19999,-0.254248 0.19999,-0.69143 0,-0.438733 -0.19999,-0.692981 -0.19844,-0.254248 -0.5395,-0.254248 z m 0,-0.254248 q 0.48679,0 0.77825,0.327111 0.29145,0.325562 0.29145,0.874366 0,0.547253 -0.29145,0.874365 -0.29146,0.325561 -0.77825,0.325561 -0.48834,0 -0.78135,-0.325561 -0.29145,-0.325562 -0.29145,-0.874365 0,-0.548804 0.29145,-0.874366 0.29301,-0.327111 0.78135,-0.327111 z"
+ id="path30193" />
+ <path
+ d="m 176.73348,93.368726 h 0.24805 q 0.23254,0.365869 0.34726,0.716235 0.11627,0.350366 0.11627,0.696081 0,0.347266 -0.11627,0.699183 -0.11472,0.351916 -0.34726,0.716235 h -0.24805 q 0.20619,-0.355017 0.30696,-0.705383 0.10232,-0.351917 0.10232,-0.710035 0,-0.358117 -0.10232,-0.706933 -0.10077,-0.348816 -0.30696,-0.705383 z"
+ id="path30195" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4102"
+ inkscape:label="holmes.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#holmes-holmes-alarm-correlation-and-analysis"
+ xlink:title="Holmes provides the capability to analyze the relationship among different alarms (e.g. root cause, correlation)."
+ transform="translate(-44.999997)">
+ <g
+ id="g4100"
+ inkscape:label="holmes"
+ style="display:inline">
+ <path
+ id="rect4092"
+ style="display:inline;fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="holmes.form"
+ d="m 171.00476,89 h 41 v 12 h -41 z" />
+ <g
+ aria-label="Correlation Engine (Holmes)"
+ id="text4098"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect4092);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="holmes.label">
+ <path
+ d="m 173.04874,89.672827 v 0.330213 q -0.15813,-0.147278 -0.33796,-0.220142 -0.17828,-0.07286 -0.37982,-0.07286 -0.39688,0 -0.60772,0.243396 -0.21084,0.241846 -0.21084,0.700733 0,0.457336 0.21084,0.700732 0.21084,0.241846 0.60772,0.241846 0.20154,0 0.37982,-0.07286 0.17983,-0.07286 0.33796,-0.220142 v 0.327112 q -0.16433,0.111621 -0.34881,0.167432 -0.18294,0.05581 -0.38758,0.05581 -0.52555,0 -0.82785,-0.32091 -0.30231,-0.322461 -0.30231,-0.879016 0,-0.558106 0.30231,-0.879017 0.3023,-0.32246 0.82785,-0.32246 0.20774,0 0.39068,0.05581 0.18448,0.05426 0.34571,0.164331 z"
+ id="path30199" />
+ <path
+ d="m 174.10025,90.272791 q -0.22944,0 -0.36276,0.179833 -0.13333,0.178284 -0.13333,0.489893 0,0.311609 0.13178,0.491443 0.13332,0.178284 0.36431,0.178284 0.2279,0 0.36122,-0.179834 0.13333,-0.179834 0.13333,-0.489893 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181384 -0.36122,-0.181384 z m 0,-0.241846 q 0.37208,0 0.58447,0.241846 0.21239,0.241845 0.21239,0.669726 0,0.426331 -0.21239,0.669727 -0.21239,0.241845 -0.58447,0.241845 -0.37362,0 -0.58601,-0.241845 -0.21084,-0.243396 -0.21084,-0.669727 0,-0.427881 0.21084,-0.669726 0.21239,-0.241846 0.58601,-0.241846 z"
+ id="path30201" />
+ <path
+ d="m 176.28348,90.339453 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24185,0 -0.37207,0.15813 -0.12868,0.156579 -0.12868,0.451135 v 0.914673 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.0899,-0.15813 0.2341,-0.234095 0.14417,-0.07751 0.35036,-0.07751 0.0295,0 0.0651,0.0047 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30203" />
+ <path
+ d="m 177.44041,90.339453 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24185,0 -0.37207,0.15813 -0.12868,0.156579 -0.12868,0.451135 v 0.914673 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.0899,-0.15813 0.2341,-0.234095 0.14418,-0.07751 0.35037,-0.07751 0.0294,0 0.0651,0.0047 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30205" />
+ <path
+ d="m 179.06243,90.869653 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17674,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65888,-0.241845 -0.24184,-0.241846 -0.24184,-0.654224 0,-0.426331 0.22944,-0.675928 0.231,-0.251147 0.62167,-0.251147 0.35037,0 0.55345,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139526 -0.33796,-0.139526 -0.23875,0 -0.38292,0.134875 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30207" />
+ <path
+ d="m 179.43802,89.396875 h 0.28525 v 2.412256 h -0.28525 z"
+ id="path30209" />
+ <path
+ d="m 181.01663,90.936316 q -0.34572,0 -0.47904,0.07906 -0.13333,0.07906 -0.13333,0.269751 0,0.151929 0.0992,0.241846 0.10077,0.08837 0.27285,0.08837 0.2372,0 0.37982,-0.167431 0.14418,-0.168982 0.14418,-0.448035 v -0.06356 z m 0.56896,-0.117822 v 0.990637 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19688,-0.148828 0.58601,-0.148828 h 0.39997 v -0.02791 q 0,-0.196887 -0.13022,-0.303857 -0.12868,-0.10852 -0.36277,-0.10852 -0.14883,0 -0.28991,0.03566 -0.14107,0.03566 -0.2713,0.10697 v -0.263549 q 0.15658,-0.06046 0.30386,-0.08992 0.14728,-0.03101 0.2868,-0.03101 0.37673,0 0.56276,0.195337 0.18604,0.195337 0.18604,0.592212 z"
+ id="path30211" />
+ <path
+ d="m 182.3627,89.57981 v 0.492993 h 0.58756 v 0.221692 h -0.58756 v 0.942578 q 0,0.21239 0.0574,0.272851 0.0589,0.06046 0.23719,0.06046 h 0.29301 v 0.238745 h -0.29301 q -0.33021,0 -0.45578,-0.122473 -0.12558,-0.124024 -0.12558,-0.449585 v -0.942578 h -0.20929 v -0.221692 h 0.20929 V 89.57981 Z"
+ id="path30213" />
+ <path
+ d="m 183.23282,90.072803 h 0.28526 v 1.736328 h -0.28526 z m 0,-0.675928 h 0.28526 v 0.361218 h -0.28526 z"
+ id="path30215" />
+ <path
+ d="m 184.69516,90.272791 q -0.22944,0 -0.36277,0.179833 -0.13332,0.178284 -0.13332,0.489893 0,0.311609 0.13177,0.491443 0.13333,0.178284 0.36432,0.178284 0.2279,0 0.36122,-0.179834 0.13333,-0.179834 0.13333,-0.489893 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181384 -0.36122,-0.181384 z m 0,-0.241846 q 0.37207,0 0.58446,0.241846 0.21239,0.241845 0.21239,0.669726 0,0.426331 -0.21239,0.669727 -0.21239,0.241845 -0.58446,0.241845 -0.37362,0 -0.58601,-0.241845 -0.21084,-0.243396 -0.21084,-0.669727 0,-0.427881 0.21084,-0.669726 0.21239,-0.241846 0.58601,-0.241846 z"
+ id="path30217" />
+ <path
+ d="m 187.31557,90.761133 v 1.047998 h -0.28525 v -1.038696 q 0,-0.246497 -0.0961,-0.36897 -0.0961,-0.122473 -0.28836,-0.122473 -0.23099,0 -0.36431,0.147278 -0.13333,0.147277 -0.13333,0.401525 v 0.981336 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.10232,-0.15658 0.2403,-0.234095 0.13952,-0.07751 0.32091,-0.07751 0.2992,0 0.45268,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30219" />
+ <path
+ d="m 188.45638,89.494543 h 1.46348 v 0.26355 h -1.15032 v 0.68523 h 1.10226 v 0.26355 h -1.10226 v 0.838708 h 1.17822 v 0.26355 h -1.49138 z"
+ id="path30221" />
+ <path
+ d="m 191.80078,90.761133 v 1.047998 h -0.28526 v -1.038696 q 0,-0.246497 -0.0961,-0.36897 -0.0961,-0.122473 -0.28835,-0.122473 -0.23099,0 -0.36432,0.147278 -0.13332,0.147277 -0.13332,0.401525 v 0.981336 h -0.28681 v -1.736328 h 0.28681 v 0.269751 q 0.10231,-0.15658 0.24029,-0.234095 0.13953,-0.07751 0.32091,-0.07751 0.29921,0 0.45269,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30223" />
+ <path
+ d="m 193.41969,90.920813 q 0,-0.310059 -0.12867,-0.480591 -0.12712,-0.170532 -0.35812,-0.170532 -0.22944,0 -0.35811,0.170532 -0.12713,0.170532 -0.12713,0.480591 0,0.308508 0.12713,0.47904 0.12867,0.170533 0.35811,0.170533 0.231,0 0.35812,-0.170533 0.12867,-0.170532 0.12867,-0.47904 z m 0.28526,0.672827 q 0,0.443384 -0.19689,0.658875 -0.19689,0.217041 -0.60306,0.217041 -0.15038,0 -0.28371,-0.02325 -0.13332,-0.0217 -0.25889,-0.06821 v -0.277502 q 0.12557,0.06821 0.24804,0.100769 0.12248,0.03256 0.2496,0.03256 0.2806,0 0.42013,-0.147278 0.13952,-0.145727 0.13952,-0.441833 v -0.141077 q -0.0884,0.153479 -0.22634,0.229443 -0.13797,0.07596 -0.33021,0.07596 -0.31936,0 -0.5147,-0.243396 -0.19533,-0.243396 -0.19533,-0.644922 0,-0.403076 0.19533,-0.646472 0.19534,-0.243396 0.5147,-0.243396 0.19224,0 0.33021,0.07596 0.13798,0.07596 0.22634,0.229444 v -0.26355 h 0.28526 z"
+ id="path30225" />
+ <path
+ d="m 194.19991,90.072803 h 0.28525 v 1.736328 h -0.28525 z m 0,-0.675928 h 0.28525 v 0.361218 h -0.28525 z"
+ id="path30227" />
+ <path
+ d="m 196.43274,90.761133 v 1.047998 h -0.28525 v -1.038696 q 0,-0.246497 -0.0961,-0.36897 -0.0961,-0.122473 -0.28836,-0.122473 -0.23099,0 -0.36431,0.147278 -0.13333,0.147277 -0.13333,0.401525 v 0.981336 h -0.2868 v -1.736328 h 0.2868 v 0.269751 q 0.10232,-0.15658 0.2403,-0.234095 0.13952,-0.07751 0.32091,-0.07751 0.2992,0 0.45268,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30229" />
+ <path
+ d="m 198.39428,90.869653 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17673,0.449585 0.15968,0.153479 0.44338,0.153479 0.16434,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65887,-0.241845 -0.24185,-0.241846 -0.24185,-0.654224 0,-0.426331 0.22944,-0.675928 0.231,-0.251147 0.62167,-0.251147 0.35037,0 0.55346,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28526,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12713,-0.139526 -0.33797,-0.139526 -0.23874,0 -0.38292,0.134875 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30231" />
+ <path
+ d="m 171.98834,93.368726 q -0.20774,0.356567 -0.30851,0.705383 -0.10077,0.348816 -0.10077,0.706933 0,0.358118 0.10077,0.710035 0.10232,0.350366 0.30851,0.705383 h -0.24804 q -0.23255,-0.364319 -0.34882,-0.716235 -0.11472,-0.351917 -0.11472,-0.699183 0,-0.345715 0.11472,-0.696081 0.11472,-0.350366 0.34882,-0.716235 z"
+ id="path30233" />
+ <path
+ d="m 172.4616,93.463293 h 0.31315 v 0.94878 h 1.13792 v -0.94878 h 0.31316 v 2.314588 h -0.31316 v -1.102258 h -1.13792 v 1.102258 h -0.31315 z"
+ id="path30235" />
+ <path
+ d="m 175.41687,94.241541 q -0.22945,0 -0.36277,0.179833 -0.13333,0.178284 -0.13333,0.489893 0,0.311609 0.13178,0.491443 0.13332,0.178284 0.36432,0.178284 0.22789,0 0.36121,-0.179834 0.13333,-0.179834 0.13333,-0.489893 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181384 -0.36121,-0.181384 z m 0,-0.241846 q 0.37207,0 0.58446,0.241846 0.21239,0.241845 0.21239,0.669726 0,0.426331 -0.21239,0.669727 -0.21239,0.241845 -0.58446,0.241845 -0.37362,0 -0.58601,-0.241845 -0.21084,-0.243396 -0.21084,-0.669727 0,-0.427881 0.21084,-0.669726 0.21239,-0.241846 0.58601,-0.241846 z"
+ id="path30237" />
+ <path
+ d="m 176.59395,93.365625 h 0.28526 v 2.412256 h -0.28526 z"
+ id="path30239" />
+ <path
+ d="m 178.73532,94.374866 q 0.10697,-0.192237 0.2558,-0.283704 0.14883,-0.09147 0.35037,-0.09147 0.2713,0 0.41857,0.190686 0.14728,0.189136 0.14728,0.539502 v 1.047998 h -0.2868 v -1.038696 q 0,-0.249598 -0.0884,-0.37052 -0.0884,-0.120923 -0.26975,-0.120923 -0.22169,0 -0.35037,0.147278 -0.12867,0.147277 -0.12867,0.401525 v 0.981336 h -0.2868 v -1.038696 q 0,-0.251148 -0.0884,-0.37052 -0.0884,-0.120923 -0.27285,-0.120923 -0.21859,0 -0.34727,0.148828 -0.12867,0.147278 -0.12867,0.399975 v 0.981336 h -0.28681 V 94.04155 h 0.28681 v 0.269751 q 0.0977,-0.15968 0.23409,-0.235645 0.13643,-0.07596 0.32401,-0.07596 0.18914,0 0.32091,0.09612 0.13333,0.09612 0.19689,0.279053 z"
+ id="path30241" />
+ <path
+ d="m 181.86888,94.838403 v 0.139527 h -1.31155 q 0.0186,0.294555 0.17673,0.449585 0.15968,0.153479 0.44339,0.153479 0.16433,0 0.31781,-0.04031 0.15502,-0.04031 0.30695,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65887,-0.241845 -0.24185,-0.241846 -0.24185,-0.654224 0,-0.426331 0.22945,-0.675928 0.23099,-0.251147 0.62166,-0.251147 0.35037,0 0.55346,0.226343 0.20464,0.224792 0.20464,0.612365 z m -0.28526,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12713,-0.139526 -0.33797,-0.139526 -0.23874,0 -0.38292,0.134875 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30243" />
+ <path
+ d="m 183.35137,94.092712 v 0.269751 q -0.12092,-0.06201 -0.25115,-0.09302 -0.13022,-0.03101 -0.26975,-0.03101 -0.21239,0 -0.31936,0.06511 -0.10542,0.06511 -0.10542,0.195337 0,0.09922 0.076,0.15658 0.076,0.05581 0.30541,0.10697 l 0.0977,0.0217 q 0.30386,0.06511 0.43098,0.184485 0.12868,0.117822 0.12868,0.330212 0,0.241846 -0.19224,0.382923 -0.19069,0.141076 -0.52555,0.141076 -0.13953,0 -0.29145,-0.02791 -0.15038,-0.02635 -0.31781,-0.08061 V 95.41975 q 0.15813,0.08217 0.3116,0.124024 0.15348,0.04031 0.30386,0.04031 0.20154,0 0.31006,-0.06821 0.10852,-0.06976 0.10852,-0.195337 0,-0.116272 -0.0791,-0.178283 -0.0775,-0.06201 -0.34262,-0.119373 l -0.0992,-0.02325 q -0.2651,-0.05581 -0.38292,-0.170532 -0.11782,-0.116272 -0.11782,-0.317811 0,-0.244946 0.17363,-0.378271 0.17363,-0.133325 0.49299,-0.133325 0.15813,0 0.29766,0.02325 0.13953,0.02326 0.25735,0.06976 z"
+ id="path30245" />
+ <path
+ d="m 183.76106,93.368726 h 0.24805 q 0.23254,0.365869 0.34726,0.716235 0.11627,0.350366 0.11627,0.696081 0,0.347266 -0.11627,0.699183 -0.11472,0.351916 -0.34726,0.716235 h -0.24805 q 0.20619,-0.355017 0.30696,-0.705383 0.10232,-0.351917 0.10232,-0.710035 0,-0.358117 -0.10232,-0.706933 -0.10077,-0.348816 -0.30696,-0.705383 z"
+ id="path30247" />
+ </g>
+ </g>
+ </a>
+ <g
+ id="g6156"
+ inkscape:label="policyframework"
+ style="display:inline">
+ <a
+ id="a4541"
+ inkscape:label="policyframework.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-policy-parent/en/latest/index.html"
+ xlink:title="Policy Core Functions provide a logically centralized environment for the creation and management of policies, including conditional rules (e.g. create and validate policies/rules, identify overlaps, resolve conflicts, derive additional policies as needed).">
+ <g
+ id="g6163"
+ inkscape:label="policyframework">
+ <path
+ id="rect13557-2"
+ style="fill:#009893;stroke:#009893;stroke-width:2"
+ inkscape:label="policyframework.form"
+ d="m 81,88.932762 h 41 V 100.93276 H 81 Z" />
+ <g
+ aria-label="Policy Framework"
+ id="text1436-5"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="policyframework.label">
+ <path
+ d="M 81.624768,89.685486 V 90.5552 h 0.393774 q 0.218592,0 0.337964,-0.113171 0.119373,-0.113172 0.119373,-0.322461 0,-0.207739 -0.119373,-0.320911 -0.119372,-0.113171 -0.337964,-0.113171 z m -0.313159,-0.257349 h 0.706933 q 0.389124,0 0.587561,0.176734 0.199988,0.175183 0.199988,0.514697 0,0.342615 -0.199988,0.517798 -0.198437,0.175183 -0.587561,0.175183 h -0.393774 v 0.930176 h -0.313159 z"
+ id="path30251" />
+ <path
+ d="m 83.68087,90.206384 q -0.229443,0 -0.362769,0.179834 -0.133325,0.178284 -0.133325,0.489893 0,0.311609 0.131775,0.491443 0.133325,0.178283 0.364319,0.178283 0.227893,0 0.361218,-0.179834 0.133325,-0.179834 0.133325,-0.489892 0,-0.308508 -0.133325,-0.488342 -0.133325,-0.181385 -0.361218,-0.181385 z m 0,-0.241845 q 0.37207,0 0.58446,0.241845 0.21239,0.241846 0.21239,0.669727 0,0.42633 -0.21239,0.669726 -0.21239,0.241846 -0.58446,0.241846 -0.373621,0 -0.586011,-0.241846 -0.21084,-0.243396 -0.21084,-0.669726 0,-0.427881 0.21084,-0.669727 0.21239,-0.241845 0.586011,-0.241845 z"
+ id="path30253" />
+ <path
+ d="m 84.857955,89.330469 h 0.285254 v 2.412256 h -0.285254 z"
+ id="path30255" />
+ <path
+ d="m 85.647468,90.006396 h 0.285254 v 1.736329 h -0.285254 z m 0,-0.675927 h 0.285254 v 0.361218 h -0.285254 z"
+ id="path30257" />
+ <path
+ d="m 87.686517,90.073059 v 0.26665 q -0.120923,-0.06666 -0.243396,-0.09922 -0.120923,-0.03411 -0.244947,-0.03411 -0.277502,0 -0.430981,0.176734 -0.153479,0.175183 -0.153479,0.492993 0,0.31781 0.153479,0.494543 0.153479,0.175183 0.430981,0.175183 0.124024,0 0.244947,-0.03256 0.122473,-0.03411 0.243396,-0.100769 v 0.26355 q -0.119373,0.05581 -0.248047,0.08372 -0.127124,0.02791 -0.271301,0.02791 -0.392225,0 -0.623218,-0.246497 -0.230994,-0.246496 -0.230994,-0.665075 0,-0.42478 0.232544,-0.668176 0.234094,-0.243396 0.640271,-0.243396 0.131775,0 0.257349,0.02791 0.125573,0.02635 0.243396,0.08061 z"
+ id="path30259" />
+ <path
+ d="m 88.812443,91.903955 q -0.120923,0.310059 -0.235645,0.404626 -0.114722,0.09457 -0.306958,0.09457 h -0.227893 v -0.238745 h 0.167432 q 0.117822,0 0.182934,-0.05581 0.06511,-0.05581 0.144178,-0.26355 l 0.05116,-0.130225 -0.702283,-1.708423 h 0.302308 l 0.542602,1.358057 0.542603,-1.358057 h 0.302307 z"
+ id="path30261" />
+ <path
+ d="m 90.540813,89.428137 h 1.330151 v 0.26355 h -1.016992 v 0.682129 h 0.917774 v 0.26355 h -0.917774 v 1.105359 h -0.313159 z"
+ id="path30263" />
+ <path
+ d="m 93.037198,90.273047 q -0.04806,-0.02791 -0.10542,-0.04031 -0.05581,-0.01395 -0.124023,-0.01395 -0.241846,0 -0.37207,0.158129 -0.128675,0.15658 -0.128675,0.451136 v 0.914673 h -0.286804 v -1.736329 h 0.286804 v 0.269751 q 0.08992,-0.158129 0.234094,-0.234094 0.144178,-0.07751 0.350367,-0.07751 0.02945,0 0.06511,0.0046 0.03566,0.0031 0.07906,0.01085 z"
+ id="path30265" />
+ <path
+ d="m 94.032899,90.86991 q -0.345715,0 -0.47904,0.07906 -0.133326,0.07906 -0.133326,0.269751 0,0.151928 0.09922,0.241845 0.100769,0.08837 0.272852,0.08837 0.237194,0 0.379821,-0.167432 0.144178,-0.168982 0.144178,-0.448034 v -0.06356 z m 0.568958,-0.117823 v 0.990638 h -0.285254 v -0.26355 q -0.09767,0.15813 -0.243396,0.234094 -0.145728,0.07441 -0.356568,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.195337,-0.441833 0.196888,-0.148829 0.586011,-0.148829 h 0.399976 v -0.0279 q 0,-0.196887 -0.130225,-0.303857 -0.128674,-0.108521 -0.362768,-0.108521 -0.148829,0 -0.289905,0.03566 -0.141077,0.03566 -0.271302,0.10697 v -0.26355 q 0.15658,-0.06046 0.303858,-0.08992 0.147278,-0.031 0.286804,-0.031 0.376721,0 0.562756,0.195336 0.186036,0.195337 0.186036,0.592212 z"
+ id="path30267" />
+ <path
+ d="m 96.448669,90.339709 q 0.106971,-0.192236 0.255799,-0.283703 0.148828,-0.09147 0.350366,-0.09147 0.271301,0 0.418579,0.190686 0.147278,0.189135 0.147278,0.539502 v 1.047998 h -0.286804 v -1.038697 q 0,-0.249597 -0.08837,-0.37052 -0.08837,-0.120923 -0.269751,-0.120923 -0.221692,0 -0.350366,0.147278 -0.128675,0.147278 -0.128675,0.401526 v 0.981336 h -0.286804 v -1.038697 q 0,-0.251147 -0.08837,-0.37052 -0.08837,-0.120923 -0.272852,-0.120923 -0.218591,0 -0.347266,0.148829 -0.128674,0.147277 -0.128674,0.399975 v 0.981336 h -0.286804 v -1.736329 h 0.286804 v 0.269751 q 0.09767,-0.15968 0.234094,-0.235644 0.136426,-0.07596 0.324012,-0.07596 0.189135,0 0.32091,0.09612 0.133325,0.09612 0.196887,0.279052 z"
+ id="path30269" />
+ <path
+ d="m 99.582225,90.803247 v 0.139526 h -1.311547 q 0.0186,0.294556 0.176733,0.449585 0.15968,0.153479 0.443384,0.153479 0.164331,0 0.31781,-0.04031 0.155029,-0.04031 0.306958,-0.120923 v 0.269751 q -0.153479,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.327111,0.03411 -0.415479,0 -0.658875,-0.241846 -0.241846,-0.241845 -0.241846,-0.654223 0,-0.426331 0.229444,-0.675928 0.230993,-0.251147 0.621667,-0.251147 0.350366,0 0.553455,0.226342 0.204638,0.224793 0.204638,0.612366 z m -0.285254,-0.08372 q -0.0031,-0.234094 -0.131774,-0.37362 -0.127124,-0.139527 -0.337964,-0.139527 -0.238745,0 -0.382923,0.134876 -0.142627,0.134875 -0.164331,0.379822 z"
+ id="path30271" />
+ <path
+ d="m 99.791927,90.006396 h 0.285253 l 0.35657,1.354957 0.35502,-1.354957 h 0.33641 l 0.35657,1.354957 0.35501,-1.354957 h 0.28526 l -0.45424,1.736329 h -0.33641 l -0.37362,-1.423169 -0.37517,1.423169 h -0.33642 z"
+ id="path30273" />
+ <path
+ d="m 103.13477,90.206384 q -0.22944,0 -0.36277,0.179834 -0.13332,0.178284 -0.13332,0.489893 0,0.311609 0.13177,0.491443 0.13333,0.178283 0.36432,0.178283 0.2279,0 0.36122,-0.179834 0.13333,-0.179834 0.13333,-0.489892 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181385 -0.36122,-0.181385 z m 0,-0.241845 q 0.37207,0 0.58446,0.241845 0.21239,0.241846 0.21239,0.669727 0,0.42633 -0.21239,0.669726 -0.21239,0.241846 -0.58446,0.241846 -0.37362,0 -0.58601,-0.241846 -0.21084,-0.243396 -0.21084,-0.669726 0,-0.427881 0.21084,-0.669727 0.21239,-0.241845 0.58601,-0.241845 z"
+ id="path30275" />
+ <path
+ d="m 105.318,90.273047 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12403,-0.01395 -0.24184,0 -0.37207,0.158129 -0.12867,0.15658 -0.12867,0.451136 v 0.914673 h -0.2868 v -1.736329 h 0.2868 v 0.269751 q 0.0899,-0.158129 0.23409,-0.234094 0.14418,-0.07751 0.35037,-0.07751 0.0295,0 0.0651,0.0046 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30277" />
+ <path
+ d="m 105.51375,89.330469 h 0.2868 v 1.424719 l 0.85111,-0.748792 h 0.36432 l -0.92087,0.812354 0.95963,0.923975 h -0.37207 l -0.88212,-0.848011 v 0.848011 h -0.2868 z"
+ id="path30279" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4549"
+ inkscape:label="clamp.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-policy-clamp/en/latest/index.html"
+ xlink:title="The Closed Loop Automation Platform (CLAMP) provides the capability to manage runtime control loops.">
+ <g
+ id="g6171"
+ inkscape:label="clamp">
+ <path
+ id="rect47709-1-7-9-5-9-1"
+ style="opacity:1;fill:#66c1be;stroke:#66c1be;stroke-width:2"
+ inkscape:label="clamp.form"
+ d="m 83.004768,95 h 37.000002 v 4 H 83.004768 Z" />
+ <g
+ aria-label="CLAMP"
+ id="text1436-91"
+ style="font-size:3.175px;line-height:1.05;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-5-9-1);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="clamp.label">
+ <path
+ d="m 85.048743,95.355327 v 0.330212 q -0.15813,-0.147277 -0.337964,-0.220141 -0.178284,-0.07286 -0.379822,-0.07286 -0.396875,0 -0.607715,0.243396 -0.21084,0.241846 -0.21084,0.700733 0,0.457336 0.21084,0.700732 0.21084,0.241846 0.607715,0.241846 0.201538,0 0.379822,-0.07286 0.179834,-0.07286 0.337964,-0.220142 v 0.327112 q -0.164331,0.111621 -0.348816,0.167432 -0.182935,0.05581 -0.387574,0.05581 -0.525549,0 -0.827856,-0.32091 -0.302307,-0.322461 -0.302307,-0.879016 0,-0.558106 0.302307,-0.879017 0.302307,-0.322461 0.827856,-0.322461 0.20774,0 0.390674,0.05581 0.184485,0.05426 0.345716,0.164331 z"
+ id="path30283" />
+ <path
+ d="m 85.43983,95.177043 h 0.313159 v 2.051038 h 1.127063 v 0.26355 H 85.43983 Z"
+ id="path30285" />
+ <path
+ d="m 87.96257,95.485552 -0.42478,1.151867 h 0.85111 z m -0.176733,-0.308509 h 0.355017 l 0.882116,2.314588 h -0.325561 l -0.21084,-0.593762 h -1.043347 l -0.21084,0.593762 H 86.90217 Z"
+ id="path30287" />
+ <path
+ d="m 89.26833,95.177043 h 0.466638 l 0.590661,1.575098 0.593763,-1.575098 h 0.466638 v 2.314588 h -0.305408 v -2.032434 l -0.596863,1.5875 H 90.16905 l -0.596863,-1.5875 v 2.032434 H 89.26833 Z"
+ id="path30289" />
+ <path
+ d="m 92.228252,95.434392 v 0.869714 h 0.393775 q 0.218591,0 0.337963,-0.113171 0.119373,-0.113171 0.119373,-0.322461 0,-0.207739 -0.119373,-0.320911 -0.119372,-0.113171 -0.337963,-0.113171 z m -0.313159,-0.257349 h 0.706934 q 0.389123,0 0.587561,0.176734 0.199987,0.175183 0.199987,0.514697 0,0.342615 -0.199987,0.517798 -0.198438,0.175183 -0.587561,0.175183 h -0.393775 v 0.930176 h -0.313159 z"
+ id="path30291" />
+ </g>
+ </g>
+ </a>
+ </g>
+ <g
+ id="g5379"
+ inkscape:label="interfaces"
+ style="display:inline"
+ transform="translate(0,0.06723675)">
+ <a
+ id="a4558"
+ inkscape:label="interfaces.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/references.html#user-interfaces"
+ xlink:title="Various ONAP components provide also a user interface.">
+ <g
+ id="g5413"
+ inkscape:label="interfaces">
+ <path
+ id="rect13557-1-3"
+ style="display:inline;opacity:0.4;fill:#009893;stroke:#009893;stroke-width:4;stop-color:#000000"
+ inkscape:label="interfaces.form"
+ d="M 59,71.932762 H 256 V 81.932764 H 59 Z" />
+ <g
+ aria-label="Interfaces"
+ id="text1842"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3);stroke-width:0.264583"
+ inkscape:label="interfaces.label">
+ <path
+ d="m 59.291455,72.428137 h 0.596863 v 2.314588 h -0.596863 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30295" />
+ <path
+ d="m 62.100999,73.685425 v 1.0573 h -0.558105 v -0.172083 -0.63717 q 0,-0.224793 -0.01085,-0.310059 -0.0093,-0.08527 -0.03411,-0.125574 -0.03256,-0.05426 -0.08837,-0.08371 -0.05581,-0.03101 -0.127124,-0.03101 -0.173633,0 -0.272852,0.134875 -0.09922,0.133325 -0.09922,0.37052 v 0.854212 h -0.555005 v -1.736329 h 0.555005 v 0.254249 q 0.125574,-0.151929 0.266651,-0.223243 0.141076,-0.07286 0.311609,-0.07286 0.300756,0 0.455786,0.184484 0.156579,0.184485 0.156579,0.536402 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30297" />
+ <path
+ d="m 63.129257,72.513403 v 0.492993 h 0.572058 v 0.396875 h -0.572058 v 0.73639 q 0,0.120922 0.04806,0.164331 0.04806,0.04186 0.190686,0.04186 h 0.285254 v 0.396875 h -0.47594 q -0.328662,0 -0.466638,-0.136426 -0.136426,-0.137976 -0.136426,-0.466638 v -0.73639 H 62.2983 v -0.396875 h 0.275952 v -0.492993 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30299" />
+ <path
+ d="m 65.681452,73.86991 v 0.15813 h -1.297595 q 0.02015,0.195336 0.141077,0.293005 0.120923,0.09767 0.337964,0.09767 0.175183,0 0.358117,-0.05116 0.184485,-0.05271 0.378272,-0.15813 v 0.427881 q -0.196887,0.07441 -0.393775,0.111621 -0.196887,0.03876 -0.393774,0.03876 -0.471289,0 -0.733289,-0.238745 Q 63.818,74.308643 63.818,73.876111 q 0,-0.42478 0.255798,-0.668176 0.257349,-0.243396 0.706934,-0.243396 0.409277,0 0.654224,0.246496 0.246496,0.246497 0.246496,0.658875 z m -0.570508,-0.184485 q 0,-0.15813 -0.09302,-0.254248 -0.09147,-0.09767 -0.240296,-0.09767 -0.16123,0 -0.261999,0.09147 -0.100769,0.08992 -0.125574,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30301" />
+ <path
+ d="m 67.298821,73.479236 q -0.07286,-0.03411 -0.145727,-0.04961 -0.07131,-0.01705 -0.144177,-0.01705 -0.213941,0 -0.330213,0.137976 -0.114722,0.136426 -0.114722,0.392224 v 0.799952 h -0.555004 v -1.736329 h 0.555004 v 0.285254 q 0.106971,-0.170532 0.244947,-0.248047 0.139526,-0.07906 0.333313,-0.07906 0.02791,0 0.06046,0.0031 0.03256,0.0015 0.09457,0.0093 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30303" />
+ <path
+ d="m 68.624735,72.330469 v 0.364319 h -0.306958 q -0.117822,0 -0.164331,0.04341 -0.04651,0.04186 -0.04651,0.147278 v 0.120922 h 0.47439 v 0.396875 h -0.47439 v 1.339454 H 67.551933 V 73.403271 H 67.27598 v -0.396875 h 0.275953 v -0.120922 q 0,-0.283704 0.158129,-0.418579 0.15813,-0.136426 0.489893,-0.136426 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30305" />
+ <path
+ d="m 69.549123,73.961377 q -0.173633,0 -0.261999,0.05891 -0.08682,0.05891 -0.08682,0.173633 0,0.10542 0.06976,0.165881 0.07131,0.05891 0.196888,0.05891 0.156579,0 0.263549,-0.111621 0.106971,-0.113171 0.106971,-0.282153 v -0.06356 z m 0.84801,-0.20929 v 0.990638 h -0.559655 v -0.257349 q -0.111621,0.15813 -0.251148,0.230994 -0.139526,0.07131 -0.339514,0.07131 -0.269751,0 -0.438733,-0.15658 -0.167431,-0.158129 -0.167431,-0.409277 0,-0.305408 0.209289,-0.448035 0.21084,-0.142626 0.660425,-0.142626 h 0.327112 v -0.04341 q 0,-0.131775 -0.10387,-0.192236 -0.10387,-0.06201 -0.324011,-0.06201 -0.178284,0 -0.331763,0.03566 -0.153479,0.03566 -0.285254,0.10697 v -0.42323 q 0.178284,-0.04341 0.358118,-0.06511 0.179834,-0.02325 0.359668,-0.02325 0.469739,0 0.677478,0.186035 0.209289,0.184485 0.209289,0.601513 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30307" />
+ <path
+ d="m 72.223792,73.060657 v 0.452685 q -0.113171,-0.07751 -0.227893,-0.114721 -0.113171,-0.03721 -0.235644,-0.03721 -0.232544,0 -0.362769,0.136425 -0.128674,0.134876 -0.128674,0.378272 0,0.243396 0.128674,0.379822 0.130225,0.134875 0.362769,0.134875 0.130224,0 0.246496,-0.03876 0.117822,-0.03876 0.217041,-0.114722 v 0.454236 q -0.130224,0.04806 -0.2651,0.07131 -0.133325,0.02481 -0.268201,0.02481 -0.469738,0 -0.734838,-0.240295 -0.2651,-0.241846 -0.2651,-0.671277 0,-0.429431 0.2651,-0.669727 0.2651,-0.241845 0.734838,-0.241845 0.136426,0 0.268201,0.0248 0.133325,0.02325 0.2651,0.07131 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30309" />
+ <path
+ d="m 74.343455,73.86991 v 0.15813 H 73.04586 q 0.02015,0.195336 0.141077,0.293005 0.120923,0.09767 0.337964,0.09767 0.175183,0 0.358117,-0.05116 0.184485,-0.05271 0.378272,-0.15813 v 0.427881 q -0.196887,0.07441 -0.393775,0.111621 -0.196887,0.03876 -0.393774,0.03876 -0.471289,0 -0.733289,-0.238745 -0.260449,-0.240295 -0.260449,-0.672827 0,-0.42478 0.255799,-0.668176 0.257348,-0.243396 0.706933,-0.243396 0.409277,0 0.654224,0.246496 0.246496,0.246497 0.246496,0.658875 z m -0.570508,-0.184485 q 0,-0.15813 -0.09302,-0.254248 -0.09147,-0.09767 -0.240296,-0.09767 -0.16123,0 -0.261999,0.09147 -0.100769,0.08992 -0.125574,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30311" />
+ <path
+ d="m 76.027487,73.060657 v 0.421679 q -0.178284,-0.07441 -0.344165,-0.111621 -0.165881,-0.03721 -0.313159,-0.03721 -0.15813,0 -0.235645,0.04031 -0.07596,0.03876 -0.07596,0.120923 0,0.06666 0.05736,0.102319 0.05891,0.03566 0.209289,0.05271 l 0.09767,0.01395 q 0.42633,0.05426 0.573608,0.178283 0.147278,0.124024 0.147278,0.389124 0,0.277502 -0.204639,0.417029 -0.204638,0.139526 -0.610815,0.139526 -0.172083,0 -0.356568,-0.02791 -0.182934,-0.02635 -0.376721,-0.08061 v -0.42168 q 0.165882,0.08062 0.339514,0.120923 0.175184,0.04031 0.355018,0.04031 0.16278,0 0.244946,-0.04496 0.08217,-0.04496 0.08217,-0.133325 0,-0.07441 -0.05736,-0.110071 -0.05581,-0.03721 -0.224792,-0.05736 l -0.09767,-0.0124 q -0.37052,-0.04651 -0.519349,-0.172083 -0.148828,-0.125574 -0.148828,-0.381372 0,-0.275952 0.189136,-0.409277 0.189136,-0.133325 0.57981,-0.133325 0.153479,0 0.322461,0.02325 0.168981,0.02325 0.367419,0.07286 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="path30313" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4565"
+ inkscape:label="cli.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-cli/en/latest/index.html"
+ xlink:title="The Command Line Interface (CLI) provides commands to operate ONAP during design and run-time for network service functionalities. It also provides the 'Open Command Platform' which helps to orchestrate the commands from YAML and helps in agile automation.">
+ <g
+ id="g5407"
+ inkscape:label="cli">
+ <path
+ id="rect47709-0-3-6-0-61"
+ style="vector-effect:none;fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="cli.form"
+ d="m 219,76.932762 h 36 v 4.000001 h -36 z" />
+ <g
+ aria-label="CLI"
+ id="text1436-9"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0-61);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="cli.label">
+ <path
+ d="m 221.04484,77.606421 v 0.330212 q -0.15813,-0.147278 -0.33797,-0.220141 -0.17828,-0.07286 -0.37982,-0.07286 -0.39687,0 -0.60771,0.243396 -0.21084,0.241846 -0.21084,0.700732 0,0.457337 0.21084,0.700733 0.21084,0.241845 0.60771,0.241845 0.20154,0 0.37982,-0.07286 0.17984,-0.07286 0.33797,-0.220142 v 0.327112 q -0.16433,0.111621 -0.34882,0.167432 -0.18293,0.05581 -0.38757,0.05581 -0.52555,0 -0.82786,-0.320911 -0.30231,-0.322461 -0.30231,-0.879016 0,-0.558105 0.30231,-0.879016 0.30231,-0.322461 0.82786,-0.322461 0.20774,0 0.39067,0.05581 0.18449,0.05426 0.34572,0.164331 z"
+ id="path30317" />
+ <path
+ d="m 221.43592,77.428137 h 0.31316 v 2.051038 h 1.12707 v 0.26355 h -1.44023 z"
+ id="path30319" />
+ <path
+ d="m 223.1122,77.428137 h 0.31316 v 2.314588 h -0.31316 z"
+ id="path30321" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4571"
+ inkscape:label="externalapis.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/index.html"
+ xlink:title="External API exposes ONAPs capabilities through TMF standardized interfaces. It enables ONAP to hide the internal API.">
+ <g
+ id="g5402"
+ inkscape:label="externalapis">
+ <path
+ id="rect47709-0-3-6-0-2"
+ style="vector-effect:none;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2;stop-color:#000000"
+ inkscape:label="externalapis.form"
+ d="m 180,76.932762 h 35 v 4.000001 h -35 z" />
+ <g
+ aria-label="External APIs"
+ id="text1436-11"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0-2);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="externalapis.label">
+ <path
+ d="m 180.31161,77.428137 h 1.46348 v 0.26355 h -1.15032 v 0.685229 h 1.10226 v 0.26355 h -1.10226 v 0.838709 h 1.17822 v 0.26355 h -1.49138 z"
+ id="path30325" />
+ <path
+ d="m 183.656,78.006396 -0.62786,0.84491 0.66042,0.891419 h -0.33641 l -0.5054,-0.682129 -0.50539,0.682129 h -0.33642 l 0.67438,-0.908472 -0.61702,-0.827857 h 0.33642 l 0.46043,0.618567 0.46044,-0.618567 z"
+ id="path30327" />
+ <path
+ d="m 184.28119,77.513403 v 0.492993 h 0.58756 v 0.221692 h -0.58756 v 0.942578 q 0,0.212391 0.0574,0.272852 0.0589,0.06046 0.23719,0.06046 h 0.29301 v 0.238746 h -0.29301 q -0.33021,0 -0.45579,-0.122474 -0.12557,-0.124023 -0.12557,-0.449585 v -0.942578 h -0.20929 v -0.221692 h 0.20929 v -0.492993 z"
+ id="path30329" />
+ <path
+ d="m 186.63649,78.803247 v 0.139526 h -1.31154 q 0.0186,0.294556 0.17673,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65887,-0.241846 -0.24185,-0.241845 -0.24185,-0.654223 0,-0.426331 0.22944,-0.675928 0.231,-0.251147 0.62167,-0.251147 0.35037,0 0.55346,0.226342 0.20463,0.224793 0.20463,0.612366 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139527 -0.33796,-0.139527 -0.23874,0 -0.38292,0.134876 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30331" />
+ <path
+ d="m 188.01822,78.273047 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12403,-0.01395 -0.24184,0 -0.37207,0.158129 -0.12867,0.15658 -0.12867,0.451136 v 0.914673 h -0.2868 v -1.736329 h 0.2868 v 0.269751 q 0.0899,-0.158129 0.23409,-0.234094 0.14418,-0.07751 0.35037,-0.07751 0.0295,0 0.0651,0.0046 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30333" />
+ <path
+ d="m 189.61233,78.694727 v 1.047998 h -0.28525 v -1.038697 q 0,-0.246496 -0.0961,-0.368969 -0.0961,-0.122474 -0.28835,-0.122474 -0.231,0 -0.36432,0.147278 -0.13333,0.147278 -0.13333,0.401526 v 0.981336 h -0.2868 v -1.736329 h 0.2868 v 0.269751 q 0.10232,-0.156579 0.2403,-0.234094 0.13952,-0.07751 0.32091,-0.07751 0.2992,0 0.45268,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30335" />
+ <path
+ d="m 190.87778,78.86991 q -0.34571,0 -0.47904,0.07906 -0.13332,0.07906 -0.13332,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.23719,0 0.37982,-0.167432 0.14418,-0.168982 0.14418,-0.448034 v -0.06356 z m 0.56896,-0.117823 v 0.990638 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14573,0.07441 -0.35656,0.07441 -0.26666,0 -0.42479,-0.148828 -0.15657,-0.150378 -0.15657,-0.401526 0,-0.293005 0.19533,-0.441833 0.19689,-0.148829 0.58601,-0.148829 h 0.39998 v -0.0279 q 0,-0.196887 -0.13023,-0.303857 -0.12867,-0.108521 -0.36276,-0.108521 -0.14883,0 -0.28991,0.03566 -0.14108,0.03566 -0.2713,0.10697 v -0.26355 q 0.15658,-0.06046 0.30386,-0.08992 0.14727,-0.031 0.2868,-0.031 0.37672,0 0.56276,0.195336 0.18603,0.195337 0.18603,0.592212 z"
+ id="path30337" />
+ <path
+ d="m 191.9417,77.330469 h 0.28525 v 2.412256 h -0.28525 z"
+ id="path30339" />
+ <path
+ d="m 194.16926,77.736645 -0.42478,1.151868 h 0.85111 z m -0.17673,-0.308508 h 0.35502 l 0.88211,2.314588 h -0.32556 l -0.21084,-0.593763 h -1.04334 l -0.21084,0.593763 h -0.33022 z"
+ id="path30341" />
+ <path
+ d="M 195.78818,77.685486 V 78.5552 h 0.39378 q 0.21859,0 0.33796,-0.113171 0.11937,-0.113172 0.11937,-0.322461 0,-0.207739 -0.11937,-0.320911 -0.11937,-0.113171 -0.33796,-0.113171 z m -0.31316,-0.257349 h 0.70694 q 0.38912,0 0.58756,0.176734 0.19999,0.175183 0.19999,0.514697 0,0.342615 -0.19999,0.517798 -0.19844,0.175183 -0.58756,0.175183 h -0.39378 v 0.930176 h -0.31316 z"
+ id="path30343" />
+ <path
+ d="m 197.29703,77.428137 h 0.31316 v 2.314588 h -0.31316 z"
+ id="path30345" />
+ <path
+ d="m 199.23531,78.057556 v 0.269751 q -0.12092,-0.06201 -0.25115,-0.09302 -0.13022,-0.03101 -0.26975,-0.03101 -0.21239,0 -0.31936,0.06511 -0.10542,0.06511 -0.10542,0.195337 0,0.09922 0.076,0.156579 0.076,0.05581 0.3054,0.106971 l 0.0977,0.0217 q 0.30386,0.06511 0.43098,0.184485 0.12868,0.117822 0.12868,0.330212 0,0.241846 -0.19224,0.382922 -0.19068,0.141077 -0.52555,0.141077 -0.13952,0 -0.29145,-0.02791 -0.15038,-0.02635 -0.31781,-0.08061 v -0.294556 q 0.15813,0.08217 0.31161,0.124023 0.15348,0.04031 0.30385,0.04031 0.20154,0 0.31006,-0.06821 0.10852,-0.06976 0.10852,-0.195337 0,-0.116272 -0.0791,-0.178284 -0.0775,-0.06201 -0.34262,-0.119372 l -0.0992,-0.02325 q -0.2651,-0.05581 -0.38292,-0.170533 -0.11782,-0.116272 -0.11782,-0.31781 0,-0.244946 0.17363,-0.378271 0.17364,-0.133325 0.493,-0.133325 0.15813,0 0.29765,0.02325 0.13953,0.02325 0.25735,0.06976 z"
+ id="path30347" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4578"
+ inkscape:label="usecaseui.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-usecase-ui/en/latest/index.html"
+ xlink:title="Usecase User Interface (UUI) is an application portal which provides the ability to manage ONAP service instances. It allows customers to create, delete and update service instances, as well as to monitor the alarms and performance of these instances.">
+ <g
+ id="g5396"
+ inkscape:label="usecaseui">
+ <path
+ id="rect47709-0-3-6-0-6"
+ style="vector-effect:none;fill:#009893;stroke:#009893;stroke-width:2;stop-color:#000000"
+ inkscape:label="usecaseui.form"
+ d="m 140,76.932762 h 36 v 4.000001 h -36 z" />
+ <g
+ aria-label="Use-Case UI (UUI)"
+ id="text1436-7"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0-6);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="usecaseui.label">
+ <path
+ d="m 140.27595,77.428137 h 0.31471 v 1.406116 q 0,0.37207 0.13488,0.536401 0.13487,0.162781 0.43718,0.162781 0.30076,0 0.43563,-0.162781 0.13488,-0.164331 0.13488,-0.536401 v -1.406116 h 0.31471 v 1.444873 q 0,0.452686 -0.2248,0.683679 -0.22324,0.230994 -0.66042,0.230994 -0.43873,0 -0.66353,-0.230994 -0.22324,-0.230993 -0.22324,-0.683679 z"
+ id="path30351" />
+ <path
+ d="m 143.6374,78.057556 v 0.269751 q -0.12092,-0.06201 -0.25115,-0.09302 -0.13022,-0.03101 -0.26975,-0.03101 -0.21239,0 -0.31936,0.06511 -0.10542,0.06511 -0.10542,0.195337 0,0.09922 0.076,0.156579 0.076,0.05581 0.3054,0.106971 l 0.0977,0.0217 q 0.30386,0.06511 0.43098,0.184485 0.12868,0.117822 0.12868,0.330212 0,0.241846 -0.19224,0.382922 -0.19068,0.141077 -0.52555,0.141077 -0.13952,0 -0.29145,-0.02791 -0.15038,-0.02635 -0.31781,-0.08061 v -0.294556 q 0.15813,0.08217 0.31161,0.124023 0.15348,0.04031 0.30385,0.04031 0.20154,0 0.31006,-0.06821 0.10852,-0.06976 0.10852,-0.195337 0,-0.116272 -0.0791,-0.178284 -0.0775,-0.06201 -0.34262,-0.119372 l -0.0992,-0.02325 q -0.2651,-0.05581 -0.38292,-0.170533 -0.11782,-0.116272 -0.11782,-0.31781 0,-0.244946 0.17363,-0.378271 0.17364,-0.133325 0.493,-0.133325 0.15813,0 0.29765,0.02325 0.13953,0.02325 0.25735,0.06976 z"
+ id="path30353" />
+ <path
+ d="m 145.57723,78.803247 v 0.139526 h -1.31155 q 0.0186,0.294556 0.17674,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65888,-0.241846 -0.24184,-0.241845 -0.24184,-0.654223 0,-0.426331 0.22944,-0.675928 0.23099,-0.251147 0.62167,-0.251147 0.35036,0 0.55345,0.226342 0.20464,0.224793 0.20464,0.612366 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13178,-0.37362 -0.12712,-0.139527 -0.33796,-0.139527 -0.23875,0 -0.38292,0.134876 -0.14263,0.134875 -0.16434,0.379822 z"
+ id="path30355" />
+ <path
+ d="m 145.80864,78.745886 h 0.83561 v 0.254248 h -0.83561 z"
+ id="path30357" />
+ <path
+ d="m 148.75151,77.606421 v 0.330212 q -0.15813,-0.147278 -0.33797,-0.220141 -0.17828,-0.07286 -0.37982,-0.07286 -0.39687,0 -0.60771,0.243396 -0.21084,0.241846 -0.21084,0.700732 0,0.457337 0.21084,0.700733 0.21084,0.241845 0.60771,0.241845 0.20154,0 0.37982,-0.07286 0.17984,-0.07286 0.33797,-0.220142 v 0.327112 q -0.16433,0.111621 -0.34882,0.167432 -0.18293,0.05581 -0.38757,0.05581 -0.52555,0 -0.82786,-0.320911 -0.30231,-0.322461 -0.30231,-0.879016 0,-0.558105 0.30231,-0.879016 0.30231,-0.322461 0.82786,-0.322461 0.20774,0 0.39067,0.05581 0.18449,0.05426 0.34572,0.164331 z"
+ id="path30359" />
+ <path
+ d="m 149.91929,78.86991 q -0.34571,0 -0.47904,0.07906 -0.13332,0.07906 -0.13332,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27286,0.08837 0.23719,0 0.37982,-0.167432 0.14417,-0.168982 0.14417,-0.448034 v -0.06356 z m 0.56896,-0.117823 v 0.990638 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19689,-0.148829 0.58601,-0.148829 h 0.39997 v -0.0279 q 0,-0.196887 -0.13022,-0.303857 -0.12867,-0.108521 -0.36277,-0.108521 -0.14883,0 -0.2899,0.03566 -0.14108,0.03566 -0.2713,0.10697 v -0.26355 q 0.15657,-0.06046 0.30385,-0.08992 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.195336 0.18604,0.195337 0.18604,0.592212 z"
+ id="path30361" />
+ <path
+ d="m 152.09011,78.057556 v 0.269751 q -0.12092,-0.06201 -0.25114,-0.09302 -0.13023,-0.03101 -0.26975,-0.03101 -0.21239,0 -0.31936,0.06511 -0.10542,0.06511 -0.10542,0.195337 0,0.09922 0.076,0.156579 0.076,0.05581 0.30541,0.106971 l 0.0977,0.0217 q 0.30385,0.06511 0.43098,0.184485 0.12867,0.117822 0.12867,0.330212 0,0.241846 -0.19223,0.382922 -0.19069,0.141077 -0.52555,0.141077 -0.13953,0 -0.29146,-0.02791 -0.15038,-0.02635 -0.31781,-0.08061 v -0.294556 q 0.15813,0.08217 0.31161,0.124023 0.15348,0.04031 0.30386,0.04031 0.20154,0 0.31006,-0.06821 0.10852,-0.06976 0.10852,-0.195337 0,-0.116272 -0.0791,-0.178284 -0.0775,-0.06201 -0.34261,-0.119372 l -0.0992,-0.02325 q -0.2651,-0.05581 -0.38292,-0.170533 -0.11783,-0.116272 -0.11783,-0.31781 0,-0.244946 0.17364,-0.378271 0.17363,-0.133325 0.49299,-0.133325 0.15813,0 0.29766,0.02325 0.13952,0.02325 0.25734,0.06976 z"
+ id="path30363" />
+ <path
+ d="m 154.02994,78.803247 v 0.139526 h -1.31154 q 0.0186,0.294556 0.17673,0.449585 0.15968,0.153479 0.44338,0.153479 0.16433,0 0.31781,-0.04031 0.15503,-0.04031 0.30696,-0.120923 v 0.269751 q -0.15348,0.06511 -0.31471,0.09922 -0.16123,0.03411 -0.32711,0.03411 -0.41548,0 -0.65887,-0.241846 -0.24185,-0.241845 -0.24185,-0.654223 0,-0.426331 0.22944,-0.675928 0.231,-0.251147 0.62167,-0.251147 0.35037,0 0.55346,0.226342 0.20463,0.224793 0.20463,0.612366 z m -0.28525,-0.08372 q -0.003,-0.234094 -0.13177,-0.37362 -0.12713,-0.139527 -0.33797,-0.139527 -0.23874,0 -0.38292,0.134876 -0.14263,0.134875 -0.16433,0.379822 z"
+ id="path30365" />
+ <path
+ d="m 155.03433,77.428137 h 0.31471 v 1.406116 q 0,0.37207 0.13487,0.536401 0.13488,0.162781 0.43718,0.162781 0.30076,0 0.43564,-0.162781 0.13487,-0.164331 0.13487,-0.536401 v -1.406116 h 0.31471 v 1.444873 q 0,0.452686 -0.22479,0.683679 -0.22324,0.230994 -0.66043,0.230994 -0.43873,0 -0.66352,-0.230994 -0.22324,-0.230993 -0.22324,-0.683679 z"
+ id="path30367" />
+ <path
+ d="m 157.30127,77.428137 h 0.31316 v 2.314588 h -0.31316 z"
+ id="path30369" />
+ <path
+ d="m 159.46992,77.333569 q -0.20774,0.356568 -0.30851,0.705384 -0.10076,0.348816 -0.10076,0.706933 0,0.358118 0.10076,0.710034 0.10232,0.350367 0.30851,0.705384 h -0.24804 q -0.23255,-0.364319 -0.34882,-0.716236 -0.11472,-0.351916 -0.11472,-0.699182 0,-0.345715 0.11472,-0.696081 0.11472,-0.350367 0.34882,-0.716236 z"
+ id="path30371" />
+ <path
+ d="m 159.90752,77.428137 h 0.31471 v 1.406116 q 0,0.37207 0.13487,0.536401 0.13488,0.162781 0.43719,0.162781 0.30075,0 0.43563,-0.162781 0.13487,-0.164331 0.13487,-0.536401 v -1.406116 h 0.31471 v 1.444873 q 0,0.452686 -0.22479,0.683679 -0.22324,0.230994 -0.66042,0.230994 -0.43874,0 -0.66353,-0.230994 -0.22324,-0.230993 -0.22324,-0.683679 z"
+ id="path30373" />
+ <path
+ d="m 162.1388,77.428137 h 0.31471 v 1.406116 q 0,0.37207 0.13488,0.536401 0.13487,0.162781 0.43718,0.162781 0.30076,0 0.43563,-0.162781 0.13488,-0.164331 0.13488,-0.536401 v -1.406116 h 0.31471 v 1.444873 q 0,0.452686 -0.22479,0.683679 -0.22325,0.230994 -0.66043,0.230994 -0.43873,0 -0.66352,-0.230994 -0.22325,-0.230993 -0.22325,-0.683679 z"
+ id="path30375" />
+ <path
+ d="m 164.40574,77.428137 h 0.31316 v 2.314588 h -0.31316 z"
+ id="path30377" />
+ <path
+ d="m 165.19216,77.333569 h 0.24804 q 0.23255,0.365869 0.34727,0.716236 0.11627,0.350366 0.11627,0.696081 0,0.347266 -0.11627,0.699182 -0.11472,0.351917 -0.34727,0.716236 h -0.24804 q 0.20619,-0.355017 0.30695,-0.705384 0.10232,-0.351916 0.10232,-0.710034 0,-0.358117 -0.10232,-0.706933 -0.10076,-0.348816 -0.30695,-0.705384 z"
+ id="path30379" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4585"
+ inkscape:label="omdashboardvid.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vid/en/latest/index.html"
+ xlink:title="Virtual Infrastructure Deployment (VID) is a UI interface that allows the operations and network infrastructure engineers to orchestrate and change configurations related to the infrastructure expansion and maintenance.">
+ <g
+ id="g5390"
+ inkscape:label="omdashboardvid">
+ <path
+ id="rect47709-0-3-6-0"
+ style="vector-effect:none;fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2;stop-color:#000000"
+ inkscape:label="omdashboardvid.form"
+ d="m 100,76.932762 h 36 v 4.000001 h -36 z" />
+ <g
+ aria-label="O&amp;M Dashboard (VID)"
+ id="text1436-4"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="omdashboardvid.label">
+ <path
+ d="m 101.25109,77.640527 q -0.34107,0 -0.54261,0.254248 -0.19998,0.254248 -0.19998,0.692981 0,0.437183 0.19998,0.691431 0.20154,0.254248 0.54261,0.254248 0.34106,0 0.5395,-0.254248 0.19999,-0.254248 0.19999,-0.691431 0,-0.438733 -0.19999,-0.692981 -0.19844,-0.254248 -0.5395,-0.254248 z m 0,-0.254248 q 0.48679,0 0.77824,0.327112 0.29146,0.325562 0.29146,0.874365 0,0.547254 -0.29146,0.874366 -0.29145,0.325561 -0.77824,0.325561 -0.48835,0 -0.78135,-0.325561 -0.29146,-0.325562 -0.29146,-0.874366 0,-0.548803 0.29146,-0.874365 0.293,-0.327112 0.78135,-0.327112 z"
+ id="path30383" />
+ <path
+ d="m 103.17851,78.497839 q -0.14107,0.125574 -0.20774,0.251148 -0.0651,0.124023 -0.0651,0.260449 0,0.226343 0.16433,0.376721 0.16433,0.150379 0.41238,0.150379 0.14728,0 0.27595,-0.04806 0.12868,-0.04961 0.24185,-0.148829 z m 0.2186,-0.173632 0.78754,0.806152 q 0.0915,-0.137976 0.14263,-0.294556 0.0512,-0.15813 0.0605,-0.334863 h 0.28836 q -0.0186,0.204639 -0.0992,0.404626 -0.0806,0.199988 -0.22479,0.395325 l 0.43253,0.441834 H 104.394 l -0.22169,-0.227893 q -0.16123,0.137976 -0.33796,0.206188 -0.17674,0.06666 -0.37982,0.06666 -0.37362,0 -0.61082,-0.21239 -0.23719,-0.21394 -0.23719,-0.547253 0,-0.198438 0.10387,-0.372071 0.10387,-0.175183 0.3116,-0.328662 -0.0744,-0.09767 -0.11317,-0.193787 -0.0388,-0.09767 -0.0388,-0.190686 0,-0.251147 0.17208,-0.403076 0.17208,-0.153479 0.45733,-0.153479 0.12868,0 0.2558,0.02791 0.12868,0.0279 0.26045,0.08371 v 0.282154 q -0.13487,-0.07286 -0.25735,-0.110071 -0.12247,-0.03876 -0.22789,-0.03876 -0.16278,0 -0.2651,0.08682 -0.10077,0.08527 -0.10077,0.221692 0,0.07906 0.045,0.15968 0.0465,0.07906 0.18759,0.224793 z"
+ id="path30385" />
+ <path
+ d="m 105.10129,77.428137 h 0.46664 l 0.59066,1.575098 0.59376,-1.575098 h 0.46664 v 2.314588 h -0.30541 v -2.032434 l -0.59686,1.587499 h -0.31471 l -0.59686,-1.587499 v 2.032434 h -0.30386 z"
+ id="path30387" />
+ <path
+ d="m 108.71327,77.685486 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.217041 0.22324,-0.217041 0.22324,-0.68523 0,-0.465087 -0.22324,-0.680578 -0.22169,-0.217041 -0.70073,-0.217041 z m -0.31316,-0.257349 h 0.64337 q 0.67283,0 0.98754,0.280603 0.31471,0.279053 0.31471,0.874365 0,0.598414 -0.31626,0.879017 -0.31626,0.280603 -0.98599,0.280603 h -0.64337 z"
+ id="path30389" />
+ <path
+ d="m 111.52901,78.86991 q -0.34571,0 -0.47904,0.07906 -0.13332,0.07906 -0.13332,0.269751 0,0.151928 0.0992,0.241845 0.10076,0.08837 0.27285,0.08837 0.23719,0 0.37982,-0.167432 0.14418,-0.168982 0.14418,-0.448034 v -0.06356 z m 0.56896,-0.117823 v 0.990638 h -0.28525 v -0.26355 q -0.0977,0.15813 -0.2434,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19689,-0.148829 0.58601,-0.148829 h 0.39998 v -0.0279 q 0,-0.196887 -0.13023,-0.303857 -0.12867,-0.108521 -0.36277,-0.108521 -0.14882,0 -0.2899,0.03566 -0.14108,0.03566 -0.2713,0.10697 v -0.26355 q 0.15658,-0.06046 0.30385,-0.08992 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56276,0.195336 0.18603,0.195337 0.18603,0.592212 z"
+ id="path30391" />
+ <path
+ d="m 113.69984,78.057556 v 0.269751 q -0.12093,-0.06201 -0.25115,-0.09302 -0.13023,-0.03101 -0.26975,-0.03101 -0.21239,0 -0.31936,0.06511 -0.10542,0.06511 -0.10542,0.195337 0,0.09922 0.076,0.156579 0.076,0.05581 0.30541,0.106971 l 0.0977,0.0217 q 0.30386,0.06511 0.43098,0.184485 0.12867,0.117822 0.12867,0.330212 0,0.241846 -0.19223,0.382922 -0.19069,0.141077 -0.52555,0.141077 -0.13953,0 -0.29146,-0.02791 -0.15038,-0.02635 -0.31781,-0.08061 v -0.294556 q 0.15813,0.08217 0.31161,0.124023 0.15348,0.04031 0.30386,0.04031 0.20154,0 0.31006,-0.06821 0.10852,-0.06976 0.10852,-0.195337 0,-0.116272 -0.0791,-0.178284 -0.0775,-0.06201 -0.34261,-0.119372 l -0.0992,-0.02325 q -0.2651,-0.05581 -0.38292,-0.170533 -0.11782,-0.116272 -0.11782,-0.31781 0,-0.244946 0.17363,-0.378271 0.17363,-0.133325 0.49299,-0.133325 0.15813,0 0.29766,0.02325 0.13952,0.02325 0.25735,0.06976 z"
+ id="path30393" />
+ <path
+ d="m 115.59781,78.694727 v 1.047998 h -0.28526 v -1.038697 q 0,-0.246496 -0.0961,-0.368969 -0.0961,-0.122474 -0.28836,-0.122474 -0.23099,0 -0.36432,0.147278 -0.13332,0.147278 -0.13332,0.401526 v 0.981336 h -0.28681 v -2.412256 h 0.28681 v 0.945678 q 0.10232,-0.156579 0.24029,-0.234094 0.13953,-0.07751 0.32091,-0.07751 0.29921,0 0.45269,0.186035 0.15348,0.184485 0.15348,0.544153 z"
+ id="path30395" />
+ <path
+ d="m 117.3206,78.876111 q 0,-0.31471 -0.13023,-0.492993 -0.12867,-0.179834 -0.35501,-0.179834 -0.22635,0 -0.35657,0.179834 -0.12868,0.178283 -0.12868,0.492993 0,0.314709 0.12868,0.494543 0.13022,0.178284 0.35657,0.178284 0.22634,0 0.35501,-0.178284 0.13023,-0.179834 0.13023,-0.494543 z m -0.97049,-0.606165 q 0.0899,-0.155029 0.22635,-0.229443 0.13797,-0.07596 0.32866,-0.07596 0.31626,0 0.51315,0.251147 0.19843,0.251147 0.19843,0.660425 0,0.409277 -0.19843,0.660425 -0.19689,0.251147 -0.51315,0.251147 -0.19069,0 -0.32866,-0.07441 -0.13643,-0.07596 -0.22635,-0.230994 v 0.26045 h -0.2868 v -2.412256 h 0.2868 z"
+ id="path30397" />
+ <path
+ d="m 118.66976,78.206384 q -0.22944,0 -0.36276,0.179834 -0.13333,0.178284 -0.13333,0.489893 0,0.311609 0.13178,0.491443 0.13332,0.178283 0.36431,0.178283 0.2279,0 0.36122,-0.179834 0.13333,-0.179834 0.13333,-0.489892 0,-0.308508 -0.13333,-0.488342 -0.13332,-0.181385 -0.36122,-0.181385 z m 0,-0.241845 q 0.37208,0 0.58447,0.241845 0.21239,0.241846 0.21239,0.669727 0,0.42633 -0.21239,0.669726 -0.21239,0.241846 -0.58447,0.241846 -0.37362,0 -0.58601,-0.241846 -0.21084,-0.243396 -0.21084,-0.669726 0,-0.427881 0.21084,-0.669727 0.21239,-0.241845 0.58601,-0.241845 z"
+ id="path30399" />
+ <path
+ d="m 120.63595,78.86991 q -0.34572,0 -0.47904,0.07906 -0.13333,0.07906 -0.13333,0.269751 0,0.151928 0.0992,0.241845 0.10077,0.08837 0.27285,0.08837 0.2372,0 0.37983,-0.167432 0.14417,-0.168982 0.14417,-0.448034 v -0.06356 z m 0.56896,-0.117823 v 0.990638 h -0.28526 v -0.26355 q -0.0977,0.15813 -0.24339,0.234094 -0.14573,0.07441 -0.35657,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.19534,-0.441833 0.19688,-0.148829 0.58601,-0.148829 h 0.39997 v -0.0279 q 0,-0.196887 -0.13022,-0.303857 -0.12868,-0.108521 -0.36277,-0.108521 -0.14883,0 -0.28991,0.03566 -0.14107,0.03566 -0.2713,0.10697 v -0.26355 q 0.15658,-0.06046 0.30386,-0.08992 0.14728,-0.031 0.28681,-0.031 0.37672,0 0.56275,0.195336 0.18604,0.195337 0.18604,0.592212 z"
+ id="path30401" />
+ <path
+ d="m 122.706,78.273047 q -0.0481,-0.02791 -0.10542,-0.04031 -0.0558,-0.01395 -0.12402,-0.01395 -0.24184,0 -0.37207,0.158129 -0.12867,0.15658 -0.12867,0.451136 v 0.914673 h -0.28681 v -1.736329 h 0.28681 v 0.269751 q 0.0899,-0.158129 0.23409,-0.234094 0.14418,-0.07751 0.35037,-0.07751 0.0294,0 0.0651,0.0046 0.0357,0.0031 0.0791,0.01085 z"
+ id="path30403" />
+ <path
+ d="m 123.99936,78.269946 v -0.939477 h 0.28526 v 2.412256 h -0.28526 v -0.26045 q -0.0899,0.15503 -0.22789,0.230994 -0.13643,0.07441 -0.32866,0.07441 -0.31471,0 -0.51315,-0.251147 -0.19689,-0.251148 -0.19689,-0.660425 0,-0.409278 0.19689,-0.660425 0.19844,-0.251147 0.51315,-0.251147 0.19223,0 0.32866,0.07596 0.13798,0.07441 0.22789,0.229443 z m -0.97203,0.606165 q 0,0.314709 0.12867,0.494543 0.13023,0.178284 0.35657,0.178284 0.22634,0 0.35657,-0.178284 0.13022,-0.179834 0.13022,-0.494543 0,-0.31471 -0.13022,-0.492993 -0.13023,-0.179834 -0.35657,-0.179834 -0.22634,0 -0.35657,0.179834 -0.12867,0.178283 -0.12867,0.492993 z"
+ id="path30405" />
+ <path
+ d="m 126.11686,77.333569 q -0.20774,0.356568 -0.30851,0.705384 -0.10077,0.348816 -0.10077,0.706933 0,0.358118 0.10077,0.710034 0.10232,0.350367 0.30851,0.705384 h -0.24805 q -0.23255,-0.364319 -0.34882,-0.716236 -0.11472,-0.351916 -0.11472,-0.699182 0,-0.345715 0.11472,-0.696081 0.11472,-0.350367 0.34882,-0.716236 z"
+ id="path30407" />
+ <path
+ d="m 127.18697,79.742725 -0.88367,-2.314588 h 0.32712 l 0.73328,1.948718 0.73484,-1.948718 h 0.32557 l -0.88212,2.314588 z"
+ id="path30409" />
+ <path
+ d="m 128.66947,77.428137 h 0.31315 v 2.314588 h -0.31315 z"
+ id="path30411" />
+ <path
+ d="m 129.8264,77.685486 v 1.79989 h 0.37827 q 0.47904,0 0.70073,-0.217041 0.22324,-0.217041 0.22324,-0.68523 0,-0.465087 -0.22324,-0.680578 -0.22169,-0.217041 -0.70073,-0.217041 z m -0.31316,-0.257349 h 0.64337 q 0.67283,0 0.98753,0.280603 0.31471,0.279053 0.31471,0.874365 0,0.598414 -0.31626,0.879017 -0.31626,0.280603 -0.98598,0.280603 h -0.64337 z"
+ id="path30413" />
+ <path
+ d="m 131.80808,77.333569 h 0.24805 q 0.23255,0.365869 0.34727,0.716236 0.11627,0.350366 0.11627,0.696081 0,0.347266 -0.11627,0.699182 -0.11472,0.351917 -0.34727,0.716236 h -0.24805 q 0.20619,-0.355017 0.30696,-0.705384 0.10232,-0.351916 0.10232,-0.710034 0,-0.358117 -0.10232,-0.706933 -0.10077,-0.348816 -0.30696,-0.705384 z"
+ id="path30415" />
+ </g>
+ </g>
+ </a>
+ <a
+ id="a4592"
+ inkscape:label="portal.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-portal/en/guilin/index.html"
+ xlink:title="Portal is a GUI platform that provides the ability to integrate different ONAP components GUIs into an centralized portal.">
+ <g
+ id="g5384"
+ inkscape:label="portal">
+ <path
+ id="rect47709-0-3-6"
+ style="fill:#aaaaaa;stroke:#aaaaaa;stroke-width:2"
+ inkscape:label="portal.form"
+ d="m 60,76.932762 h 36.000004 v 4.000001 H 60 Z" />
+ <g
+ aria-label="Portal"
+ id="text1436-0"
+ style="font-size:3.175px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6);fill:#ffffff;stroke-width:0.264583"
+ inkscape:label="portal.label">
+ <path
+ d="M 60.624768,77.685486 V 78.5552 h 0.393774 q 0.218592,0 0.337964,-0.113171 0.119373,-0.113172 0.119373,-0.322461 0,-0.207739 -0.119373,-0.320911 -0.119372,-0.113171 -0.337964,-0.113171 z m -0.313159,-0.257349 h 0.706933 q 0.389124,0 0.587561,0.176734 0.199988,0.175183 0.199988,0.514697 0,0.342615 -0.199988,0.517798 -0.198437,0.175183 -0.587561,0.175183 h -0.393774 v 0.930176 h -0.313159 z"
+ id="path30419" />
+ <path
+ d="m 62.68087,78.206384 q -0.229443,0 -0.362769,0.179834 -0.133325,0.178284 -0.133325,0.489893 0,0.311609 0.131775,0.491443 0.133325,0.178283 0.364319,0.178283 0.227893,0 0.361218,-0.179834 0.133325,-0.179834 0.133325,-0.489892 0,-0.308508 -0.133325,-0.488342 -0.133325,-0.181385 -0.361218,-0.181385 z m 0,-0.241845 q 0.37207,0 0.58446,0.241845 0.21239,0.241846 0.21239,0.669727 0,0.42633 -0.21239,0.669726 -0.21239,0.241846 -0.58446,0.241846 -0.373621,0 -0.586011,-0.241846 -0.21084,-0.243396 -0.21084,-0.669726 0,-0.427881 0.21084,-0.669727 0.21239,-0.241845 0.586011,-0.241845 z"
+ id="path30421" />
+ <path
+ d="m 64.864096,78.273047 q -0.04806,-0.02791 -0.10542,-0.04031 -0.05581,-0.01395 -0.124024,-0.01395 -0.241845,0 -0.37207,0.158129 -0.128674,0.15658 -0.128674,0.451136 v 0.914673 h -0.286805 v -1.736329 h 0.286805 v 0.269751 q 0.08992,-0.158129 0.234094,-0.234094 0.144177,-0.07751 0.350366,-0.07751 0.02946,0 0.06511,0.0046 0.03566,0.0031 0.07906,0.01085 z"
+ id="path30423" />
+ <path
+ d="m 65.352851,77.513403 v 0.492993 h 0.587561 v 0.221692 h -0.587561 v 0.942578 q 0,0.212391 0.05736,0.272852 0.05891,0.06046 0.237195,0.06046 h 0.293005 v 0.238746 h -0.293005 q -0.330212,0 -0.455786,-0.122474 -0.125574,-0.124023 -0.125574,-0.449585 v -0.942578 h -0.209289 v -0.221692 h 0.209289 v -0.492993 z"
+ id="path30425" />
+ <path
+ d="m 67.012078,78.86991 q -0.345715,0 -0.479041,0.07906 -0.133325,0.07906 -0.133325,0.269751 0,0.151928 0.09922,0.241845 0.100769,0.08837 0.272852,0.08837 0.237194,0 0.379821,-0.167432 0.144178,-0.168982 0.144178,-0.448034 v -0.06356 z m 0.568957,-0.117823 v 0.990638 h -0.285253 v -0.26355 q -0.09767,0.15813 -0.243396,0.234094 -0.145728,0.07441 -0.356568,0.07441 -0.26665,0 -0.42478,-0.148828 -0.15658,-0.150378 -0.15658,-0.401526 0,-0.293005 0.195337,-0.441833 0.196887,-0.148829 0.586011,-0.148829 h 0.399976 v -0.0279 q 0,-0.196887 -0.130225,-0.303857 -0.128674,-0.108521 -0.362769,-0.108521 -0.148828,0 -0.289904,0.03566 -0.141077,0.03566 -0.271302,0.10697 v -0.26355 q 0.15658,-0.06046 0.303858,-0.08992 0.147278,-0.031 0.286804,-0.031 0.376721,0 0.562756,0.195336 0.186035,0.195337 0.186035,0.592212 z"
+ id="path30427" />
+ <path
+ d="m 68.075992,77.330469 h 0.285254 v 2.412256 h -0.285254 z"
+ id="path30429" />
+ </g>
+ </g>
+ </a>
+ </g>
+ </g>
+ <a
+ id="a4352"
+ inkscape:label="nbi.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/architecture/architecture.html#introduction"
+ xlink:title="The Northbound Interface (NBI) provides a set of API that can be used by external systems as OSS or BSS for example. These APIs are based on TMF API.">
+ <g
+ id="g2903"
+ transform="translate(0.9999988,-6.9351787)"
+ style="display:inline;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
+ inkscape:label="nbi">
+ <path
+ id="rect88-7-1"
+ style="display:inline;fill:#aaaaaa;stroke:#aaaaaa"
+ inkscape:label="nbi.form"
+ d="M 10.000001,41.935177 H 320.00476 V 53.935176 H 10.000001 Z" />
+ <g
+ aria-label="Northbound Interface (NBI) towards OSS, BSS and other"
+ id="text1436-447-86-87"
+ style="font-size:6.35px;line-height:1.25;letter-spacing:-0.0926042px;word-spacing:-0.264583px;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect88-7-1);display:inline;opacity:0.4;stop-color:#000000"
+ inkscape:label="nbi.label">
+ <path
+ d="m 10.58291,42.924634 h 1.333252 l 1.683618,3.175 v -3.175 h 1.131714 v 4.629175 h -1.333252 l -1.683618,-3.175 v 3.175 H 10.58291 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30433" />
+ <path
+ d="m 17.407713,44.791186 q -0.36897,0 -0.564307,0.266651 -0.192236,0.26355 -0.192236,0.762744 0,0.499194 0.192236,0.765845 0.195337,0.26355 0.564307,0.26355 0.362768,0 0.555005,-0.26355 0.192236,-0.266651 0.192236,-0.765845 0,-0.499194 -0.192236,-0.762744 -0.192237,-0.266651 -0.555005,-0.266651 z m 0,-0.79375 q 0.896069,0 1.398364,0.483692 0.505396,0.483691 0.505396,1.339453 0,0.855762 -0.505396,1.339453 -0.502295,0.483692 -1.398364,0.483692 -0.89917,0 -1.407666,-0.483692 -0.505396,-0.483691 -0.505396,-1.339453 0,-0.855762 0.505396,-1.339453 0.508496,-0.483692 1.407666,-0.483692 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30435" />
+ <path
+ d="m 22.604708,45.026831 q -0.145727,-0.06821 -0.291455,-0.09922 -0.142627,-0.03411 -0.288354,-0.03411 -0.427881,0 -0.660425,0.275952 -0.229443,0.272852 -0.229443,0.784448 v 1.599903 h -1.11001 v -3.472657 h 1.11001 v 0.570508 q 0.21394,-0.341064 0.489892,-0.496094 0.279053,-0.15813 0.666626,-0.15813 0.05581,0 0.120923,0.0062 0.06511,0.0031 0.189136,0.0186 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30437" />
+ <path
+ d="m 24.276337,43.095166 v 0.985986 h 1.144116 v 0.79375 h -1.144116 v 1.472779 q 0,0.241845 0.09612,0.328662 0.09612,0.08372 0.381372,0.08372 h 0.570508 v 0.79375 h -0.95188 q -0.657324,0 -0.933276,-0.272852 -0.272852,-0.275952 -0.272852,-0.933276 v -1.472779 h -0.551904 v -0.79375 h 0.551904 V 43.09517 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30439" />
+ <path
+ d="m 29.498138,45.439209 v 2.1146 h -1.116211 v -0.344166 -1.268139 q 0,-0.455786 -0.0217,-0.626319 -0.0186,-0.170532 -0.06821,-0.251147 -0.06511,-0.10852 -0.176733,-0.167432 -0.111621,-0.06201 -0.254248,-0.06201 -0.347266,0 -0.545703,0.269751 -0.198438,0.26665 -0.198438,0.74104 v 1.708423 h -1.11001 v -4.824512 h 1.11001 v 1.860351 q 0.251147,-0.303857 0.533301,-0.446484 0.282153,-0.145728 0.623218,-0.145728 0.601513,0 0.911572,0.36897 0.313159,0.36897 0.313159,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30441" />
+ <path
+ d="m 32.282877,46.837573 q 0.356567,0 0.542602,-0.260449 0.189136,-0.260449 0.189136,-0.756543 0,-0.496094 -0.189136,-0.756543 -0.186035,-0.260449 -0.542602,-0.260449 -0.356568,0 -0.548804,0.26355 -0.189136,0.260449 -0.189136,0.753442 0,0.492993 0.189136,0.756543 0.192236,0.260449 0.548804,0.260449 z m -0.73794,-2.247925 q 0.229443,-0.303857 0.508496,-0.446484 0.279053,-0.145728 0.641821,-0.145728 0.641822,0 1.0542,0.511597 0.412378,0.508496 0.412378,1.311548 0,0.803052 -0.412378,1.314648 -0.412378,0.508497 -1.0542,0.508497 -0.362768,0 -0.641821,-0.142627 -0.279053,-0.145728 -0.508496,-0.449585 v 0.502295 h -1.11001 v -4.824512 h 1.11001 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30443" />
+ <path
+ d="m 36.540396,44.791186 q -0.36897,0 -0.564307,0.266651 -0.192236,0.26355 -0.192236,0.762744 0,0.499194 0.192236,0.765845 0.195337,0.26355 0.564307,0.26355 0.362768,0 0.555005,-0.26355 0.192236,-0.266651 0.192236,-0.765845 0,-0.499194 -0.192236,-0.762744 -0.192237,-0.266651 -0.555005,-0.266651 z m 0,-0.79375 q 0.896069,0 1.398364,0.483692 0.505395,0.483691 0.505395,1.339453 0,0.855762 -0.505395,1.339453 -0.502295,0.483692 -1.398364,0.483692 -0.89917,0 -1.407666,-0.483692 -0.505396,-0.483691 -0.505396,-1.339453 0,-0.855762 0.505396,-1.339453 0.508496,-0.483692 1.407666,-0.483692 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30445" />
+ <path
+ d="m 39.120495,46.201953 v -2.120801 h 1.116211 v 0.347266 q 0,0.282153 -0.0031,0.710034 -0.0031,0.42478 -0.0031,0.567407 0,0.418579 0.0217,0.604615 0.0217,0.182934 0.07441,0.26665 0.06821,0.10852 0.176733,0.167432 0.111621,0.05891 0.254248,0.05891 0.347266,0 0.545703,-0.266651 0.198438,-0.26665 0.198438,-0.74104 v -1.714624 h 1.11001 v 3.472657 h -1.11001 v -0.502295 q -0.251148,0.303857 -0.533301,0.449585 -0.279053,0.142627 -0.617017,0.142627 -0.601513,0 -0.917773,-0.36897 -0.313159,-0.36897 -0.313159,-1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30447" />
+ <path
+ d="m 47.077013,45.439209 v 2.1146 h -1.116211 v -0.344166 -1.27434 q 0,-0.449585 -0.0217,-0.620118 -0.0186,-0.170532 -0.06821,-0.251147 -0.06511,-0.10852 -0.176734,-0.167432 -0.111621,-0.06201 -0.254248,-0.06201 -0.347265,0 -0.545703,0.269751 -0.198437,0.26665 -0.198437,0.74104 v 1.708423 h -1.11001 v -3.472657 h 1.11001 v 0.508496 q 0.251147,-0.303857 0.5333,-0.446484 0.282154,-0.145728 0.623218,-0.145728 0.601514,0 0.911572,0.36897 0.31316,0.36897 0.31316,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30449" />
+ <path
+ d="m 50.37645,44.589648 v -1.860351 h 1.116211 v 4.824512 H 50.37645 v -0.502295 q -0.229443,0.306958 -0.505395,0.449585 -0.275952,0.142627 -0.638721,0.142627 -0.641821,0 -1.054199,-0.508497 -0.412378,-0.511596 -0.412378,-1.314648 0,-0.803052 0.412378,-1.311548 0.412378,-0.511597 1.054199,-0.511597 0.359668,0 0.63562,0.145728 0.279053,0.142627 0.508496,0.446484 z m -0.731738,2.247925 q 0.356567,0 0.542603,-0.260449 0.189135,-0.260449 0.189135,-0.756543 0,-0.496094 -0.189135,-0.756543 -0.186036,-0.260449 -0.542603,-0.260449 -0.353467,0 -0.542602,0.260449 -0.186036,0.260449 -0.186036,0.756543 0,0.496094 0.186036,0.756543 0.189135,0.260449 0.542602,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30451" />
+ <path
+ d="m 54.369798,42.924634 h 1.193726 v 4.629175 h -1.193726 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30453" />
+ <path
+ d="m 60.081491,45.439209 v 2.1146 H 58.96528 v -0.344166 -1.27434 q 0,-0.449585 -0.0217,-0.620118 -0.0186,-0.170532 -0.06821,-0.251147 -0.06511,-0.10852 -0.176733,-0.167432 -0.111621,-0.06201 -0.254248,-0.06201 -0.347266,0 -0.545703,0.269751 -0.198438,0.26665 -0.198438,0.74104 v 1.708423 h -1.11001 v -3.472657 h 1.11001 v 0.508496 q 0.251148,-0.303857 0.533301,-0.446484 0.282153,-0.145728 0.623218,-0.145728 0.601513,0 0.911572,0.36897 0.313159,0.36897 0.313159,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30455" />
+ <path
+ d="m 62.230608,43.095166 v 0.985986 h 1.144116 v 0.79375 h -1.144116 v 1.472779 q 0,0.241845 0.09612,0.328662 0.09612,0.08372 0.381372,0.08372 h 0.570508 v 0.79375 h -0.95188 q -0.657324,0 -0.933277,-0.272852 Q 61.1206,47.005009 61.1206,46.347685 v -1.472779 h -0.551904 v -0.79375 H 61.1206 V 43.09517 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30457" />
+ <path
+ d="m 67.427605,45.808179 v 0.316259 h -2.595191 q 0.04031,0.390674 0.282154,0.586011 0.241845,0.195337 0.675927,0.195337 0.350366,0 0.716236,-0.102319 0.368969,-0.10542 0.756543,-0.31626 v 0.855762 q -0.393775,0.148828 -0.787549,0.223242 -0.393775,0.07751 -0.787549,0.07751 -0.942578,0 -1.466577,-0.477491 -0.520899,-0.480591 -0.520899,-1.345654 0,-0.849561 0.511597,-1.336353 0.514697,-0.486792 1.413867,-0.486792 0.818555,0 1.308447,0.492994 0.492994,0.492993 0.492994,1.317749 z m -1.141016,-0.36897 q 0,-0.31626 -0.186035,-0.508496 -0.182935,-0.195337 -0.480591,-0.195337 -0.322461,0 -0.523999,0.182935 -0.201538,0.179833 -0.251147,0.520898 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30459" />
+ <path
+ d="m 70.754945,45.026831 q -0.145728,-0.06821 -0.291456,-0.09922 -0.142626,-0.03411 -0.288354,-0.03411 -0.427881,0 -0.660425,0.275952 -0.229443,0.272852 -0.229443,0.784448 v 1.599903 h -1.11001 v -3.472657 h 1.11001 v 0.570508 q 0.21394,-0.341064 0.489892,-0.496094 0.279053,-0.15813 0.666626,-0.15813 0.05581,0 0.120923,0.0062 0.06511,0.0031 0.189136,0.0186 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30461" />
+ <path
+ d="m 73.499379,42.729297 v 0.728638 h -0.613916 q -0.235645,0 -0.328662,0.08682 -0.09302,0.08372 -0.09302,0.294556 v 0.241845 h 0.94878 v 0.79375 h -0.94878 v 2.678907 h -1.11001 v -2.678907 h -0.551904 v -0.79375 h 0.551904 v -0.241845 q 0,-0.567408 0.31626,-0.837159 0.31626,-0.272851 0.979785,-0.272851 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30463" />
+ <path
+ d="m 75.440758,45.991113 q -0.347265,0 -0.523999,0.117822 -0.173632,0.117823 -0.173632,0.347266 0,0.21084 0.139526,0.331763 0.142627,0.117822 0.393774,0.117822 0.31316,0 0.5271,-0.223242 0.21394,-0.226343 0.21394,-0.564307 v -0.127124 z m 1.696021,-0.418579 v 1.981275 h -1.119312 v -0.514698 q -0.223242,0.31626 -0.502294,0.461988 -0.279053,0.142627 -0.679029,0.142627 -0.539502,0 -0.877466,-0.31316 -0.334863,-0.316259 -0.334863,-0.818554 0,-0.610816 0.418579,-0.89607 0.42168,-0.285254 1.32085,-0.285254 h 0.654223 v -0.08682 q 0,-0.26355 -0.207739,-0.384473 -0.207739,-0.124023 -0.648022,-0.124023 -0.356568,0 -0.663526,0.07131 -0.306958,0.07131 -0.570507,0.213941 v -0.84646 q 0.356567,-0.08682 0.716235,-0.130225 0.359668,-0.04651 0.719336,-0.04651 0.939477,0 1.354956,0.372071 0.418579,0.36897 0.418579,1.203027 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30465" />
+ <path
+ d="m 80.882696,44.189673 v 0.905371 q -0.226342,-0.155029 -0.455786,-0.229443 -0.226342,-0.07441 -0.471289,-0.07441 -0.465088,0 -0.725537,0.272852 -0.257348,0.269751 -0.257348,0.756543 0,0.486792 0.257348,0.759644 0.260449,0.269751 0.725537,0.269751 0.26045,0 0.492993,-0.07751 0.235645,-0.07751 0.434082,-0.229443 v 0.908471 q -0.260449,0.09612 -0.5302,0.142627 -0.26665,0.04961 -0.536401,0.04961 -0.939478,0 -1.469678,-0.480591 -0.5302,-0.483692 -0.5302,-1.342554 0,-0.858862 0.5302,-1.339453 0.5302,-0.483692 1.469678,-0.483692 0.272851,0 0.536401,0.04961 0.266651,0.04651 0.5302,0.142627 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30467" />
+ <path
+ d="m 85.21463,45.808179 v 0.316259 h -2.59519 q 0.04031,0.390674 0.282153,0.586011 0.241846,0.195337 0.675928,0.195337 0.350366,0 0.716235,-0.102319 0.36897,-0.10542 0.756543,-0.31626 v 0.855762 q -0.393774,0.148828 -0.787549,0.223242 -0.393774,0.07751 -0.787549,0.07751 -0.942578,0 -1.466577,-0.477491 -0.520898,-0.480591 -0.520898,-1.345654 0,-0.849561 0.511596,-1.336353 0.514698,-0.486792 1.413868,-0.486792 0.818554,0 1.308447,0.492994 0.492993,0.492993 0.492993,1.317749 z m -1.141016,-0.36897 q 0,-0.31626 -0.186035,-0.508496 -0.182934,-0.195337 -0.480591,-0.195337 -0.32246,0 -0.523999,0.182935 -0.201538,0.179833 -0.251147,0.520898 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30469" />
+ <path
+ d="m 89.676169,48.390967 h -0.920874 q -0.47439,-0.765845 -0.700733,-1.454175 -0.226342,-0.691431 -0.226342,-1.370459 0,-0.679028 0.226342,-1.37356 0.229444,-0.697631 0.700733,-1.457275 h 0.920874 q -0.396875,0.734839 -0.595313,1.438672 -0.198437,0.700732 -0.198437,1.385962 0,0.685229 0.195337,1.389062 0.198437,0.703833 0.598413,1.441773 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30471" />
+ <path
+ d="m 90.674974,42.924634 h 1.333252 l 1.683618,3.175 v -3.175 h 1.131714 v 4.629175 h -1.333252 l -1.683618,-3.175 v 3.175 h -1.131714 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30473" />
+ <path
+ d="m 97.750919,44.716772 q 0.282153,0 0.42788,-0.124023 0.145728,-0.124023 0.145728,-0.365869 0,-0.238745 -0.145728,-0.362769 -0.145727,-0.127124 -0.42788,-0.127124 h -0.660425 v 0.979785 z m 0.04031,2.024683 q 0.359668,0 0.539502,-0.151929 0.182935,-0.151928 0.182935,-0.458886 0,-0.300757 -0.179834,-0.449585 -0.179834,-0.151929 -0.542603,-0.151929 h -0.700732 v 1.212329 z m 1.11001,-1.665015 q 0.384473,0.111621 0.595312,0.412378 0.21084,0.300757 0.21084,0.73794 0,0.669726 -0.452685,0.998388 -0.452686,0.328663 -1.37666,0.328663 h -1.981275 v -4.629175 h 1.792139 q 0.964282,0 1.395263,0.291455 0.434083,0.291455 0.434083,0.933276 0,0.337964 -0.15813,0.576709 -0.15813,0.235645 -0.458887,0.350366 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30475" />
+ <path
+ d="m 100.64418,42.924634 h 1.19373 v 4.629175 h -1.19373 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30477" />
+ <path
+ d="m 102.83981,48.390967 q 0.39688,-0.73794 0.59531,-1.441773 0.19844,-0.703833 0.19844,-1.389062 0,-0.68523 -0.19844,-1.385962 -0.19843,-0.703833 -0.59531,-1.438672 h 0.92087 q 0.47129,0.759644 0.69764,1.457275 0.22944,0.694532 0.22944,1.37356 0,0.679028 -0.22634,1.370459 -0.22635,0.68833 -0.70074,1.454175 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30479" />
+ <path
+ d="m 108.74001,43.095166 v 0.985986 h 1.14412 v 0.79375 h -1.14412 v 1.472779 q 0,0.241845 0.0961,0.328662 0.0961,0.08372 0.38137,0.08372 h 0.57051 v 0.79375 h -0.95188 q -0.65732,0 -0.93327,-0.272852 Q 107.63,47.005005 107.63,46.347681 v -1.472779 h -0.5519 v -0.79375 h 0.5519 v -0.985986 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30481" />
+ <path
+ d="m 112.12317,44.791186 q -0.36897,0 -0.56431,0.266651 -0.19223,0.26355 -0.19223,0.762744 0,0.499194 0.19223,0.765845 0.19534,0.26355 0.56431,0.26355 0.36277,0 0.555,-0.26355 0.19224,-0.266651 0.19224,-0.765845 0,-0.499194 -0.19224,-0.762744 -0.19223,-0.266651 -0.555,-0.266651 z m 0,-0.79375 q 0.89607,0 1.39836,0.483692 0.5054,0.483691 0.5054,1.339453 0,0.855762 -0.5054,1.339453 -0.50229,0.483692 -1.39836,0.483692 -0.89917,0 -1.40767,-0.483692 -0.50539,-0.483691 -0.50539,-1.339453 0,-0.855762 0.50539,-1.339453 0.5085,-0.483692 1.40767,-0.483692 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30483" />
+ <path
+ d="m 114.43042,44.081152 h 1.079 l 0.58291,2.393653 0.58601,-2.393653 h 0.92708 l 0.58291,2.368848 0.58601,-2.368848 h 1.079 l -0.91467,3.472657 h -1.21233 l -0.58601,-2.387452 -0.58291,2.387452 h -1.21233 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30485" />
+ <path
+ d="m 122.07068,45.991113 q -0.34727,0 -0.524,0.117822 -0.17364,0.117823 -0.17364,0.347266 0,0.21084 0.13953,0.331763 0.14263,0.117822 0.39377,0.117822 0.31316,0 0.5271,-0.223242 0.21394,-0.226343 0.21394,-0.564307 v -0.127124 z m 1.69602,-0.418579 v 1.981275 h -1.11932 v -0.514698 q -0.22324,0.31626 -0.50229,0.461988 -0.27905,0.142627 -0.67903,0.142627 -0.5395,0 -0.87746,-0.31316 -0.33487,-0.316259 -0.33487,-0.818554 0,-0.610816 0.41858,-0.89607 0.42168,-0.285254 1.32085,-0.285254 h 0.65422 v -0.08682 q 0,-0.26355 -0.20773,-0.384473 -0.20774,-0.124023 -0.64803,-0.124023 -0.35656,0 -0.66352,0.07131 -0.30696,0.07131 -0.57051,0.213941 v -0.84646 q 0.35657,-0.08682 0.71624,-0.130225 0.35966,-0.04651 0.71933,-0.04651 0.93948,0 1.35496,0.372071 0.41858,0.36897 0.41858,1.203027 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30487" />
+ <path
+ d="m 127.28627,45.026831 q -0.14572,-0.06821 -0.29145,-0.09922 -0.14263,-0.03411 -0.28835,-0.03411 -0.42789,0 -0.66043,0.275952 -0.22944,0.272852 -0.22944,0.784448 v 1.599903 h -1.11001 v -3.472657 h 1.11001 v 0.570508 q 0.21394,-0.341064 0.48989,-0.496094 0.27905,-0.15813 0.66663,-0.15813 0.0558,0 0.12092,0.0062 0.0651,0.0031 0.18913,0.0186 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30489" />
+ <path
+ d="m 130.10822,44.589648 v -1.860351 h 1.11621 v 4.824512 h -1.11621 v -0.502295 q -0.22944,0.306958 -0.5054,0.449585 -0.27595,0.142627 -0.63872,0.142627 -0.64182,0 -1.0542,-0.508497 -0.41237,-0.511596 -0.41237,-1.314648 0,-0.803052 0.41237,-1.311548 0.41238,-0.511597 1.0542,-0.511597 0.35967,0 0.63562,0.145728 0.27906,0.142627 0.5085,0.446484 z m -0.73174,2.247925 q 0.35657,0 0.5426,-0.260449 0.18914,-0.260449 0.18914,-0.756543 0,-0.496094 -0.18914,-0.756543 -0.18603,-0.260449 -0.5426,-0.260449 -0.35347,0 -0.5426,0.260449 -0.18604,0.260449 -0.18604,0.756543 0,0.496094 0.18604,0.756543 0.18913,0.260449 0.5426,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30491" />
+ <path
+ d="m 134.91144,44.189673 v 0.843359 q -0.35656,-0.148828 -0.68833,-0.223242 -0.33176,-0.07441 -0.62631,-0.07441 -0.31626,0 -0.47129,0.08061 -0.15193,0.07752 -0.15193,0.241846 0,0.133325 0.11472,0.204639 0.11782,0.07131 0.41858,0.105419 l 0.19534,0.02791 q 0.85266,0.10852 1.14721,0.356567 0.29456,0.248047 0.29456,0.778247 0,0.555005 -0.40928,0.834058 -0.40928,0.279053 -1.22163,0.279053 -0.34417,0 -0.71313,-0.05581 -0.36587,-0.05271 -0.75345,-0.161231 v -0.843359 q 0.33177,0.161231 0.67903,0.241846 0.35037,0.08062 0.71004,0.08062 0.32556,0 0.48989,-0.08992 0.16433,-0.08992 0.16433,-0.26665 0,-0.148828 -0.11472,-0.220142 -0.11162,-0.07441 -0.44959,-0.114722 l -0.19533,-0.0248 q -0.74104,-0.09302 -1.0387,-0.344165 -0.29766,-0.251148 -0.29766,-0.762744 0,-0.551905 0.37827,-0.818555 0.37828,-0.266651 1.15962,-0.266651 0.30696,0 0.64493,0.04651 0.33796,0.04651 0.73483,0.145728 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30493" />
+ <path
+ d="m 139.90318,43.705981 q -0.5457,0 -0.84646,0.403077 -0.30075,0.403076 -0.30075,1.134814 0,0.728638 0.30075,1.131714 0.30076,0.403076 0.84646,0.403076 0.54881,0 0.84956,-0.403076 0.30076,-0.403076 0.30076,-1.131714 0,-0.731738 -0.30076,-1.134814 -0.30075,-0.403077 -0.84956,-0.403077 z m 0,-0.865063 q 1.11621,0 1.74873,0.638721 0.63252,0.63872 0.63252,1.764233 0,1.122412 -0.63252,1.761133 -0.63252,0.638721 -1.74873,0.638721 -1.11311,0 -1.74873,-0.638721 -0.63252,-0.638721 -0.63252,-1.761133 0,-1.125513 0.63252,-1.764233 0.63562,-0.638721 1.74873,-0.638721 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30495" />
+ <path
+ d="m 146.3156,43.070361 v 0.979785 q -0.38137,-0.170532 -0.74414,-0.257348 -0.36277,-0.08682 -0.68523,-0.08682 -0.42788,0 -0.63252,0.117823 -0.20463,0.117822 -0.20463,0.365869 0,0.186035 0.13642,0.291455 0.13953,0.102319 0.5023,0.176733 l 0.50849,0.10232 q 0.77205,0.155029 1.09761,0.471289 0.32556,0.316259 0.32556,0.89917 0,0.765844 -0.45579,1.141015 -0.45268,0.372071 -1.38596,0.372071 -0.44028,0 -0.88366,-0.08372 -0.44339,-0.08372 -0.88677,-0.248047 v -1.007691 q 0.44338,0.235645 0.85576,0.356568 0.41548,0.117822 0.79995,0.117822 0.39068,0 0.59841,-0.130225 0.20774,-0.130224 0.20774,-0.37207 0,-0.217041 -0.14262,-0.334863 -0.13953,-0.117822 -0.56121,-0.21084 l -0.46199,-0.102319 q -0.69453,-0.148828 -1.01699,-0.47439 -0.31936,-0.325561 -0.31936,-0.877466 0,-0.69143 0.44649,-1.063501 0.44648,-0.37207 1.28364,-0.37207 0.38137,0 0.78445,0.05891 0.40307,0.05581 0.83405,0.170532 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30497" />
+ <path
+ d="m 150.51111,43.070361 v 0.979785 q -0.38137,-0.170532 -0.74414,-0.257348 -0.36276,-0.08682 -0.68523,-0.08682 -0.42788,0 -0.63252,0.117823 -0.20463,0.117822 -0.20463,0.365869 0,0.186035 0.13642,0.291455 0.13953,0.102319 0.5023,0.176733 l 0.50849,0.10232 q 0.77205,0.155029 1.09761,0.471289 0.32556,0.316259 0.32556,0.89917 0,0.765844 -0.45578,1.141015 -0.45269,0.372071 -1.38597,0.372071 -0.44028,0 -0.88366,-0.08372 -0.44339,-0.08372 -0.88677,-0.248047 v -1.007691 q 0.44338,0.235645 0.85576,0.356568 0.41548,0.117822 0.79995,0.117822 0.39068,0 0.59842,-0.130225 0.20773,-0.130224 0.20773,-0.37207 0,-0.217041 -0.14262,-0.334863 -0.13953,-0.117822 -0.56121,-0.21084 l -0.46199,-0.102319 q -0.69453,-0.148828 -1.01699,-0.47439 -0.31936,-0.325561 -0.31936,-0.877466 0,-0.69143 0.44649,-1.063501 0.44648,-0.37207 1.28364,-0.37207 0.38137,0 0.78445,0.05891 0.40307,0.05581 0.83405,0.170532 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30499" />
+ <path
+ d="m 151.83548,46.353882 h 1.11621 v 0.945678 l -0.76585,1.156519 h -0.66042 l 0.31006,-1.156519 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30501" />
+ <path
+ d="m 157.7977,44.716772 q 0.28216,0 0.42788,-0.124023 0.14573,-0.124023 0.14573,-0.365869 0,-0.238745 -0.14573,-0.362769 -0.14572,-0.127124 -0.42788,-0.127124 h -0.66042 v 0.979785 z m 0.0403,2.024683 q 0.35967,0 0.5395,-0.151929 0.18294,-0.151928 0.18294,-0.458886 0,-0.300757 -0.17984,-0.449585 -0.17983,-0.151929 -0.5426,-0.151929 h -0.70073 v 1.212329 z m 1.11001,-1.665015 q 0.38447,0.111621 0.59531,0.412378 0.21084,0.300757 0.21084,0.73794 0,0.669726 -0.45268,0.998388 -0.45269,0.328663 -1.37666,0.328663 h -1.98128 v -4.629175 h 1.79214 q 0.96428,0 1.39526,0.291455 0.43409,0.291455 0.43409,0.933276 0,0.337964 -0.15813,0.576709 -0.15813,0.235645 -0.45889,0.350366 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30503" />
+ <path
+ d="m 163.91247,43.070361 v 0.979785 q -0.38138,-0.170532 -0.74414,-0.257348 -0.36277,-0.08682 -0.68523,-0.08682 -0.42788,0 -0.63252,0.117823 -0.20464,0.117822 -0.20464,0.365869 0,0.186035 0.13642,0.291455 0.13953,0.102319 0.5023,0.176733 l 0.50849,0.10232 q 0.77205,0.155029 1.09761,0.471289 0.32556,0.316259 0.32556,0.89917 0,0.765844 -0.45578,1.141015 -0.45269,0.372071 -1.38596,0.372071 -0.44029,0 -0.88367,-0.08372 -0.44338,-0.08372 -0.88677,-0.248047 v -1.007691 q 0.44339,0.235645 0.85576,0.356568 0.41548,0.117822 0.79995,0.117822 0.39068,0 0.59842,-0.130225 0.20774,-0.130224 0.20774,-0.37207 0,-0.217041 -0.14263,-0.334863 -0.13953,-0.117822 -0.56121,-0.21084 l -0.46198,-0.102319 q -0.69454,-0.148828 -1.017,-0.47439 -0.31936,-0.325561 -0.31936,-0.877466 0,-0.69143 0.44649,-1.063501 0.44648,-0.37207 1.28364,-0.37207 0.38137,0 0.78445,0.05891 0.40307,0.05581 0.83406,0.170532 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30505" />
+ <path
+ d="m 168.10796,43.070361 v 0.979785 q -0.38137,-0.170532 -0.74414,-0.257348 -0.36277,-0.08682 -0.68523,-0.08682 -0.42788,0 -0.63252,0.117823 -0.20464,0.117822 -0.20464,0.365869 0,0.186035 0.13643,0.291455 0.13953,0.102319 0.50229,0.176733 l 0.5085,0.10232 q 0.77205,0.155029 1.09761,0.471289 0.32556,0.316259 0.32556,0.89917 0,0.765844 -0.45579,1.141015 -0.45268,0.372071 -1.38596,0.372071 -0.44028,0 -0.88367,-0.08372 -0.44338,-0.08372 -0.88676,-0.248047 v -1.007691 q 0.44338,0.235645 0.85576,0.356568 0.41548,0.117822 0.79995,0.117822 0.39067,0 0.59841,-0.130225 0.20774,-0.130224 0.20774,-0.37207 0,-0.217041 -0.14262,-0.334863 -0.13953,-0.117822 -0.56121,-0.21084 l -0.46199,-0.102319 q -0.69453,-0.148828 -1.01699,-0.47439 -0.31936,-0.325561 -0.31936,-0.877466 0,-0.69143 0.44648,-1.063501 0.44649,-0.37207 1.28365,-0.37207 0.38137,0 0.78444,0.05891 0.40308,0.05581 0.83406,0.170532 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30507" />
+ <path
+ d="m 172.72764,45.991113 q -0.34726,0 -0.524,0.117822 -0.17363,0.117823 -0.17363,0.347266 0,0.21084 0.13953,0.331763 0.14262,0.117822 0.39377,0.117822 0.31316,0 0.5271,-0.223242 0.21394,-0.226343 0.21394,-0.564307 v -0.127124 z m 1.69602,-0.418579 v 1.981275 h -1.11931 v -0.514698 q -0.22324,0.31626 -0.50229,0.461988 -0.27906,0.142627 -0.67903,0.142627 -0.5395,0 -0.87747,-0.31316 -0.33486,-0.316259 -0.33486,-0.818554 0,-0.610816 0.41858,-0.89607 0.42168,-0.285254 1.32085,-0.285254 h 0.65422 v -0.08682 q 0,-0.26355 -0.20774,-0.384473 -0.20774,-0.124023 -0.64802,-0.124023 -0.35657,0 -0.66353,0.07131 -0.30695,0.07131 -0.5705,0.213941 v -0.84646 q 0.35656,-0.08682 0.71623,-0.130225 0.35967,-0.04651 0.71934,-0.04651 0.93948,0 1.35495,0.372071 0.41858,0.36897 0.41858,1.203027 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30509" />
+ <path
+ d="m 178.85481,45.439209 v 2.1146 h -1.11621 v -0.344166 -1.27434 q 0,-0.449585 -0.0217,-0.620118 -0.0186,-0.170532 -0.0682,-0.251147 -0.0651,-0.10852 -0.17673,-0.167432 -0.11163,-0.06201 -0.25425,-0.06201 -0.34727,0 -0.54571,0.269751 -0.19843,0.26665 -0.19843,0.74104 v 1.708423 h -1.11001 v -3.472657 h 1.11001 v 0.508496 q 0.25114,-0.303857 0.5333,-0.446484 0.28215,-0.145728 0.62322,-0.145728 0.60151,0 0.91157,0.36897 0.31316,0.36897 0.31316,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30511" />
+ <path
+ d="m 182.15425,44.589648 v -1.860351 h 1.11621 v 4.824512 h -1.11621 v -0.502295 q -0.22945,0.306958 -0.5054,0.449585 -0.27595,0.142627 -0.63872,0.142627 -0.64182,0 -1.0542,-0.508497 -0.41238,-0.511596 -0.41238,-1.314648 0,-0.803052 0.41238,-1.311548 0.41238,-0.511597 1.0542,-0.511597 0.35967,0 0.63562,0.145728 0.27905,0.142627 0.5085,0.446484 z m -0.73174,2.247925 q 0.35657,0 0.5426,-0.260449 0.18914,-0.260449 0.18914,-0.756543 0,-0.496094 -0.18914,-0.756543 -0.18603,-0.260449 -0.5426,-0.260449 -0.35347,0 -0.5426,0.260449 -0.18604,0.260449 -0.18604,0.756543 0,0.496094 0.18604,0.756543 0.18913,0.260449 0.5426,0.260449 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30513" />
+ <path
+ d="m 187.7506,44.791186 q -0.36897,0 -0.56431,0.266651 -0.19224,0.26355 -0.19224,0.762744 0,0.499194 0.19224,0.765845 0.19534,0.26355 0.56431,0.26355 0.36276,0 0.555,-0.26355 0.19224,-0.266651 0.19224,-0.765845 0,-0.499194 -0.19224,-0.762744 -0.19224,-0.266651 -0.555,-0.266651 z m 0,-0.79375 q 0.89606,0 1.39836,0.483692 0.50539,0.483691 0.50539,1.339453 0,0.855762 -0.50539,1.339453 -0.5023,0.483692 -1.39836,0.483692 -0.89917,0 -1.40767,-0.483692 -0.5054,-0.483691 -0.5054,-1.339453 0,-0.855762 0.5054,-1.339453 0.5085,-0.483692 1.40767,-0.483692 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30515" />
+ <path
+ d="m 191.58022,43.095166 v 0.985986 h 1.14412 v 0.79375 h -1.14412 v 1.472779 q 0,0.241845 0.0961,0.328662 0.0961,0.08372 0.38137,0.08372 h 0.57051 v 0.79375 h -0.95188 q -0.65732,0 -0.93327,-0.272852 -0.27286,-0.275952 -0.27286,-0.933276 v -1.472779 h -0.5519 v -0.79375 h 0.5519 V 43.09517 Z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30517" />
+ <path
+ d="m 196.80203,45.439209 v 2.1146 h -1.11621 v -0.344166 -1.268139 q 0,-0.455786 -0.0217,-0.626319 -0.0186,-0.170532 -0.0682,-0.251147 -0.0651,-0.10852 -0.17674,-0.167432 -0.11162,-0.06201 -0.25424,-0.06201 -0.34727,0 -0.54571,0.269751 -0.19843,0.26665 -0.19843,0.74104 v 1.708423 h -1.11001 v -4.824512 h 1.11001 v 1.860351 q 0.25114,-0.303857 0.5333,-0.446484 0.28215,-0.145728 0.62321,-0.145728 0.60152,0 0.91158,0.36897 0.31316,0.36897 0.31316,1.072803 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30519" />
+ <path
+ d="m 201.20528,45.808179 v 0.316259 h -2.59519 q 0.0403,0.390674 0.28215,0.586011 0.24185,0.195337 0.67593,0.195337 0.35036,0 0.71623,-0.102319 0.36897,-0.10542 0.75655,-0.31626 v 0.855762 q -0.39378,0.148828 -0.78755,0.223242 -0.39378,0.07751 -0.78755,0.07751 -0.94258,0 -1.46658,-0.477491 -0.5209,-0.480591 -0.5209,-1.345654 0,-0.849561 0.5116,-1.336353 0.5147,-0.486792 1.41387,-0.486792 0.81855,0 1.30844,0.492994 0.493,0.492993 0.493,1.317749 z m -1.14102,-0.36897 q 0,-0.31626 -0.18603,-0.508496 -0.18294,-0.195337 -0.4806,-0.195337 -0.32246,0 -0.52399,0.182935 -0.20154,0.179833 -0.25115,0.520898 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30521" />
+ <path
+ d="m 204.53262,45.026831 q -0.14573,-0.06821 -0.29145,-0.09922 -0.14263,-0.03411 -0.28836,-0.03411 -0.42788,0 -0.66042,0.275952 -0.22945,0.272852 -0.22945,0.784448 v 1.599903 h -1.11001 v -3.472657 h 1.11001 v 0.570508 q 0.21394,-0.341064 0.4899,-0.496094 0.27905,-0.15813 0.66662,-0.15813 0.0558,0 0.12092,0.0062 0.0651,0.0031 0.18914,0.0186 z"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="path30523" />
+ </g>
+ </g>
+ </a>
+ <path
+ id="rect69393"
+ style="display:inline;fill:#253c7e;stroke-width:0.198665"
+ d="m 69.945829,115.93276 v -10 l 8.054171,5 z"
+ sodipodi:nodetypes="cccc"
+ inkscape:label="arrow.form" />
+ <a
+ id="a4598"
+ inkscape:label="releaseinfo.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/overview/overview.html#onap-release-information"
+ xlink:title="ONAP Release 10 »Jakarta«"
+ style="display:none"
+ transform="translate(-3.3759646,4.8850003e-4)">
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;opacity:0.8;fill:#313032;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="329.96664"
+ y="27.894917"
+ id="text1436-10"
+ inkscape:label="releaseinfo.label"><tspan
+ sodipodi:role="line"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.35px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-align:end;text-anchor:end;fill:#313032;fill-opacity:1;stroke-width:0.264583"
+ x="329.87405"
+ y="27.894917"
+ id="tspan5723">RELEASE 10 »JAKARTA«</tspan></text>
+ </a>
+ <a
+ id="a4602"
+ inkscape:label="onaplogo.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/overview/overview.html"
+ xlink:title="The Open Network Automation Platform (ONAP) is a comprehensive platform for orchestration, management, and automation of network and edge computing services for network operators, cloud providers, and enterprises. The open source project ONAP is hosted by the Linux Foundation.">
+ <g
+ id="g1241"
+ transform="matrix(0.10712373,0,0,0.10712373,5.2329939,4.7423663)"
+ style="display:inline"
+ inkscape:label="onaplogo">
+ <g
+ id="g1365"
+ inkscape:label="logotext">
+ <path
+ class="st127"
+ d="m 884.4,124.83 v 46.62 H 851.73 V 13.39 h 93.09 c 17.32,0 29.65,4.26 37,12.76 7.35,8.51 11.02,22.71 11.02,42.61 0,20.06 -3.67,34.41 -11.02,43.07 -7.35,8.66 -19.55,12.99 -36.61,12.99 H 884.4 Z m 0,-31.38 h 54.52 c 8,0 13.55,-1.87 16.63,-5.6 3.08,-3.73 4.63,-10.09 4.63,-19.08 0,-8.38 -1.38,-14.32 -4.13,-17.82 -3.15,-4.11 -8.86,-6.17 -17.12,-6.17 H 884.4 Z"
+ id="path1149"
+ style="display:inline"
+ inkscape:label="p" />
+ <path
+ class="st127"
+ d="M 687,171.45 H 648.82 L 721.25,13.39 h 48.42 l 71.84,158.06 h -38.38 l -17.52,-39.8 h -80.89 z m 30.9,-69.59 h 54.52 l -25.98,-58.9 h -1.57 z"
+ id="path1147"
+ style="display:inline"
+ inkscape:label="a" />
+ <path
+ class="st127"
+ d="m 459.48,13.39 h 54.91 l 83.25,126.68 h 4.53 V 13.39 h 32.67 V 171.45 H 578.75 L 496.68,44.78 h -4.53 v 126.68 h -32.67 z"
+ id="path1145"
+ style="display:inline"
+ inkscape:label="n" />
+ <path
+ class="st126"
+ d="m 437.05,117.55 c 0,20.01 -3.51,34 -10.53,41.96 -7.02,7.96 -19.98,11.94 -38.87,11.94 h -60.03 c -18.24,0 -31.19,-4.13 -38.87,-12.39 -7.67,-8.26 -11.51,-22.1 -11.51,-41.5 V 67.97 c 0,-21.38 3.67,-36.08 11.02,-44.12 7.35,-8.03 20.47,-12.05 39.36,-12.05 h 60.03 c 17.71,0 30.18,3.79 37.39,11.37 8,8.34 12.01,23.28 12.01,44.8 z m -127.14,-3.86 c 0,10.31 1.77,17.28 5.31,20.92 3.54,3.64 10.3,5.46 20.27,5.46 h 43.3 c 10.5,0 17.38,-1.74 20.67,-5.23 3.28,-3.49 4.92,-10.61 4.92,-21.38 V 71.39 c 0,-11.22 -1.84,-18.72 -5.51,-22.51 -3.68,-3.79 -10.56,-5.69 -20.67,-5.69 h -42.12 c -10.23,0 -17.16,1.93 -20.76,5.8 -3.61,3.87 -5.41,11.41 -5.41,22.63 z"
+ id="path1143"
+ style="display:inline"
+ inkscape:label="o" />
+ </g>
+ <g
+ id="g1359"
+ inkscape:label="logografics">
+ <path
+ id="polygon1151"
+ style="display:inline;fill:#313032"
+ class="st127"
+ d="m 7.16,149.91 v 67.2 h 107.69 z" />
+ <path
+ id="polygon1153"
+ class="st128"
+ style="fill:#24272a"
+ d="M 244.95,149.68 136.86,217.11 H 244.95 Z" />
+ <path
+ id="polygon1155"
+ class="st128"
+ style="fill:#24272a"
+ d="M 7.16,77.45 112.49,11.74 H 7.16 Z" />
+ <path
+ id="polygon1157"
+ class="st128"
+ style="fill:#24272a"
+ d="M 141.76,11.74 244.95,76.13 V 11.74 Z" />
+ <path
+ id="polygon1159"
+ class="st86"
+ style="fill:none"
+ d="M 127.88,142.91 177.28,112.08 129,81.95 79.61,112.78 Z" />
+ <path
+ id="polygon1161"
+ class="st129"
+ style="fill:#00afaa"
+ d="M 82.34,52.84 32.97,83.67 79.61,112.78 129,81.95 Z" />
+ <path
+ id="polygon1163"
+ class="st129"
+ style="fill:#00afaa"
+ d="M 223.92,82.97 175.64,52.84 129,81.95 l 48.28,30.13 z" />
+ <path
+ id="polygon1165"
+ class="st130"
+ style="fill:#66c9ba"
+ d="M 129,23.73 82.34,52.84 129,81.95 175.64,52.84 Z" />
+ <path
+ id="polygon1167"
+ class="st131"
+ style="fill:#0069a7"
+ d="m 32.97,141.9 48.27,30.12 46.64,-29.11 -48.27,-30.13 z" />
+ <path
+ id="polygon1169"
+ class="st126"
+ style="fill:#007da5"
+ d="m 29.62,85.74 v 54.07 l 3.35,2.09 46.64,-29.12 -46.64,-29.11 z" />
+ <path
+ id="polygon1171"
+ class="st131"
+ style="fill:#0069a7"
+ d="m 174.21,171.83 -0.51,0.73 50.22,-31.36 -46.64,-29.12 -49.4,30.83 z" />
+ <path
+ id="polygon1173"
+ class="st126"
+ style="fill:#007da5"
+ d="m 223.92,82.97 -46.64,29.11 46.64,29.12 2.93,-1.82 V 84.8 Z" />
+ <path
+ id="polygon1175"
+ class="st132"
+ style="fill:#002f87"
+ d="m 81.24,172.02 46.64,29.12 45.82,-28.58 0.51,-0.73 -46.33,-28.92 z" />
+ <path
+ id="polygon1177"
+ style="display:inline;fill:#007da5"
+ class="st126"
+ d="m 129,81.95 48.28,30.13 -49.4,30.83 -48.27,-30.13 z" />
+ </g>
+ <g
+ id="g1239"
+ style="display:inline"
+ inkscape:label="opennetworkautomationplatform">
+ <g
+ id="g1237"
+ style="display:inline"
+ inkscape:label="path">
+ <path
+ class="st128"
+ d="m 299.9,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.02,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1179" />
+ <path
+ class="st128"
+ d="m 302.98,216.65 v -21.79 h 13.09 c 1.63,0 2.93,0.22 3.93,0.67 0.99,0.44 1.72,1.16 2.19,2.15 0.47,0.99 0.7,2.3 0.7,3.92 0,1.62 -0.22,2.86 -0.67,3.74 -0.45,0.87 -1.16,1.48 -2.13,1.82 -0.97,0.34 -2.3,0.51 -3.99,0.51 H 305 v 8.99 h -2.02 z m 2.01,-11.19 h 11.69 c 1.1,0 1.94,-0.1 2.53,-0.3 0.59,-0.2 1.01,-0.57 1.27,-1.11 0.26,-0.54 0.39,-1.37 0.39,-2.46 0,-1.67 -0.3,-2.84 -0.92,-3.52 -0.61,-0.68 -1.64,-1.01 -3.08,-1.01 h -11.89 v 8.4 z"
+ id="path1181" />
+ <path
+ class="st128"
+ d="m 325.68,216.68 v -21.82 h 17.2 v 2.2 H 327.7 v 7.23 h 14.79 v 2.2 H 327.7 v 7.98 h 15.18 v 2.2 h -17.2 z"
+ id="path1183" />
+ <path
+ class="st128"
+ d="m 346.26,216.68 v -21.82 h 4.48 l 14.93,19.56 v -19.56 h 2.01 v 21.82 h -2.91 l -15.38,-20.12 h -1.12 v 20.12 z"
+ id="path1185" />
+ <path
+ class="st128"
+ d="m 379.76,216.68 v -21.82 h 4.48 l 14.93,19.56 v -19.56 h 2.01 v 21.82 h -2.91 l -15.38,-20.12 h -1.12 v 20.12 z"
+ id="path1187" />
+ <path
+ class="st128"
+ d="m 404.42,216.68 v -21.82 h 17.2 v 2.2 h -15.18 v 7.23 h 14.79 v 2.2 h -14.79 v 7.98 h 15.18 v 2.2 h -17.2 z"
+ id="path1189" />
+ <path
+ class="st128"
+ d="m 423.99,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 V 197.06 H 424 v -2.2 z"
+ id="path1191" />
+ <path
+ class="st128"
+ d="m 464.37,194.86 6.77,19.5 h 0.44 l 6.88,-19.5 h 2.24 l -7.94,21.82 h -2.85 l -6.71,-19.31 -6.66,19.31 h -2.85 l -7.94,-21.82 h 2.23 l 6.88,19.5 h 0.45 l 6.77,-19.5 z"
+ id="path1193" />
+ <path
+ class="st128"
+ d="m 505.47,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.01,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1195" />
+ <path
+ class="st128"
+ d="m 510.62,207.72 v 8.99 h -2.01 v -21.82 h 13.98 c 1.58,0 2.87,0.26 3.88,0.79 1.01,0.52 1.74,1.26 2.2,2.19 0.46,0.94 0.69,2.03 0.69,3.28 0,1.03 -0.13,1.88 -0.38,2.54 -0.25,0.67 -0.57,1.19 -0.94,1.57 -0.37,0.38 -0.85,0.76 -1.42,1.14 0.69,0.17 1.26,0.69 1.73,1.57 0.47,0.87 0.7,2.08 0.7,3.62 v 5.1 h -2.01 v -5.34 c 0,-1.34 -0.24,-2.27 -0.72,-2.81 -0.48,-0.54 -1.26,-0.81 -2.32,-0.81 h -13.38 z m 0,-10.63 v 8.43 h 12.58 c 1.35,0 2.37,-0.37 3.08,-1.11 0.71,-0.74 1.06,-1.96 1.06,-3.68 0,-1.06 -0.36,-1.94 -1.09,-2.62 -0.72,-0.68 -1.69,-1.02 -2.91,-1.02 z"
+ id="path1197" />
+ <path
+ class="st128"
+ d="m 532.27,216.68 v -21.82 h 2.01 v 9.34 h 3.24 l 12.27,-9.37 h 3.52 l -13.7,10.44 14.04,11.42 h -3.52 L 537.6,206.41 h -3.32 v 10.28 h -2.01 z"
+ id="path1199" />
+ <path
+ class="st128"
+ d="m 565.34,216.68 h -2.23 l 10.07,-21.82 h 3.08 l 10.07,21.82 h -2.35 l -2.49,-5.47 h -13.65 z m 3.58,-7.67 h 11.52 l -5.76,-12.58 z"
+ id="path1201" />
+ <path
+ class="st128"
+ d="m 588.22,194.86 h 2.02 v 15.22 c 0,1.02 0.15,1.84 0.45,2.48 0.3,0.63 0.83,1.11 1.58,1.42 0.75,0.31 1.81,0.48 3.16,0.5 h 8.53 c 1.18,-0.02 2.13,-0.2 2.85,-0.54 0.72,-0.34 1.24,-0.84 1.56,-1.49 0.32,-0.66 0.49,-1.49 0.49,-2.5 v -15.09 h 2.01 v 14.28 c 0,2.01 -0.25,3.55 -0.75,4.64 -0.5,1.09 -1.24,1.84 -2.22,2.25 -0.98,0.41 -2.3,0.63 -3.97,0.66 h -8.5 c -1.72,-0.03 -3.09,-0.26 -4.13,-0.7 -1.04,-0.44 -1.81,-1.2 -2.32,-2.28 -0.51,-1.08 -0.77,-2.58 -0.77,-4.5 v -14.35 z"
+ id="path1203" />
+ <path
+ class="st128"
+ d="m 612.94,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 v -19.62 h -9.42 v -2.2 z"
+ id="path1205" />
+ <path
+ class="st128"
+ d="m 658.63,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.01,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1207" />
+ <path
+ class="st128"
+ d="m 689.84,216.68 h -2.01 v -20.06 h -1.12 l -10.46,20.06 h -1.04 l -10.46,-20.06 h -1.15 v 20.06 h -2.01 v -21.82 h 4.3 l 9.84,18.62 9.79,-18.62 h 4.31 v 21.82 z"
+ id="path1209" />
+ <path
+ class="st128"
+ d="m 693.96,216.68 h -2.23 l 10.07,-21.82 h 3.08 l 10.07,21.82 h -2.35 l -2.49,-5.47 h -13.65 z m 3.59,-7.67 h 11.52 l -5.76,-12.58 z"
+ id="path1211" />
+ <path
+ class="st128"
+ d="m 715.78,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 v -19.62 h -9.42 v -2.2 z"
+ id="path1213" />
+ <path
+ class="st128"
+ d="m 742.18,216.68 h -2.01 v -21.82 h 2.01 z"
+ id="path1215" />
+ <path
+ class="st128"
+ d="m 769.36,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.02,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1217" />
+ <path
+ class="st128"
+ d="m 772.32,216.68 v -21.82 h 4.48 l 14.93,19.56 v -19.56 h 2.01 v 21.82 h -2.91 l -15.38,-20.12 h -1.12 v 20.12 z"
+ id="path1219" />
+ <path
+ class="st128"
+ d="m 805.93,216.65 v -21.79 h 13.09 c 1.63,0 2.93,0.22 3.93,0.67 0.99,0.44 1.72,1.16 2.19,2.15 0.47,0.99 0.7,2.3 0.7,3.92 0,1.62 -0.22,2.86 -0.67,3.74 -0.45,0.87 -1.16,1.48 -2.13,1.82 -0.97,0.34 -2.3,0.51 -3.99,0.51 h -11.1 v 8.99 h -2.02 z m 2.02,-11.19 h 11.69 c 1.1,0 1.94,-0.1 2.53,-0.3 0.59,-0.2 1.01,-0.57 1.27,-1.11 0.26,-0.54 0.39,-1.37 0.39,-2.46 0,-1.67 -0.3,-2.84 -0.92,-3.52 -0.61,-0.68 -1.64,-1.01 -3.08,-1.01 h -11.89 v 8.4 z"
+ id="path1221" />
+ <path
+ class="st128"
+ d="m 828.86,216.68 v -21.82 h 2.01 v 19.62 h 14.63 v 2.2 z"
+ id="path1223" />
+ <path
+ class="st128"
+ d="m 849.43,216.68 h -2.23 l 10.07,-21.82 h 3.08 l 10.07,21.82 h -2.35 l -2.49,-5.47 h -13.65 z m 3.59,-7.67 h 11.52 l -5.76,-12.58 z"
+ id="path1225" />
+ <path
+ class="st128"
+ d="m 871.25,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 v -19.62 h -9.42 v -2.2 z"
+ id="path1227" />
+ <path
+ class="st128"
+ d="m 894.46,216.68 v -21.82 h 17.2 v 2.2 h -15.18 v 7.23 h 14.79 v 2.2 h -14.79 v 10.19 z"
+ id="path1229" />
+ <path
+ class="st128"
+ d="m 937.58,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.01,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.35,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1231" />
+ <path
+ class="st128"
+ d="m 942.73,207.72 v 8.99 h -2.01 v -21.82 h 13.98 c 1.58,0 2.87,0.26 3.88,0.79 1.01,0.52 1.74,1.26 2.2,2.19 0.46,0.94 0.69,2.03 0.69,3.28 0,1.03 -0.13,1.88 -0.38,2.54 -0.25,0.67 -0.57,1.19 -0.94,1.57 -0.37,0.38 -0.85,0.76 -1.42,1.14 0.69,0.17 1.26,0.69 1.73,1.57 0.47,0.87 0.7,2.08 0.7,3.62 v 5.1 h -2.01 v -5.34 c 0,-1.34 -0.24,-2.27 -0.72,-2.81 -0.48,-0.54 -1.26,-0.81 -2.32,-0.81 h -13.38 z m 0,-10.63 v 8.43 h 12.58 c 1.35,0 2.37,-0.37 3.08,-1.11 0.71,-0.74 1.06,-1.96 1.06,-3.68 0,-1.06 -0.36,-1.94 -1.09,-2.62 -0.72,-0.68 -1.69,-1.02 -2.91,-1.02 z"
+ id="path1233" />
+ <path
+ class="st128"
+ d="m 992.84,216.68 h -2.01 v -20.06 h -1.12 l -10.46,20.06 h -1.04 l -10.46,-20.06 h -1.15 v 20.06 h -2.01 v -21.82 h 4.3 l 9.84,18.62 9.79,-18.62 h 4.31 v 21.82 z"
+ id="path1235" />
+ </g>
+ </g>
+ </g>
+ </a>
+ </g>
+ <style
+ type="text/css"
+ id="style1141">
+ .st0{fill:#1DCAD3;}
+ .st1{fill:#36B0C9;}
+ .st2{fill:#231F20;}
+ .st3{fill:#FFFFFF;}
+ .st4{fill:#9164CC;}
+ .st5{clip-path:url(#SVGID_2_);fill:url(#SVGID_3_);}
+ .st6{fill:#201747;}
+ .st7{fill-rule:evenodd;clip-rule:evenodd;fill:#10CFC9;}
+ .st8{clip-path:url(#SVGID_5_);fill:#231F20;}
+ .st9{fill-rule:evenodd;clip-rule:evenodd;fill:#231F20;}
+ .st10{clip-path:url(#SVGID_7_);fill:#FFFFFF;}
+ .st11{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
+ .st12{fill:#8CCEAF;}
+ .st13{fill:#008476;}
+ .st14{fill:#25BCBD;}
+ .st15{fill:#004D70;}
+ .st16{fill:#20BBBB;}
+ .st17{fill:#024D70;}
+ .st18{fill-rule:evenodd;clip-rule:evenodd;fill:#F58B1F;}
+ .st19{fill-rule:evenodd;clip-rule:evenodd;fill:#18335B;}
+ .st20{clip-path:url(#SVGID_9_);}
+ .st21{clip-path:url(#SVGID_11_);}
+ .st22{fill:#18335B;}
+ .st23{fill:#F58B1F;}
+ .st24{clip-path:url(#SVGID_15_);}
+ .st25{clip-path:url(#SVGID_17_);}
+ .st26{clip-path:url(#SVGID_21_);}
+ .st27{clip-path:url(#SVGID_23_);}
+ .st28{clip-path:url(#SVGID_27_);}
+ .st29{clip-path:url(#SVGID_29_);}
+ .st30{clip-path:url(#SVGID_33_);}
+ .st31{clip-path:url(#SVGID_35_);}
+ .st32{clip-path:url(#SVGID_39_);}
+ .st33{clip-path:url(#SVGID_41_);}
+ .st34{fill:#416BA9;}
+ .st35{fill:#73C3D5;}
+ .st36{opacity:0.8;}
+ .st37{fill:#3A3A3A;}
+ .st38{fill:url(#SVGID_44_);}
+ .st39{fill:none;stroke:#000000;stroke-width:6.3384;}
+ .st40{fill:none;stroke:#000000;stroke-width:3.1692;}
+ .st41{fill:#48494B;}
+ .st42{fill:#C1986C;}
+ .st43{fill:url(#SVGID_63_);}
+ .st44{fill:url(#SVGID_64_);}
+ .st45{fill:url(#SVGID_65_);}
+ .st46{fill:url(#SVGID_66_);}
+ .st47{fill:url(#SVGID_67_);}
+ .st48{fill:#4D4E4E;}
+ .st49{fill:#27B373;}
+ .st50{fill:#5DC4CD;}
+ .st51{fill:#1E8756;}
+ .st52{fill:#3D1152;}
+ .st53{fill:#922C48;}
+ .st54{fill-rule:evenodd;clip-rule:evenodd;fill:#922C48;}
+ .st55{fill:#404041;}
+ .st56{fill:#EC1C24;}
+ .st57{fill:#373A36;}
+ .st58{fill:#808184;}
+ .st59{fill:#262261;}
+ .st60{fill:#6FCBDC;}
+ .st61{fill:#2F3436;}
+ .st62{fill:#5F97D0;}
+ .st63{fill:#132428;}
+ .st64{fill:#85C041;}
+ .st65{fill:#677784;}
+ .st66{fill:url(#SVGID_68_);}
+ .st67{opacity:0.2;clip-path:url(#SVGID_70_);}
+ .st68{fill:#FFFEFA;}
+ .st69{opacity:0.1;}
+ .st70{fill:url(#SVGID_71_);}
+ .st71{opacity:0.3;}
+ .st72{opacity:0.08;}
+ .st73{opacity:0.1;fill:url(#Wordmark_1_);}
+ .st74{fill:url(#SVGID_104_);}
+ .st75{opacity:0.6;fill:url(#SVGID_107_);}
+ .st76{opacity:0.4;}
+ .st77{fill:url(#SVGID_110_);}
+ .st78{opacity:0.6;fill:url(#SVGID_113_);}
+ .st79{fill:url(#SVGID_116_);}
+ .st80{opacity:0.6;fill:url(#SVGID_119_);}
+ .st81{fill:url(#SVGID_122_);}
+ .st82{opacity:0.6;fill:url(#SVGID_125_);}
+ .st83{fill:url(#SVGID_128_);}
+ .st84{opacity:0.6;fill:url(#SVGID_131_);}
+ .st85{fill:#221F1F;}
+ .st86{fill:none;}
+ .st87{fill:#00416B;}
+ .st88{opacity:0.8;fill:url(#XMLID_323_);}
+ .st89{fill:#4197CB;}
+ .st90{fill:#003E52;}
+ .st91{fill:#3F96B4;}
+ .st92{fill:#B9DBE5;}
+ .st93{opacity:0.3;fill:#231F20;}
+ .st94{opacity:0.3;fill:#FFFFFF;}
+ .st95{fill:#050013;}
+ .st96{fill:#E87200;}
+ .st97{fill:#FCB813;}
+ .st98{fill:#3D3935;}
+ .st99{fill:#FFB600;}
+ .st100{fill:#FCB814;}
+ .st101{fill:#F48120;}
+ .st102{fill:#EF4E25;}
+ .st103{fill:#ED3024;}
+ .st104{fill:#E0592A;}
+ .st105{fill:#00ADBB;}
+ .st106{fill:#00829B;}
+ .st107{fill:#93D500;}
+ .st108{fill:#4D5A31;}
+ .st109{fill:#6BA43A;}
+ .st110{fill:#424143;}
+ .st111{fill-rule:evenodd;clip-rule:evenodd;fill:#C7E6B4;}
+ .st112{fill-rule:evenodd;clip-rule:evenodd;fill:#5A9891;}
+ .st113{fill-rule:evenodd;clip-rule:evenodd;fill:#127870;}
+ .st114{fill-rule:evenodd;clip-rule:evenodd;fill:#5CCFD5;}
+ .st115{fill-rule:evenodd;clip-rule:evenodd;fill:#ACD5CD;}
+ .st116{fill-rule:evenodd;clip-rule:evenodd;fill:#B5ECC9;}
+ .st117{fill-rule:evenodd;clip-rule:evenodd;fill:#A1D683;}
+ .st118{fill-rule:evenodd;clip-rule:evenodd;fill:#DEF0D3;}
+ .st119{fill-rule:evenodd;clip-rule:evenodd;fill:#91B9B4;}
+ .st120{fill-rule:evenodd;clip-rule:evenodd;fill:#006860;}
+ .st121{fill-rule:evenodd;clip-rule:evenodd;fill:#00ADBB;}
+ .st122{fill-rule:evenodd;clip-rule:evenodd;fill:#B4E7E9;}
+ .st123{fill-rule:evenodd;clip-rule:evenodd;fill:#007565;}
+ .st124{fill-rule:evenodd;clip-rule:evenodd;fill:#00CE7C;}
+ .st125{fill-rule:evenodd;clip-rule:evenodd;fill:#5FD896;}
+ .st126{fill:#007DA5;}
+ .st127{fill:#313032;}
+ .st128{fill:#24272A;}
+ .st129{fill:#00AFAA;}
+ .st130{fill:#66C9BA;}
+ .st131{fill:#0069A7;}
+ .st132{fill:#002F87;}
+ .st133{fill:#8BC53F;}
+ .st134{fill:#1A1A1A;}
+ .st135{fill:#0095D6;}
+ .st136{fill:#003F5F;}
+ .st137{fill:#2D317C;}
+ .st138{fill:#41BFBF;}
+ .st139{fill:#293C97;}
+ .st140{fill:#52C2BD;}
+ .st141{fill:url(#SVGID_134_);}
+ .st142{fill:url(#SVGID_135_);}
+ .st143{fill:url(#SVGID_136_);}
+ .st144{fill:#0DBEEA;}
+ .st145{fill:#097EC2;}
+ .st146{fill:#133C63;}
+ .st147{fill:#3B91CF;}
+ .st148{fill:#C8DEE8;}
+ .st149{fill:#629BBA;}
+ .st150{fill:#F8BE19;}
+ .st151{fill:url(#SVGID_137_);}
+ .st152{fill:url(#SVGID_138_);}
+ .st153{fill:url(#SVGID_139_);}
+ .st154{fill:#00233B;}
+ .st155{fill:url(#SVGID_140_);}
+ .st156{fill:url(#SVGID_141_);}
+ .st157{fill:url(#SVGID_142_);}
+ .st158{fill:url(#SVGID_143_);}
+ .st159{fill:url(#SVGID_144_);}
+ .st160{fill:url(#SVGID_145_);}
+ .st161{fill:url(#SVGID_146_);}
+ .st162{fill:url(#SVGID_147_);}
+ .st163{fill:url(#SVGID_148_);}
+ .st164{fill:url(#SVGID_149_);}
+ .st165{fill:url(#SVGID_150_);}
+ .st166{fill:url(#SVGID_151_);}
+ .st167{fill:url(#SVGID_152_);}
+ .st168{fill:url(#SVGID_153_);}
+ .st169{fill:url(#SVGID_154_);}
+ .st170{fill:url(#SVGID_155_);}
+ .st171{fill:url(#SVGID_156_);}
+ .st172{fill:url(#SVGID_157_);}
+ .st173{fill:url(#SVGID_158_);}
+ .st174{fill:url(#SVGID_159_);}
+ .st175{fill:url(#SVGID_160_);}
+ .st176{fill:url(#SVGID_161_);}
+ .st177{fill:url(#SVGID_162_);}
+ .st178{fill:url(#SVGID_163_);}
+ .st179{fill:url(#SVGID_164_);}
+ .st180{fill:url(#SVGID_165_);}
+ .st181{fill:url(#SVGID_166_);}
+ .st182{fill:url(#SVGID_167_);}
+ .st183{fill:url(#SVGID_168_);}
+ .st184{fill:url(#SVGID_169_);}
+ .st185{fill:url(#SVGID_170_);}
+ .st186{fill:url(#SVGID_171_);}
+ .st187{fill:url(#SVGID_172_);}
+ .st188{fill:url(#SVGID_173_);}
+ .st189{fill:url(#SVGID_174_);}
+ .st190{fill:url(#SVGID_175_);}
+ .st191{fill:url(#SVGID_176_);}
+ .st192{fill:url(#SVGID_177_);}
+ .st193{fill:url(#SVGID_178_);}
+ .st194{fill:#C31230;}
+ .st195{fill:#807F82;}
+ .st196{fill-rule:evenodd;clip-rule:evenodd;fill:#C31230;}
+ .st197{fill-rule:evenodd;clip-rule:evenodd;fill:#807F82;}
+ .st198{fill:#2D2D2D;}
+ .st199{display:none;fill:#2D2D2D;}
+ .st200{fill:#D11F3C;}
+ .st201{fill:#E42C4C;stroke:#E42C4C;stroke-width:1.0503;stroke-miterlimit:10;}
+ .st202{display:none;fill:#231F20;}
+ .st203{display:none;fill:#FFFFFF;}
+ .st204{fill:#FF7F30;}
+ .st205{opacity:0.3;fill:#FF7F30;}
+ .st206{opacity:0.6;fill:#FF7F30;}
+ .st207{opacity:0.7;fill:#FF7F30;}
+ .st208{fill:#221C35;}
+ .st209{fill:#1B98D5;}
+ .st210{fill:#173963;}
+ .st211{fill:#009ADE;}
+ .st212{fill:#003764;}
+ .st213{fill:#2A7DE1;}
+ .st214{opacity:0.4;clip-path:url(#XMLID_324_);fill:#221F1F;}
+ .st215{fill:#002A3A;}
+ .st216{fill:#0033A1;}
+ .st217{fill:url(#SVGID_179_);}
+ .st218{fill:url(#SVGID_180_);}
+ .st219{fill:url(#SVGID_181_);}
+ .st220{fill:url(#SVGID_182_);}
+ .st221{fill:#007EC4;}
+ .st222{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_183_);}
+ .st223{fill-rule:evenodd;clip-rule:evenodd;fill:#E6E7E8;}
+ .st224{fill:#009345;}
+ .st225{fill:#BBBCB8;}
+ .st226{fill:#72C0EB;}
+ .st227{fill:#939598;}
+ .st228{fill-rule:evenodd;clip-rule:evenodd;fill:#2CB8EB;}
+ .st229{fill:#2CB8EB;}
+ .st230{fill:#81B83A;}
+ .st231{fill-rule:evenodd;clip-rule:evenodd;fill:#81B83A;}
+ .st232{enable-background:new ;}
+ .st233{fill:#FF6F3E;}
+ .st234{fill:#12143D;}
+ .st235{fill:url(#SVGID_184_);}
+ .st236{fill:url(#SVGID_185_);}
+ .st237{fill:url(#SVGID_186_);}
+ .st238{fill:url(#SVGID_187_);}
+ .st239{fill:url(#SVGID_188_);}
+ .st240{fill:url(#SVGID_189_);}
+ .st241{fill:url(#SVGID_190_);}
+ .st242{fill:url(#SVGID_191_);}
+ .st243{fill:url(#SVGID_192_);}
+ .st244{fill:#7C51A0;}
+ .st245{fill:#9F66A9;}
+ .st246{fill:#9F80B9;}
+ .st247{fill:url(#SVGID_193_);}
+ .st248{fill:url(#SVGID_194_);}
+ .st249{fill:url(#SVGID_195_);}
+ .st250{fill:url(#SVGID_196_);}
+ .st251{fill:#2D3136;}
+ .st252{fill:#76777A;}
+ .st253{fill:#A7A8A9;}
+ .st254{fill:#0082CA;}
+ .st255{fill:#FFB259;}
+ .st256{fill:#385CAD;}
+ .st257{fill:#7BA0C4;}
+ .st258{fill:#EBA900;}
+ .st259{fill:#929497;}
+ .st260{opacity:0.7;fill:#FFFFFF;}
+ .st261{fill:#016BAF;}
+ .st262{fill:#343432;}
+ .st263{fill:#6D6E70;}
+ .st264{fill:#F4B01B;}
+ .st265{fill:#293271;}
+ .st266{fill:#A1D33C;}
+ .st267{fill:#212322;}
+ .st268{fill:#0047BA;}
+ .st269{fill:#969CDE;}
+ .st270{fill:#047BC1;}
+ .st271{fill:url(#SVGID_197_);}
+ .st272{fill:url(#SVGID_198_);}
+ .st273{fill:url(#SVGID_199_);}
+ .st274{fill:url(#SVGID_200_);}
+ .st275{fill:url(#SVGID_201_);}
+ .st276{fill:url(#SVGID_202_);}
+ .st277{fill:url(#SVGID_203_);}
+ .st278{fill:#13517C;}
+ .st279{fill:#0077A6;}
+ .st280{fill:none;stroke:#231F20;stroke-width:5.9036;stroke-miterlimit:10;}
+ .st281{fill:#00A94F;}
+ .st282{fill:none;stroke:#231F20;stroke-width:3.2172;stroke-miterlimit:10;}
+ .st283{fill:#59595C;}
+ .st284{opacity:0.349;fill:#F9AE19;}
+ .st285{opacity:0.349;fill:#E99F22;}
+ .st286{opacity:0.349;fill:#E47D25;}
+ .st287{fill:#F9AE19;}
+ .st288{fill:#E99F22;}
+ .st289{fill:#F09B20;}
+ .st290{fill:#E47D25;}
+ .st291{fill:#E89223;}
+ .st292{opacity:0.651;fill:#F9AE19;}
+ .st293{fill:#E68825;}
+ .st294{opacity:0.651;fill:#E99F22;}
+ .st295{fill:#EB8D23;}
+ .st296{opacity:0.7725;fill:#EF9B21;}
+ .st297{opacity:0.651;fill:#E47D25;}
+ .st298{opacity:0.7725;fill:#EA9622;}
+ .st299{fill:url(#SVGID_204_);}
+ .st300{fill:#55575B;}
+ .st301{fill:#EE424E;}
+ .st302{fill:#34424B;}
+</style>
+</svg>
diff --git a/docs/platform/architecture/media/onap-architecture-overview-interactive.svg b/docs/platform/architecture/media/onap-architecture-overview-interactive.svg
new file mode 100644
index 000000000..ffd8b5d82
--- /dev/null
+++ b/docs/platform/architecture/media/onap-architecture-overview-interactive.svg
@@ -0,0 +1,2976 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<!-- This work is licensed under a Creative Commons Attribution 4.0 International -->
+
+<!-- License. http://creativecommons.org/licenses/by/4.0 -->
+
+<!-- Copyright (C) 2021 Deutsche Telekom AG -->
+
+<svg
+ sodipodi:docname="onap-architecture-overview-interactive.svg"
+ inkscape:version="1.1.2 (76b9e6a115, 2022-02-25)"
+ id="svg5"
+ version="1.1"
+ viewBox="0 0 324.00477 237.0196"
+ height="237.01961mm"
+ width="324.00476mm"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:svg="http://www.w3.org/2000/svg">
+ <sodipodi:namedview
+ id="namedview7"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageshadow="2"
+ inkscape:pageopacity="0.0"
+ inkscape:pagecheckerboard="0"
+ inkscape:document-units="mm"
+ showgrid="true"
+ inkscape:zoom="2.0000001"
+ inkscape:cx="510.24999"
+ inkscape:cy="547.74999"
+ inkscape:window-width="3264"
+ inkscape:window-height="1818"
+ inkscape:window-x="231"
+ inkscape:window-y="120"
+ inkscape:window-maximized="0"
+ inkscape:current-layer="g7780"
+ height="190mm"
+ showborder="true"
+ inkscape:showpageshadow="true"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ borderlayer="true"
+ width="321mm"
+ fit-margin-left="2"
+ fit-margin-top="2"
+ lock-margins="true"
+ fit-margin-right="2"
+ fit-margin-bottom="2">
+ <inkscape:grid
+ type="xygrid"
+ id="grid14"
+ units="mm"
+ spacingx="0.99999999"
+ spacingy="0.99999999"
+ empspacing="0"
+ originx="5.0047656"
+ originy="1.9293997e-06" />
+ </sodipodi:namedview>
+ <defs
+ id="defs2">
+ <linearGradient
+ id="linearGradient155150"
+ inkscape:swatch="gradient">
+ <stop
+ style="stop-color:#8bffc3;stop-opacity:1;"
+ offset="0"
+ id="stop155146" />
+ <stop
+ style="stop-color:#8bffc3;stop-opacity:0;"
+ offset="1"
+ id="stop155148" />
+ </linearGradient>
+ <style
+ id="style5342">.cls-1{fill:none;stroke:#00bcd4;stroke-miterlimit:3.2;stroke-width:4.68px;}</style>
+ </defs>
+ <g
+ id="layer4"
+ inkscape:label="vector.layer"
+ style="display:inline"
+ transform="translate(-3.9999998,-3.9999989)"
+ inkscape:groupmode="layer">
+ <g
+ id="g5663"
+ transform="translate(2.0952081e-6,-1.0520645)"
+ style="display:inline"
+ inkscape:label="colorlegend">
+ <g
+ id="g4786"
+ inkscape:label="unmaintained"
+ transform="translate(139.99106,0.06481615)">
+ <rect
+ style="font-variation-settings:normal;display:inline;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:1.98629;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect47709-1-8-8-2"
+ width="50.01371"
+ height="4.0137157"
+ x="135"
+ y="235"
+ inkscape:label="unmaintained.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8-2);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="219.84161"
+ y="-1.435748"
+ id="text1436-447-9-3"
+ inkscape:label="unmaintained.label"><tspan
+ x="135"
+ y="237.80913"
+ id="tspan16152"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0 0.2645835 -0.26458272 0 0 0 0.2645835 -0.26458463"
+ id="tspan16150">Unmaintained ONAP Component</tspan></tspan></text>
+ </g>
+ <g
+ id="g4786-5"
+ inkscape:label="onapcomponents"
+ transform="translate(87.991058,0.05109846)"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;fill:#007da5;fill-opacity:1;stroke:#007da5;stroke-width:1.98629;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect47709-1-8-8-2-35"
+ width="50.01371"
+ height="4.0137157"
+ x="135"
+ y="235"
+ inkscape:label="onapcomponents.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8-2-35);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="219.84161"
+ y="-1.435748"
+ id="text1436-447-9-3-6"
+ inkscape:label="onapcomponents.label"><tspan
+ x="135"
+ y="237.80913"
+ id="tspan16156"><tspan
+ dx="0 0 0 0 0 0 0 0 0.26458338 -0.26458272 0 0.2645829 -0.26458272 0 0 0 0.2645835 -0.26458272"
+ id="tspan16154">Entirety of ONAP Components</tspan></tspan></text>
+ </g>
+ <g
+ id="g4770"
+ inkscape:label="operations"
+ transform="translate(-107.99524,0.06481615)">
+ <rect
+ style="display:inline;fill:#5695be;fill-opacity:1;stroke:#5695be;stroke-width:2.00285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-0-3-6-6-6"
+ width="49.99715"
+ height="3.9971504"
+ x="279"
+ y="235"
+ inkscape:label="operation.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-6-6);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="20.613007"
+ y="-13.827914"
+ id="text1436-0-1-7"
+ inkscape:label="operations.label"
+ transform="matrix(1.00026,0,0,1,-0.0728097,0)"><tspan
+ x="279"
+ y="237.80913"
+ id="tspan16158">Operations</tspan></text>
+ </g>
+ <g
+ id="g4776"
+ inkscape:label="orchestrationmanagement"
+ transform="translate(-111.99809,0.06481615)">
+ <rect
+ style="display:inline;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2.00285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-0-3-6-6"
+ width="49.99715"
+ height="3.9971504"
+ x="231.00285"
+ y="235"
+ inkscape:label="orchestrationmanagement.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-6);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="20.613007"
+ y="-13.827914"
+ id="text1436-0-1"
+ inkscape:label="orchestrationmanagement.label"
+ transform="matrix(1.00026,0,0,1,-0.0602911,0)"><tspan
+ x="231.00195"
+ y="237.80913"
+ id="tspan16162"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0 0 0.26458278 -0.26458272 0.26458231 -0.26458272"
+ id="tspan16160">Orchestration &amp; Management</tspan></tspan></text>
+ </g>
+ <g
+ id="g4765"
+ inkscape:label="design"
+ transform="translate(-115.99524,0.06481615)">
+ <rect
+ style="display:inline;fill:#1a3d6f;fill-opacity:1;stroke:#1a3d6f;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-0-9-8-2"
+ width="50"
+ height="4.0000005"
+ x="183"
+ y="235"
+ inkscape:label="design.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-9-8-2);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="17.142345"
+ y="-20.347672"
+ id="text1436-1-6-8"
+ inkscape:label="design.label"><tspan
+ x="183"
+ y="237.80913"
+ id="tspan16164">Design</tspan></text>
+ </g>
+ <g
+ id="g4781"
+ inkscape:label="colorlegend"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;fill:#e7e6e6;fill-opacity:1;stroke:#e7e6e6;stroke-width:1.98725;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect47709-1-8-8-2-3"
+ width="58"
+ height="4.0127535"
+ x="7.0047631"
+ y="235.05206"
+ inkscape:label="legend.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8-2-3);display:inline;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="219.84161"
+ y="-1.435748"
+ id="text1436-447-9-3-5"
+ inkscape:label="colorlegend.label"><tspan
+ x="7.0039062"
+ y="237.86187"
+ id="tspan16168"><tspan
+ dx="0 0 0 0 0 0.26458338 -0.2645832"
+ id="tspan16166">Color Legend:</tspan></tspan></text>
+ </g>
+ </g>
+ <g
+ id="g5896"
+ inkscape:label="managedenvironment"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:none;fill-opacity:1;stroke:#f6d27c;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;stop-color:#000000"
+ id="rect55176-2"
+ width="248"
+ height="75.064819"
+ x="77.004761"
+ y="154.93518"
+ inkscape:label="managedenvironmentborder.form" />
+ <g
+ id="g15324"
+ inkscape:label="managedenvironment"
+ style="display:inline"
+ transform="matrix(0.99999999,0,0,0.98486333,4.8571664e-6,2.4208863)">
+ <rect
+ style="display:inline;fill:#fcf0d3;fill-opacity:1;stroke:#fcf0d3;stroke-width:4.03062;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect88-7"
+ width="238"
+ height="66.064819"
+ x="82.004761"
+ y="159.93518"
+ inkscape:label="managedenvironment.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect88-7);opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="-158.34993"
+ y="134.38689"
+ id="text24922"
+ inkscape:label="managedenvironment.label"><tspan
+ x="82.003906"
+ y="165.55381"
+ id="tspan16172"><tspan
+ dx="0 0 0 0 0 0 0 0.26458254 -0.2645826"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16170">Managed Environment</tspan></tspan></text>
+ </g>
+ <g
+ id="g29902"
+ transform="translate(2.0266634,-5.9402554)"
+ style="display:inline"
+ inkscape:label="clouds">
+ <g
+ id="g5967"
+ inkscape:label="connection"
+ style="display:inline">
+ <path
+ style="fill:none;stroke:#f3c350;stroke-width:1.13039;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="M 115,224.47985 H 230"
+ id="path85372"
+ inkscape:label="connection.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-0.0926042px;word-spacing:-0.264583px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;display:inline;opacity:1;vector-effect:none;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ x="252.37064"
+ y="246.82533"
+ id="text1436-447-86-67"
+ inkscape:label="ip.label"
+ transform="translate(-45.6126,-23.8067)"><tspan
+ sodipodi:role="line"
+ id="tspan1434-6-0-5"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-0.0926042px;word-spacing:-0.264583px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;vector-effect:none;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ x="252.37064"
+ y="246.82533">IP</tspan></text>
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-0.0926042px;word-spacing:-0.264583px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;display:inline;opacity:1;vector-effect:none;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ x="231.00024"
+ y="252.46408"
+ id="text1436-447-86-35"
+ inkscape:label="mpls.label"
+ transform="translate(-97.8803,-29.5214)"><tspan
+ sodipodi:role="line"
+ id="tspan1434-6-0-6"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-0.0926042px;word-spacing:-0.264583px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;shape-margin:0;inline-size:0;vector-effect:none;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ x="231.00024"
+ y="252.46408">MPLS</tspan></text>
+ </g>
+ <g
+ id="g5960"
+ inkscape:label="publiccloud"
+ style="display:inline">
+ <path
+ class="cls-1"
+ d="m 247.70767,213.42151 c -2.31346,0 -4.4449,1.18473 -5.56608,3.08461 a 5.9128827,5.9128827 0 0 0 -1.32797,-0.15617 c -2.35655,0 -4.46213,1.38829 -5.27098,3.46911 h -1.59293 a 4.3081111,4.3081111 0 0 0 -4.32103,4.32103 4.3081111,4.3081111 0 0 0 4.32103,4.32104 h 18.84799 a 4.3081111,4.3081111 0 0 0 4.32104,-4.32104 4.3081111,4.3081111 0 0 0 -3.07707,-4.14009 5.4928419,5.4928419 0 0 0 0.0312,-0.59452 c 3e-5,-3.3054 -2.84978,-5.98397 -6.3652,-5.98397 z"
+ id="path5346-0"
+ style="display:inline;opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f3c350;stroke-width:1;stroke-miterlimit:3.2;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:label="publiccloud.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="243.30124"
+ y="222.61729"
+ id="text1436-447-86-36-2"
+ inkscape:label="publiccloud.label"><tspan
+ sodipodi:role="line"
+ id="tspan1434-6-0-7-9"
+ style="font-size:3.175px;text-align:center;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583"
+ x="243.30124"
+ y="222.61729">Public</tspan><tspan
+ sodipodi:role="line"
+ style="font-size:3.175px;text-align:center;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583"
+ x="243.25494"
+ y="225.95105"
+ id="tspan28481-1">Cloud</tspan></text>
+ </g>
+ <g
+ id="g119108"
+ style="display:inline"
+ inkscape:label="privatedccloud">
+ <path
+ class="cls-1"
+ d="m 176.9781,213.42151 c -2.31346,0 -4.4449,1.18473 -5.56608,3.08461 a 5.9128827,5.9128827 0 0 0 -1.32797,-0.15617 c -2.35655,0 -4.46213,1.38829 -5.27098,3.46911 h -1.59293 a 4.3081111,4.3081111 0 0 0 -4.32103,4.32103 4.3081111,4.3081111 0 0 0 4.32103,4.32104 h 18.84799 a 4.3081111,4.3081111 0 0 0 4.32104,-4.32104 A 4.3081111,4.3081111 0 0 0 183.3121,220 a 5.4928419,5.4928419 0 0 0 0.0312,-0.59452 c 3e-5,-3.3054 -2.84978,-5.98397 -6.3652,-5.98397 z"
+ id="path5346-7"
+ style="display:inline;opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f3c350;stroke-width:1;stroke-miterlimit:3.2;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:label="privatedccloud.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="172.63251"
+ y="222.61729"
+ id="text1436-447-86-36-5"
+ inkscape:label="privatedccloud.label"><tspan
+ sodipodi:role="line"
+ id="tspan1434-6-0-7-3"
+ style="font-size:3.175px;text-align:center;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583"
+ x="172.63251"
+ y="222.61729">Private</tspan><tspan
+ sodipodi:role="line"
+ style="font-size:3.175px;text-align:center;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583"
+ x="172.58621"
+ y="225.95105"
+ id="tspan28481-5">DC Cloud</tspan></text>
+ </g>
+ <g
+ id="g119102"
+ style="display:inline"
+ inkscape:label="privateedgecloud">
+ <path
+ class="cls-1"
+ d="m 106.24851,213.42151 c -2.31346,0 -4.4449,1.18473 -5.56608,3.08461 a 5.9128827,5.9128827 0 0 0 -1.327968,-0.15617 c -2.35655,0 -4.46213,1.38829 -5.27098,3.46911 h -1.59293 a 4.3081111,4.3081111 0 0 0 -4.32103,4.32103 4.3081111,4.3081111 0 0 0 4.32103,4.32104 h 18.847988 a 4.3081111,4.3081111 0 0 0 4.32104,-4.32104 4.3081111,4.3081111 0 0 0 -3.07707,-4.14009 5.4928419,5.4928419 0 0 0 0.0312,-0.59452 c 3e-5,-3.3054 -2.84978,-5.98397 -6.3652,-5.98397 z"
+ id="path5346"
+ style="opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f3c350;stroke-width:1;stroke-miterlimit:3.2;stroke-dasharray:none;stroke-opacity:1"
+ inkscape:label="privateedgecloud.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="101.90293"
+ y="222.57185"
+ id="text1436-447-86-36"
+ inkscape:label="privateedgecloud.label"><tspan
+ sodipodi:role="line"
+ id="tspan1434-6-0-7"
+ style="font-size:3.175px;text-align:center;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583"
+ x="101.90293"
+ y="222.57185">Private</tspan><tspan
+ sodipodi:role="line"
+ style="font-size:3.175px;text-align:center;text-anchor:middle;fill:#4d4d4d;fill-opacity:1;stroke-width:0.264583"
+ x="101.85663"
+ y="225.90561"
+ id="tspan28481">Edge Cloud</tspan></text>
+ </g>
+ </g>
+ <g
+ id="g4391"
+ inkscape:label="hypervisoroslayer"
+ style="display:inline">
+ <g
+ id="g4419"
+ inkscape:label="hypervisoroslayer"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f3c350;fill-opacity:1;stroke:#f3c350;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect13557-1-3-5-7"
+ width="174"
+ height="6"
+ x="86.004761"
+ y="195"
+ inkscape:label="hypervisorosslayer.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3-5-7);display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="169.20685"
+ y="14.447855"
+ id="text1436-17"
+ inkscape:label="hypervisoroslayer.label"><tspan
+ x="86.003906"
+ y="197.80913"
+ id="tspan16176"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.2645835 -0.2645838 0.26458278 -0.26458189 0 0.2645835 -0.2645838"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16174">Hypervisor / OS Layer</tspan></tspan></text>
+ </g>
+ <g
+ id="g4413"
+ inkscape:label="openstack">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-4-4"
+ width="28.000004"
+ height="4.0000005"
+ x="135.00476"
+ y="196"
+ inkscape:label="openstack.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-4);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="270.92728"
+ y="176.48772"
+ id="text1436-447-86-59"
+ inkscape:label="openstack.label"><tspan
+ x="135.00391"
+ y="198.49163"
+ id="tspan16178">OpenStack</tspan></text>
+ </g>
+ <g
+ id="g4408"
+ inkscape:label="commercialvim">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-4-1"
+ width="28.000002"
+ height="4.0000005"
+ x="167.00476"
+ y="196"
+ inkscape:label="commercialvim.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-1);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="271.98145"
+ y="177.67804"
+ id="text1436-447-86-3"
+ inkscape:label="commercialvim.label"><tspan
+ x="167.00391"
+ y="198.49163"
+ id="tspan16182"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458123 -0.26458272"
+ id="tspan16180">Commercial VIM</tspan></tspan></text>
+ </g>
+ <g
+ id="g4396"
+ inkscape:label="kubernetes">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-4"
+ width="28.000002"
+ height="4.0000005"
+ x="199.00476"
+ y="196"
+ inkscape:label="kubernetes.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="273.70224"
+ y="176.48773"
+ id="text1436-447-86-31"
+ inkscape:label="kubernetes.label"><tspan
+ x="199.00391"
+ y="198.49163"
+ id="tspan16184">Kubernetes</tspan></text>
+ </g>
+ <g
+ id="g4402"
+ inkscape:label="publiccloud">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-4-8"
+ width="28.000002"
+ height="4.0000005"
+ x="231.00476"
+ y="196"
+ inkscape:label="publiccloud.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-8);display:inline;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="265.15952"
+ y="179.39594"
+ id="text1436-447-86-6"
+ inkscape:label="publiccloud.label"><tspan
+ x="231.00391"
+ y="198.49163"
+ id="tspan16188"><tspan
+ dx="0 0 0 0 0 0 0.2645829 -0.26458272"
+ id="tspan16186">Public Cloud</tspan></tspan></text>
+ </g>
+ </g>
+ <g
+ id="g2902"
+ inkscape:label="networkfunctionlayer"
+ style="display:inline">
+ <g
+ id="g4425"
+ inkscape:label="networkfunktionlayer">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f3c350;fill-opacity:1;stroke:#f3c350;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect13557-1-3-5-1"
+ width="210"
+ height="6"
+ x="86.004761"
+ y="183"
+ inkscape:label="networkfunctionlayer.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3-5-1);opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="166.66481"
+ y="10.079004"
+ id="text1436-96"
+ inkscape:label="networkfunktionlayer.label"><tspan
+ x="86.003906"
+ y="185.80913"
+ id="tspan16192"><tspan
+ dx="0 0 0 0 0 0 0 0.26458326 -0.26458284 0 0 0 0 0 0 0 0.26458278 -0.2645838"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16190">Network Function Layer</tspan></tspan></text>
+ </g>
+ <g
+ id="g2995"
+ inkscape:label="pnf">
+ <rect
+ style="display:inline;fill:#f3c350;fill-opacity:1;stroke:#fcf0d3;stroke-width:0.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect13557-1-3-5-7-3"
+ width="20"
+ height="20.000002"
+ x="263.74023"
+ y="183.26459"
+ inkscape:label="pnf.form" />
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-4-8-3"
+ width="13.999999"
+ height="14.000005"
+ x="266.74023"
+ y="186.26459"
+ inkscape:label="pnf.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-4-8-3);display:inline;fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="270.71011"
+ y="176.48337"
+ id="text1436-447-86-8"
+ inkscape:label="pnf.label"
+ transform="translate(-0.26458332,0.26458332)"><tspan
+ x="266.74023"
+ y="188.7553"
+ id="tspan16194">PNF</tspan></text>
+ </g>
+ <g
+ id="g2907"
+ inkscape:label="vnf">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-7"
+ width="28.000002"
+ height="4.000001"
+ x="199.00476"
+ y="184"
+ inkscape:label="vnf.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-7);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="189.27498"
+ y="23.159328"
+ id="text1436-447-86-5"
+ inkscape:label="vnf.label"><tspan
+ x="199.00391"
+ y="186.49163"
+ id="tspan16196">VNF</tspan></text>
+ </g>
+ </g>
+ <g
+ id="g2891"
+ inkscape:label="externalsystems"
+ style="display:inline">
+ <g
+ id="g4431"
+ inkscape:label="externalsystems"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:#f3c350;fill-opacity:1;stroke:#f3c350;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect13557-1-3-5"
+ width="174"
+ height="5.9999952"
+ x="86.004761"
+ y="171"
+ inkscape:label="externalsystems.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3-5);display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="168.25383"
+ y="9.1546545"
+ id="text1436-631"
+ inkscape:label="externalsystems.label"><tspan
+ x="86.003906"
+ y="173.80913"
+ id="tspan16200"><tspan
+ dx="0 0 0 0 0 0 0 0 0.26458243 -0.26458284"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16198">External Systems</tspan></tspan></text>
+ </g>
+ <g
+ id="g4437"
+ inkscape:label="thirdpartycontrollers">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect47709-0-3-6-9"
+ width="31"
+ height="4.000001"
+ x="135.00476"
+ y="172.00002"
+ inkscape:label="thirdpartycontrollers.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="187.97429"
+ y="18.505995"
+ id="text1436-447-86-17"
+ inkscape:label="thirdpartycontrollers.label"><tspan
+ x="135.00391"
+ y="174.49163"
+ id="tspan16204"><tspan
+ dx="0 0 0 0.26458326 -0.2645832 0 0 0 0 0.26458338 -0.26458368"
+ id="tspan16202">3rd Party Controllers</tspan></tspan></text>
+ </g>
+ <g
+ id="g4442"
+ inkscape:label="svnfm">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-7-6"
+ width="28.000002"
+ height="4.000001"
+ x="199.00476"
+ y="172"
+ inkscape:label="svnfm.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-7-6);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="182.92662"
+ y="27.262211"
+ id="text1436-447-86-2"
+ inkscape:label="svnfm.label"><tspan
+ x="199.00391"
+ y="174.49163"
+ id="tspan16206">sVNFM</tspan></text>
+ </g>
+ <g
+ id="g4447"
+ inkscape:label="ems">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#f9e1a7;fill-opacity:1;stroke:#f9e1a7;stroke-width:1.93845;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-0-3-6-9-7-9"
+ width="28.000004"
+ height="4.000001"
+ x="231.00476"
+ y="172"
+ inkscape:label="ems.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-9-7-9);fill:#4d4d4d;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="176.8647"
+ y="21.310633"
+ id="text1436-447-86-7"
+ inkscape:label="ems.label"><tspan
+ x="231.00391"
+ y="174.49163"
+ id="tspan16208">EMS</tspan></text>
+ </g>
+ </g>
+ </g>
+ <a
+ id="a5443"
+ inkscape:label="onapborder.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/index.html"
+ xlink:title="The ONAP architecture consists of functions for the design-time, run-time, for managing ONAP itself and additional utilities.">
+ <path
+ id="rect55176"
+ style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#007da5;stroke-width:7.55906;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;paint-order:stroke fill markers;stop-color:#000000"
+ inkscape:label="onapborder.form"
+ d="m 34.033758,124.72442 1e-6,752.12598 H 298.60069 V 593.38584 H 1235.9235 V 124.72442 Z"
+ transform="matrix(0.26458333,0,0,0.26458333,-2.0000002,-2.0000011)"
+ sodipodi:nodetypes="ccccccc" />
+ </a>
+ <g
+ id="g1245"
+ inkscape:label="utilities"
+ style="display:inline">
+ <a
+ id="a5474"
+ inkscape:label="utilities.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1"
+ xlink:title="ONAP utilities provide support of the ONAP components."
+ style="display:inline">
+ <g
+ id="g1251"
+ inkscape:label="utilities"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:#dae3f3;fill-opacity:1;stroke:#dae3f3;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect88-3"
+ width="60"
+ height="69.000008"
+ x="12.004765"
+ y="156"
+ inkscape:label="utilities.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-0.0926042px;word-spacing:-0.264583px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect88-3);shape-padding:0;shape-margin:0;inline-size:0;display:inline;opacity:0.4;vector-effect:none;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ x="-49.995232"
+ y="96"
+ id="text9983"
+ inkscape:label="utilities.label"><tspan
+ x="12.003906"
+ y="161.61826"
+ id="tspan16212"><tspan
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);vector-effect:none;stop-color:#000000;stop-opacity:1"
+ id="tspan16210">Utilities</tspan></tspan></text>
+ </g>
+ </a>
+ <g
+ id="g1257"
+ inkscape:label="onapsharedutilities"
+ style="display:inline">
+ <a
+ id="a5446"
+ inkscape:label="onapsharedutilities.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1"
+ xlink:title="ONAP shared utilities provide support of the ONAP components."
+ style="display:inline">
+ <g
+ id="g3008"
+ inkscape:label="onapsharedutilities"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:#959166;fill-opacity:1;stroke:#959166;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect34206-3"
+ width="52"
+ height="29.999998"
+ x="16.004765"
+ y="171"
+ inkscape:label="onapsharedutilities.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect34206-3);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="167.85852"
+ y="13.785113"
+ id="text1436-115"
+ inkscape:label="onapsharedutilities.label"><tspan
+ x="16.003906"
+ y="173.80913"
+ id="tspan16216"><tspan
+ dx="0 0 0 0 0.26458302 -0.26458284 0 0 0 0 0 0.26458207 -0.26458189"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16214">ONAP Shared Utilities</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5453"
+ inkscape:label="toscaparser.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/"
+ xlink:title="[TO BE REVISED] etsicatalog provides package management service and parser service by Micro Service. It can be used to store packages distributed by the SDC, and can be consumed by other projects or components such as UUI, VFC, etc. It also includes a TOSCA parser service.">
+ <g
+ id="g1268"
+ inkscape:label="toscaparser"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-8-0"
+ width="50"
+ height="3.9999995"
+ x="17.004765"
+ y="196"
+ inkscape:label="toscaparser.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-0);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="168.39336"
+ y="8.4962769"
+ id="text1436-44"
+ inkscape:label="toscaparser.label"><tspan
+ x="17.003906"
+ y="198.80913"
+ id="tspan16220"><tspan
+ dx="0 0 0 0 0 0.26458302 -0.26458368"
+ id="tspan16218">TOSCA Parser</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5460"
+ inkscape:label="modelutilities.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/"
+ xlink:title="[TO BE REVISED] The unified model-driven approach uses models as sources of data for generating processes/codes and following workflows (not code development as source). This way, the system can be more flexible and future proof, easy to update and use for cross-platform solutions since the “only” thing needed is a model update and manipulation through engine.">
+ <g
+ id="g1274"
+ inkscape:label="modelutilities"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#b9b699;fill-opacity:1;stroke:#b9b699;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-1"
+ width="50"
+ height="3.9999995"
+ x="17.004765"
+ y="188"
+ inkscape:label="modelutilities.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-1);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="168.51738"
+ y="11.404485"
+ id="text1436-30"
+ inkscape:label="modelutilities.label"><tspan
+ x="17.003906"
+ y="190.80913"
+ id="tspan16224"><tspan
+ dx="0 0 0 0 0 0.26458314 -0.26458368"
+ id="tspan16222">Model Utilities</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5460-6"
+ inkscape:label="ccsdk.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-ccsdk-distribution/en/latest/index.html"
+ xlink:title="The Common Controller Software Development Kit (CCSDK) provides a common set of reusable code that can be used across multiple controllers. For example, the SDN-C , APP-C, DCAE, ONAP Operations Manager and ONAP controller can reuse common pieces from this framework."
+ style="display:inline"
+ transform="translate(2.0000041,-8.000001)">
+ <g
+ id="g1274-1"
+ inkscape:label="ccsdk"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#b9b699;fill-opacity:1;stroke:#b9b699;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-1-5"
+ width="50"
+ height="3.9999995"
+ x="15.004762"
+ y="188"
+ inkscape:label="ccsdk.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-1-5);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="168.51738"
+ y="11.404485"
+ id="text1436-30-9"
+ inkscape:label="ccsdk.label"><tspan
+ x="15.003906"
+ y="190.80913"
+ id="tspan16228"><tspan
+ dx="0 0 0 0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0 0 0 0 0.26458433 -0.26458272 0 0 0.26458469 -0.26458272"
+ id="tspan16226">Common Controller SDK (CCSDK)</tspan></tspan></text>
+ </g>
+ </a>
+ </g>
+ </g>
+ <g
+ id="g2637"
+ inkscape:label="manageonap"
+ style="display:inline">
+ <a
+ id="a5481"
+ inkscape:label="manageonap.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-operator/index.html#operations-and-administration-guides"
+ xlink:title="Management capabilities for the Open Network Automation Platform itself.">
+ <g
+ id="g1266"
+ inkscape:label="manageonap"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:#dae3f3;fill-opacity:1;stroke:#dae3f3;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect41609"
+ width="148.00476"
+ height="9.9999971"
+ x="172"
+ y="51.932758"
+ inkscape:label="manageonap.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect41609);opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="228.26944"
+ y="22.61767"
+ id="text1436-656-4-1"
+ inkscape:label="manageonap.label"><tspan
+ x="172"
+ y="57.551855"
+ id="tspan16232"><tspan
+ dx="0 0 0 0 0 0 0.26458302 -0.2645826"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16230">Manage ONAP</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5488"
+ inkscape:label="oom.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oom-onap-operations-manager"
+ xlink:title="The ONAP Operations Manager (OOM) is responsible for lifecycle management of the ONAP platform itself. OOM provides the ability to manage cloud-native installations and deployments of ONAP to Kubernetes-managed cloud environments."
+ transform="translate(-3.9999979,0.06724192)">
+ <g
+ id="g2643"
+ inkscape:label="oom">
+ <rect
+ style="display:inline;opacity:0.6;fill:#10699e;fill-opacity:1;stroke:#10699e;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-1-7-9-5-9-2-7"
+ width="54.000004"
+ height="8.000001"
+ x="267.00476"
+ y="52.932758"
+ inkscape:label="oom.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-5-9-2-7);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="166.82719"
+ y="11.666093"
+ id="text1436-93"
+ inkscape:label="oom.label"><tspan
+ x="267.00391"
+ y="55.742725"
+ id="tspan16236"><tspan
+ dx="0 0 0 0 0.26458302 -0.26458272 0 0 0 0 0 0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0 0.26458243 -0.26458272"
+ id="tspan16234">ONAP Operation Manager (OOM)</tspan></tspan></text>
+ </g>
+ </a>
+ </g>
+ <g
+ id="g4638"
+ inkscape:label="designtime"
+ style="display:inline">
+ <a
+ id="a5495"
+ inkscape:label="designtime.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#design-time-framework"
+ xlink:title="The Design-time framework is a comprehensive development environment with tools, techniques and repositories for defining/describing resources, services, and products."
+ style="display:inline">
+ <g
+ id="g1272"
+ inkscape:label="designtime">
+ <rect
+ style="display:inline;fill:#dae3f3;fill-opacity:1;stroke:#dae3f3;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect88"
+ width="60"
+ height="98.000008"
+ x="12.000001"
+ y="51.932758"
+ inkscape:label="designtime.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect88);display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="174.50102"
+ y="13.649951"
+ id="text1436-656"
+ inkscape:label="designtime.label"><tspan
+ x="12"
+ y="57.551855"
+ id="tspan16240"><tspan
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="tspan16238">Design-Time</tspan></tspan></text>
+ </g>
+ </a>
+ <g
+ id="g3346"
+ inkscape:label="sdc"
+ style="display:inline">
+ <a
+ id="a5502"
+ inkscape:label="sdc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/index.html"
+ xlink:title="Service Design &amp; Creation (SDC) provides a well-structured organization of visual design and testing tools, templates and catalogs to model and create resources, and services. The output of the SDC is a set of models which drives the orchestration. In addition, it provides process workflow support for talking to the VNF/PNF or other resources and services through the process steps design, test and deploy."
+ style="display:inline">
+ <g
+ id="g1280"
+ inkscape:label="sdc"
+ style="display:inline">
+ <rect
+ style="display:inline;fill:#253c7e;fill-opacity:1;stroke:#253c7e;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect34206"
+ width="52.000004"
+ height="56"
+ x="15.999996"
+ y="89.932762"
+ inkscape:label="sdc.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect34206);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="172.33142"
+ y="8.0951509"
+ id="text1436-65"
+ inkscape:label="sdc.label"><tspan
+ x="16"
+ y="92.742725"
+ id="tspan16244"><tspan
+ dx="0 0 0 0 0 0 0 0.26458231 -0.26458284 0 0 0 0 0 0.26458278 -0.2645838 0.26458398 -0.2645838 0 0 0 0 0 0 0 0.26458088"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16242">Service Design &amp; Creation
+</tspan></tspan><tspan
+ x="16"
+ y="96.711475"
+ id="tspan16248"><tspan
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16246">(SDC)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5511"
+ inkscape:label="catalog.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/architecture.html"
+ xlink:title="The key output of SDC is a set of models containing descriptions of asset capabilities and instructions to manage them. These models are stored in the SDC Master Reference Catalog for the entire enterprise to use.">
+ <g
+ id="g4060"
+ inkscape:label="catalog"
+ transform="matrix(1.0101763,0,0,1.0101763,-0.42740385,-1.4545241)"
+ style="stroke-width:0.989926">
+ <rect
+ style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#7c8ab2;fill-opacity:1;stroke:#7c8ab2;stroke-width:1.97985;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-7-9-0"
+ width="50.000004"
+ height="3.9999976"
+ x="17.000002"
+ y="140.93277"
+ inkscape:label="catalog.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-0);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.261918"
+ x="167.88138"
+ y="11.932061"
+ id="text1436-63"
+ inkscape:label="catalog.label"><tspan
+ x="17"
+ y="143.74272"
+ id="tspan16250">Catalog</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5517"
+ inkscape:label="dcaedesignstudio.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/design-components/DCAE-MOD/DCAE-MOD-Architecture.html"
+ xlink:title="Data Collection, Analytics and Events (DCAE) Design Studio enables to define and configure the monitoring flows of DCAE.">
+ <g
+ id="g4055"
+ inkscape:label="dcaedesignstudio">
+ <rect
+ style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#7c8ab2;fill-opacity:1;stroke:#7c8ab2;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-7-9"
+ width="50.000004"
+ height="3.9999986"
+ x="17.000002"
+ y="132.93277"
+ inkscape:label="dcaedesignstudio.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="169.81224"
+ y="9.5514326"
+ id="text1436-85"
+ inkscape:label="dcaedesignstudio.label"><tspan
+ x="17"
+ y="135.74272"
+ id="tspan16254"><tspan
+ dx="0 0 0 0 0.26458326 -0.26458272 0 0 0 0 0 0.26458278 -0.26458272"
+ id="tspan16252">DCAE Design Studio</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5524"
+ inkscape:label="controllerdesignstudio.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html"
+ xlink:title="The design-time part of the Controller Design Studio (CDS) – the CDS Designer UI – is a framework to automate the resolution of resources for instantiation and any config provisioning operation, such as day0, day1, or day2 configuration. A designer can define what actions are required for a given service, along with anything comprising the action. Its content is driven from a catalog of reusable data dictionary and component, delivering a reusable and simplified self-service experience. CDS modeling is mainly based on the TOSCA standard, using JSON as a representation. CDS is part of CCSDK.">
+ <g
+ id="g4049"
+ inkscape:label="controllerdesignstudio">
+ <rect
+ style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#7c8ab2;fill-opacity:1;stroke:#7c8ab2;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-7"
+ width="50"
+ height="3.9999976"
+ x="17.000002"
+ y="124.93277"
+ inkscape:label="controllerdesignstudio.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="171.58653"
+ y="9.2854605"
+ id="text1436-90"
+ inkscape:label="controllerdesignstudio.label"><tspan
+ x="17"
+ y="127.74272"
+ id="tspan16258"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458338 -0.26458368 0 0 0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0.26458469 -0.26458272"
+ id="tspan16256">Controller Design Studio (CDS)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5531"
+ inkscape:label="workflowdesigner.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-sdc/en/latest/workflow.html"
+ xlink:title="Workflow Designer allows a user to design a workflow, save it, and attach it to a SDC service as an artifact. Workflow Designer also manages the definitions of activities, which can be later used as parts of the designed workflows.">
+ <g
+ id="g4043"
+ inkscape:label="workflowdesigner">
+ <rect
+ style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#7c8ab2;fill-opacity:1;stroke:#7c8ab2;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-8"
+ width="50"
+ height="3.9999976"
+ x="17.000002"
+ y="116.93276"
+ inkscape:label="workflowdesigner.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="179.79521"
+ y="7.5675664"
+ id="text1436-2"
+ inkscape:label="workflowdesigner.label"><tspan
+ x="17"
+ y="119.74272"
+ id="tspan16262"><tspan
+ dx="0 0 0 0 0 0.092604198 -0.0926046 0 0.2645835 -0.26458272"
+ id="tspan16260">Workflow Designer</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5538"
+ inkscape:label="xnfonboarding.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vnfrqts-requirements/en/latest/Chapter7/VNF-On-boarding-and-package-management.html"
+ xlink:title="The VNF provider must provide VNF packages that include a rich set of recipes, management and functional interfaces, policies, configuration parameters, and infrastructure requirements that can be utilized by the ONAP Design module to onboard and catalog these resources.">
+ <g
+ id="g4037"
+ inkscape:label="xnfonboarding">
+ <rect
+ style="font-variation-settings:normal;opacity:1;vector-effect:none;fill:#7c8ab2;fill-opacity:1;stroke:#7c8ab2;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1"
+ width="50"
+ height="3.9999981"
+ x="17.000002"
+ y="108.93276"
+ inkscape:label="xnfonboarding.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="167.75735"
+ y="3.067914"
+ id="text1436-8"
+ inkscape:label="xnfonboarding.label"><tspan
+ x="17"
+ y="111.74272"
+ id="tspan16266"><tspan
+ dx="0 0 0 0.26458278 -0.2645832"
+ id="tspan16264">xNF Onboarding</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5545"
+ inkscape:label="servicexnfdesign.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-user/design/index.html"
+ xlink:title="The goal of the design process is to create all artifacts (models) that are required to instantiate and manage resources, services, and products on the ONAP platform."
+ style="display:inline">
+ <g
+ id="g3355"
+ inkscape:label="servicexnfdesign"
+ style="display:inline">
+ <rect
+ style="opacity:1;fill:#7c8ab2;fill-opacity:1;stroke:#7c8ab2;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709"
+ width="50"
+ height="4"
+ x="17.000002"
+ y="100.93276"
+ inkscape:label="servicexnfdesign.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="169.71107"
+ y="4.38903"
+ id="text1436-3"
+ inkscape:label="servicexnfdesign.label"
+ sodipodi:insensitive="true"><tspan
+ x="17"
+ y="103.74272"
+ id="tspan16270"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0.26458278 -0.26458272"
+ id="tspan16268">Service/xNF Design</tspan></tspan></text>
+ </g>
+ </a>
+ </g>
+ <g
+ id="g4450"
+ inkscape:label="vnfvalidation"
+ style="display:inline">
+ <a
+ id="a5552"
+ inkscape:label="vnfvalidation.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines"
+ xlink:title="Ensures that a network function (e.g. CNF, PNF, VNF) fits all ONAP guidelines and requirements.">
+ <g
+ id="g4456"
+ inkscape:label="vnfvalidation">
+ <rect
+ style="display:inline;opacity:0.4;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect13557-1"
+ width="37"
+ height="10.000002"
+ x="16"
+ y="71.932762"
+ inkscape:label="vnfvalidation.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="21.546154"
+ y="-9.7195272"
+ id="text1436-1-5"
+ inkscape:label="vnfvalidation.label"><tspan
+ x="16"
+ y="74.742725"
+ id="tspan16274"><tspan
+ dx="0 0 0 0.26458326 -0.26458332"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16272">VNF Validation</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5559"
+ inkscape:label="vnfsdk.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vnfsdk-model/en/latest/index.html"
+ xlink:title="The Virtual Network Function Software Development Kit (VNF SDK) provides the functionality to create VNF and PNF packages, test VNF and VNF ONAP compliance, and provides market place functionality to store VNF and PNF packages.">
+ <g
+ id="g4467"
+ inkscape:label="vnfsdk"
+ style="display:inline"
+ transform="matrix(1.0293981,0,0,1.0293981,-1.2935185,-2.320477)">
+ <rect
+ style="font-variation-settings:normal;display:inline;vector-effect:none;fill:#1a3d6f;fill-opacity:1;stroke:#1a3d6f;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect47709-0-9-8-9"
+ width="16"
+ height="4.000001"
+ x="36"
+ y="76.932762"
+ inkscape:label="vnfsdk.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-9-8-9);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="37.171062"
+ y="-20.744442"
+ id="text1436-1"
+ inkscape:label="vnfsdk.label"><tspan
+ x="36"
+ y="79.742725"
+ id="tspan16278"><tspan
+ dx="0 0 0 0.26458326 -0.2645832"
+ id="tspan16276">VNF SDK</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a5566"
+ inkscape:label="vvp.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vvp-documentation/en/latest/index.html"
+ xlink:title="The VNF Validation Platform (VVP) provides the functionality to validate that a VNF Heat package is compliant with the ONAP VNF Heat Template Requirements from the ONAP VNF Requirements (VNFRQTS) project.">
+ <g
+ id="g4461"
+ inkscape:label="vvp"
+ style="display:inline">
+ <rect
+ style="fill:#1a3d6f;fill-opacity:1;stroke:#1a3d6f;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-0-9-8"
+ width="15"
+ height="4.000001"
+ x="17.000002"
+ y="76.932762"
+ inkscape:label="vvp.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-9-8);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="17.142345"
+ y="-20.347672"
+ id="text1436-1-6"
+ inkscape:label="vvp.label"><tspan
+ x="17"
+ y="79.742725"
+ id="tspan16280">VVP</tspan></text>
+ </g>
+ </a>
+ </g>
+ </g>
+ <g
+ id="g6143"
+ inkscape:label="runtime"
+ style="display:inline">
+ <a
+ id="a4359"
+ inkscape:label="runtime.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#runtime-framework"
+ xlink:title="The Run-time execution framework executes the rules and policies and other models distributed by the design and creation environment.">
+ <g
+ id="g10932"
+ inkscape:label="runtime"
+ style="display:inline">
+ <path
+ id="rect6495"
+ style="opacity:1;fill:#dae3f3;fill-opacity:1;stroke:#dae3f3;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ d="m 78,51.932761 v 97.999999 h 90 L 320.00476,150 V 68 L 166,67.932761 v -16 z"
+ sodipodi:nodetypes="cccccccc"
+ inkscape:label="runtime.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect6495);opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="180.11223"
+ y="28.465675"
+ id="text1436-656-4"
+ inkscape:label="runtime.label"><tspan
+ x="78"
+ y="57.551855"
+ id="tspan16284"><tspan
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';opacity:1"
+ id="tspan16282">Run-Time</tspan></tspan></text>
+ </g>
+ </a>
+ <g
+ id="g1896"
+ inkscape:label="sharedservices"
+ style="display:inline"
+ transform="translate(-3.9952372,0.06723781)">
+ <a
+ id="a1436"
+ inkscape:label="sharedservices.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#shared-services"
+ xlink:title="ONAP provides a set of operational services for all ONAP components including activity logging, reporting, common data layer, configuration, persistence, access control, secret and credential management, resiliency, and software lifecycle management."
+ style="display:inline">
+ <g
+ id="g1430"
+ inkscape:label="sharedservices">
+ <rect
+ style="fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:4;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect34206-6"
+ width="52.000004"
+ height="56"
+ x="268"
+ y="89.932762"
+ inkscape:label="sharedservices.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect34206-6);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="264.16125"
+ y="-18.357779"
+ id="text1436"
+ inkscape:label="sharedservices.label"><tspan
+ x="268"
+ y="92.742725"
+ id="tspan16288"><tspan
+ dx="0 0 0 0 0 0 0.26458302 -0.2645838"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold'"
+ id="tspan16286">Shared Services</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a1443"
+ inkscape:label="cps.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-cps/en/latest/index.html"
+ xlink:title="The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration and operational parameters that need to be used by ONAP.">
+ <g
+ id="g1929"
+ inkscape:label="cps">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#66c1be;fill-opacity:1;stroke:#66c1be;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-7-9-0-6"
+ width="50"
+ height="3.9999995"
+ x="269"
+ y="140.93277"
+ inkscape:label="cps.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-0-6);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="207.3472"
+ y="-5.3533635"
+ id="text1436-447-8"
+ inkscape:label="cps.label"><tspan
+ x="269"
+ y="143.74272"
+ id="tspan16292"><tspan
+ dx="0 0 0 0 0.092604198 -0.092604123 0 0.2645829 -0.26458272 0 0 0 0 0 0 0 0 0 0 0.2645835 -0.26458463 0 0 0 0 0 0 0.26458541 -0.26458272"
+ id="tspan16290">Config. Persistence Service (CPS)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a1450"
+ inkscape:label="music.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#music-onap-multi-site-integration"
+ xlink:title="Multi-Site State (MUSIC) provides a multi-site state coordination/management service (MUSIC) with a rich suite of recipes that each ONAP component can simply configure and use for their state-management needs.">
+ <g
+ id="g1935"
+ inkscape:label="music">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-7-9-3"
+ width="50"
+ height="3.9999998"
+ x="269"
+ y="132.93277"
+ inkscape:label="music.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-3);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="225.7334"
+ y="-10.376236"
+ id="text1436-447-4"
+ inkscape:label="music.label"><tspan
+ x="269"
+ y="135.74272"
+ id="tspan16296"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.2645835 -0.26458368 0 0 0 0 0.2645835 -0.26458272"
+ id="tspan16294">Multi-Site State (MUSIC)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a1464"
+ inkscape:label="logging.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-logging-analytics/en/latest/index.html"
+ xlink:title="Logging provides the capability to capture information required to operate, troubleshoot and report on the performance of the ONAP platform.">
+ <g
+ id="g1917"
+ inkscape:label="logging"
+ transform="translate(0.0047628,8.0672375)">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-8-8"
+ width="50"
+ height="3.9999998"
+ x="269"
+ y="116.93276"
+ inkscape:label="logging.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-8-8);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="219.84161"
+ y="-1.435748"
+ id="text1436-447-9"
+ inkscape:label="logging.label"><tspan
+ x="269"
+ y="119.74272"
+ id="tspan16298">Logging</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a1470"
+ inkscape:label="oof.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oof-optimization-framework"
+ xlink:title="The ONAP Optimization Framework (OOF) addresses the optimization needs of ONAP. OOF is a framework that supports creating and running a suite of optimizing applications including Homing/Placement, PCI optimizer, Route optimizer, Slice selection, Change Management Scheduling Optimizer."
+ transform="translate(4.0004481e-8,7.9999997)">
+ <g
+ id="g1912"
+ inkscape:label="oof">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:1;vector-effect:none;fill:#66c1be;fill-opacity:1;stroke:#66c1be;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000;stop-opacity:1"
+ id="rect47709-1-2"
+ width="50"
+ height="3.9999995"
+ x="269"
+ y="108.93276"
+ inkscape:label="oof.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-2);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="219.175"
+ y="-8.9471817"
+ id="text1436-447-7"
+ inkscape:label="oof.label"><tspan
+ x="269"
+ y="111.74272"
+ id="tspan16302"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0 0 0 0.26458386 -0.26458272"
+ id="tspan16300">Optimization Framework (OOF)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a1477"
+ inkscape:label="aaf.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-aaf-authz/en/latest/index.html"
+ xlink:title="The Application Authorization Framework (AAF) provides the services for authentication, authorization and certificate management to the ONAP components. It provides the services to the ONAP components to manage the lifecycle of authentication and authorization elements such as permissions, roles and credentials."
+ transform="translate(3.998908e-8,7.9999998)">
+ <g
+ id="g1906"
+ inkscape:label="aaf">
+ <rect
+ style="opacity:1;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-2"
+ width="50"
+ height="3.9999995"
+ x="269"
+ y="100.93276"
+ inkscape:label="aaf.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-2);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="223.53899"
+ y="-13.681214"
+ id="text1436-447-3"
+ inkscape:label="aaf.label"><tspan
+ x="269"
+ y="103.74272"
+ id="tspan16306"><tspan
+ dx="0 0 0 0 0 0.26458338 -0.26458272 0 0 0 0 0 0 0 0 0.26458386 -0.26458463 0 0 0 0 0 0 0 0 0.26458004 -0.26458272"
+ id="tspan16304">Appl. Authoriz. Framework (AAF)</tspan></tspan></text>
+ </g>
+ </a>
+ </g>
+ <a
+ id="a4403"
+ inkscape:label="vfc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/latest/index.html"
+ xlink:title="The Virtual Function Controller (VFC) leverages the ETSI NFV MANO Architecture and information model as a reference and implements the full life cycle management and FCAPS of VNF and NS."
+ transform="translate(-1.9952368,0.06725276)">
+ <g
+ id="g8563"
+ inkscape:label="vfc"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-62"
+ width="25.999992"
+ height="26"
+ x="233"
+ y="120.93275"
+ inkscape:label="vfc.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-62);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="179.96658"
+ y="6.8816009"
+ id="text1436-447"
+ inkscape:label="vfc.label"><tspan
+ x="233"
+ y="123.42522"
+ id="tspan16314"><tspan
+ dx="0 0 0 0 0 0 0 0.26458314"
+ id="tspan16308">Virtual </tspan><tspan
+ dx="-0.26458272"
+ id="tspan16310">Functio</tspan><tspan
+ dx="0 0.26458278"
+ id="tspan16312">n
+</tspan></tspan><tspan
+ x="233"
+ y="126.75897"
+ id="tspan16318"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458338"
+ id="tspan16316">Controller
+</tspan></tspan><tspan
+ x="233"
+ y="130.09272"
+ id="tspan16320">(VFC)</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4415"
+ inkscape:label="appc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#appc-application-controller"
+ xlink:title="The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf) and life cycle management functions (e.g. stop, resume, health check, etc.). APPC is being used mainly for Layer 4-7 network functions."
+ transform="translate(-4.9952365,0.06725276)">
+ <g
+ id="g8552"
+ inkscape:label="appc">
+ <rect
+ style="font-variation-settings:normal;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-0"
+ width="25.999994"
+ height="26"
+ x="206"
+ y="120.93275"
+ inkscape:label="appc.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-0);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="172.20732"
+ y="6.7860241"
+ id="text1436-447-33"
+ inkscape:label="appc.label"><tspan
+ x="206"
+ y="123.42522"
+ id="tspan16324"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0.26458278"
+ id="tspan16322">Application
+</tspan></tspan><tspan
+ x="206"
+ y="126.75897"
+ id="tspan16328"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458338"
+ id="tspan16326">Controller
+</tspan></tspan><tspan
+ x="206"
+ y="130.09272"
+ id="tspan16330">(APPC)</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a67340"
+ xlink:href="https://docs.onap.org/projects/onap-sdnc-oam/en/latest/index.html"
+ xlink:title="The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf, etc.) and life cycle management functions (e.g. stop, resume, health check). SDNC is being used mainly for Layer 1-3 network elements."
+ inkscape:label="sdnc.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ style="display:inline">
+ <g
+ id="g8543"
+ inkscape:label="sdnc"
+ transform="matrix(1.0188988,0,0,1.0188988,-15.699403,-2.4639167)"
+ style="stroke-width:0.981452">
+ <rect
+ style="font-variation-settings:normal;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:1.9629;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-6"
+ width="25.517748"
+ height="25.517748"
+ x="183.24113"
+ y="121.17387"
+ inkscape:label="sdnc.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-6);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.259675"
+ x="175.28391"
+ y="10.248323"
+ id="text1436-447-6"
+ inkscape:label="sdnc.label"><tspan
+ x="183.24023"
+ y="123.66546"
+ id="tspan16334"><tspan
+ dx="0 0 0 0.26458326"
+ id="tspan16332">SDN
+</tspan></tspan><tspan
+ x="183.24023"
+ y="126.99921"
+ id="tspan16338"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458338"
+ id="tspan16336">Controller </tspan></tspan><tspan
+ x="183.24023"
+ y="130.33295"
+ id="tspan16340">(SDNC)</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4435"
+ inkscape:label="cds.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html"
+ xlink:title="The run-time part of the Controller Design Studio (CDS) enables operators and ISPs to implement/operate hybrid network (CNF, PNF, VNF, Whitebox, etc.). The components are able to process and execute the design-time model intent defined by the users to support the lifecycle management. Included are a Self Service API, a TOSCA Workflow Engine, a Resource &amp; Template API, a Southbound Adapter, a Python Executor and a Kotlin Executor."
+ transform="translate(-16.995236,0.06725276)">
+ <g
+ id="g8534"
+ inkscape:label="cds">
+ <rect
+ style="font-variation-settings:normal;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-3"
+ width="25.999992"
+ height="26"
+ x="158"
+ y="120.93275"
+ inkscape:label="cds.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-3);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="175.52376"
+ y="7.9113479"
+ id="text1436-447-31"
+ inkscape:label="cds.label"><tspan
+ x="158"
+ y="123.42522"
+ id="tspan16344"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458338"
+ id="tspan16342">Controller
+</tspan></tspan><tspan
+ x="158"
+ y="126.75897"
+ id="tspan16348"><tspan
+ dx="0 0 0 0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0.26458278"
+ id="tspan16346">Design Studio
+</tspan></tspan><tspan
+ x="158"
+ y="130.09272"
+ id="tspan16350">(CDS)</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4445"
+ inkscape:label="infrastructureadaption.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-multicloud-framework/en/latest/index.html"
+ xlink:title="MultiCloud provides mediation capabilities to connect to different infrastructure providers (VM based, Container based). It has capabilities to discover and register infrastructure resource information. Also it relays FCAPS data from infrastructure to DCAE."
+ transform="translate(-8.9952356,0.06725276)">
+ <g
+ id="g8525"
+ inkscape:label="infrastructureadaption">
+ <rect
+ style="font-variation-settings:normal;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-9"
+ width="26"
+ height="26"
+ x="120"
+ y="120.93275"
+ inkscape:label="infrastructureadaption.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-9);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="181.20889"
+ y="-4.1586871"
+ id="text1436-447-38"
+ inkscape:label="infrastructureadaption.label"><tspan
+ x="120"
+ y="123.42522"
+ id="tspan16354"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2645835"
+ style="-inkscape-font-specification:sans-serif"
+ id="tspan16352">Infrastructure
+</tspan></tspan><tspan
+ x="120"
+ y="126.75897"
+ id="tspan16358"><tspan
+ dx="0 0 0 0 0 0 0 0 0.26458278"
+ style="-inkscape-font-specification:sans-serif"
+ id="tspan16356">Adaption
+</tspan></tspan><tspan
+ x="120"
+ y="130.09272"
+ id="tspan16362"><tspan
+ style="-inkscape-font-specification:sans-serif"
+ id="tspan16360">(Multi-VIM/Cloud)</tspan></tspan></text>
+ </g>
+ </a>
+ <g
+ id="g7780"
+ inkscape:label="dcae"
+ style="display:inline">
+ <a
+ id="a4477"
+ inkscape:label="dcae.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/index.html"
+ xlink:title="Data Collection, Analytics &amp; Events (DCAE) gathers performance, usage, and configuration data from the managed environment.">
+ <g
+ id="g1451"
+ inkscape:label="dcae">
+ <rect
+ style="font-variation-settings:normal;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557"
+ width="26"
+ height="26"
+ x="81"
+ y="120.93275"
+ inkscape:label="dcae.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557);display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="174.20686"
+ y="-2.2209046"
+ id="text1436-09"
+ inkscape:label="dcae.label"><tspan
+ x="81"
+ y="123.42522"
+ id="tspan16366"><tspan
+ dx="0 0 0 0 0.26458302 -0.2645832 0 0 0 0 0 0 0 0 0 0 0.26458386"
+ id="tspan16364">Data Collection,
+</tspan></tspan><tspan
+ x="81"
+ y="126.75897"
+ id="tspan16370"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0.26458338 -0.26458368 0.26458421"
+ id="tspan16368">Analytics &amp; </tspan></tspan><tspan
+ x="81"
+ y="130.09272"
+ id="tspan16376"><tspan
+ dx="0 0 0 0 0 0 0.26458338"
+ id="tspan16372">Events </tspan><tspan
+ dx="-0.26458368"
+ id="tspan16374">(DCAE)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4487"
+ inkscape:label="analytics.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#analytics"
+ xlink:title="The gathered data from multiple streams and sources is fed to analytic applications. Those applications can be real-time – for example, analytics, anomaly detection, capacity monitoring, congestion monitoring, or alarm correlation – or non-real time, such as applications that perform analytics on previously collected data or forward synthesized, aggregated or transformed data to big data stores and other applications."
+ transform="translate(0.00476444,6.9999994)">
+ <g
+ id="g1442"
+ inkscape:label="analytics">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:0.4;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect47709-1-7-9-0-62"
+ width="22"
+ height="3.9999995"
+ x="83"
+ y="134"
+ inkscape:label="analytics.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-0-62);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="173.04317"
+ y="3.8190179"
+ id="text1436-447-86-0"
+ inkscape:label="analytics.label"><tspan
+ x="83"
+ y="136.49163"
+ id="tspan16378">Analytics</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a1430"
+ inkscape:label="collectors.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#collectors"
+ xlink:title="The collection layer provides the various data collectors that are needed to collect the instrumentation that is available from the cloud infrastructure. Included are both physical and virtual elements."
+ transform="translate(0.00476444,-1.0000005)">
+ <g
+ id="g1428"
+ inkscape:label="collectors">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:0.4;vector-effect:none;fill:#ffffff;fill-opacity:1;stroke:#ffffff;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect1422"
+ width="22"
+ height="3.9999995"
+ x="83"
+ y="134"
+ inkscape:label="collectors.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect1422);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="173.04317"
+ y="3.8190179"
+ id="text1426"
+ inkscape:label="collectors.label"><tspan
+ x="83"
+ y="136.49163"
+ id="tspan16380">Collectors</tspan></text>
+ </g>
+ </a>
+ </g>
+ <a
+ id="a4501"
+ inkscape:label="dmaap.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform"
+ xlink:title="Data Movement as a Platform (DMaaP) is a component that provides data movement services that transports and processes data from any source to any target.">
+ <g
+ id="g7029"
+ inkscape:label="dmaap"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;vector-effect:none;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect13557-2-5-3"
+ width="85.995239"
+ height="11.999999"
+ x="171.00476"
+ y="105"
+ inkscape:label="dmaap.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-5-3);fill:#fffffb;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="174.68517"
+ y="13.522552"
+ id="text1436-447-86-9"
+ inkscape:label="dmaap.label"><tspan
+ x="171.00391"
+ y="107.49163"
+ id="tspan16384"><tspan
+ dx="0 0 0 0 0.26458302 -0.2645832 0 0 0 0 0 0 0 0.26458278 -0.26458272 0 0.26458243 -0.26458272 0.26458159 -0.26458272 0 0 0 0 0 0 0 0.26458541 -0.26458272"
+ id="tspan16382">Data Movement as a Platform (DMaaP)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4508"
+ inkscape:label="msb.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-msb-apigateway/en/latest/index.html"
+ xlink:title="The Microservice Bus (MSB) provides service registration, discovery and communication services for microservices as well as a gateway for internal and external communication for the services.">
+ <g
+ id="g7023"
+ inkscape:label="msb">
+ <rect
+ style="fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect13557-2-5"
+ width="86.004761"
+ height="11.999999"
+ x="81"
+ y="105"
+ inkscape:label="msb.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-5);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="176.3374"
+ y="10.155828"
+ id="text1436-447-86-1"
+ inkscape:label="msb.label"><tspan
+ x="81"
+ y="107.49163"
+ id="tspan16388"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0 0.2645835 -0.26458272 0 0 0.26458243 -0.26458272"
+ id="tspan16386">Microservice Bus (MSB)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4515"
+ inkscape:label="aai.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#aai-active-and-available-inventory"
+ xlink:title="The Active and Available Inventory (AAI) provides real-time views of the resources and services in managed by and their relationships.">
+ <g
+ id="g7008"
+ inkscape:label="aai">
+ <rect
+ style="font-variation-settings:normal;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-2-7"
+ width="41"
+ height="11.999999"
+ x="216.00476"
+ y="89"
+ inkscape:label="aai.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-7);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="170.64124"
+ y="9.4206228"
+ id="text1436-15"
+ inkscape:label="aai.label"><tspan
+ x="216.00391"
+ y="91.491631"
+ id="tspan16392"><tspan
+ dx="0 0 0 0 0 0 0.2645835 -0.26458368 0.26458326 -0.26458272 0 0 0 0 0 0 0 0 0.2645835"
+ id="tspan16390">Active &amp; Available </tspan></tspan><tspan
+ x="216.00391"
+ y="94.825379"
+ id="tspan16396"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0.26458338 -0.26458272"
+ id="tspan16394">Inventory (AAI)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4534"
+ inkscape:label="so.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-so/en/latest/index.html"
+ xlink:title="The Service Orchestration (SO) component is in charge of orchestration of network services and resources. It is based on the use of BPMN to document the Workflows.">
+ <g
+ id="g6985"
+ inkscape:label="so"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-2-6"
+ width="41"
+ height="11.999998"
+ x="171.00476"
+ y="89"
+ inkscape:label="so.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2-6);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="174.04448"
+ y="18.677187"
+ id="text1436-49"
+ inkscape:label="so.label"><tspan
+ x="171.00391"
+ y="91.809131"
+ id="tspan16400"><tspan
+ dx="0 0 0 0 0 0 0 0.26458254 -0.26458272 0 0 0 0 0 0 0 0 0 0 0 0 0.26458278"
+ id="tspan16398">Service Orchestration
+</tspan></tspan><tspan
+ x="171.00391"
+ y="95.777881"
+ id="tspan16402">(SO)</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4102"
+ inkscape:label="holmes.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#holmes-holmes-alarm-correlation-and-analysis"
+ xlink:title="Holmes provides the capability to analyze the relationship among different alarms (e.g. root cause, correlation)."
+ transform="translate(-44.999997)">
+ <g
+ id="g4100"
+ inkscape:label="holmes"
+ style="display:inline">
+ <rect
+ style="font-variation-settings:normal;display:inline;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect4092"
+ width="41"
+ height="11.999998"
+ x="171.00476"
+ y="89"
+ inkscape:label="holmes.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect4092);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="174.04448"
+ y="18.677187"
+ id="text4098"
+ inkscape:label="holmes.label"><tspan
+ x="171.00391"
+ y="91.809131"
+ id="tspan16406"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0.2645835"
+ id="tspan16404">Correlation Engine </tspan></tspan><tspan
+ x="171.00391"
+ y="95.777881"
+ id="tspan16408">(Holmes)</tspan></text>
+ </g>
+ </a>
+ <g
+ id="g6156"
+ inkscape:label="policyframework"
+ style="display:inline">
+ <a
+ id="a4541"
+ inkscape:label="policyframework.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-policy-parent/en/latest/index.html"
+ xlink:title="Policy Core Functions provide a logically centralized environment for the creation and management of policies, including conditional rules (e.g. create and validate policies/rules, identify overlaps, resolve conflicts, derive additional policies as needed).">
+ <g
+ id="g6163"
+ inkscape:label="policyframework">
+ <rect
+ style="fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect13557-2"
+ width="41"
+ height="11.999998"
+ x="81"
+ y="88.932762"
+ inkscape:label="policyframework.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-2);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="170.91991"
+ y="24.497959"
+ id="text1436-5"
+ inkscape:label="policyframework.label"><tspan
+ x="81"
+ y="91.742725"
+ id="tspan16414"><tspan
+ dx="0 0 0 0 0 0 0.2645829"
+ id="tspan16410">Policy </tspan><tspan
+ dx="-0.26458272"
+ id="tspan16412">Framework</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4549"
+ inkscape:label="clamp.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-policy-clamp/en/latest/index.html"
+ xlink:title="The Closed Loop Automation Platform (CLAMP) provides the capability to manage runtime control loops.">
+ <g
+ id="g6171"
+ inkscape:label="clamp">
+ <rect
+ style="opacity:1;fill:#66c1be;fill-opacity:1;stroke:#66c1be;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-1-7-9-5-9-1"
+ width="37"
+ height="4"
+ x="83.004768"
+ y="95"
+ inkscape:label="clamp.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-1-7-9-5-9-1);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="166.90547"
+ y="12.189323"
+ id="text1436-91"
+ inkscape:label="clamp.label"><tspan
+ x="83.003906"
+ y="97.491631"
+ id="tspan16416">CLAMP</tspan></text>
+ </g>
+ </a>
+ </g>
+ <g
+ id="g5379"
+ inkscape:label="interfaces"
+ style="display:inline"
+ transform="translate(0,0.06723675)">
+ <a
+ id="a4558"
+ inkscape:label="interfaces.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/onap-developer/architecture/references.html#user-interfaces"
+ xlink:title="Various ONAP components provide also a user interface.">
+ <g
+ id="g5413"
+ inkscape:label="interfaces">
+ <rect
+ style="font-variation-settings:normal;display:inline;opacity:0.4;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ id="rect13557-1-3"
+ width="197"
+ height="10.000002"
+ x="59"
+ y="71.932762"
+ inkscape:label="interfaces.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect13557-1-3);fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="-47.995235"
+ y="75"
+ id="text1842"
+ inkscape:label="interfaces.label"><tspan
+ x="59"
+ y="74.742725"
+ id="tspan16420"><tspan
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';fill:#ffffff"
+ id="tspan16418">Interfaces</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4565"
+ inkscape:label="cli.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-cli/en/latest/index.html"
+ xlink:title="The Command Line Interface (CLI) provides commands to operate ONAP during design and run-time for network service functionalities. It also provides the 'Open Command Platform' which helps to orchestrate the commands from YAML and helps in agile automation.">
+ <g
+ id="g5407"
+ inkscape:label="cli">
+ <rect
+ style="font-variation-settings:normal;vector-effect:none;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect47709-0-3-6-0-61"
+ width="36"
+ height="4.000001"
+ x="219"
+ y="76.932762"
+ inkscape:label="cli.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0-61);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="164.039"
+ y="4.4774046"
+ id="text1436-9"
+ inkscape:label="cli.label"><tspan
+ x="219"
+ y="79.742725"
+ id="tspan16422">CLI</tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4571"
+ inkscape:label="externalapis.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/index.html"
+ xlink:title="External API exposes ONAPs capabilities through TMF standardized interfaces. It enables ONAP to hide the internal API.">
+ <g
+ id="g5402"
+ inkscape:label="externalapis">
+ <rect
+ style="font-variation-settings:normal;vector-effect:none;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect47709-0-3-6-0-2"
+ width="34.999996"
+ height="4.000001"
+ x="180"
+ y="76.932762"
+ inkscape:label="externalapis.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0-2);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="165.2327"
+ y="3.1701791"
+ id="text1436-11"
+ inkscape:label="externalapis.label"><tspan
+ x="180"
+ y="79.742725"
+ id="tspan16426"><tspan
+ dx="0 0 0 0 0 0 0 0 0.26458314 -0.26458368"
+ id="tspan16424">External APIs</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4578"
+ inkscape:label="usecaseui.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-usecase-ui/en/latest/index.html"
+ xlink:title="Usecase User Interface (UUI) is an application portal which provides the ability to manage ONAP service instances. It allows customers to create, delete and update service instances, as well as to monitor the alarms and performance of these instances.">
+ <g
+ id="g5396"
+ inkscape:label="usecaseui">
+ <rect
+ style="font-variation-settings:normal;vector-effect:none;fill:#009893;fill-opacity:1;stroke:#009893;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect47709-0-3-6-0-6"
+ width="36"
+ height="4.000001"
+ x="140"
+ y="76.932762"
+ inkscape:label="usecaseui.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0-6);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="33.78363"
+ y="-23.208643"
+ id="text1436-7"
+ inkscape:label="usecaseui.label"><tspan
+ x="140"
+ y="79.742725"
+ id="tspan16430"><tspan
+ dx="0 0 0 0 0 0 0 0 0.2645835 -0.26458368 0 0.26458314 -0.26458272"
+ id="tspan16428">Use-Case UI (UUI)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4585"
+ inkscape:label="omdashboardvid.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-vid/en/latest/index.html"
+ xlink:title="Virtual Infrastructure Deployment (VID) is a UI interface that allows the operations and network infrastructure engineers to orchestrate and change configurations related to the infrastructure expansion and maintenance.">
+ <g
+ id="g5390"
+ inkscape:label="omdashboardvid">
+ <rect
+ style="font-variation-settings:normal;vector-effect:none;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;-inkscape-stroke:none;stop-color:#000000"
+ id="rect47709-0-3-6-0"
+ width="36"
+ height="4.000001"
+ x="100"
+ y="76.932762"
+ inkscape:label="omdashboardvid.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6-0);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="24.28731"
+ y="-18.531609"
+ id="text1436-4"
+ inkscape:label="omdashboardvid.label"><tspan
+ x="100"
+ y="79.742725"
+ id="tspan16434"><tspan
+ dx="0 0 0 0.26458278 -0.26458272 0 0 0 0 0 0 0 0 0.26458159 -0.26458272"
+ id="tspan16432">O&amp;M Dashboard (VID)</tspan></tspan></text>
+ </g>
+ </a>
+ <a
+ id="a4592"
+ inkscape:label="portal.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-portal/en/guilin/index.html"
+ xlink:title="Portal is a GUI platform that provides the ability to integrate different ONAP components GUIs into an centralized portal.">
+ <g
+ id="g5384"
+ inkscape:label="portal">
+ <rect
+ style="fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:2;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect47709-0-3-6"
+ width="36.000004"
+ height="4.000001"
+ x="60"
+ y="76.932762"
+ inkscape:label="portal.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;white-space:pre;shape-inside:url(#rect47709-0-3-6);fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="20.613007"
+ y="-13.827914"
+ id="text1436-0"
+ inkscape:label="portal.label"><tspan
+ x="60"
+ y="79.742725"
+ id="tspan16436">Portal</tspan></text>
+ </g>
+ </a>
+ </g>
+ </g>
+ <a
+ id="a4352"
+ inkscape:label="nbi.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/architecture/architecture.html#introduction"
+ xlink:title="The Northbound Interface (NBI) provides a set of API that can be used by external systems as OSS or BSS for example. These APIs are based on TMF API.">
+ <g
+ id="g2903"
+ transform="translate(0.9999988,-6.9351787)"
+ style="display:inline;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none"
+ inkscape:label="nbi">
+ <rect
+ style="display:inline;fill:#aaaaaa;fill-opacity:1;stroke:#aaaaaa;stroke-width:1;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
+ id="rect88-7-1"
+ width="310.00476"
+ height="11.999999"
+ x="10.000001"
+ y="41.935177"
+ inkscape:label="nbi.form" />
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.35px;line-height:1.25;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-variant-east-asian:normal;font-feature-settings:normal;font-variation-settings:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:-0.0926042px;word-spacing:-0.264583px;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;white-space:pre;shape-inside:url(#rect88-7-1);shape-padding:0;shape-margin:0;inline-size:0;display:inline;opacity:0.4;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;stop-color:#000000"
+ x="-54.620338"
+ y="90.044426"
+ id="text1436-447-86-87"
+ inkscape:label="nbi.label"><tspan
+ x="10"
+ y="47.553809"
+ id="tspan16440"><tspan
+ dx="0 0 0 0 0 0 0 0 0 0 0.26458254 -0.2645826 0 0 0 0 0 0 0 0 0.26458493 -0.2645826 0 0 0 0 0.26457849 -0.2645826 0 0 0 0 0 0 0.26458469 -0.2645826 0 0 0 0.26458779 -0.2645826 0 0 0.26459685 -0.2645826 0 0 0.26457873 -0.2645826"
+ style="font-weight:bold;-inkscape-font-specification:'sans-serif Bold';baseline-shift:baseline;shape-inside:url(#rect88);stop-color:#000000;stop-opacity:1"
+ id="tspan16438">Northbound Interface (NBI) towards OSS, BSS and other</tspan></tspan></text>
+ </g>
+ </a>
+ <path
+ id="rect69393"
+ style="display:inline;fill:#253c7e;stroke-width:0.198665"
+ d="m 69.945829,115.93276 v -10 l 8.054171,5 z"
+ sodipodi:nodetypes="cccc"
+ inkscape:label="arrow.form" />
+ <a
+ id="a4598"
+ inkscape:label="releaseinfo.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/overview/overview.html#onap-release-information"
+ xlink:title="ONAP Release 10 »Jakarta«"
+ style="display:none"
+ transform="translate(-3.3759646,4.8850003e-4)">
+ <text
+ xml:space="preserve"
+ style="font-style:normal;font-weight:normal;font-size:6.35px;line-height:1.05;font-family:sans-serif;letter-spacing:-0.0926042px;word-spacing:-0.264583px;display:inline;opacity:0.8;fill:#313032;fill-opacity:1;stroke:none;stroke-width:0.264583"
+ x="329.96664"
+ y="27.894917"
+ id="text1436-10"
+ inkscape:label="releaseinfo.label"><tspan
+ sodipodi:role="line"
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.35px;font-family:sans-serif;-inkscape-font-specification:sans-serif;text-align:end;text-anchor:end;fill:#313032;fill-opacity:1;stroke-width:0.264583"
+ x="329.87405"
+ y="27.894917"
+ id="tspan5723">RELEASE 10 »JAKARTA«</tspan></text>
+ </a>
+ <a
+ id="a4602"
+ inkscape:label="onaplogo.link"
+ onmouseover="style.opacity = 0.6;"
+ onmouseout="style.opacity = 1.0;"
+ xlink:href="https://docs.onap.org/en/latest/guides/overview/overview.html"
+ xlink:title="The Open Network Automation Platform (ONAP) is a comprehensive platform for orchestration, management, and automation of network and edge computing services for network operators, cloud providers, and enterprises. The open source project ONAP is hosted by the Linux Foundation.">
+ <g
+ id="g1241"
+ transform="matrix(0.10712373,0,0,0.10712373,5.2329939,4.7423663)"
+ style="display:inline"
+ inkscape:label="onaplogo">
+ <g
+ id="g1365"
+ inkscape:label="logotext">
+ <path
+ class="st127"
+ d="m 884.4,124.83 v 46.62 H 851.73 V 13.39 h 93.09 c 17.32,0 29.65,4.26 37,12.76 7.35,8.51 11.02,22.71 11.02,42.61 0,20.06 -3.67,34.41 -11.02,43.07 -7.35,8.66 -19.55,12.99 -36.61,12.99 H 884.4 Z m 0,-31.38 h 54.52 c 8,0 13.55,-1.87 16.63,-5.6 3.08,-3.73 4.63,-10.09 4.63,-19.08 0,-8.38 -1.38,-14.32 -4.13,-17.82 -3.15,-4.11 -8.86,-6.17 -17.12,-6.17 H 884.4 Z"
+ id="path1149"
+ style="display:inline"
+ inkscape:label="p" />
+ <path
+ class="st127"
+ d="M 687,171.45 H 648.82 L 721.25,13.39 h 48.42 l 71.84,158.06 h -38.38 l -17.52,-39.8 h -80.89 z m 30.9,-69.59 h 54.52 l -25.98,-58.9 h -1.57 z"
+ id="path1147"
+ style="display:inline"
+ inkscape:label="a" />
+ <path
+ class="st127"
+ d="m 459.48,13.39 h 54.91 l 83.25,126.68 h 4.53 V 13.39 h 32.67 V 171.45 H 578.75 L 496.68,44.78 h -4.53 v 126.68 h -32.67 z"
+ id="path1145"
+ style="display:inline"
+ inkscape:label="n" />
+ <path
+ class="st126"
+ d="m 437.05,117.55 c 0,20.01 -3.51,34 -10.53,41.96 -7.02,7.96 -19.98,11.94 -38.87,11.94 h -60.03 c -18.24,0 -31.19,-4.13 -38.87,-12.39 -7.67,-8.26 -11.51,-22.1 -11.51,-41.5 V 67.97 c 0,-21.38 3.67,-36.08 11.02,-44.12 7.35,-8.03 20.47,-12.05 39.36,-12.05 h 60.03 c 17.71,0 30.18,3.79 37.39,11.37 8,8.34 12.01,23.28 12.01,44.8 z m -127.14,-3.86 c 0,10.31 1.77,17.28 5.31,20.92 3.54,3.64 10.3,5.46 20.27,5.46 h 43.3 c 10.5,0 17.38,-1.74 20.67,-5.23 3.28,-3.49 4.92,-10.61 4.92,-21.38 V 71.39 c 0,-11.22 -1.84,-18.72 -5.51,-22.51 -3.68,-3.79 -10.56,-5.69 -20.67,-5.69 h -42.12 c -10.23,0 -17.16,1.93 -20.76,5.8 -3.61,3.87 -5.41,11.41 -5.41,22.63 z"
+ id="path1143"
+ style="display:inline"
+ inkscape:label="o" />
+ </g>
+ <g
+ id="g1359"
+ inkscape:label="logografics">
+ <polygon
+ class="st127"
+ points="7.16,217.11 114.85,217.11 7.16,149.91 "
+ id="polygon1151"
+ style="display:inline" />
+ <polygon
+ class="st128"
+ points="136.86,217.11 244.95,217.11 244.95,149.68 "
+ id="polygon1153" />
+ <polygon
+ class="st128"
+ points="112.49,11.74 7.16,11.74 7.16,77.45 "
+ id="polygon1155" />
+ <polygon
+ class="st128"
+ points="244.95,76.13 244.95,11.74 141.76,11.74 "
+ id="polygon1157" />
+ <polygon
+ class="st86"
+ points="127.88,142.91 177.28,112.08 129,81.95 79.61,112.78 "
+ id="polygon1159" />
+ <polygon
+ class="st129"
+ points="82.34,52.84 32.97,83.67 79.61,112.78 129,81.95 "
+ id="polygon1161" />
+ <polygon
+ class="st129"
+ points="223.92,82.97 175.64,52.84 129,81.95 177.28,112.08 "
+ id="polygon1163" />
+ <polygon
+ class="st130"
+ points="129,23.73 82.34,52.84 129,81.95 175.64,52.84 "
+ id="polygon1165" />
+ <polygon
+ class="st131"
+ points="32.97,141.9 81.24,172.02 127.88,142.91 79.61,112.78 "
+ id="polygon1167" />
+ <polygon
+ class="st126"
+ points="32.97,141.9 79.61,112.78 32.97,83.67 29.62,85.74 29.62,139.81 "
+ id="polygon1169" />
+ <polygon
+ class="st131"
+ points="223.92,141.2 177.28,112.08 127.88,142.91 174.21,171.83 173.7,172.56 "
+ id="polygon1171" />
+ <polygon
+ class="st126"
+ points="223.92,141.2 226.85,139.38 226.85,84.8 223.92,82.97 177.28,112.08 "
+ id="polygon1173" />
+ <polygon
+ class="st132"
+ points="173.7,172.56 174.21,171.83 127.88,142.91 81.24,172.02 127.88,201.14 "
+ id="polygon1175" />
+ <polygon
+ class="st126"
+ points="129,81.95 177.28,112.08 127.88,142.91 79.61,112.78 "
+ id="polygon1177"
+ style="display:inline" />
+ </g>
+ <g
+ id="g1239"
+ style="display:inline"
+ inkscape:label="opennetworkautomationplatform">
+ <g
+ id="g1237"
+ style="display:inline"
+ inkscape:label="path">
+ <path
+ class="st128"
+ d="m 299.9,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.02,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1179" />
+ <path
+ class="st128"
+ d="m 302.98,216.65 v -21.79 h 13.09 c 1.63,0 2.93,0.22 3.93,0.67 0.99,0.44 1.72,1.16 2.19,2.15 0.47,0.99 0.7,2.3 0.7,3.92 0,1.62 -0.22,2.86 -0.67,3.74 -0.45,0.87 -1.16,1.48 -2.13,1.82 -0.97,0.34 -2.3,0.51 -3.99,0.51 H 305 v 8.99 h -2.02 z m 2.01,-11.19 h 11.69 c 1.1,0 1.94,-0.1 2.53,-0.3 0.59,-0.2 1.01,-0.57 1.27,-1.11 0.26,-0.54 0.39,-1.37 0.39,-2.46 0,-1.67 -0.3,-2.84 -0.92,-3.52 -0.61,-0.68 -1.64,-1.01 -3.08,-1.01 h -11.89 v 8.4 z"
+ id="path1181" />
+ <path
+ class="st128"
+ d="m 325.68,216.68 v -21.82 h 17.2 v 2.2 H 327.7 v 7.23 h 14.79 v 2.2 H 327.7 v 7.98 h 15.18 v 2.2 h -17.2 z"
+ id="path1183" />
+ <path
+ class="st128"
+ d="m 346.26,216.68 v -21.82 h 4.48 l 14.93,19.56 v -19.56 h 2.01 v 21.82 h -2.91 l -15.38,-20.12 h -1.12 v 20.12 z"
+ id="path1185" />
+ <path
+ class="st128"
+ d="m 379.76,216.68 v -21.82 h 4.48 l 14.93,19.56 v -19.56 h 2.01 v 21.82 h -2.91 l -15.38,-20.12 h -1.12 v 20.12 z"
+ id="path1187" />
+ <path
+ class="st128"
+ d="m 404.42,216.68 v -21.82 h 17.2 v 2.2 h -15.18 v 7.23 h 14.79 v 2.2 h -14.79 v 7.98 h 15.18 v 2.2 h -17.2 z"
+ id="path1189" />
+ <path
+ class="st128"
+ d="m 423.99,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 V 197.06 H 424 v -2.2 z"
+ id="path1191" />
+ <path
+ class="st128"
+ d="m 464.37,194.86 6.77,19.5 h 0.44 l 6.88,-19.5 h 2.24 l -7.94,21.82 h -2.85 l -6.71,-19.31 -6.66,19.31 h -2.85 l -7.94,-21.82 h 2.23 l 6.88,19.5 h 0.45 l 6.77,-19.5 z"
+ id="path1193" />
+ <path
+ class="st128"
+ d="m 505.47,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.01,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1195" />
+ <path
+ class="st128"
+ d="m 510.62,207.72 v 8.99 h -2.01 v -21.82 h 13.98 c 1.58,0 2.87,0.26 3.88,0.79 1.01,0.52 1.74,1.26 2.2,2.19 0.46,0.94 0.69,2.03 0.69,3.28 0,1.03 -0.13,1.88 -0.38,2.54 -0.25,0.67 -0.57,1.19 -0.94,1.57 -0.37,0.38 -0.85,0.76 -1.42,1.14 0.69,0.17 1.26,0.69 1.73,1.57 0.47,0.87 0.7,2.08 0.7,3.62 v 5.1 h -2.01 v -5.34 c 0,-1.34 -0.24,-2.27 -0.72,-2.81 -0.48,-0.54 -1.26,-0.81 -2.32,-0.81 h -13.38 z m 0,-10.63 v 8.43 h 12.58 c 1.35,0 2.37,-0.37 3.08,-1.11 0.71,-0.74 1.06,-1.96 1.06,-3.68 0,-1.06 -0.36,-1.94 -1.09,-2.62 -0.72,-0.68 -1.69,-1.02 -2.91,-1.02 z"
+ id="path1197" />
+ <path
+ class="st128"
+ d="m 532.27,216.68 v -21.82 h 2.01 v 9.34 h 3.24 l 12.27,-9.37 h 3.52 l -13.7,10.44 14.04,11.42 h -3.52 L 537.6,206.41 h -3.32 v 10.28 h -2.01 z"
+ id="path1199" />
+ <path
+ class="st128"
+ d="m 565.34,216.68 h -2.23 l 10.07,-21.82 h 3.08 l 10.07,21.82 h -2.35 l -2.49,-5.47 h -13.65 z m 3.58,-7.67 h 11.52 l -5.76,-12.58 z"
+ id="path1201" />
+ <path
+ class="st128"
+ d="m 588.22,194.86 h 2.02 v 15.22 c 0,1.02 0.15,1.84 0.45,2.48 0.3,0.63 0.83,1.11 1.58,1.42 0.75,0.31 1.81,0.48 3.16,0.5 h 8.53 c 1.18,-0.02 2.13,-0.2 2.85,-0.54 0.72,-0.34 1.24,-0.84 1.56,-1.49 0.32,-0.66 0.49,-1.49 0.49,-2.5 v -15.09 h 2.01 v 14.28 c 0,2.01 -0.25,3.55 -0.75,4.64 -0.5,1.09 -1.24,1.84 -2.22,2.25 -0.98,0.41 -2.3,0.63 -3.97,0.66 h -8.5 c -1.72,-0.03 -3.09,-0.26 -4.13,-0.7 -1.04,-0.44 -1.81,-1.2 -2.32,-2.28 -0.51,-1.08 -0.77,-2.58 -0.77,-4.5 v -14.35 z"
+ id="path1203" />
+ <path
+ class="st128"
+ d="m 612.94,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 v -19.62 h -9.42 v -2.2 z"
+ id="path1205" />
+ <path
+ class="st128"
+ d="m 658.63,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.01,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1207" />
+ <path
+ class="st128"
+ d="m 689.84,216.68 h -2.01 v -20.06 h -1.12 l -10.46,20.06 h -1.04 l -10.46,-20.06 h -1.15 v 20.06 h -2.01 v -21.82 h 4.3 l 9.84,18.62 9.79,-18.62 h 4.31 v 21.82 z"
+ id="path1209" />
+ <path
+ class="st128"
+ d="m 693.96,216.68 h -2.23 l 10.07,-21.82 h 3.08 l 10.07,21.82 h -2.35 l -2.49,-5.47 h -13.65 z m 3.59,-7.67 h 11.52 l -5.76,-12.58 z"
+ id="path1211" />
+ <path
+ class="st128"
+ d="m 715.78,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 v -19.62 h -9.42 v -2.2 z"
+ id="path1213" />
+ <path
+ class="st128"
+ d="m 742.18,216.68 h -2.01 v -21.82 h 2.01 z"
+ id="path1215" />
+ <path
+ class="st128"
+ d="m 769.36,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.02,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.36,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1217" />
+ <path
+ class="st128"
+ d="m 772.32,216.68 v -21.82 h 4.48 l 14.93,19.56 v -19.56 h 2.01 v 21.82 h -2.91 l -15.38,-20.12 h -1.12 v 20.12 z"
+ id="path1219" />
+ <path
+ class="st128"
+ d="m 805.93,216.65 v -21.79 h 13.09 c 1.63,0 2.93,0.22 3.93,0.67 0.99,0.44 1.72,1.16 2.19,2.15 0.47,0.99 0.7,2.3 0.7,3.92 0,1.62 -0.22,2.86 -0.67,3.74 -0.45,0.87 -1.16,1.48 -2.13,1.82 -0.97,0.34 -2.3,0.51 -3.99,0.51 h -11.1 v 8.99 h -2.02 z m 2.02,-11.19 h 11.69 c 1.1,0 1.94,-0.1 2.53,-0.3 0.59,-0.2 1.01,-0.57 1.27,-1.11 0.26,-0.54 0.39,-1.37 0.39,-2.46 0,-1.67 -0.3,-2.84 -0.92,-3.52 -0.61,-0.68 -1.64,-1.01 -3.08,-1.01 h -11.89 v 8.4 z"
+ id="path1221" />
+ <path
+ class="st128"
+ d="m 828.86,216.68 v -21.82 h 2.01 v 19.62 h 14.63 v 2.2 z"
+ id="path1223" />
+ <path
+ class="st128"
+ d="m 849.43,216.68 h -2.23 l 10.07,-21.82 h 3.08 l 10.07,21.82 h -2.35 l -2.49,-5.47 h -13.65 z m 3.59,-7.67 h 11.52 l -5.76,-12.58 z"
+ id="path1225" />
+ <path
+ class="st128"
+ d="m 871.25,194.86 h 20.92 v 2.2 h -9.48 v 19.62 h -2.01 v -19.62 h -9.42 v -2.2 z"
+ id="path1227" />
+ <path
+ class="st128"
+ d="m 894.46,216.68 v -21.82 h 17.2 v 2.2 h -15.18 v 7.23 h 14.79 v 2.2 h -14.79 v 10.19 z"
+ id="path1229" />
+ <path
+ class="st128"
+ d="m 937.58,209.2 c -0.01,1.57 -0.14,2.83 -0.39,3.8 -0.25,0.97 -0.64,1.72 -1.17,2.26 -0.54,0.54 -1.24,0.91 -2.1,1.11 -0.86,0.21 -1.97,0.31 -3.33,0.31 h -8.5 c -1.32,0 -2.44,-0.13 -3.35,-0.4 -0.91,-0.26 -1.65,-0.68 -2.21,-1.26 -0.56,-0.58 -0.97,-1.34 -1.24,-2.29 -0.27,-0.95 -0.41,-2.13 -0.42,-3.54 v -6.79 c 0.01,-1.43 0.15,-2.63 0.4,-3.6 0.25,-0.97 0.65,-1.77 1.2,-2.39 0.55,-0.62 1.28,-1.07 2.19,-1.36 0.91,-0.29 2.06,-0.44 3.43,-0.44 h 8.5 c 1.65,0 2.97,0.22 3.97,0.64 1,0.43 1.75,1.21 2.25,2.34 0.5,1.13 0.76,2.73 0.78,4.81 v 6.8 z m -2.01,-6.97 c -0.02,-1.47 -0.18,-2.59 -0.47,-3.35 -0.29,-0.76 -0.79,-1.3 -1.48,-1.6 -0.7,-0.3 -1.71,-0.46 -3.05,-0.46 h -8.5 c -1.25,0 -2.24,0.16 -2.97,0.48 -0.73,0.32 -1.27,0.87 -1.63,1.66 -0.35,0.79 -0.55,1.88 -0.58,3.27 v 6.97 c 0.01,1.05 0.11,1.92 0.3,2.6 0.19,0.68 0.49,1.22 0.89,1.61 0.41,0.39 0.93,0.67 1.57,0.83 0.64,0.16 1.44,0.24 2.41,0.24 h 8.5 c 1.4,0 2.44,-0.14 3.13,-0.43 0.69,-0.29 1.17,-0.8 1.44,-1.52 0.27,-0.73 0.41,-1.83 0.43,-3.32 v -6.98 z"
+ id="path1231" />
+ <path
+ class="st128"
+ d="m 942.73,207.72 v 8.99 h -2.01 v -21.82 h 13.98 c 1.58,0 2.87,0.26 3.88,0.79 1.01,0.52 1.74,1.26 2.2,2.19 0.46,0.94 0.69,2.03 0.69,3.28 0,1.03 -0.13,1.88 -0.38,2.54 -0.25,0.67 -0.57,1.19 -0.94,1.57 -0.37,0.38 -0.85,0.76 -1.42,1.14 0.69,0.17 1.26,0.69 1.73,1.57 0.47,0.87 0.7,2.08 0.7,3.62 v 5.1 h -2.01 v -5.34 c 0,-1.34 -0.24,-2.27 -0.72,-2.81 -0.48,-0.54 -1.26,-0.81 -2.32,-0.81 h -13.38 z m 0,-10.63 v 8.43 h 12.58 c 1.35,0 2.37,-0.37 3.08,-1.11 0.71,-0.74 1.06,-1.96 1.06,-3.68 0,-1.06 -0.36,-1.94 -1.09,-2.62 -0.72,-0.68 -1.69,-1.02 -2.91,-1.02 z"
+ id="path1233" />
+ <path
+ class="st128"
+ d="m 992.84,216.68 h -2.01 v -20.06 h -1.12 l -10.46,20.06 h -1.04 l -10.46,-20.06 h -1.15 v 20.06 h -2.01 v -21.82 h 4.3 l 9.84,18.62 9.79,-18.62 h 4.31 v 21.82 z"
+ id="path1235" />
+ </g>
+ </g>
+ </g>
+ </a>
+ </g>
+ <style
+ type="text/css"
+ id="style1141">
+ .st0{fill:#1DCAD3;}
+ .st1{fill:#36B0C9;}
+ .st2{fill:#231F20;}
+ .st3{fill:#FFFFFF;}
+ .st4{fill:#9164CC;}
+ .st5{clip-path:url(#SVGID_2_);fill:url(#SVGID_3_);}
+ .st6{fill:#201747;}
+ .st7{fill-rule:evenodd;clip-rule:evenodd;fill:#10CFC9;}
+ .st8{clip-path:url(#SVGID_5_);fill:#231F20;}
+ .st9{fill-rule:evenodd;clip-rule:evenodd;fill:#231F20;}
+ .st10{clip-path:url(#SVGID_7_);fill:#FFFFFF;}
+ .st11{fill-rule:evenodd;clip-rule:evenodd;fill:#FFFFFF;}
+ .st12{fill:#8CCEAF;}
+ .st13{fill:#008476;}
+ .st14{fill:#25BCBD;}
+ .st15{fill:#004D70;}
+ .st16{fill:#20BBBB;}
+ .st17{fill:#024D70;}
+ .st18{fill-rule:evenodd;clip-rule:evenodd;fill:#F58B1F;}
+ .st19{fill-rule:evenodd;clip-rule:evenodd;fill:#18335B;}
+ .st20{clip-path:url(#SVGID_9_);}
+ .st21{clip-path:url(#SVGID_11_);}
+ .st22{fill:#18335B;}
+ .st23{fill:#F58B1F;}
+ .st24{clip-path:url(#SVGID_15_);}
+ .st25{clip-path:url(#SVGID_17_);}
+ .st26{clip-path:url(#SVGID_21_);}
+ .st27{clip-path:url(#SVGID_23_);}
+ .st28{clip-path:url(#SVGID_27_);}
+ .st29{clip-path:url(#SVGID_29_);}
+ .st30{clip-path:url(#SVGID_33_);}
+ .st31{clip-path:url(#SVGID_35_);}
+ .st32{clip-path:url(#SVGID_39_);}
+ .st33{clip-path:url(#SVGID_41_);}
+ .st34{fill:#416BA9;}
+ .st35{fill:#73C3D5;}
+ .st36{opacity:0.8;}
+ .st37{fill:#3A3A3A;}
+ .st38{fill:url(#SVGID_44_);}
+ .st39{fill:none;stroke:#000000;stroke-width:6.3384;}
+ .st40{fill:none;stroke:#000000;stroke-width:3.1692;}
+ .st41{fill:#48494B;}
+ .st42{fill:#C1986C;}
+ .st43{fill:url(#SVGID_63_);}
+ .st44{fill:url(#SVGID_64_);}
+ .st45{fill:url(#SVGID_65_);}
+ .st46{fill:url(#SVGID_66_);}
+ .st47{fill:url(#SVGID_67_);}
+ .st48{fill:#4D4E4E;}
+ .st49{fill:#27B373;}
+ .st50{fill:#5DC4CD;}
+ .st51{fill:#1E8756;}
+ .st52{fill:#3D1152;}
+ .st53{fill:#922C48;}
+ .st54{fill-rule:evenodd;clip-rule:evenodd;fill:#922C48;}
+ .st55{fill:#404041;}
+ .st56{fill:#EC1C24;}
+ .st57{fill:#373A36;}
+ .st58{fill:#808184;}
+ .st59{fill:#262261;}
+ .st60{fill:#6FCBDC;}
+ .st61{fill:#2F3436;}
+ .st62{fill:#5F97D0;}
+ .st63{fill:#132428;}
+ .st64{fill:#85C041;}
+ .st65{fill:#677784;}
+ .st66{fill:url(#SVGID_68_);}
+ .st67{opacity:0.2;clip-path:url(#SVGID_70_);}
+ .st68{fill:#FFFEFA;}
+ .st69{opacity:0.1;}
+ .st70{fill:url(#SVGID_71_);}
+ .st71{opacity:0.3;}
+ .st72{opacity:0.08;}
+ .st73{opacity:0.1;fill:url(#Wordmark_1_);}
+ .st74{fill:url(#SVGID_104_);}
+ .st75{opacity:0.6;fill:url(#SVGID_107_);}
+ .st76{opacity:0.4;}
+ .st77{fill:url(#SVGID_110_);}
+ .st78{opacity:0.6;fill:url(#SVGID_113_);}
+ .st79{fill:url(#SVGID_116_);}
+ .st80{opacity:0.6;fill:url(#SVGID_119_);}
+ .st81{fill:url(#SVGID_122_);}
+ .st82{opacity:0.6;fill:url(#SVGID_125_);}
+ .st83{fill:url(#SVGID_128_);}
+ .st84{opacity:0.6;fill:url(#SVGID_131_);}
+ .st85{fill:#221F1F;}
+ .st86{fill:none;}
+ .st87{fill:#00416B;}
+ .st88{opacity:0.8;fill:url(#XMLID_323_);}
+ .st89{fill:#4197CB;}
+ .st90{fill:#003E52;}
+ .st91{fill:#3F96B4;}
+ .st92{fill:#B9DBE5;}
+ .st93{opacity:0.3;fill:#231F20;}
+ .st94{opacity:0.3;fill:#FFFFFF;}
+ .st95{fill:#050013;}
+ .st96{fill:#E87200;}
+ .st97{fill:#FCB813;}
+ .st98{fill:#3D3935;}
+ .st99{fill:#FFB600;}
+ .st100{fill:#FCB814;}
+ .st101{fill:#F48120;}
+ .st102{fill:#EF4E25;}
+ .st103{fill:#ED3024;}
+ .st104{fill:#E0592A;}
+ .st105{fill:#00ADBB;}
+ .st106{fill:#00829B;}
+ .st107{fill:#93D500;}
+ .st108{fill:#4D5A31;}
+ .st109{fill:#6BA43A;}
+ .st110{fill:#424143;}
+ .st111{fill-rule:evenodd;clip-rule:evenodd;fill:#C7E6B4;}
+ .st112{fill-rule:evenodd;clip-rule:evenodd;fill:#5A9891;}
+ .st113{fill-rule:evenodd;clip-rule:evenodd;fill:#127870;}
+ .st114{fill-rule:evenodd;clip-rule:evenodd;fill:#5CCFD5;}
+ .st115{fill-rule:evenodd;clip-rule:evenodd;fill:#ACD5CD;}
+ .st116{fill-rule:evenodd;clip-rule:evenodd;fill:#B5ECC9;}
+ .st117{fill-rule:evenodd;clip-rule:evenodd;fill:#A1D683;}
+ .st118{fill-rule:evenodd;clip-rule:evenodd;fill:#DEF0D3;}
+ .st119{fill-rule:evenodd;clip-rule:evenodd;fill:#91B9B4;}
+ .st120{fill-rule:evenodd;clip-rule:evenodd;fill:#006860;}
+ .st121{fill-rule:evenodd;clip-rule:evenodd;fill:#00ADBB;}
+ .st122{fill-rule:evenodd;clip-rule:evenodd;fill:#B4E7E9;}
+ .st123{fill-rule:evenodd;clip-rule:evenodd;fill:#007565;}
+ .st124{fill-rule:evenodd;clip-rule:evenodd;fill:#00CE7C;}
+ .st125{fill-rule:evenodd;clip-rule:evenodd;fill:#5FD896;}
+ .st126{fill:#007DA5;}
+ .st127{fill:#313032;}
+ .st128{fill:#24272A;}
+ .st129{fill:#00AFAA;}
+ .st130{fill:#66C9BA;}
+ .st131{fill:#0069A7;}
+ .st132{fill:#002F87;}
+ .st133{fill:#8BC53F;}
+ .st134{fill:#1A1A1A;}
+ .st135{fill:#0095D6;}
+ .st136{fill:#003F5F;}
+ .st137{fill:#2D317C;}
+ .st138{fill:#41BFBF;}
+ .st139{fill:#293C97;}
+ .st140{fill:#52C2BD;}
+ .st141{fill:url(#SVGID_134_);}
+ .st142{fill:url(#SVGID_135_);}
+ .st143{fill:url(#SVGID_136_);}
+ .st144{fill:#0DBEEA;}
+ .st145{fill:#097EC2;}
+ .st146{fill:#133C63;}
+ .st147{fill:#3B91CF;}
+ .st148{fill:#C8DEE8;}
+ .st149{fill:#629BBA;}
+ .st150{fill:#F8BE19;}
+ .st151{fill:url(#SVGID_137_);}
+ .st152{fill:url(#SVGID_138_);}
+ .st153{fill:url(#SVGID_139_);}
+ .st154{fill:#00233B;}
+ .st155{fill:url(#SVGID_140_);}
+ .st156{fill:url(#SVGID_141_);}
+ .st157{fill:url(#SVGID_142_);}
+ .st158{fill:url(#SVGID_143_);}
+ .st159{fill:url(#SVGID_144_);}
+ .st160{fill:url(#SVGID_145_);}
+ .st161{fill:url(#SVGID_146_);}
+ .st162{fill:url(#SVGID_147_);}
+ .st163{fill:url(#SVGID_148_);}
+ .st164{fill:url(#SVGID_149_);}
+ .st165{fill:url(#SVGID_150_);}
+ .st166{fill:url(#SVGID_151_);}
+ .st167{fill:url(#SVGID_152_);}
+ .st168{fill:url(#SVGID_153_);}
+ .st169{fill:url(#SVGID_154_);}
+ .st170{fill:url(#SVGID_155_);}
+ .st171{fill:url(#SVGID_156_);}
+ .st172{fill:url(#SVGID_157_);}
+ .st173{fill:url(#SVGID_158_);}
+ .st174{fill:url(#SVGID_159_);}
+ .st175{fill:url(#SVGID_160_);}
+ .st176{fill:url(#SVGID_161_);}
+ .st177{fill:url(#SVGID_162_);}
+ .st178{fill:url(#SVGID_163_);}
+ .st179{fill:url(#SVGID_164_);}
+ .st180{fill:url(#SVGID_165_);}
+ .st181{fill:url(#SVGID_166_);}
+ .st182{fill:url(#SVGID_167_);}
+ .st183{fill:url(#SVGID_168_);}
+ .st184{fill:url(#SVGID_169_);}
+ .st185{fill:url(#SVGID_170_);}
+ .st186{fill:url(#SVGID_171_);}
+ .st187{fill:url(#SVGID_172_);}
+ .st188{fill:url(#SVGID_173_);}
+ .st189{fill:url(#SVGID_174_);}
+ .st190{fill:url(#SVGID_175_);}
+ .st191{fill:url(#SVGID_176_);}
+ .st192{fill:url(#SVGID_177_);}
+ .st193{fill:url(#SVGID_178_);}
+ .st194{fill:#C31230;}
+ .st195{fill:#807F82;}
+ .st196{fill-rule:evenodd;clip-rule:evenodd;fill:#C31230;}
+ .st197{fill-rule:evenodd;clip-rule:evenodd;fill:#807F82;}
+ .st198{fill:#2D2D2D;}
+ .st199{display:none;fill:#2D2D2D;}
+ .st200{fill:#D11F3C;}
+ .st201{fill:#E42C4C;stroke:#E42C4C;stroke-width:1.0503;stroke-miterlimit:10;}
+ .st202{display:none;fill:#231F20;}
+ .st203{display:none;fill:#FFFFFF;}
+ .st204{fill:#FF7F30;}
+ .st205{opacity:0.3;fill:#FF7F30;}
+ .st206{opacity:0.6;fill:#FF7F30;}
+ .st207{opacity:0.7;fill:#FF7F30;}
+ .st208{fill:#221C35;}
+ .st209{fill:#1B98D5;}
+ .st210{fill:#173963;}
+ .st211{fill:#009ADE;}
+ .st212{fill:#003764;}
+ .st213{fill:#2A7DE1;}
+ .st214{opacity:0.4;clip-path:url(#XMLID_324_);fill:#221F1F;}
+ .st215{fill:#002A3A;}
+ .st216{fill:#0033A1;}
+ .st217{fill:url(#SVGID_179_);}
+ .st218{fill:url(#SVGID_180_);}
+ .st219{fill:url(#SVGID_181_);}
+ .st220{fill:url(#SVGID_182_);}
+ .st221{fill:#007EC4;}
+ .st222{fill-rule:evenodd;clip-rule:evenodd;fill:url(#SVGID_183_);}
+ .st223{fill-rule:evenodd;clip-rule:evenodd;fill:#E6E7E8;}
+ .st224{fill:#009345;}
+ .st225{fill:#BBBCB8;}
+ .st226{fill:#72C0EB;}
+ .st227{fill:#939598;}
+ .st228{fill-rule:evenodd;clip-rule:evenodd;fill:#2CB8EB;}
+ .st229{fill:#2CB8EB;}
+ .st230{fill:#81B83A;}
+ .st231{fill-rule:evenodd;clip-rule:evenodd;fill:#81B83A;}
+ .st232{enable-background:new ;}
+ .st233{fill:#FF6F3E;}
+ .st234{fill:#12143D;}
+ .st235{fill:url(#SVGID_184_);}
+ .st236{fill:url(#SVGID_185_);}
+ .st237{fill:url(#SVGID_186_);}
+ .st238{fill:url(#SVGID_187_);}
+ .st239{fill:url(#SVGID_188_);}
+ .st240{fill:url(#SVGID_189_);}
+ .st241{fill:url(#SVGID_190_);}
+ .st242{fill:url(#SVGID_191_);}
+ .st243{fill:url(#SVGID_192_);}
+ .st244{fill:#7C51A0;}
+ .st245{fill:#9F66A9;}
+ .st246{fill:#9F80B9;}
+ .st247{fill:url(#SVGID_193_);}
+ .st248{fill:url(#SVGID_194_);}
+ .st249{fill:url(#SVGID_195_);}
+ .st250{fill:url(#SVGID_196_);}
+ .st251{fill:#2D3136;}
+ .st252{fill:#76777A;}
+ .st253{fill:#A7A8A9;}
+ .st254{fill:#0082CA;}
+ .st255{fill:#FFB259;}
+ .st256{fill:#385CAD;}
+ .st257{fill:#7BA0C4;}
+ .st258{fill:#EBA900;}
+ .st259{fill:#929497;}
+ .st260{opacity:0.7;fill:#FFFFFF;}
+ .st261{fill:#016BAF;}
+ .st262{fill:#343432;}
+ .st263{fill:#6D6E70;}
+ .st264{fill:#F4B01B;}
+ .st265{fill:#293271;}
+ .st266{fill:#A1D33C;}
+ .st267{fill:#212322;}
+ .st268{fill:#0047BA;}
+ .st269{fill:#969CDE;}
+ .st270{fill:#047BC1;}
+ .st271{fill:url(#SVGID_197_);}
+ .st272{fill:url(#SVGID_198_);}
+ .st273{fill:url(#SVGID_199_);}
+ .st274{fill:url(#SVGID_200_);}
+ .st275{fill:url(#SVGID_201_);}
+ .st276{fill:url(#SVGID_202_);}
+ .st277{fill:url(#SVGID_203_);}
+ .st278{fill:#13517C;}
+ .st279{fill:#0077A6;}
+ .st280{fill:none;stroke:#231F20;stroke-width:5.9036;stroke-miterlimit:10;}
+ .st281{fill:#00A94F;}
+ .st282{fill:none;stroke:#231F20;stroke-width:3.2172;stroke-miterlimit:10;}
+ .st283{fill:#59595C;}
+ .st284{opacity:0.349;fill:#F9AE19;}
+ .st285{opacity:0.349;fill:#E99F22;}
+ .st286{opacity:0.349;fill:#E47D25;}
+ .st287{fill:#F9AE19;}
+ .st288{fill:#E99F22;}
+ .st289{fill:#F09B20;}
+ .st290{fill:#E47D25;}
+ .st291{fill:#E89223;}
+ .st292{opacity:0.651;fill:#F9AE19;}
+ .st293{fill:#E68825;}
+ .st294{opacity:0.651;fill:#E99F22;}
+ .st295{fill:#EB8D23;}
+ .st296{opacity:0.7725;fill:#EF9B21;}
+ .st297{opacity:0.651;fill:#E47D25;}
+ .st298{opacity:0.7725;fill:#EA9622;}
+ .st299{fill:url(#SVGID_204_);}
+ .st300{fill:#55575B;}
+ .st301{fill:#EE424E;}
+ .st302{fill:#34424B;}
+</style>
+</svg>
diff --git a/docs/platform/architecture/media/onap-architecture-overview-labels-and-links.csv b/docs/platform/architecture/media/onap-architecture-overview-labels-and-links.csv
new file mode 100644
index 000000000..7f17c3efe
--- /dev/null
+++ b/docs/platform/architecture/media/onap-architecture-overview-labels-and-links.csv
@@ -0,0 +1,86 @@
+LabelText;Href;HrefTarget;Title;Remark;ProjectState;OptionalInfo
+ONAP Logo;https://docs.onap.org/en/latest/guides/overview/overview.html;Overview;The Open Network Automation Platform (ONAP) is a comprehensive platform for orchestration, management, and automation of network and edge computing services for network operators, cloud providers, and enterprises. The open source project ONAP is hosted by the Linux Foundation.;;na;
+RELEASE 10 JAKARTA;https://docs.onap.org/en/latest/guides/overview/overview.html#onap-release-information;Overview;ONAP Release 10 Jakarta is not yet released.;;na;
+ONAP Components (Border);https://docs.onap.org/en/latest/guides/onap-developer/architecture/index.html;Architecture;The ONAP architecture consists of functions for the design-time, run-time, for managing ONAP itself and additional utilities.;;na;
+Northbound Interface (NBI) towards OSS, BSS and other;https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/architecture/architecture.html#introduction;Component;The Northbound Interface (NBI) provides a set of API that can be used by external systems as OSS or BSS for example. These APIs are based on TMF API.;"Required in this map? Because we also show the ""External APIs"" block in the map?! ";na;
+Design-Time;https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#design-time-framework;Architecture;The Design-time framework is a comprehensive development environment with tools, techniques and repositories for defining/describing resources, services, and products.;;na;
+Service Design & Creation (SDC);https://docs.onap.org/projects/onap-sdc/en/latest/index.html;Component;Service Design & Creation (SDC) provides a well-structured organization of visual design and testing tools, templates and catalogs to model and create resources, and services. The output of the SDC is a set of models which drives the orchestration. In addition, it provides process workflow support for talking to the VNF/PNF or other resources and services through the process steps design, test and deploy.;Map update required? The elements below are a mix of tasks and ABB?! ;maintained;
+Service/xNF Design;https://docs.onap.org/en/latest/guides/onap-user/design/index.html;GuideUser;The goal of the design process is to create all artifacts (models) that are required to instantiate and manage resources, services, and products on the ONAP platform.;;na;https://docs.onap.org/projects/onap-vnfrqts-requirements/en/latest/Chapter7/VNF-On-boarding-and-package-management.html
+xNF Onboarding;https://docs.onap.org/projects/onap-vnfrqts-requirements/en/latest/Chapter7/VNF-On-boarding-and-package-management.html;VnfRequirements;The VNF provider must provide VNF packages that include a rich set of recipes, management and functional interfaces, policies, configuration parameters, and infrastructure requirements that can be utilized by the ONAP Design module to onboard and catalog these resources.;;na;
+Workflow Designer;https://docs.onap.org/projects/onap-sdc/en/latest/workflow.html;Component;Workflow Designer allows a user to design a workflow, save it, and attach it to a SDC service as an artifact. Workflow Designer also manages the definitions of activities, which can be later used as parts of the designed workflows.;;na;
+Controller Design Studio (CDS);https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html;Component;The design-time part of the Controller Design Studio (CDS) the CDS Designer UI is a framework to automate the resolution of resources for instantiation and any config provisioning operation, such as day0, day1, or day2 configuration. A designer can define what actions are required for a given service, along with anything comprising the action. Its content is driven from a catalog of reusable data dictionary and component, delivering a reusable and simplified self-service experience. CDS modeling is mainly based on the TOSCA standard, using JSON as a representation. CDS is part of CCSDK.;;maintained;
+DCAE Design Studio;https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/design-components/DCAE-MOD/DCAE-MOD-Architecture.html;Component;Data Collection, Analytics and Events (DCAE) Design Studio enables to define and configure the monitoring flows of DCAE.;"Revise description? Rename ABB to ""DCAE MOD""?";maintained;"Data Collection, Analytics and Events (DCAE) Microservice Onboarding & Design (MOD)
+Support automated adaptation of ML model from Acumos to DCAE design & runtime environment.
+Provide simplified mS Onboarding, Service Assurance flow design, & mS configurations in DCAE.
+Auto-generate blueprint at the end of the design process, not onboarded before the design process.
+Support Policy onboarding & artifact distribution to Policy/CLAMP to support Self Service Control Loop.
+Integrate with ONAP User Experience portals (initially ONAP portal, later SDC portal)."
+Catalog;https://docs.onap.org/projects/onap-sdc/en/latest/architecture.html;Component;The key output of SDC is a set of models containing descriptions of asset capabilities and instructions to manage them. These models are stored in the SDC Master Reference Catalog for the entire enterprise to use.;Description of the SDC Catalog is missing in RTD. Link is rerouted to DevWiki / ARC Review.;na;
+VNF Validation;https://docs.onap.org/en/latest/guides/onap-provider/index.html#vnf-and-pnf-requirements-and-guidelines;GuideProvider;Ensures that a network function (e.g. CNF, PNF, VNF) fits all ONAP guidelines and requirements.;;na;
+VVP;https://docs.onap.org/projects/onap-vvp-documentation/en/latest/index.html;Component;The VNF Validation Platform (VVP) provides the functionality to validate that a VNF Heat package is compliant with the ONAP VNF Heat Template Requirements from the ONAP VNF Requirements (VNFRQTS) project.;;maintained;
+VNF SDK;https://docs.onap.org/projects/onap-vnfsdk-model/en/latest/index.html;Component;The Virtual Network Function Software Development Kit (VNF SDK) provides the functionality to create VNF and PNF packages, test VNF and VNF ONAP compliance, and provides market place functionality to store VNF and PNF packages.;;maintained;
+Run-Time;https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#runtime-framework;Architecture;The Run-time execution framework executes the rules and policies and other models distributed by the design and creation environment.;;na;
+Interfaces;https://docs.onap.org/en/latest/guides/onap-developer/architecture/references.html#user-interfaces;Architecture;Various ONAP components provide also a user interface.;;na;
+Portal;https://docs.onap.org/projects/onap-portal/en/guilin/index.html;Component;Portal is a GUI platform that provides the ability to integrate different ONAP components GUIs into an centralized portal.;"Links to ""Guilin"" (latest available version)";unmaintained;
+O&M Dashboard (VID);https://docs.onap.org/projects/onap-vid/en/latest/index.html;Component;Virtual Infrastructure Deployment (VID) is a UI interface that allows the operations and network infrastructure engineers to orchestrate and change configurations related to the infrastructure expansion and maintenance.;;unmaintained;
+Use-Case UI (UUI);https://docs.onap.org/projects/onap-usecase-ui/en/latest/index.html;Component;Usecase User Interface (UUI) is an application portal which provides the ability to manage ONAP service instances. It allows customers to create, delete and update service instances, as well as to monitor the alarms and performance of these instances.;;maintained;
+External APIs;https://docs.onap.org/projects/onap-externalapi-nbi/en/latest/index.html;Component;External API exposes ONAPs capabilities through TMF standardized interfaces. It enables ONAP to hide the internal API.;;unmaintained;
+CLI;https://docs.onap.org/projects/onap-cli/en/latest/index.html;Component;The Command Line Interface (CLI) provides commands to operate ONAP during design and run-time for network service functionalities. It also provides the 'Open Command Platform' which helps to orchestrate the commands from YAML and helps in agile automation.;;maintained;
+Policy Framework;https://docs.onap.org/projects/onap-policy-parent/en/latest/index.html;Component;Policy Core Functions provide a logically centralized environment for the creation and management of policies, including conditional rules (e.g. create and validate policies/rules, identify overlaps, resolve conflicts, derive additional policies as needed).;;maintained;
+CLAMP;https://docs.onap.org/projects/onap-policy-clamp/en/latest/index.html;Component;The Closed Loop Automation Platform (CLAMP) provides the capability to manage runtime control loops.;;maintained;
+Correlation Engine (Holmes);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#holmes-holmes-alarm-correlation-and-analysis;ComponentIndex;Holmes provides the capability to analyze the relationship among different alarms (e.g. root cause, correlation).;;maintained;
+Service Orchestration (SO);https://docs.onap.org/projects/onap-so/en/latest/index.html;Component;The Service Orchestration (SO) component is in charge of orchestration of network services and resources. It is based on the use of BPMN to document the Workflows.;;maintained;
+Active & Available Inventory (AAI);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#aai-active-and-available-inventory;ComponentIndex;The Active and Available Inventory (AAI) provides real-time views of the resources and services in managed by and their relationships.;;maintained;
+Microservice Bus (MSB);https://docs.onap.org/projects/onap-msb-apigateway/en/latest/index.html;Component;The Microservice Bus (MSB) provides service registration, discovery and communication services for microservices as well as a gateway for internal and external communication for the services.;;maintained;
+Data Movement As A Platform (DMaaP);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#dmaap-data-movement-as-a-platform;ComponentIndex;Data Movement as a Platform (DMaaP) is a component that provides data movement services that transports and processes data from any source to any target.;;maintained;
+Data Collection, Analytics & Events (DCAE);https://docs.onap.org/projects/onap-dcaegen2/en/latest/index.html;Component;Data Collection, Analytics & Events (DCAE) gathers performance, usage, and configuration data from the managed environment.;;maintained;
+Collectors;https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#collectors;Component;The collection layer provides the various data collectors that are needed to collect the instrumentation that is available from the cloud infrastructure. Included are both physical and virtual elements.;;na;
+Analytics;https://docs.onap.org/projects/onap-dcaegen2/en/latest/sections/services/serviceindex.html#analytics;Component;The gathered data from multiple streams and sources is fed to analytic applications. Those applications can be real-time for example, analytics, anomaly detection, capacity monitoring, congestion monitoring, or alarm correlation or non-real time, such as applications that perform analytics on previously collected data or forward synthesized, aggregated or transformed data to big data stores and other applications.;;na;
+Infrastructure Adaption (Multi-VIM / Cloud);https://docs.onap.org/projects/onap-multicloud-framework/en/latest/index.html;Component;MultiCloud provides mediation capabilities to connect to different infrastructure providers (VM based, Container based). It has capabilities to discover and register infrastructure resource information. Also it relays FCAPS data from infrastructure to DCAE.;"Map update? Rename to ""Infrastructure Adaption (MultiCloud)"" (like the project name)?";maintained;
+Controller Design Studio (CDS);https://docs.onap.org/projects/onap-ccsdk-cds/en/latest/index.html;Component;The run-time part of the Controller Design Studio (CDS) enables operators and ISPs to implement/operate hybrid network (CNF, PNF, VNF, Whitebox, etc.). The components are able to process and execute the design-time model intent defined by the users to support the lifecycle management. Included are a Self Service API, a TOSCA Workflow Engine, a Resource & Template API, a Southbound Adapter, a Python Executor and a Kotlin Executor.;;maintained;
+SDN Controller (SDNC);https://docs.onap.org/projects/onap-sdnc-oam/en/latest/index.html;Component;The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf, etc.) and life cycle management functions (e.g. stop, resume, health check). SDNC is being used mainly for Layer 1-3 network elements.;;maintained;
+Application Controller (APPC);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#appc-application-controller;ComponentIndex;The ONAP Controller Family (SDNC/APPC) configures and maintains the health of Layer 1-7 network functions (VNF, PNF, CNFs) and network services throughout their lifecycle. Both provide similar services (application level configuration using NetConf, Chef, Ansible, RestConf) and life cycle management functions (e.g. stop, resume, health check, etc.). APPC is being used mainly for Layer 4-7 network functions.;;unmaintained;
+Virtual Function Controller (VFC);https://docs.onap.org/projects/onap-vfc-nfvo-lcm/en/latest/index.html;Component;The Virtual Function Controller (VFC) leverages the ETSI NFV MANO Architecture and information model as a reference and implements the full life cycle management and FCAPS of VNF and NS.;;maintained;
+Shared Services;https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#shared-services;Architecture;ONAP provides a set of operational services for all ONAP components including activity logging, reporting, common data layer, configuration, persistence, access control, secret and credential management, resiliency, and software lifecycle management.;;na;
+Appl. Authoriz. Framework (AAF);https://docs.onap.org/projects/onap-aaf-authz/en/latest/index.html;Component;The Application Authorization Framework (AAF) provides the services for authentication, authorization and certificate management to the ONAP components. It provides the services to the ONAP components to manage the lifecycle of authentication and authorization elements such as permissions, roles and credentials.;;unmaintained;Original Name: AuthN/AuthZ (AAF)
+Optimization Framework (OOF);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oof-optimization-framework;ComponentIndex;The ONAP Optimization Framework (OOF) addresses the optimization needs of ONAP. OOF is a framework that supports creating and running a suite of optimizing applications including Homing/Placement, PCI optimizer, Route optimizer, Slice selection, Change Management Scheduling Optimizer.;;maintained;
+Logging;https://docs.onap.org/projects/onap-logging-analytics/en/latest/index.html;Component;Logging provides the capability to capture information required to operate, troubleshoot and report on the performance of the ONAP platform.;;unmaintained;
+Multi-Site State (MUSIC);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#music-onap-multi-site-integration;ComponentIndex;Multi-Site State (MUSIC) provides a multi-site state coordination/management service (MUSIC) with a rich suite of recipes that each ONAP component can simply configure and use for their state-management needs.;;unmaintained;
+Config. Persistence Service (CPS);https://docs.onap.org/projects/onap-cps/en/latest/index.html;Component;The Configuration Persistence Service (CPS) provides storage for real-time run-time configuration and operational parameters that need to be used by ONAP.;;maintained;
+Manage ONAP;https://docs.onap.org/en/latest/guides/onap-operator/index.html#operations-and-administration-guides;GuideOperator;Management capabilities for the Open Network Automation Platform itself.;;na;
+ONAP Operations Manager (OOM);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#oom-onap-operations-manager;ComponentIndex;The ONAP Operations Manager (OOM) is responsible for lifecycle management of the ONAP platform itself. OOM provides the ability to manage cloud-native installations and deployments of ONAP to Kubernetes-managed cloud environments.;;maintained;
+Utilities;https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1;Architecture;ONAP utilities provide support of the ONAP components.;;na;
+ONAP Shared Utilities;https://docs.onap.org/en/latest/guides/onap-developer/architecture/onap-architecture.html#id1;Architecture;ONAP shared utilities provide support of the ONAP components.;;na;
+Common Controller SDK (CCSDK);https://docs.onap.org/projects/onap-ccsdk-distribution/en/latest/index.html;Component;The Common Controller Software Development Kit (CCSDK) provides a common set of reusable code that can be used across multiple controllers. For example, the SDN-C , APP-C, DCAE, ONAP Operations Manager and ONAP controller can reuse common pieces from this framework.;;maintained;
+Model Utilities;https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/;Component;[TO BE REVISED] The unified model-driven approach uses models as sources of data for generating processes/codes and following workflows (not code development as source). This way, the system can be more flexible and future proof, easy to update and use for cross-platform solutions since the only thing needed is a model update and manipulation through engine.;Better description required;maintained;
+TOSCA Parser;https://docs.onap.org/projects/onap-modeling-etsicatalog/en/latest/;Component;[TO BE REVISED] etsicatalog provides package management service and parser service by Micro Service. It can be used to store packages distributed by the SDC, and can be consumed by other projects or components such as UUI, VFC, etc. It also includes a TOSCA parser service.;Better description required;na;
+;;;;;;
+Managed Environment;;;;;;
+External Systems;;;;;;
+3rd Party Controllers;;;;;;
+sVNFM;;;;;;
+EMS;;;;;;
+Network Function Layer;;;;;;
+VNF;;;;"""CNF"" missing?";;
+PNF;;;;;;
+Hypervisor / OS Layer;;;;;;
+OpenStack;;;;;;
+Commercial VIM;;;;;;
+Kubernetes;;;;;;
+Public Cloud;;;;;;
+Private Edge Cloud;;;;;;
+Private DC Cloud;;;;;;
+Public Cloud;;;;;;
+MPLS;;;;;;
+IP;;;;;;
+;;;;;;
+LEGEND;;;;;;
+Design;;;;;;
+Orchestration & Management;;;;;;
+Operations;;;;;;
+Entirety of ONAP Components;;;;;;
+Unmaintained ONAP Component;;;;;;
+;;;;;;
+OBSOLETE;;;;;;
+Audit (POMBA);https://docs.onap.org/projects/onap-logging-analytics/en/latest/Logging_Enhancements_Project/logging_enhancements_project.html;Component;Post Orchestration Model Based Audit (POMBA) provides a event-driven audit of the operational data integrity across the NFV orchestration environment and NFV infrastructure using model driven approach. It reports discrepancies and anomalies between model and instance artifacts.;;unmaintained;
+External System Register (ESR);https://docs.onap.org/en/latest/guides/onap-developer/developing/index.html#aai-active-and-available-inventory;ComponentIndex;The External System Register (ESR) provides capabilities to manage external systems (e.g. register, test, update status in AAI).;"Check if ""unmaintained"" is correct";unmaintained;
diff --git a/docs/platform/architecture/media/onap-architecture-overview-notes.txt b/docs/platform/architecture/media/onap-architecture-overview-notes.txt
new file mode 100644
index 000000000..a6df71bde
--- /dev/null
+++ b/docs/platform/architecture/media/onap-architecture-overview-notes.txt
@@ -0,0 +1,70 @@
+ONAP ARCHITECTURE OVERVIEW NOTES
+
+Version 1.1, 2021-11-10
+
+This file contains information about how the map and its interactive functions were realized and how it can be maintained.
+
+The map was designed in Inkscape 1.1 running on Ubuntu 20.04.
+
+The following fonts, styles and spacings are used:
+sans-serif, bold, 18 pt
+sans-serif, bold, 9 pt
+sans-serif, normal, 18 pt
+sans-serif, normal, 9 pt
+spacing between baselines: 1,05 lines
+spacing between letters: -0,35 px
+spacing between words: -1,00 px
+
+Drawing: Rectangles have a stroke (width 2 or 4 mm). To avoid that the stroke rezizes in case you rezize the single rectangle, have a look at the Inkscape button "When scaling objects, scale the stroke width by the same proportion" and turn it off! But turn it on, if you like to scale the complete (grouped) map because you need it in a smaler size.
+
+Rezising: If you need to resize a grouped object (with a label) do not resize the full group because then also the label will resized and distorted. Select only the form you want to resize in the "Objects" window. Then rezize it according your needs. You do not have to ungroup label/form for this action!
+
+Text Alignment: Do not align text in a rectangle manually! Create a rectangle which has a stroke (2 mm, 4 mm) in the same color as the box, create text, format text, select both, box and text and choose menu "Text - Flow into Frame". Thats it! The stroke acts as a border.
+
+Open the "Objects" window (Objects - Objects) and use it as your central point to select objects. Try to avoid ungrouping objects.
+
+Open the "Objects Properties" window (Objects - Objects Properties) to see and change properties of the object.
+
+Naming conventions:
+onap-architecture-overview-interactive.svg (editable version)
+onap-architecture-overview-interactive-path.svg (all text converted to pathes; to be used in rst documentation files)
+
+Text to Path: To avoid display problems caused of missing fonts you should release the map only when all characters are rendered as pathes. To do so, open the "master file" of this map and save it with a new name (please note the naming conventions). Then select all elemets (STRG-A) and choose "Path - Objects to Path" and save it again using the new name. All character are now converted to pathes - and are not editable via the text edit tool anymore! But the map is expected to be rendered on every target system in the same way. Path conversion can not be undone - so store the "master file" carefully. Unfortunately the label-text in the map can not be searched anymore.
+
+Group the rectangle and the label first, then add the link. Otherwise the link is used only for the rectangle or the label and mouseover will not work properly.
+
+If you have added a link to a group, ungrouping deletes the link without a warning! Do not ungroup unless you are aware of what you will loose!
+
+Grouping / Link: To add a link to an object, first check that label and form are grouped before you add a link. Select the grouped object and use "Create Link" of the Context Menu. Now a new element/group is created. Rename it to something meaningful in the "Objects" window. Then use the "Objects attributes" window to add the link for this new element in the field "Href".
+See also:
+https://inkscape.org/doc/tutorials/tips/tutorial-tips.html
+https://www.petercollingridge.co.uk/tutorials/svg/interactive/
+
+Mouseover Text: Add mouseover-text to the field "Title:" in the "Objects attributes" window.
+
+Keep the structure of map elements clear and maintainable by using groups and proper labels for all of the objects. The name of an element or group must be changed manually in the "Objects" window.
+Example elements and structure:
++---designtime group that groups all designtime elements (visible and non-visible) of the map (not visible, manually created for reasons of clarity)
+ +--- ... other elements
+ +---designtime.link group were values for interactivity (e.g. link, text, opacy effects) are assigned to (created by inkscape when you choose "Create Link")
+ +---designtime group for the label and rectangle (not visible, manually created, required to have interactivity for both elements - rectangle and label)
+ +---designtime.label label on top of the rectangle (visible, manually created)
+ +---designtime.form rectangle for the architecture element (visible, manually created)
+
+Interactive Links and Tooltip Text in "Object Attributes":
+Href:
+https://docs.onap.org/
+Title:
+Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
+
+Mouse-Over Effect in "Object Properties" at "Interactivity":
+onmouseover:
+style.opacity = 0.6;
+onmouseout:
+style.opacity = 1.0;
+
+NOT USED - Links in "Object Properties / Interactivity":
+onlick:
+window.open("https://docs.onap.org/","_blank");
+
+If possible, please use predefined colors from onap-architechture-colors.svg.