Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • specifications/tr/tr-0025
1 result
Show changes
Commits on Source (2)
Showing
with 4939 additions and 0 deletions
![oneM2M logo](media/logo.png)
**oneM2M Technical Report**
| | |
|-|-|
|Document Number |TR-0025 V2.0.3 |
|Document Name: |Application Developer Guide |
|Date: |2019-June-06 |
|Abstract: |Provides a use case for guiding application developers to develop applications using functionalities provided by a oneM2M service platform. |
|Template Version:23 February 2015 (Dot not modify) |Template Version:23 February 2015 (Dot not modify) |
This Specification is provided for future development work within oneM2M only. The Partners accept no liability for any use of this Specification.
The present document has not been subject to any approval process by the oneM2M Partners Type 1. Published oneM2M specifications and reports for implementation should be obtained via the oneM2M Partners' Publications Offices.
About oneM2M
The purpose and goal of oneM2M is to develop technical specifications which address the need for a common M2M Service Layer that can be readily embedded within various hardware and software, and relied upon to connect the myriad of devices in the field with M2M application servers worldwide.
More information about oneM2M may be found at: http//www.oneM2M.org
Copyright Notification
(c) 2018, oneM2M Partners Type 1 (ARIB, ATIS, CCSA, ETSI, TIA, TSDSI, TTA, TTC).
All rights reserved.
The copyright and the foregoing restriction extend to reproduction in all media.
Notice of Disclaimer & Limitation of Liability
The information provided in this document is directed solely to professionals who have the appropriate degree of experience to understand and interpret its contents in accordance with generally accepted engineering or other professional standards and applicable regulations. No recommendation as to products or vendors is made or should be implied.
NO REPRESENTATION OR WARRANTY IS MADE THAT THE INFORMATION IS TECHNICALLY ACCURATE OR SUFFICIENT OR CONFORMS TO ANY STATUTE, GOVERNMENTAL RULE OR REGULATION, AND FURTHER, NO REPRESENTATION OR WARRANTY IS MADE OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR AGAINST INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS. NO oneM2M PARTNER TYPE 1 SHALL BE LIABLE, BEYOND THE AMOUNT OF ANY SUM RECEIVED IN PAYMENT BY THAT PARTNER FOR THIS DOCUMENT, WITH RESPECT TO ANY CLAIM, AND IN NO EVENT SHALL oneM2M BE LIABLE FOR LOST PROFITS OR OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES. oneM2M EXPRESSLY ADVISES ANY AND ALL USE OF OR RELIANCE UPON THIS INFORMATION PROVIDED IN THIS DOCUMENT IS AT THE RISK OF THE USER.
# Contents
# 1 Scope
The present document provides a guide for application developers to develop applications using functionalities provided by any oneM2M compliant service platform with the scope of as follows:
- Objective of the use case,
- The architecture of the use case mapped into an oneM2M service platform,
- The execution procedures for implementation of the use case, and
- Implementation details of the use case.
# 2 References
## 2.1 Normative references
References are either specific (identified by date of publication and/or edition number or version number) or nonspecific. For specific references, only the cited version applies. For non-specific references, the latest version of the reference document (including any amendments) applies.
The following referenced documents are necessary for the application of the present document.
<mark>Not applicable.</mark>
## 2.2 Informative references
The following referenced documents are not necessary for the application of the present document but they assist the user with regard to a particular subject area.
- <a name="_ref_i.1">[i.1]</a> oneM2M Drafting Rules
> NOTE: Available at http://www.onem2m.org/images/files/oneM2M-Drafting-Rules.pdf
- <a name="_ref_i.2">[i.2]</a> oneM2M TS-0001 (V12.12.1): "Functional Architecture".
- <a name="_ref_i.3">[i.3]</a> oneM2M TS-0004 (V2.9.0): "Service Layer Core protocol Specification".
- <a name="_ref_i.4">[i.4]</a> oneM2M TS-0009 (V2.8.0): "HTTP Protocol Binding".
- <a name="_ref_i.5">[i.5]</a> oneM2M TS-0011: "Common Terminology".
# 3 Definitions and abbreviations
## 3.1 Definitions
For the purposes of the present document, the terms and definitions given in oneM2M TS-0011 <a href="#_ref_i.5">[i.5]</a> and the following apply.
NOTE: A term defined in the present document takes precedence over the definition of the same term, if any, in oneM2M TS-0011 <a href="#_ref_i.5">[i.5]</a>.
**M2M service provider domain:** part of the M2M System that is associated with a specific M2M Service Provider
**registrar CSE:** CSE where an Application or another CSE has registered
**resource:** uniquely addressable entity in oneM2M architecture
## 3.2 Abbreviations
For the purposes of the present document, the following abbreviations apply:
`ACP Access Control Policy`
`ADN Application Dedicated Node`
`ADN-AE AE which resides in the Application Dedicated Node`
`AE Application Entity`
`CoAP Constrained Application Protocol`
`CSE Common Services Entity`
`CSE-ID Common Service Entity Identifier`
`DNS Domain Name System`
`FQDN Fully Qualified Domain Name`
`HTTP HyperText Transfer Protocol`
`IN Infrastructure Node`
`IN-AE Application Entity that is registered with the CSE in the Infrastructure Node`
`IN-CSE CSE which resides in the Infrastructure Node`
`IP Internet Protocol`
`JSON JavaScript Object Notation`
`M2M Machine to Machine`
`Mca Reference Point for M2M Communication with AE`
`Mcc Reference Point for M2M Communication with CSE`
`MN Middle Node`
`MN-AE Application Entity that is registered with the CSE in Middle Node`
`MN-CSE CSE which resides in the Middle Node`
`PoA Point of Access`
`SP Service Provider`
`URI Uniform Resource Identifier`
`XML eXtensible Markup Language`
# 4 Conventions
The key words "Shall", "Shall not", "May", "Need not", "Should", "Should not" in this document are to be interpreted as described in the oneM2M Drafting Rules <a href="#_ref_i.1">[i.1]</a>.
# 5 Use case
This guide is based on a home lighting use case involving lights in a home that can be remotely controlled by a user's smartphone leveraging the capabilities of oneM2M. An overview of the use case is shown in figure 5-1. The main components are introduced as follows:
- The lights are deployed in a home and are attached to a home gateway.
- The home gateway communicates with a cloud service platform allowing the lights to be controlled remotely by the smartphone.
- The cloud service platform supports a set of services to enable the smartphone to more easily control the lights in the home. Some examples of services include registration, discovery, data management, group management, subscription/notification etc
- The smartphone hosts an application used to remotely control the lights in the home and supports the following capabilities:
- Discovery of lights deployed in the home.
- Sending commands to change light states i.e. ON and OFF.
- Retrieval of light states.
![Overview of remote lights control use case](media/RemoteLightsControlUseCase.svg)
**Figure 5-1: Overview of remote lights control use case**
# 6 Architecture
This clause describes how the different components of this use case can be represented by corresponding oneM2M architectural entities as shown in figure 6-1.
![oneM2M functional architecture of remote lights control use case](media/FunctionalArchitectureOfRemoteLightsControlUseCase.svg)
**Figure 6-1: oneM2M functional architecture of remote lights control use case**
In the oneM2M functional architecture two basic types of entities are defined. One is an AE (short for Application Entity) and the other is a CSE (short for Common Services Entity). In this use case, the lights and smartphone each host an AE. Also an IN-CSE (short for Infrastructure Node CSE) is hosted in the cloud by the oneM2M Service Provider and a MN-CSE (short for Middle Node CSE) is hosted on the Home Gateway.
The oneM2M defined Mca reference point is used to interface an AE and CSE. The oneM2M defined Mcc reference point is used to interface CSEs. In this use case, the reference point used between a Light AE and home gateway MN-CSE or Smartphone AE and IN-CSE is Mca while reference point used between the home gateway MN-CSE and oneM2M service platform IN-CSE is Mcc
In summary, applications used in the current use case are classified as follows:
- ADN-AE1: an application embedded in _Light#1_ with capabilities to control _Light#1_ and interact with the home gateway MN-CSE through _M_ _ca_ reference point;
- ADN-AE2: an application embedded in _Light#_ _2_ with capabilities to control _Light#_ _2_ and interact with the home gateway MN-CSE through _M_ _ca_ reference point;
- IN-AE: a smartphone application embedded in the smartphone device with capabilities to interact directly with the oneM2M service platform IN-CSE through _M_ _cc_ reference point and thereby remotely control _Light#1_ and _Light#_ _2_ ;
- MN-AE: a gateway application embedded into the home gateway that interacts with the MN-CSE through _M_ _ca_ reference point.
# 7 Procedures
## 7.1 Introduction
<mark>Editor note: Most request are missing the RVI request attribute</mark>
The deployment of the oneM2M standard in the present use case requires procedures that are classified as follows:
- **Registration** : The current procedure contains light application registration, gateway application registration, and accessControlPolicy resource creation for selective access to data storage resources.
- **Initial resource creation** : The current procedure contains group resource creation, container resources creation with specific access control policies, content instance resources creation with initial light states, subscription resources creation for notifications.
- **Discovery** **of container resource** : all containers with a specific filter criteria are discovered by the gateway application and then configured as members of a group resource.
- **Discovery and retrieval lights states** : all containers with a specific filter criteria are discovered and retrieved using resource identities through a smartphone application which gains access to oneM2M service platform so content information can be retrieved.
- **Single light switch on/off:** Any light that is discovered by and connected to the smartphone application is able to be switched on and off via a smartphone application.
- **Multiple lights switch on/off:** Multiple lights that are discovered are able to be switched on and off together via a smartphone application.
## 7.2 Call Flows
### 7.2.1 Application registration and Access control policy creation
Call flows regarding the registration phase depicted in figure 7.2.1-1 are ordered as follows:
1. Gateway (MN-CSE) registers with the oneM2M service platform (IN-CSE).
2. Gateway application (MN-AE) registers with the gateway (MN-CSE).
3. Light applications (ADN-AE1 and ADN-AE2) register with the gateway (MN-CSE).
4. Smartphone application (IN-AE) registers with the oneM2M service platform (IN-CSE).
5. Gateway application (MN-AE) discovers the smartphone application (IN-AE) from gateway (MN-CSE) with specific filter criteria. The discovered IN-AE is granted access to the remote light control service containers.
6. Gateway application (MN-AE) creates an accessControlPolicy resource granting all the entities playing roles in the current use case including ADN-AE1, ADN-AE2, MN-AE and IN-AE access to the created container and content instance resources.
![Registration phase call flows](media/RegistrationPhaseCallFlows.svg)
**Figure 7.2.1-1: Registration phase call flows**
### 7.2.2 Initial resource creation
Call flows regarding the initial resource creation phase depicted in figure 7.2.2-1 are ordered as follows:
1. Gateway application (MN-AE) creates a group resource on gateway (MN-CSE), for updating and retrieving group light state named as _containers \_group_ . The group members are added from the list of discovered container resources that the MN-AE discovers. The group resource is created with a link to the same access control policy.
2. Two container resources are created in the gateway (MN-CSE) to store the light states under the registered light application ADN-AE1 and ADN-AE2, respectively. The containers are created with a link to the same access control policy.
3. Content Instance resources are created by light applications (ADN-AE1 and ADN-AE2) under each created container and represent the controlled light states.
4. Subscription resources are created under the containers in the gateway (MN-CSE) so that subscribers, i.e. light applications, can be notified whenever there is a new contentInstance resource created by the IN-AE.
![Initial resource creation phase call flows](media/InitialResourceCreationPhaseCallFlows.svg)
**Figure 7.2.2-1: Initial resource creation phase call flows**
### 7.2.3 Discovery of group resources
Call flows regarding the discovery and update of group resources are depicted in figure 7.2.3-1 and ordered as follows:
1. Gateway application (MN-AE) periodically sends a RETRIEVE request including the parameter _filterUsage_ and specific filter criteria condition(s) as a query string for discovery of container resources stored in the MN-CSE of gateway. The filter criteria conditions for the discovery operation include _createdBefore, createdAfter, modifiedSince, unmodifiedSInce, label, creator, expireAfter, resourceType_ etc.
2. Gateway (MN-CSE) responds with URIs of the discovered container resources, if any, to the gateway application (MN-AE) according to the filter criteria(s).
3. Gateway application (MN-AE) sends a update request to update the list of group members within the previously created group resource with identifiers of the discovered containers.
![Discovery and group light state update phase call flows](media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.svg)
**Figure 7.2.3-1: Discovery and group light state update phase call flows**
### 7.2.4 Discovery and retrieval of contentInstance resources
Call flows regarding the discovery and retrieval of contentInstance resources depicted in figure 7.2.4-1 and 7.2.4-2 are ordered as follows:
1. The smartphone application (IN-AE) periodically sends a RETRIEVE request including the parameter _filterUsage_ and specific filter criteria condition(s) as a query string for discovery of container resources stored in the MN-CSE of gateway.
2. The IN-AE also sends a Discovery request to the MN-CSE for the discovery of the group resources located in the MN-CSE.
3. The gateway (MN-CSE) responds to the IN-AE with URIs of the discovered container resources under ADN-AE1 and ADN-AE2, if any.
For the case where the IN-AE sends a Discovery request for the discovery of group resources, the MN-CSE responds to the IN-AE with the URIs of the discovered group resources located in the MN-CSE, if any.
4. The IN-AE sends GET requests for retrieval of the latest contentInstance resources from each discovered light container resource.
In the case of retrieval of the latest contentInstance resources of the group of containers, the IN-AE sends a retrieve request to the _fanOutPoint_ of the discovered group resource.
5. The MN-CSE responds to the IN-AE with the latest light state(s).
![Discovery and single light retrieval phase call flows](media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.svg)
**Figure 7.2.4-1: Discovery and single light retrieval phase call flows**
![Discovery and a group of lights retrieval phase call flows](media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.svg)
**Figure 7.2.4-2 Discovery and a group of lights retrieval phase call flows**
## 7.3 Remote control scenarios
### 7.3.1 Introduction
Lights are able to be controlled remotely through the smartphone application accessing the oneM2M service platform. Two scenarios are introduced in clauses 7.3.2 and 7.3.3.
### 7.3.2 Single light control
_Light#1_ and _Light#2_ are controlled remotely by a human user through a smartphone application (IN-AE). A call flow for single light control is depicted in figure 7.3.2-1 and the steps are ordered as follows:
1. When the user updates the light state on her/his smartphone, the IN-AE creates a new contentInstance representing a new light state under the targeted container of a Light ADN-AE stored in the MN-CSE.
2. If the contentInstance is created sucessfully_,_ the MN-CSE sends a notification to the corresponsding Light ADN-AE to notify it that a new contentInstance resource was created.
![Single light remote control phase call flows](media/SingleLightRemoteControlPhaseCallFlows.svg)
**Figure 7.3.2-1: Single light remote control phase call flows**
### 7.3.3 Multiple light control
Users can also remotely control multiple lights through the smartphone application (IN-AE) by sending a single light control command to the group resource. A call flow for multiple lights control is depicted in figure 7.3.3-1 and the steps are ordered as follows:
1. When the user updates the state of a group of lights on her/his smartphone, the IN-AE sends a contentInstance create request targeting the group resource on the MN-CSE. The MN-CSE then fans out the request to the individual Light container member resources on the MN-CSE..
2. For each contentInstances created sucessfully_,_ the MN-CSE sends a notification to the corresponsding Light ADN-AE.
![Multiple lights remote control phase call flows](media/MultipleLightsRemoteControlPhaseCallFlows.png.svg)
**Figure 7.3.3-1: Multiple lights remote control phase call flows**
# 8 Implementation
## 8.1 Introduction
Clause 8 presents necessary procedures required for the implementation of the remote lights control use case, including conditions that are met for the correct implementation of the current use case, and resource tree etc.
## 8.2 Assumptions
Assumptions are presented as below in order to ensure the remote lights control use case can be correctly implemented.
- All the applications are server capable;
- Devices and application entites are independently addressable with host names resolved by DNS network services;
- Host port number 8080 is reserved for oneM2M services;
- Security is not considered in the current use case;
- HTTP binding of oneM2M primitives is used in the current use case;
- Both XML and JSON serializations of oneM2M primitives are used in the current use case;
- All mandatory HTTP headers are presented in the HTTP requests while optional headers are selectively used in the current use case;
- All mandatory resource attributes for resources presented in the current use case are presented in the HTTP requests while optional resource attributes are selectively used in the current use case;
- The IN-CSE and MN-CSE in the current use case are deployed within the same oneM2M Service Provider domain;
- All AEs in the current use case are initially registered with CSEs and the identifier of the AEs are assigned by the Registrar CSE of the AE accordinlgy, starting with a character of 'C';
- All resources created in the current use case are addressable with the oneM2M Resource Identifier form of _Hierarchical address_ ;
- Short names for the representation of the resources and attributes are used in the current use case;
- Default access control policy has already been created under IN-CSE and it is used for MN-CSE registration with IN-CSE;
- All request originators send _Blocking Requests_ for accessing resources located in CSEs.
## 8.3 Addressing for Entities
Each oneM2M entity including AE and CSE are addressable with correct host address that can be IP addresses or FQDN addresses resolved to IP addresses by DNS network services according to addressing rules specified in oneM2M standards.
The IN-CSE and MN-CSE entities presented in this use case are addressable with the following identifiers.
- IN-CSE:
- CSE-ID: `in-cse`
- resourceName of IN-CSE's CSEBase resource: `server`
- MN-CSE:
- CSE-ID: `mn-cse`
- resourceName of MN-CSE's CSEBase resource: `home_gateway`
## 8.4 Modelling for Light State Data
The light state _ON_ or _OFF_ stored as the content of content instance resource is modelled as string in XML representation and can be represented as `< con >ON</ con >` or `<con>OFF</ con>` , <mark>while represented as _{ ... "con" : "ON" ...}_ or _{..."con" : "OFF" ...}_ , respectively</mark>.
## 8.5 Resource Structure
### 8.5.0 Introduction
The development of an oneM2M application includes the design of the resource trees of service capability layers i.e. IN-CSE and MN-CSE in the current use case. The resource tree is constructed with child resources created according to the high level procedures presented in oneM2M application developer guide clause 7. All the child resources shown in the resource trees are mandatorily required in order to correctly implement the remote lights control use case.
### 8.5.1 Resource Structure of IN-CSE
The resource tree of IN-CSE starts with a CSEBase named _server_ depicted in figure 8.5.1-1.
The root CSEBase has two direct child resources, a remoteCSE named _home\_gateway_ and an AE named _smartphone\_ae_ .
![IN-CSE resource structure](media/IN-CSEResourceStructure.svg)
**Figure 8.5.1-1: IN-CSE resource structure**
### 8.5.2 Resource Structure of MN-CSE
The resource tree of MN-CSE starts with a CSEBase named _home\_gateway_ depicted in figure 8.5.2-1.
The resource tree of MN-CSE is constructed with child resources as follows:
- an accessControlPolicy named _gateway\_acp_ ,
- an ADN-AE named _light\_ae1_ which contains sub-resources of a container named _light_ and multiple contentInstances,
- an ADN-AE named _light\_ae2_ which contains sub-resources of a container named _light_ and multiple contentInstances,
- <mark>light\_state\_sub1 and light\_state\_sub2</mark> subscription resources that are child resources of the two _light_ containers, and
- a MN-AE named _gateway\_ae_ which contains a group child <mark>resource,</mark>
- A group resource named _containers\_group_ whose members are the _light_ containers of each AND-AEs. Smartphone application users with proper access control privileges can send a _fanOutPoint_ request to this group to create and retrieve content instances in the two_light_ containers.
![MN-CSE resource tree](media/MN-CSEResourceTree.svg)
**Figure 8.5.2-1: MN-CSE resource tree**
## 8.6 Role of Entities
### 8.6.1 oneM2M service platform (IN-CSE)
The oneM2M service platform is modelled as an IN-CSE and is responsible for
- handling the registration requests from _the_ smartphone AE and home gateway MN-CSE
### 8.6.2 Home gateway application (MN-AE)
The home gateway application is modelled as a MN-AE and is responsible for
- initializing the home gateway device,
- creating an access control policy resource gateway\_acpin the MN-CSE,
- registering the home gateway application with the MN-CSE,
- creating the group resource with access control policy gateway\_acp in the MN-CSE,
- discovering device applications registered with the MN-CSE, <mark>and</mark>
### 8.6.3 Light applications (ADN-AE1 and ADN-AE2)
Each of the light applications are modelled as an ADN-AE and are responsible for
- initializing the light control device,
- registering the light devices with the MN-CSE,
- creating container resources named "_light_ " with access control policy gateway\_acp in the MN-CSE, respectively,
- creating subscription resources lightstate\_sub1 and lightstate\_sub2 under the two _light_ containers, and
- creating content instance resources under containers light1 and light2 with initial light state, respectively.
### 8.6.4 Smartphone application (IN-AE)
The smartphone application is modelled as a IN-AE, which directly communicates with the oneM2M service platform IN-CSE and is responsible for
- initializing the smartphone light control application,
- registering the smartphone application with the IN-CSE,
- discovering the two _light_ containers,
- displaying the discovered light states,
- accepting the light state modification commands from the smartphone application user,
- executing the light state modification commands for single and multiple lights.
## 8.7 Implementation Procedures
### 8.7.1 Introduction
The implementation procedures in the current use case are mapped into HTTP bindings with both XML and JSON serializations of oneM2M primitives according to the standard APIs describing the reference points Mca and Mcc, as defined in oneM2M TS-0001 <a href="#_ref_i.2">[i.2]</a>, oneM2M TS-0004 <a href="#_ref_i.3">[i.3]</a>, the HTTP binding TS-0009 <a href="#_ref_i.4">[i.4]</a>.
In addition, _short names_ for the representation of the resources and attributes are used in the implementation procedures.
### 8.7.2 MN-CSE registration
The implementation starts with the registration of MN-CSE with IN-CSE as shown in the following procedure.
The following example shows the MN-CSE registration request and response using XML serialization.
**HTTP Request**:
``` http
POST /~/in-cse/server?rcn=0 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse
Content-Type: application/xml;ty=16
X-M2M-RI: incse-88643
<?xml version="1.0" encoding="UTF-8"?>
<m2m:csr xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="home_gateway">
<csi>mn-cse&lt;/csi>
<cb>mn.provider.com/mn-cse</cb>
<rr>true</rr>
<poa>http://mn.provider.com:8080</poa>
<cst>2</cst>
<acpi>/in-cse/acp-666957710</acpi>
</m2m:csr>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-88643
Content-Location: /in-cse/csr-299409504
```
The following example shows the MN-CSE registration request and response using HTTP with JSON serialization:
**HTTP Request**:
``` http
POST /~/in-cse/server?rcn=0 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse
Content-Type: application/json;ty=16
X-M2M-RI: incse-88643
{
"m2m:csr": {
"rn": "home_gateway",
"csi": "mn-cse",
"cb": "mn.provider.com/mn-cse",
"rr": true,
"poa": [
"http://mn.provider.com:8080"
],
"cst": 2,
"acpi": [
"/in-cse/acp-666957710"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-88643
Content-Location: /in-cse/csr-299409504
```
### 8.7.3 Access control policy creation
When an access control policy resource is created, a list of one or more allowed request originators is specified in the _acor_ field and the allowed operations in the _acop_ field.
The value of _acop_ is set to 63 which indicates that the specified originator is granted privileges to conduct _CREATE, RETRIEVE, UPDATE, DELETE, DISCOVERY,_ and _NOTIFY_ operations.
The creation of access control policy resource _gateway\_acp_ in MN-CSE is implemented in the following procedure.
The following example shows an access control policy create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/xml;ty=1
X-M2M-RI: mncse-62948
<m2m:acp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_acp">
<pv>
<acr>
<acor>Cgateway_ae Clight_ae1 Clight_ae2 /in-cse/Csmartphone_ae</acor>
<acop>63</acop>
</acr>
</pv>
<pvs>
<acr>
<acor>Cgateway_ae</acor>
<acop>51</acop>
</acr>
</pvs>
</m2m:acp>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62948
Content-Location: /mn-cse/acp-805496226
```
The following example shows an access control policy create request and response using HTTP with <mark>XML</mark> serialization.
**HTTP Request**:
``` http
POST /~/mn-cse/home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/json;ty=1
X-M2M-RI: mncse-62948
{
"m2m:acp": {
"rn": "gateway\_acp",
"pv": {
"acr": [
{
"acor": [
"Cgateway_ae",
"Clight_ae1",
"Clight_ae2",
"/in-cse/Csmartphone_ae"
],
"acop": 63
}
]
},
"pvs": {
"acr": [
{
"acor": [
"Cgateway_ae"
],
"acop": 51
}
]
}
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62948
Content-Location: /mn-cse/acp-805496226
```
The access control policy resource is used to grant applications the access rights to conduct specific operations and access to specific resources. The list of applications could be obtained with a discovery procedure using filter criteria conditions. For more details about the discovery procedure, please go to clause 8.7.9. Here it is required that the list of applications has been discovered before creating the access control policy resource.
### 8.7.4 Application entities registration
#### 8.7.4.1 Light application ADN-AE1
The registration of ADN-AE1 with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to ADN-AE1 is `/mn-cse/acp-805496226`.
The following example shows an ADN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: mncse-92345
<xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae1">
<api>A01.com.company.lightApp1</api>
<rr>true</rr>
<poa>http://192.168.0.10:9090</poa>
<acpi>/mn-cse/acp-805496226</acpi>
</m2m:ae>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-92345
Content-Location: /mn-cse/ae-CAE340304071
```
The following example shows an ADN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080#
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: mncse-92345
{
"m2m:ae": {
"rn": "light_ae1",
"api": "A01.com.company.lightApp1",
"rr": true,
"poa": [
"http://192.168.0.10:9090"
],
"acpi": [
"/mn-cse/acp-805496226"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-92345
Content-Location: /mn-cse/ae-CAE340304071
```
#### 8.7.4.2 Light application ADN-AE2
The registration of ADN-AE2 with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to ADN-AE2 is `/mn-cse/acp-805496226`.
The following example shows an ADN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: mncse-18346
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae2">
<api>A01.com.company.lightApp2</api>
<rr>true</rr>
<poa>http://192.168.0.20:9090</poa>
<acpi>/mn-cse/acp-805496226</acpi>
</m2m:ae>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-18346
Content-Location: /mn-cse/ae-CAE340304042
```
The following example shows an ADN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: mncse-18346
{
"m2m:ae": {
"rn": "light_ae2",
"api": "A01.com.company.lightApp2",
"rr": true,
"poa": [
"http://192.168.0.20:9090"
],
"acpi": [
"/mn-cse/acp-805496226"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-18346
Content-Location: /mn-cse/ae-CAE340304042
```
#### 8.7.4.3 Home gateway application MN-AE
The registration of MN-AE with MN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to MN-AE is `/mn-cse/acp-805496226`.
The following example shows an MN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: mncse-19347
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_ae">
<api>A01.com.company.gatewayApp</api>
<rr>false</rr>
<acpi>/mn-cse/acp-805496226</acpi>
</m2m:ae>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-19347
Content-Location: /mn-cse/ae-CAE340303271
```
The following example shows an MN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: mncse-19347
{
"m2m:ae": {
"rn": "gateway_ae",
"api": "A01.com.company.gatewayApp",
"rr": false,
"acpi": [
"/mn-cse/acp-805496226"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-19347
Content-Location: /mn-cse/ae-CAE340303271
```
#### 8.7.4.4 Smartphone application IN-AE
The registration of IN-AE with IN-CSE is shown in the following procedure. Note that the access control policy identifier (unstructured SP-relative resourceID) which is assigned to IN-AE is `/in-cse/acp-666957710`.
The following example shows an IN-AE registration request and response using HTTP with XML serialization.
**HTTP Request**:
``` http
POST /server?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/xml;ty=2
X-M2M-RI: incse-16346
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="smartphone_ae">
<api>A01.com.company.lightControlApp</api>
<rr>false</rr>
<acpi>/in-cse/acp-666957710</acpi>
</m2m:ae>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-16346
Content-Location: /in-cse/ae-CAE340304178
```
The following example shows an IN-AE registration request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /server?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: C
Content-Type: application/json;ty=2
X-M2M-RI: incse-16346
{
"m2m:ae": {
"rn": "smartphone_ae",
"api": "A01.com.company.lightControlApp",
"rr": false,
"acpi": [
"/in-cse/acp-666957710"
]
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: incse-16346
Content-Location: /in-cse/ae-CAE340304178
```
### 8.7.5 Containers creation
#### 8.7.5.1 Create a container of ADN-AE1
The creation of a container resource for ADN-AE1 is shown in the following procedure.
The following example shows a container create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
```http
POST /home_gateway/light\_ae1?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=3
X-M2M-RI: mncse/13345
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
</m2m:cnt>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-13345
Content-Location: /mn-cse/cnt-582759912
```
The following example shows a container create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home\_gateway/light_ae1?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=3
X-M2M-RI: mncse-13345
{
"m2m:cnt": {
"rn": "light"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-13345
Content-Location: /mn-cse/cnt-582759912
```
#### 8.7.5.2 Create a container of ADN-AE2
The creation of a container resource for ADN-AE2 is shown in the following procedure.
The following example shows a container create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
``` http
POST /home_gateway/light_ae2?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/xml;ty=3
X-M2M-RI: mncse-62345
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
</m2m:cnt>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62345
Content-Location: /mn-cse/cnt-582769893
```
The following example shows a container create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway/light_ae2?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/json;ty=3
X-M2M-RI: mncse-62345
{
"m2m:cnt": {
"rn": "light"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-62345
Content-Location: /mn-cse/cnt-582769893
```
### 8.7.6 ContentInstances creation
#### 8.7.6.1 Create a content instance of ADN-AE1
The creation of a content instance resource under the light container of ADN-AE1 with initial content OFF is shown in the following procedure.
The following example shows a contentInstance create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
```http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-24345
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0&lt;/cnf>
<con>OFF</con>
</m2m:cin>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-24345
Content-Location: /mn-cse/cin-394798749
Content-Type: application/xml
```
The following example shows a contentInstance create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=4
X-M2M-RI: mncse-24345
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "OFF"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-24345
Content-Location: /mn-cse/cin-394798749
Content-Type: application/json
```
#### 8.7.6.2 Create a content instance of ADN-AE2
The creation of a content instance resource under the light container of ADN-AE2 with initial content OFF is shown in the following procedure.
The following example shows a contentInstance create request and response using HTTP with XML serialization.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
``` http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-22345
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0/cnf>
<con>OFF</con>
</m2m:cin>
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-22345
Content-Location: /mn-cse/cin-256599578
```
The following example shows a contentInstance create request and response using HTTP with JSON serialization.
**HTTP Request**:
``` http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=4
X-M2M-RI: mncse-22345
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "OFF"
}
}
```
**HTTP Response**:
``` http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-22345
Content-Location: /mn-cse/cin-256599578
```
### 8.7.7 Group creation
The creation of a group resource by the MN-AE is shown in the following procedure. The group resource is created with two initial member ids of the light container resources..
The following example shows a group create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /home_gateway/gateway_ae?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/xml;ty=9
X-M2M-RI: mncse-76905
<?xml version="1.0" encoding="UTF-8"?>
<m2m:grp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="containers_grp">
<mt>3</mt>
<mid>/mn-cse/cnt-582759912 /mn-cse/cnt-582769893</mid>
<mnm>10&lt;/mnm>
</m2m:grp>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-76905
Content-Location: /mn-cse/grp-977978327
```
The following example shows a group create request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /home_gateway/gateway_ae?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Cgateway_ae
Content-Type: application/json;ty=9
X-M2M-RI: mncse-76905
{
"m2m:grp": {
"rn":"containers_grp",
"mt": 3,
"mid": [
"/mn-cse/cnt-582759912",
"/mn-cse/cnt-582769893"
],
"mnm": 10
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-76905
Content-Location: /mn-cse/grp-977978327
```
### 8.7.8 Subscriptions creation
#### 8.7.8.1 Subscription to the content instance of ADN-AE1
When a subscription resource is created, the _notification content type_ (short for _nct_ ) parameter is set to a value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
ADN-AE1 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE1 so that the ADN-AE1 will get notified whenever a content instance child resource is created in the container . The corresponding subscription create request is shown in the following procedure.
The following example shows a subscription create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/xml;ty=23
X-M2M-RI: mncse-67891
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub1">
<enc>
<net>3</net>
</enc>
<nu>Clight_ae1</nu>
<nct>1</nct>
</m2m:sub>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-67891
Content-Location: /mn-cse/sub-856593979
```
The following example shows a subscription create request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae1
Content-Type: application/json;ty=23
X-M2M-RI: mncse-67891
{
"m2m:sub": {
"rn": "lightstate_sub1",
"enc": {
"net":<a href="#_ref_3">[
3
]</a>
},
"nu": ["Clight_ae1"
],
"nct": 1
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-67891
Content-Location: /mn-cse/sub-856593979
```
#### 8.7.8.2 Subscription to the content instance of ADN-AE2
When a subscription resource is created, <mark>the _notification content type_ (short for _nct_ )</mark> parameter is set to a value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
ADN-AE1 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE1 so that the ADN-AE1 will get notified whenever a content instance child resource is created in the container. The corresponding subscription create request is shown in the following procedure.
When a subscription resource is created, <mark>the _notification content type_ (short for _nct_ ) </mark>parameter is set to value 1 to indicate that all attributes of the subscribed resource will be notified to the subscriber.
ADN-AE2 creates a subscription resource including the notification URI set to the resource identifier of ADN-AE2 so that the ADN-AE2 will get notified whenever a content instance child resource is created in the container. The corresponding subscription create request is shown in the following procedures.
The following example shows a subscription create request and response using HTTP with XML serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/xml;ty=23
X-M2M-RI: mncse-29387
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub2">
<enc>
<net>3</net>
</enc>
<nu>Clight_ae2</nu>
<nct>1</nct>
</m2m:sub>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-29387
Content-Location: /mn-cse/sub-856463728
```
The following example shows a subscription create request and response using HTTP with JSON serialization.
**HTTP Request**:
```http
POST /home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: Clight_ae2
Content-Type: application/json;ty=23
X-M2M-RI: mncse-29387
{
"m2m:sub": {
"rn": "lightstate_sub2",
"enc": {
"net":<a href="#_ref_3">[
3
]</a>
},
"nu": ["Clight_ae2"
],
"nct": 1
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-29387
Content-Location: /mn-cse/sub-856463728
```
### 8.7.9 Discovery
#### 8.7.9.1 Introduction
The discovery functionality in oneM2M is implemented using a RETRIEVE operation along with one or multiple filter criteria parameters.
In order to enable the retrieve operation for resource discovery, <mark>parameter _filterUsage_ (short for _fu)_ </mark> is included in the RETRIEVE request as a query string.
In addition, <mark>parameter _resource type_ (short for _rty)_</mark> is used as a _filterCriteria_ condition for the discovery of single light and group light members. The <mark>parameter _discovery result type_ (short for _drt_ )</mark> is set to 2 to indicate that the format of elements of URIList is unstructured. The detailed discovery procedures are presented in clauses 8.7.9.2 and 8.7.9.3.
#### 8.7.9.2 Discovery of single light registered with MN-CSE
The discovery of containers for each light registered with the MN-CSE by the smartphone AE is shown in the following procedure.
If the discovery response is preferred to be returned with a XML representation, the HTTP request message is sent as following example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=3&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-99882
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-99882
X-M2M-CNST: 2
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:uril xmlns:m2m="http://www.onem2m.org/xml/protocols">
/mn-cse/cnt-582759912
/mn-cse/cnt-582769893
</m2m:uril>
```
If the discovery response is preferred to be returned with a JSON representation, the HTTP request message is sent as following example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=3&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-99882
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-99882
X-M2M-CNST: 2
Content-Type: application/json
{
"m2m:uril": [
"/mn-cse/cnt-582759912",
"/mn-cse/cnt-582769893"
]
}
```
The smartphone application retrieves a list of URIs representing containers registered with MN-CSE from the response message, e.g. /mn-cse/cnt-582759912 which is the URI of container created in ADN-AE1. The retrieved URIs of the discovered containers are then used for the group member update operation.
#### 8.7.9.3 Discovery of groups located in MN-CSE
The discovery of groups located in MN-CSE by the smartphone AE is shown in the following procedures.
If the discovery response is preferred to be returned with a XML representation, the HTTP request message is sent as following example:
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=9&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-15001
Accept: application/xml
````
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-15001
X-M2M-CNST: 2
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:uril xmlns:m2m="http://www.onem2m.org/xml/protocols">
/mn-cse/grp-977978327
</m2m:uril>
``````
If the discovery response is preferred to be returned with a JSON representation, the HTTP request message is sent as following example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway?fu=1&rty=9&drt=2 HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-15001
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-15001
X-M2M-CNST: 2Content-Type: application/json
{
"m2m:uril": [
"/mn-cse/grp-977978327"
]
}
```
The smartphone application retrieves a list of URIs representing group resources located in MN-CSE from the response message, e.g. `/mn-cse/grp-977978327` which is the URI of the group resource. The retrieved URIs of the discovered group resource are then used for the group member update operation.
### 8.7.10 Latest content instances retrieval
#### 8.7.10.1 Introduction
The smartphone application can retrieve the latest light states via sending a RETRIEVE request targeting a <mark>container's _la_ (short for _latest_ )</mark> virtual resource.
The smartphone application can also retrieve a group of latest light states via sending a RETRIEVE request targeting the group _fanOutPoint_ virtual resource.
#### 8.7.10.2 Retrieve the latest content instance of ADN-AE1
The latest content instance of the _light_ container resource for ADN-AE1 can be retrieved by the following procedure.
If the response is preferred to be returned with a XML representation, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/light_ae1/light/la HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-11223
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-11223
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>cnt-181049109</pi>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
```
If the response is preferred to be returned with a JSON representation, the following is a HTTP request message example.
<mark>Editor note: correct the "lat" typo below.</mark>
```http
GET /~/mn-cse/home_gateway/light_ae1/light/lat HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-11223
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-11223
Content-Type: application/json
{
"m2m:cin": {
"ty": 4,
"ri": "cin-394798749",
"pi": "cnt-181049109",
"ct": "20150925T045938",
"lt": "20150925T045938",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
}
```
#### 8.7.10.3 Retrieve the latest content instance of ADN-AE2
The latest content instance of the _light_ container resource for ADN-AE2 can be retrieved by the following procedures.
If the response is preferred to be represented in XML, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/light_ae2/light/la HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-22336
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-22336
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050515</ct>
<lt>20150925T050515</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
```
If the response is preferred be returned in representation of JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-22336
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-22336
Content-Type: application/json
{
"m2m:cin": {
"ty": 4,
"ri": "cin-256599578",
"pi": "cnt-790965889",
"ct": "20150925T050515",
"lt": "20150925T050515",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
}
```
#### 8.7.10.4 Retrieve a group of latest content instances for all light states
A group of latest content instances can be retrieved via sending a RETRIEVE request targeting the group _fanOutPoint_ virtual resource and appending _latest_ as shown in the following procedures.
If the response is preferred to be returned with a XML representation, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/containers_grp/fopt/la HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-55667
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-55667
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:agr xmlns:m2m="http://www.onem2m.org/xml/protocols">
<m2m:rsp>
<rsc>2000</rsc>
<rqi>mncse-55667</rqi>
<pc>
<m2m:cin rn="cin-394798749">
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>cnt-181049109</pi>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582759912/la</fr>
</m2m:rsp>
<m2m:rsp>
<rsc>2000</rsc>
<rqi>mncse-55667</rqi>
<pc>
<m2m:cin rn="cin-256599578">
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050515</ct>
<lt>20150925T050515</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>OFF</con>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582769893/la</fr>
</m2m:rsp>
</m2m:agr>
```
If the response is preferred to be returned with a JSON representation, the following is a HTTP request message example.
**HTTP Request**:
```http
GET /~/mn-cse/home_gateway/containers_grp/fopt/la HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-55667
Accept: application/json
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-55667
Content-Type: application/json
{
"m2m:agr": {
"m2m:rsp": [
{
"rsc": 2000,
"rqi": "mncse-55667",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-394798749",
"pi": "cnt-181049109",
"ct": "20150925T045938",
"lt": "20150925T045938",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582759912/la"
},
{
"rsc": 2000,
"rqi": "mncse-55667",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-256599578",
"pi": "cnt-790965889",
"ct": "20150925T050515",
"lt": "20150925T050515",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "OFF"
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582769893/la"
}
]
}
}
```
### 8.7.11 Light state modification
#### 8.7.11.1 Introduction
Once the smartphone application is registered with the IN-CSE, it can be granted access to resources including containers located in the MN-CSE so that smartphone application users can send light control commands for modifying the light states.
When the user makes a change to the light state via the smartphone user interface, the smartphone application performs a new content instance creation procedure carrying the new state.
The modification of a single light state is implemented by creating a new content instance resource for the specific container with access control policy acp1 (_gateway_acp_ ) while the modification of all light states is implemented by creating a new content instance resource for each member of group (_containers_grp_ ) with access control policy acp1 (_gateway_acp_ ). The implementation of the latter case is to target the &lt;fopt> virtual resource of _containers_grp_ resource with a content instance create request so that the content of all members of the group is updated together.
#### 8.7.11.2 Create a content instance under container of ADN-AE1
If the contentInstance create request body is represented in XML, the following is a HTTP request message example.
**HTTP Request**:
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
```http
POST /~/mn-cse/home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-11123
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0</cnf>
<con>ON</con>
</m2m:cin>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-11123
Content-Location: /mn-cse/cin-789356234
```
If the contentInstance create request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/light_ae1/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/json;ty=4
X-M2M-RI: mncse-11123
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "ON"
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-11123
Content-Location: /mn-cse/cin-789356234
```
#### 8.7.11.3 Create a content instance under container of ADN-AE2
If the contentInstance create request body is represented in XML, the following is an HTTP request message the example.
<mark>Editor note: \<?xml version="1.0" encoding="UTF-8"?> header is missing</mark>
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/light_ae2/light?rcn=0 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-12222
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0</cnf>
<con>ON</con>
</m2m:cin>
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-12222
Content-Location: /mn-cse/cin-237896783
```
If the contentInstance create request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST /~/mn-cse/home_HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/json;ty=4
X-M2M-RI: mncse-12222
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "ON"
}
}
```
**HTTP Response**:
```http
201 Created
X-M2M-RSC: 2001
X-M2M-RI: mncse-12222
Content-Location: /mn-cse/cin-237896783
```
#### 8.7.11.4 Update the state of all lights using group fanout
If the fanOutPoint request body is represented in XML, the following is a HTTP request message example:.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/gateway_ae/containers_grp/fopt HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/xml;ty=4
X-M2M-RI: mncse-33344
<xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols">
<cnf>text/plain:0</cnf>
<con>ON</con>
</m2m:cin>
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-33344
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:agr xmlns:m2m="http://www.onem2m.org/xml/protocols">
<m2m:rsp>
<rsc>2001</rsc>
<rqi>mncse-33344</rqi>
<pc>
<m2m:cin rn="cin-479874939">
<ty>4</ty>
<ri>cin-479874939</ri>
<pi>cnt-181049109</pi>
<ct>20151025T045938</ct>
<lt>20151025T045938</lt>
<et>20151207T154802</et>
<st>0</st>
<cs>2</cs>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582759912</fr>
</m2m:rsp>
<m2m:rsp>
<rsc>2001</rsc>
<rqi>mncse-33344</rqi>
<pc>
<m2m:cin rn="cin-659957825">
<ty>4</ty>
<ri>cin-659957825</ri>
<pi>cnt-790965889</pi>
<ct>20151025T045938</ct>
<lt>20151025T045938</lt>
<et>20151207T154802</et>
<st>0</st>
<cs>2</cs>
</m2m:cin>
</pc>
<to>/in-cse/Csmartphone_ae</to>
<fr>/mn-cse/cnt-582769893</fr>
</m2m:rsp>
</m2m:agr>
```
If the fanOutPoint request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST /~/mn-cse/home_gateway/gateway_ae/containers_grp/fopt HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
Content-Type: application/json;ty=4
X-M2M-RI: mncse-33344
{
"m2m:cin": {
"cnf": "text/plains:0",
"con": "ON"
}
}
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-33344
Content-Type: application/json
{
"m2m:agr": {
"m2m:rsp": [
{
"rsc": 2001,
"rqi": "mncse-33344",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-479874939",
"pi": "cnt-181049109",
"ct": "20151025T045938",
"lt": "20151025T045938",
"et": "20151207T154802",
"st": 0,
"cs": 2
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582759912"
},
{
"rsc": 2001,
"rqi": "mncse-33344",
"pc": {
"m2m:cin": {
"ty": 4,
"ri": "cin-659957825",
"pi": "cnt-790965889",
"ct": "20151025T045938",
"lt": "20151025T045938",
"et": "20151207T154802",
"st": 0,
"cs": 2
}
},
"to": "/in-cse/Csmartphone_ae",
"fr": "/mn-cse/cnt-582769893"
}
]
}
}
```
### 8.7.12 Notifications
#### 8.7.12.1 Introduction
Each time a content instance is created under a container of an ADN-AE, then a notification containing the whole created content instance is posted to the targeted subscriber i.e. ADN-AE1 or ADN-AE2, that can actuate the light with the new state received in the notification.
#### 8.7.12.2 Post a notification to ADN-AE1
If the notification request body is represented in XML, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.10:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12345
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sgn xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
<nev>
<rep>
<m2m:cin>
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050534</ct>
<lt>20150925T050534</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>ON</con>
</m2m:cin>
</rep>
<net>3</net>
</nev>
<sur>/mn-cse/sub-856593979</sur>
</m2m:sgn>
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12345
```
If the notification request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.10:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12345
Content-Type: application/json
{
"m2m:sgn": {
"nev": {
"rep": {
"m2m:cin": {
"ty": 4,
"ri": "cin-394798749",
"pi": "cnt-790965889",
"ct": "20150925T050534",
"lt": "20150925T050534",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "ON"
}
},
"net": 3
},
"sur": "/mn-cse/sub-856593979"
}
}
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12345
```
#### 8.7.12.3 Post a notification to ADN-AE2
If the notification request body is represented in XML, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.20:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12346
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:sgn xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
<nev>
<rep>
<m2m:cin>
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>cnt-790965889</pi>
<ct>20150925T050623</ct>
<lt>20150925T050623</lt>
<et>20151107T154802</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>3</cs>
<con>ON</con>
</m2m:cin>
</rep>
<net>3</net>
</nev>
<sur>/mn-cse/sub-856463728</sur>
</m2m:sgn>
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12346
```
If the notification request body is represented in JSON, the following is a HTTP request message example.
**HTTP Request**:
```http
POST / HTTP/1.1
Host: 192.168.0.20:9090
X-M2M-Origin: /mn-cse
X-M2M-RI: notif-12346
Content-Type: application/json
{
"m2m:sgn": {
"nev": {
"rep": {
"m2m:cin": {
"ty": 4,
"ri": "cin-256599578",
"pi": "cnt-790965889",
"ct": "20150925T050623",
"lt": "20150925T050623",
"et": "20151107T154802",
"st": 0,
"cnf": "text/plain:0",
"cs": 3,
"con": "ON"
}
},
"net": 3
},
"sur": "/mn-cse/sub-856463728"
}
}
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: notif-12346
```
# Annex A: Reading Resources
## Annex A.1 Introduction
The information of resources created during each call flow of current use case can be retrieved via smartphone application IN-AE initiates a RETRIEVE request to the target resources as following.
## Annex A.2 CSE resources
### Annex A.2.1 IN-CSE
**HTTP Request**:
``` http
GET /~/in-cse/server HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: incse-12345
Accept: application/xml
```
**HTTP Response**:
```http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: incse-12345
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cb xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="server">
<ty>5</ty>
<ri>/in-cse</ri>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<acpi>/in-cse/acp-666957710</acpi>
<cst>1</cst>
<lt;csi>in-cse</csi>
<srt>1 2 3 4 5 9 14 15 16 17 23</srt>
<poa>http://in.provider.com:8080/</poa>
</m2m:cb>
```
### Annex A.2.2 MN-CSE
**HTTP Request**:
``` http
GET /~/in-cse/server/home_gateway HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: incse-12346
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: incse-12346
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:csr xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="home_gateway">
<ty>16</ty>
<ri>csr-299409504</ri>
<pi>/in-cse</pi>
<ct>20150925T045938</ct>
<lt>20150925T045938</lt>
<et>20171005T105550</et>
<acpi>/in-cse/acp-666957710</acpi>
<poa>http://mn.provider.com:8080/</poa>
<cb>mn.provider.com/mn-cse</cb>
<csi>/mn-cse</csi>
<rr>true</rr>
</m2m:csr>
```
## Annex A.3 Gateway device application MN-AE
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/gateway_ae HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-12347
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12347
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_ae">
<ty>2</ty>
<ri>ae-CAE340303271</ri>
<pi>/mn-cse</pi>
<ct>20150925T052438</ct>
<lt>20150925T052438</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<api>A01.com.company.gatewayApp</api>
<aei>CAE340303271</aei>
<rr>false</rr>
</m2m:ae>
```
## Annex A.4. Light device applications
### Annex A.4.1 ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-12348
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12348
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae1">
<ty>2</ty>
<ri>ae-CAE340304071</ri>
<pi>/mn-cse</pi>
<ct>20150925T052455</ct>
<lt>20150925T052455</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<api>A01.com.company.lightApp1</api>
<aei>CAE340304071</aei>
<rr>true</rr>
</m2m:ae>
```
### Annex A.4.2 ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12348
Accept: application/xml
````
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12348
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light_ae2">
<ty>2</ty>
<ri>ae-CAE340304042</ri>
<pi>/mn-cse</pi>
<ct>20150925T052542</ct>
<lt>20150925T052542</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<api>A01.com.company.lightApp2</api>
<aei>CAE340304042</aei>
<rr>true</rr>
</m2m:ae>
```
## Annex A.5 Smartphone application IN-AE
**HTTP Request**:
``` http
GET /~/in-cse/server/smartphone_ae HTTP/1.1
Host: in.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: incse-12349
Accept: application/xml
```
<mark>Editor note: The response format here is different from the others examples</mark>
**Resonse status**:
200 OK
X-M2M-RSC: 2000
X-M2M-RI: incse-12349
Content-Type: application/xml
**Resonse message*:
```xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:ae xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="smartphone_ae">
<ty>2</ty>
<ri>ae-CAE340304178</ri>
<pi>/in-cse</pi>
<ct>20150925T052622</ct>
<lt>20150925T052622</lt>
<et>20171005T105550</et>
<acpi>/in-cse/acp-666957710</acpi>
<api>A01.com.company.lightControlApp</api>
<aei>CAE340304178</aei>
<rr>false</rr>
</m2m:ae>
```
## Annex A.6 Access control policy
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/gateway_acp HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12350
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12350
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:acp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="gateway_acp">
<ty>1</ty>
<ri>acp-805496226</ri>
<pi>/mn-cse</pi>
<ct>20150925T050238</ct>
<lt>20150925T050238</lt>
<et>20171005T105550</et>
<pv>
<acr>
<acor>/in-cse/home_gateway /mn-cse/Cgateway_ae /mn-cse/Clight_ae1 /mn-cse/Clight_ae2 /in-cse/Csmartphone_ae</acor>
<acop>63</acop>
</acr>
</pv>
<pvs>
<acr>
<acor>/in-cse/home_gateway /mn-cse/Cgateway_ae /mn-cse/Clight_ae1 /mn-cse/Clight_ae2 /in-cse/Csmartphone_ae</acor>
<acop>51</acop>
</acr>
</pvs>
</m2m:acp>
```
## Annex A.7 Containers
### Annex A.7.1 Container under ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1/light HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12351
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12351
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
<ty>3</ty>
<ri>cnt-582759912</ri>
<pi>/mn-cse/ae-CAE340304071</pi>
<ct>20150925T052955</ct>
<lt>20150925T052955</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<st>0</st>
<cni>1</cni>
<cbs>3</cbs>
</m2m:cnt>
```
### Annex A.7.2 Container under ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2/light HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12352
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12352
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:cnt xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="light">
<ty>3</ty>
<ri>cnt-582769893</ri>
<pi>/mn-cse/ae-CAE340304042</pi>
<ct>20150925T053135</ct>
<lt>20150925T053135</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<st>0</st>
<cni>1</cni>
<cbs>3</cbs>
</m2m:cnt>
```
## Annex A.8 ContentInstances
### Annex A.8.1 Latest contentInstance in ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1/light/la HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12353
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12353
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-394798749">
<ty>4</ty>
<ri>cin-394798749</ri>
<pi>/mn-cse/cnt-582759912</pi>
<ct>20150925T053225</ct>
<lt>20150925T053225</lt>
<et>20171005T105550</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>2</cs>
<con>ON</con>
</m2m:cin>
```
### Annex A.8.2 Latest contentInstance in ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2/light/la HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12354
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12354
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:cin xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="cin-256599578">
<ty>4</ty>
<ri>cin-256599578</ri>
<pi>/mn-cse/cnt-582769893</pi>
<ct>20150925T053425</ct>
<lt>20150925T053425</lt>
<et>20171005T105550</et>
<st>0</st>
<cnf>text/plain:0</cnf>
<cs>2</cs>
<con>ON</con>
</m2m:cin>
```
## Annex A.9 Subscriptions
### Annex A.9.1 Subscription to container in ADN-AE1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae1/light/lightstate_sub1 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12355
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12355
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub1">
<ty>23</ty>
<ri>sub-856593979</ri>
<pi>/mn-cse/cnt-582759912</pi>
<ct>20150926T052955</ct>
<lt>20150926T052955</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<enc>
<net>3</net>
</enc>
<nu>/mn-cse/ae-CAE340304071</nu>
<nct>1</nct>
</m2m:sub>
```
### Annex A.9.2 Subscription to container in ADN-AE2
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/light_ae2/light/lightstate_sub2 HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /mn-cse/Cgateway_ae
X-M2M-RI: mncse-12356
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12356
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<m2m:sub xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="lightstate_sub2">
<ty>23</ty>
<ri>sub-856463728</ri>
<pi>/mn-cse/cnt-582759912</pi>
<ct>20150926T053055</ct>
<lt>20150926T053055</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226</acpi>
<enc>
<net>3</net>
</enc>
<nu>/mn-cse/ae-CAE340304042</nu>
<nct>1</nct>
</m2m:sub>
```
## Annex A.10 Groups
### Annex A.10.1 Group1
**HTTP Request**:
``` http
GET /~/mn-cse/home_gateway/gateway_ae/containers_grp HTTP/1.1
Host: mn.provider.com:8080
X-M2M-Origin: /in-cse/Csmartphone_ae
X-M2M-RI: mncse-12357
Accept: application/xml
```
**HTTP Response**:
``` http
200 OK
X-M2M-RSC: 2000
X-M2M-RI: mncse-12357
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<m2m:grp xmlns:m2m="http://www.onem2m.org/xml/protocols" rn="containers_grp">
<ty>9</ty>
<ri>grp-977978327</ri>
<pi>/mn-cse/ae-CAE340303271</pi>
<ct>20151004T045954</ct>
<lt>20151004T045954</lt>
<et>20171005T105550</et>
<acpi>/mn-cse/acp-805496226 /mn-cse/acp-805496226</acpi>
<mt>3</mt>
<cnm>2</cnm>
<mnm>10</mnm>
<mid>/mn-cse/cnt-582759912 /mn-cse/cnt-582769893</mid>
<mtv>true</mtv>
<csy>1</csy>
<fopt>/mn-cse/grp-977978327/fopt</fopt>
</m2m:grp>
```
# History
|**Publication** **history** |**Publication** **history** |**Publication** **history** |
|-|-|-|
| | | |
| | | |
| | | |
|**Draft history** (to be removed on publication) |**Draft history** (to be removed on publication) |**Draft history** (to be removed on publication) |
|-|-|-|
|V2.0.0 | Fev 2017 |Initial release 2 version based on TR-0025 V1.2.0<br />Implemented the agreed contribution from TST#27<br />- TST-2017-0052-TR-0025\_update |
|V2.0.1 |24 June 2017 |Implemented the agreed contributions from TST#29<br />- TST-2017-0117R01-CR-TR-0025\_HTTP\_Host\_Header\_correction\_Rel\_2<br />- TST-2017-0128-CR-TR-0025\_Notification\_correction\_Rel\_2 |
|V2.0.2 |23 March 2018 |Implemented the agreed contributions from TST#34<br />- TST-2018-0043R01-TR-0025\_subscription\_error\_correction |
|V2.0.3 |06 June 2019 |Implemented the agreed contributions from TDE#40<br />- TDE-2019-0076-Missing\_resource\_types\_in\_Content-Type\_header\_fields |
media/DiscoveryAndAGroupFfLightsRetrievalPhaseCallFlows.png

43.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="633" height="399" viewBox="0 0 633 399" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -53.204723 -23.280334 L 664.867725 -23.280334 L 664.867725 410.685028 L -53.204723 410.685028 L -53.204723 -23.280334 Z"/>
<path clip-rule="evenodd" d="M -53.204723 -23.280334 L 664.905506 -23.280334 L 664.905506 410.722839 L -53.204723 410.722839 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 24.57795 15.988953 L 85.428345 15.988953 L 85.428345 46.414185 L 24.57795 46.414185 L 24.57795 15.988953 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 24.57795 46.414185 L 85.428345 46.414185 L 85.428345 15.988953 L 24.57795 15.988953 L 24.57795 46.414185 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 L 55.003143 11.75592 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 55.003143 46.678711 L 55.003143 375.762207"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 54.70079 46.716553 L 55.305511 46.716553 L 55.305511 46.414185 L 55.267715 46.300781 L 55.229919 46.187378 L 55.116531 46.149597 L 55.003143 46.111816 L 54.889771 46.149597 L 54.814178 46.187378 L 54.738586 46.300781 L 54.70079 46.414185 L 54.70079 46.716553 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 55.305511 375.686615 L 54.70079 375.686615 L 54.70079 375.988983 L 54.738586 376.102356 L 54.814178 376.215759 L 54.889771 376.291351 L 55.003143 376.291351 L 55.116531 376.291351 L 55.229919 376.215759 L 55.267715 376.102356 L 55.305511 375.988983 L 55.305511 375.686615 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 14.448822 15.988953 L 95.55748 15.988953 L 95.55748 46.414185 L 14.448822 46.414185 L 14.448822 15.988953 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 14.448822 46.414185 L 95.55748 46.414185 L 95.55748 15.988953 L 14.448822 15.988953 L 14.448822 46.414185 Z"/>
<text id="ADN" xml:space="preserve" x="27" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="54" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="58" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="74" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 115.135437 15.988953 L 175.948029 15.988953 L 175.948029 46.414185 L 115.135437 46.414185 L 115.135437 15.988953 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 115.135437 46.414185 L 175.948029 46.414185 L 175.948029 15.988953 L 115.135437 15.988953 L 115.135437 46.414185 Z"/>
<text id="AND" xml:space="preserve" x="125" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="144" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="148" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="159" y="36" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 L 145.560623 11.75592 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 145.560623 46.678711 L 145.560623 375.762207"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 145.25827 46.716553 L 145.862991 46.716553 L 145.862991 46.414185 L 145.825195 46.300781 L 145.749603 46.187378 L 145.674011 46.149597 L 145.560623 46.111816 L 145.44725 46.149597 L 145.333862 46.187378 L 145.25827 46.300781 L 145.25827 46.414185 L 145.25827 46.716553 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 145.862991 375.686615 L 145.25827 375.686615 L 145.25827 375.988983 L 145.25827 376.102356 L 145.333862 376.215759 L 145.44725 376.291351 L 145.560623 376.291351 L 145.674011 376.291351 L 145.749603 376.215759 L 145.825195 376.102356 L 145.862991 375.988983 L 145.862991 375.686615 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 105.006302 15.988953 L 186.11496 15.988953 L 186.11496 46.414185 L 105.006302 46.414185 L 105.006302 15.988953 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 105.006302 46.414185 L 186.11496 46.414185 L 186.11496 15.988953 L 105.006302 15.988953 L 105.006302 46.414185 Z"/>
<text id="text3" xml:space="preserve" x="117" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="144" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="149" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="164" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 210.379517 15.988953 L 271.229919 15.988953 L 271.229919 46.414185 L 210.379517 46.414185 L 210.379517 15.988953 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 210.379517 46.414185 L 271.229919 46.414185 L 271.229919 15.988953 L 210.379517 15.988953 L 210.379517 46.414185 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 L 240.804718 11.75592 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 240.804718 46.678711 L 240.804718 375.762207"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 240.50235 46.716553 L 241.107086 46.716553 L 241.107086 46.414185 L 241.069305 46.300781 L 241.031494 46.187378 L 240.918121 46.149597 L 240.804718 46.111816 L 240.691345 46.149597 L 240.577942 46.187378 L 240.540161 46.300781 L 240.50235 46.414185 L 240.50235 46.716553 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 241.107086 375.686615 L 240.50235 375.686615 L 240.50235 375.988983 L 240.540161 376.102356 L 240.577942 376.215759 L 240.691345 376.291351 L 240.804718 376.291351 L 240.918121 376.291351 L 241.031494 376.215759 L 241.069305 376.102356 L 241.107086 375.988983 L 241.107086 375.686615 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 200.250397 15.988953 L 281.35907 15.988953 L 281.35907 46.414185 L 200.250397 46.414185 L 200.250397 15.988953 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 200.250397 46.414185 L 281.35907 46.414185 L 281.35907 15.988953 L 200.250397 15.988953 L 200.250397 46.414185 Z"/>
<text id="MN" xml:space="preserve" x="219" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="241" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="245" y="37" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 300.937012 17.689758 L 361.749603 17.689758 L 361.749603 48.11499 L 300.937012 48.11499 L 300.937012 17.689758 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 300.937012 48.11499 L 361.749603 48.11499 L 361.749603 17.689758 L 300.937012 17.689758 L 300.937012 48.11499 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 L 331.324402 13.456665 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 331.324402 48.379517 L 331.324402 385.399994"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 331.059845 48.417297 L 331.62677 48.417297 L 331.62677 48.11499 L 331.62677 48.001587 L 331.551178 47.888184 L 331.437805 47.812622 L 331.324402 47.812622 L 331.211029 47.812622 L 331.135437 47.888184 L 331.059845 48.001587 L 331.059845 48.11499 L 331.059845 48.417297 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 331.62677 385.362213 L 331.059845 385.362213 L 331.059845 385.664581 L 331.059845 385.777954 L 331.135437 385.891327 L 331.211029 385.929138 L 331.324402 385.966919 L 331.437805 385.929138 L 331.551178 385.891327 L 331.62677 385.777954 L 331.62677 385.664581 L 331.62677 385.362213 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 290.770081 17.689758 L 371.916534 17.689758 L 371.916534 48.11499 L 290.770081 48.11499 L 290.770081 17.689758 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 290.770081 48.11499 L 371.916534 48.11499 L 371.916534 17.689758 L 290.770081 17.689758 L 290.770081 48.11499 Z"/>
<text id="text9" xml:space="preserve" x="307" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="328" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="333" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 402.908661 17.689758 L 463.759033 17.689758 L 463.759033 48.11499 L 402.908661 48.11499 L 402.908661 17.689758 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 402.908661 48.11499 L 463.759033 48.11499 L 463.759033 17.689758 L 402.908661 17.689758 L 402.908661 48.11499 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 L 433.333862 13.456665 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 433.333862 48.379517 L 433.333862 381.733856"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 433.031494 48.417297 L 433.63623 48.417297 L 433.63623 48.11499 L 433.59845 48.001587 L 433.560608 47.888184 L 433.447266 47.812622 L 433.333862 47.812622 L 433.220459 47.812622 L 433.144897 47.888184 L 433.069275 48.001587 L 433.031494 48.11499 L 433.031494 48.417297 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 433.63623 381.696075 L 433.031494 381.696075 L 433.031494 381.998413 L 433.069275 382.111816 L 433.144897 382.225189 L 433.220459 382.263 L 433.333862 382.300781 L 433.447266 382.263 L 433.560608 382.225189 L 433.59845 382.111816 L 433.63623 381.998413 L 433.63623 381.696075 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 392.779541 17.689758 L 473.888184 17.689758 L 473.888184 48.11499 L 392.779541 48.11499 L 392.779541 17.689758 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 392.779541 48.11499 L 473.888184 48.11499 L 473.888184 17.689758 L 392.779541 17.689758 L 392.779541 48.11499 Z"/>
<text id="IN" xml:space="preserve" x="413" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="426" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="430" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 546.568481 17.689758 L 607.381104 17.689758 L 607.381104 48.11499 L 546.568481 48.11499 L 546.568481 17.689758 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 546.568481 48.11499 L 607.381104 48.11499 L 607.381104 17.689758 L 546.568481 17.689758 L 546.568481 48.11499 Z"/>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 L 576.993713 13.456665 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 576.993713 48.379517 L 576.993713 384.077179"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 576.691345 48.417297 L 577.25824 48.417297 L 577.25824 48.11499 L 577.25824 48.001587 L 577.182678 47.888184 L 577.107117 47.812622 L 576.993713 47.812622 L 576.88031 47.812622 L 576.766907 47.888184 L 576.691345 48.001587 L 576.691345 48.11499 L 576.691345 48.417297 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 577.25824 384.039368 L 576.691345 384.039368 L 576.691345 384.341736 L 576.691345 384.455109 L 576.766907 384.530701 L 576.88031 384.606293 L 576.993713 384.644104 L 577.107117 384.606293 L 577.182678 384.530701 L 577.25824 384.455109 L 577.25824 384.341736 L 577.25824 384.039368 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 536.439392 17.689758 L 617.548035 17.689758 L 617.548035 48.11499 L 536.439392 48.11499 L 536.439392 17.689758 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 536.439392 48.11499 L 617.548035 48.11499 L 617.548035 17.689758 L 536.439392 17.689758 L 536.439392 48.11499 Z"/>
<text id="text13" xml:space="preserve" x="559" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="573" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="577" y="39" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 576.200012 107 L 443.992126 107"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 576.086609 106.092896 L 576.086609 107.869263 L 576.993713 107.869263 L 577.333862 107.831482 L 577.59845 107.642517 L 577.787415 107.340149 L 577.862976 107 L 577.787415 106.659851 L 577.59845 106.357483 L 577.333862 106.168518 L 576.993713 106.092896 L 576.086609 106.092896 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.143311 107.869263 L 444.143311 106.092896 L 443.236206 106.092896 L 442.896057 106.168518 L 442.593689 106.357483 L 442.404724 106.659851 L 442.329163 107 L 442.404724 107.340149 L 442.593689 107.642517 L 442.896057 107.831482 L 443.236206 107.869263 L 444.143311 107.869263 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.634644 112.63147 L 433.333862 107 L 444.634644 101.330688 L 444.634644 112.63147 L 444.634644 112.63147 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 101.255127 L 511.456665 101.255127 L 511.456665 112.707092 L 498.87085 112.707092 L 498.87085 101.255127 Z"/>
<text id="text16" xml:space="preserve" x="498" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<text id="text17" xml:space="preserve" x="503" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text18" xml:space="preserve" x="506" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 53.179504 L 584.36377 53.179504 L 584.36377 96.908691 L 421.428345 96.908691 L 421.428345 53.179504 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 96.908691 L 584.36377 96.908691 L 584.36377 53.179504 L 421.428345 53.179504 L 421.428345 96.908691 Z"/>
<text id="Discovery-group-resources-with" xml:space="preserve" x="426" y="73" font-family="Calibri" font-size="11.943307" fill="#406fc5">Discovery group resources with</text>
<text id="filter-criterias" xml:space="preserve" x="469" y="88" font-family="Calibri" font-size="11.943307" fill="#406fc5">filter criterias</text>
<path id="path55" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 326.259857 108.965332 L 336.426758 108.965332 L 336.426758 183.346436 L 326.259857 183.346436 L 326.259857 108.965332 Z"/>
<path id="path56" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 336.426758 183.346436 L 336.426758 108.965332 L 326.259857 108.965332 L 326.259857 183.346436 L 336.426758 183.346436 Z"/>
<path id="path57" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 332.118103 183.346436 L 422.675598 183.346436"/>
<path id="path58" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 332.231506 184.25354 L 332.231506 182.439392 L 331.324402 182.439392 L 330.984253 182.514954 L 330.719696 182.703918 L 330.530701 183.006287 L 330.455109 183.346436 L 330.530701 183.686584 L 330.719696 183.988953 L 330.984253 184.177979 L 331.324402 184.25354 L 332.231506 184.25354 Z"/>
<path id="path59" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.562195 182.439392 L 422.562195 184.25354 L 423.469299 184.25354 L 423.809448 184.177979 L 424.074036 183.988953 L 424.263 183.686584 L 424.338562 183.346436 L 424.263 183.006287 L 424.074036 182.703918 L 423.809448 182.514954 L 423.469299 182.439392 L 422.562195 182.439392 Z"/>
<path id="path60" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.033081 177.714966 L 433.333862 183.346436 L 422.033081 189.015747 L 422.033081 177.714966 L 422.033081 177.714966 Z"/>
<path id="path61" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 177.639343 L 388.62204 177.639343 L 388.62204 189.091309 L 376.036224 189.091309 L 376.036224 177.639343 Z"/>
<text id="text19" xml:space="preserve" x="375" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<text id="text20" xml:space="preserve" x="380" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text21" xml:space="preserve" x="383" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path62" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 117.431519 L 582.13385 117.431519 L 582.13385 178.28186 L 421.428345 178.28186 L 421.428345 117.431519 Z"/>
<path id="path63" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 178.28186 L 582.13385 178.28186 L 582.13385 117.431519 L 421.428345 117.431519 L 421.428345 178.28186 Z"/>
<text id="Respond-with-URIs-of" xml:space="preserve" x="449" y="146" font-family="Calibri" font-size="11.943307" fill="#406fc5">Respond with URIs of</text>
<text id="discovered-group-resources-" xml:space="preserve" x="434" y="161" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovered group resources</text>
<path id="path64" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 195.52597 88.480286 L 296.930695 88.480286 L 296.930695 174.842529 L 195.52597 174.842529 L 195.52597 88.480286 Z"/>
<path id="path65" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 195.52597 174.842529 L 296.930695 174.842529 L 296.930695 88.480286 L 195.52597 88.480286 L 195.52597 174.842529 Z"/>
<text id="text22" xml:space="preserve" x="201" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">IN</text>
<text id="text23" xml:space="preserve" x="212" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="AE-discovery-of-" xml:space="preserve" x="215" y="123" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE discovery of</text>
<text id="group-resources-" xml:space="preserve" x="206" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">group resources</text>
<text id="stored-in-MN" xml:space="preserve" x="203" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">stored in MN</text>
<text id="text24" xml:space="preserve" x="266" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="text25" xml:space="preserve" x="270" y="152" font-family="Calibri" font-size="11.943307" fill="#406fc5">CSE</text>
<path id="path66" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 576.200012 292.083466 L 443.992126 292.083466"/>
<path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 576.086609 291.176392 L 576.086609 292.99054 L 576.993713 292.99054 L 577.333862 292.914948 L 577.59845 292.725983 L 577.787415 292.423615 L 577.862976 292.083466 L 577.787415 291.743317 L 577.59845 291.440948 L 577.333862 291.251984 L 576.993713 291.176392 L 576.086609 291.176392 Z"/>
<path id="path68" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.143311 292.99054 L 444.143311 291.176392 L 443.236206 291.176392 L 442.896057 291.251984 L 442.593689 291.440948 L 442.404724 291.743317 L 442.329163 292.083466 L 442.404724 292.423615 L 442.593689 292.725983 L 442.896057 292.914948 L 443.236206 292.99054 L 444.143311 292.99054 Z"/>
<path id="path69" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 444.634644 297.752747 L 433.333862 292.083466 L 444.634644 286.451965 L 444.634644 297.752747 L 444.634644 297.752747 Z"/>
<path id="path70" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 286.376373 L 511.456665 286.376373 L 511.456665 297.828339 L 498.87085 297.828339 L 498.87085 286.376373 Z"/>
<text id="3" xml:space="preserve" x="498" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
<text id="text26" xml:space="preserve" x="503" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text27" xml:space="preserve" x="506" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path71" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 419.160645 198.615723 L 582.13385 198.615723 L 582.13385 284.940155 L 419.160645 284.940155 L 419.160645 198.615723 Z"/>
<path id="path72" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 419.160645 284.940155 L 582.13385 284.940155 L 582.13385 198.615723 L 419.160645 198.615723 L 419.160645 284.940155 Z"/>
<text id="Send-a-fanOutPoint-request" xml:space="preserve" x="426" y="233" font-family="Calibri" font-size="11.943307" fill="#406fc5">Send a fanOutPoint request to</text>
<text id="the-group-for-retrieval" xml:space="preserve" x="431" y="247" font-family="Calibri" font-size="11.943307" fill="#406fc5">the group for retrieval latest</text>
<text id="content" xml:space="preserve" x="458" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">content</text>
<text id="I" xml:space="preserve" x="496" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">I</text>
<text id="nstances" xml:space="preserve" x="499" y="262" font-family="Calibri" font-size="11.943307" fill="#406fc5">nstances</text>
<path id="path73" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 326.259857 284.788971 L 336.426758 284.788971 L 336.426758 366.540161 L 326.259857 366.540161 L 326.259857 284.788971 Z"/>
<path id="path74" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 336.426758 366.540161 L 336.426758 284.788971 L 326.259857 284.788971 L 326.259857 366.540161 L 336.426758 366.540161 Z"/>
<path id="path75" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 421.428345 300.020477 L 582.13385 300.020477 L 582.13385 360.87088 L 421.428345 360.87088 L 421.428345 300.020477 Z"/>
<path id="path76" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 421.428345 360.87088 L 582.13385 360.87088 L 582.13385 300.020477 L 421.428345 300.020477 L 421.428345 360.87088 Z"/>
<text id="Respond-with-" xml:space="preserve" x="453" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">Respond with</text>
<text id="latest-" xml:space="preserve" x="522" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">latest</text>
<text id="contentInstances" xml:space="preserve" x="459" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">contentInstances</text>
<path id="path77" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 332.118103 369.299225 L 422.675598 369.299225"/>
<path id="path78" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 332.231506 370.206299 L 332.231506 368.429932 L 331.324402 368.429932 L 330.984253 368.505524 L 330.719696 368.694489 L 330.530701 368.959045 L 330.455109 369.299225 L 330.530701 369.677155 L 330.719696 369.941742 L 330.984253 370.130707 L 331.324402 370.206299 L 332.231506 370.206299 Z"/>
<path id="path79" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.562195 368.429932 L 422.562195 370.206299 L 423.469299 370.206299 L 423.809448 370.130707 L 424.074036 369.941742 L 424.263 369.677155 L 424.338562 369.299225 L 424.263 368.959045 L 424.074036 368.694489 L 423.809448 368.505524 L 423.469299 368.429932 L 422.562195 368.429932 Z"/>
<path id="path80" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 422.033081 363.667725 L 433.333862 369.299225 L 422.033081 374.968506 L 422.033081 363.667725 L 422.033081 363.667725 Z"/>
<path id="path81" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 363.592133 L 388.62204 363.592133 L 388.62204 375.044098 L 376.036224 375.044098 L 376.036224 363.592133 Z"/>
<text id="4" xml:space="preserve" x="375" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">4</text>
<text id="text28" xml:space="preserve" x="380" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text29" xml:space="preserve" x="383" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path82" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 195.52597 265.664581 L 296.930695 265.664581 L 296.930695 351.988983 L 195.52597 351.988983 L 195.52597 265.664581 Z"/>
<path id="path83" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 195.52597 351.988983 L 296.930695 351.988983 L 296.930695 265.664581 L 195.52597 265.664581 L 195.52597 351.988983 Z"/>
<text id="text30" xml:space="preserve" x="205" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">I</text>
<text id="N" xml:space="preserve" x="208" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">N</text>
<text id="text31" xml:space="preserve" x="215" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="text32" xml:space="preserve" x="219" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE</text>
<text id="retrieves-" xml:space="preserve" x="234" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">retrieves</text>
<text id="a-" xml:space="preserve" x="280" y="286" font-family="Calibri" font-size="11.943307" fill="#406fc5">a</text>
<text id="group-of" xml:space="preserve" x="210" y="300" font-family="Calibri" font-size="11.943307" fill="#406fc5">group of</text>
<text id="latest" xml:space="preserve" x="254" y="300" font-family="Calibri" font-size="11.943307" fill="#406fc5">latest</text>
<text id="content-instances-" xml:space="preserve" x="202" y="314" font-family="Calibri" font-size="11.943307" fill="#406fc5">content instances</text>
<text id="having" xml:space="preserve" x="200" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">having</text>
<text id="the-state-of-" xml:space="preserve" x="235" y="329" font-family="Calibri" font-size="11.943307" fill="#406fc5">the state of</text>
<text id="all" xml:space="preserve" x="225" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">all</text>
<text id="lights" xml:space="preserve" x="239" y="343" font-family="Calibri" font-size="11.943307" fill="#406fc5">lights</text>
<path id="path84" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 432.577942 107 L 347.085052 107"/>
<path id="path85" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 432.464539 106.092896 L 432.464539 107.869263 L 433.333862 107.869263 L 433.674011 107.831482 L 433.976379 107.642517 L 434.165344 107.340149 L 434.240967 107 L 434.165344 106.659851 L 433.976379 106.357483 L 433.674011 106.168518 L 433.333862 106.092896 L 432.464539 106.092896 Z"/>
<path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 347.198425 107.869263 L 347.198425 106.092896 L 346.291351 106.092896 L 345.951172 106.168518 L 345.686615 106.357483 L 345.459839 106.659851 L 345.422058 107 L 345.459839 107.340149 L 345.686615 107.642517 L 345.951172 107.831482 L 346.291351 107.869263 L 347.198425 107.869263 Z"/>
<path id="path87" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 347.72757 112.63147 L 336.426758 107 L 347.72757 101.330688 L 347.72757 112.63147 L 347.72757 112.63147 Z"/>
<path id="path88" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 378.568512 101.255127 L 391.154327 101.255127 L 391.154327 112.707092 L 378.568512 112.707092 L 378.568512 101.255127 Z"/>
<text id="text33" xml:space="preserve" x="378" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<text id="text34" xml:space="preserve" x="382" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="385" y="112" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path89" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 434.127563 183.346436 L 566.297607 183.346436"/>
<path id="path90" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 434.240967 184.25354 L 434.240967 182.439392 L 433.333862 182.439392 L 432.993713 182.514954 L 432.691345 182.703918 L 432.50238 183.006287 L 432.464539 183.346436 L 432.50238 183.686584 L 432.691345 183.988953 L 432.993713 184.177979 L 433.333862 184.25354 L 434.240967 184.25354 Z"/>
<path id="path91" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 566.184265 182.439392 L 566.184265 184.25354 L 567.091309 184.25354 L 567.431519 184.177979 L 567.733887 183.988953 L 567.922852 183.686584 L 567.998413 183.346436 L 567.922852 183.006287 L 567.733887 182.703918 L 567.431519 182.514954 L 567.091309 182.439392 L 566.184265 182.439392 Z"/>
<path id="path92" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 565.692932 177.714966 L 576.993713 183.346436 L 565.692932 189.015747 L 565.692932 177.714966 L 565.692932 177.714966 Z"/>
<path id="path93" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 177.639343 L 511.456665 177.639343 L 511.456665 189.091309 L 498.87085 189.091309 L 498.87085 177.639343 Z"/>
<text id="text36" xml:space="preserve" x="498" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<text id="text37" xml:space="preserve" x="503" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text38" xml:space="preserve" x="506" y="188" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path94" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 434.127563 369.299225 L 566.297607 369.299225"/>
<path id="path95" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 434.240967 370.206299 L 434.240967 368.429932 L 433.333862 368.429932 L 432.993713 368.505524 L 432.691345 368.694489 L 432.50238 368.959045 L 432.464539 369.299225 L 432.50238 369.677155 L 432.691345 369.941742 L 432.993713 370.130707 L 433.333862 370.206299 L 434.240967 370.206299 Z"/>
<path id="path96" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 566.184265 368.429932 L 566.184265 370.206299 L 567.091309 370.206299 L 567.431519 370.130707 L 567.733887 369.941742 L 567.922852 369.677155 L 567.998413 369.299225 L 567.922852 368.959045 L 567.733887 368.694489 L 567.431519 368.505524 L 567.091309 368.429932 L 566.184265 368.429932 Z"/>
<path id="path97" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 565.692932 363.667725 L 576.993713 369.299225 L 565.692932 374.968506 L 565.692932 363.667725 L 565.692932 363.667725 Z"/>
<path id="path98" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 498.87085 363.592133 L 511.456665 363.592133 L 511.456665 375.044098 L 498.87085 375.044098 L 498.87085 363.592133 Z"/>
<text id="text39" xml:space="preserve" x="498" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">4</text>
<text id="text40" xml:space="preserve" x="503" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text41" xml:space="preserve" x="506" y="374" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path99" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 432.577942 292.083466 L 342.020477 292.083466"/>
<path id="path100" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 432.464539 291.176392 L 432.464539 292.99054 L 433.333862 292.99054 L 433.674011 292.914948 L 433.976379 292.725983 L 434.165344 292.423615 L 434.240967 292.083466 L 434.165344 291.743317 L 433.976379 291.440948 L 433.674011 291.251984 L 433.333862 291.176392 L 432.464539 291.176392 Z"/>
<path id="path101" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 342.13385 292.99054 L 342.13385 291.176392 L 341.226776 291.176392 L 340.886627 291.251984 L 340.584259 291.440948 L 340.395264 291.743317 L 340.319672 292.083466 L 340.395264 292.423615 L 340.584259 292.725983 L 340.886627 292.914948 L 341.226776 292.99054 L 342.13385 292.99054 Z"/>
<path id="path102" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 342.662994 297.752747 L 331.324402 292.083466 L 342.662994 286.451965 L 342.662994 297.752747 L 342.662994 297.752747 Z"/>
<path id="path103" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 376.036224 286.376373 L 388.62204 286.376373 L 388.62204 297.828339 L 376.036224 297.828339 L 376.036224 286.376373 Z"/>
<text id="text42" xml:space="preserve" x="375" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
<text id="text43" xml:space="preserve" x="380" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">-</text>
<text id="text44" xml:space="preserve" x="383" y="297" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path104" fill="none" stroke="#000000" stroke-width="0.907087" stroke-linejoin="round" d="M 240.804718 87.384277 L 240.804718 88.102356"/>
<path id="path105" fill="#000000" fill-rule="evenodd" stroke="none" d="M 240.351196 87.422058 L 241.25827 87.422058 L 241.25827 87.006287 L 241.220459 86.817322 L 241.107086 86.666138 L 240.955902 86.590576 L 240.804718 86.552734 L 240.615753 86.590576 L 240.50235 86.666138 L 240.388977 86.817322 L 240.351196 87.006287 L 240.351196 87.422058 Z"/>
<path id="path106" fill="#000000" fill-rule="evenodd" stroke="none" d="M 241.25827 88.064575 L 240.351196 88.064575 L 240.351196 88.480286 L 240.388977 88.669312 L 240.50235 88.820496 L 240.615753 88.896057 L 240.804718 88.933838 L 240.955902 88.896057 L 241.107086 88.820496 L 241.220459 88.669312 L 241.25827 88.480286 L 241.25827 88.064575 Z"/>
</g>
</svg>
media/DiscoveryAndGroupLightStateUpdatePhaseCallFlows.png

41.3 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="680" height="560" viewBox="0 0 680 560" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -14.204723 -16.664581 L 703.867725 -16.664581 L 703.867725 570.069305 L -14.204723 570.069305 L -14.204723 -16.664581 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 30.809448 30.125977 L 91.659836 30.125977 L 91.659836 60.551208 L 30.809448 60.551208 L 30.809448 30.125977 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 30.809448 60.551208 L 91.659836 60.551208 L 91.659836 30.125977 L 30.809448 30.125977 L 30.809448 60.551208 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 L 61.234642 18.333862 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 61.234642 68.412598 L 61.234642 527.398438"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 60.932281 68.450378 L 61.53701 68.450378 L 61.53701 68.14801 L 61.499214 68.034668 L 61.461418 67.921265 L 61.34803 67.883484 L 61.234642 67.845642 L 61.121262 67.883484 L 61.007874 67.921265 L 60.970078 68.034668 L 60.932281 68.14801 L 60.932281 68.450378 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 61.53701 527.360596 L 60.932281 527.360596 L 60.932281 527.662964 L 60.970078 527.776367 L 61.007874 527.889771 L 61.121262 527.965332 L 61.234642 527.965332 L 61.34803 527.965332 L 61.461418 527.889771 L 61.499214 527.776367 L 61.53701 527.662964 L 61.53701 527.360596 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 17.656693 22.566956 L 104.812592 22.566956 L 104.812592 68.14801 L 17.656693 68.14801 L 17.656693 22.566956 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 17.656693 68.14801 L 104.812592 68.14801 L 104.812592 22.566956 L 17.656693 22.566956 L 17.656693 68.14801 Z"/>
<text id="ADN" xml:space="preserve" x="33" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="60" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="65" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="80" y="52" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 120.686615 31.411011 L 181.499207 31.411011 L 181.499207 61.836243 L 120.686615 61.836243 L 120.686615 31.411011 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 120.686615 61.836243 L 181.499207 61.836243 L 181.499207 31.411011 L 120.686615 31.411011 L 120.686615 61.836243 Z"/>
<text id="AND" xml:space="preserve" x="130" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="150" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="153" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="165" y="52" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 L 151.07402 19.581116 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 151.07402 69.659851 L 151.07402 536.280273"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 150.809448 69.697632 L 151.376373 69.697632 L 151.376373 69.395264 L 151.376373 69.28186 L 151.300781 69.206299 L 151.187408 69.130737 L 151.07402 69.092896 L 150.960632 69.130737 L 150.88504 69.206299 L 150.809448 69.28186 L 150.809448 69.395264 L 150.809448 69.697632 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 151.376373 536.242554 L 150.809448 536.242554 L 150.809448 536.544922 L 150.809448 536.658264 L 150.88504 536.771667 L 150.960632 536.847229 L 151.07402 536.847229 L 151.187408 536.847229 L 151.300781 536.771667 L 151.376373 536.658264 L 151.376373 536.544922 L 151.376373 536.242554 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 107.533859 23.814148 L 194.651962 23.814148 L 194.651962 69.395264 L 107.533859 69.395264 L 107.533859 23.814148 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 107.533859 69.395264 L 194.651962 69.395264 L 194.651962 23.814148 L 107.533859 23.814148 L 107.533859 69.395264 Z"/>
<text id="text3" xml:space="preserve" x="123" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="150" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="154" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="170" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 250.173218 32.658264 L 310.98584 32.658264 L 310.98584 63.083435 L 250.173218 63.083435 L 250.173218 32.658264 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 250.173218 63.083435 L 310.98584 63.083435 L 310.98584 32.658264 L 250.173218 32.658264 L 250.173218 63.083435 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 L 280.598419 20.86615 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 280.598419 70.944885 L 280.598419 532.122803"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 280.296051 70.982666 L 280.863007 70.982666 L 280.863007 70.680298 L 280.863007 70.566956 L 280.787415 70.453552 L 280.711823 70.415771 L 280.598419 70.37793 L 280.485046 70.415771 L 280.371643 70.453552 L 280.296051 70.566956 L 280.296051 70.680298 L 280.296051 70.982666 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 280.863007 532.085083 L 280.296051 532.085083 L 280.296051 532.38739 L 280.296051 532.500793 L 280.371643 532.576416 L 280.485046 532.651978 L 280.598419 532.689758 L 280.711823 532.651978 L 280.787415 532.576416 L 280.863007 532.500793 L 280.863007 532.38739 L 280.863007 532.085083 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 237.020477 25.099182 L 324.13858 25.099182 L 324.13858 70.680298 L 237.020477 70.680298 L 237.020477 25.099182 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 237.020477 70.680298 L 324.13858 70.680298 L 324.13858 25.099182 L 237.020477 25.099182 L 237.020477 70.680298 Z"/>
<text id="MN" xml:space="preserve" x="259" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="281" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="285" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 445.839355 31.411011 L 506.651978 31.411011 L 506.651978 61.836243 L 445.839355 61.836243 L 445.839355 31.411011 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 445.839355 61.836243 L 506.651978 61.836243 L 506.651978 31.411011 L 445.839355 31.411011 L 445.839355 61.836243 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 L 476.226746 18.333862 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 476.226746 70.944885 L 476.226746 536.280273"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 475.924438 70.982666 L 476.529114 70.982666 L 476.529114 70.680298 L 476.529114 70.566956 L 476.453552 70.453552 L 476.340149 70.415771 L 476.226746 70.37793 L 476.113403 70.415771 L 476.037781 70.453552 L 475.962219 70.566956 L 475.924438 70.680298 L 475.924438 70.982666 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 476.529114 536.242554 L 475.924438 536.242554 L 475.924438 536.544922 L 475.962219 536.658264 L 476.037781 536.771667 L 476.113403 536.847229 L 476.226746 536.847229 L 476.340149 536.847229 L 476.453552 536.771667 L 476.529114 536.658264 L 476.529114 536.544922 L 476.529114 536.242554 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 432.648804 22.566956 L 519.804749 22.566956 L 519.804749 70.680298 L 432.648804 70.680298 L 432.648804 22.566956 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 432.648804 70.680298 L 519.804749 70.680298 L 519.804749 22.566956 L 432.648804 22.566956 L 432.648804 70.680298 Z"/>
<text id="text9" xml:space="preserve" x="451" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="473" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="478" y="53" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 530.803162 32.658264 L 591.615723 32.658264 L 591.615723 63.083435 L 530.803162 63.083435 L 530.803162 32.658264 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 530.803162 63.083435 L 591.615723 63.083435 L 591.615723 32.658264 L 530.803162 32.658264 L 530.803162 63.083435 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 L 561.190552 20.86615 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 561.190552 70.944885 L 561.190552 536.280273"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 560.925964 70.982666 L 561.49292 70.982666 L 561.49292 70.680298 L 561.49292 70.566956 L 561.417297 70.453552 L 561.303955 70.415771 L 561.190552 70.37793 L 561.077148 70.415771 L 561.001587 70.453552 L 560.925964 70.566956 L 560.925964 70.680298 L 560.925964 70.982666 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 561.49292 536.242554 L 560.925964 536.242554 L 560.925964 536.544922 L 560.925964 536.658264 L 561.001587 536.771667 L 561.077148 536.847229 L 561.190552 536.847229 L 561.303955 536.847229 L 561.417297 536.771667 L 561.49292 536.658264 L 561.49292 536.544922 L 561.49292 536.242554 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 529.518127 25.099182 L 592.900818 25.099182 L 592.900818 70.680298 L 529.518127 70.680298 L 529.518127 25.099182 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 529.518127 70.680298 L 592.900818 70.680298 L 592.900818 25.099182 L 529.518127 25.099182 L 529.518127 70.680298 Z"/>
<text id="IN" xml:space="preserve" x="541" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="554" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="558" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 600.49762 32.658264 L 661.348022 32.658264 L 661.348022 63.083435 L 600.49762 63.083435 L 600.49762 32.658264 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 600.49762 63.083435 L 661.348022 63.083435 L 661.348022 32.658264 L 600.49762 32.658264 L 600.49762 63.083435 Z"/>
<text id="text13" xml:space="preserve" x="619" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="628" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="631" y="53" font-family="Calibri" font-size="9.524409" fill="#ffffff">AE</text>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 L 630.922852 20.86615 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 630.922852 70.944885 L 630.922852 536.280273"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 630.620483 70.982666 L 631.22522 70.982666 L 631.22522 70.680298 L 631.187378 70.566956 L 631.149597 70.453552 L 631.036194 70.415771 L 630.922852 70.37793 L 630.809448 70.415771 L 630.733887 70.453552 L 630.658264 70.566956 L 630.620483 70.680298 L 630.620483 70.982666 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 631.22522 536.242554 L 630.620483 536.242554 L 630.620483 536.544922 L 630.658264 536.658264 L 630.733887 536.771667 L 630.809448 536.847229 L 630.922852 536.847229 L 631.036194 536.847229 L 631.149597 536.771667 L 631.187378 536.658264 L 631.22522 536.544922 L 631.22522 536.242554 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 599.212585 25.099182 L 662.633057 25.099182 L 662.633057 70.680298 L 599.212585 70.680298 L 599.212585 25.099182 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 599.212585 70.680298 L 662.633057 70.680298 L 662.633057 25.099182 L 599.212585 25.099182 L 599.212585 70.680298 Z"/>
<text id="text16" xml:space="preserve" x="613" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text17" xml:space="preserve" x="627" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text18" xml:space="preserve" x="631" y="54" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 281.35434 154.623596 L 465.568481 154.623596"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 281.467712 155.530701 L 281.467712 153.754333 L 280.598419 153.754333 L 280.25827 153.829895 L 279.955902 154.018921 L 279.766937 154.283447 L 279.691345 154.623596 L 279.766937 155.001587 L 279.955902 155.266113 L 280.25827 155.455139 L 280.598419 155.530701 L 281.467712 155.530701 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 465.455139 153.754333 L 465.455139 155.530701 L 466.362183 155.530701 L 466.702393 155.455139 L 466.966919 155.266113 L 467.193726 155.001587 L 467.231506 154.623596 L 467.193726 154.283447 L 466.966919 154.018921 L 466.702393 153.829895 L 466.362183 153.754333 L 465.455139 153.754333 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 464.925964 148.992126 L 476.226746 154.623596 L 464.925964 160.292908 L 464.925964 148.992126 L 464.925964 148.992126 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 148.916565 L 380.831482 148.916565 L 380.831482 160.36853 L 375.993713 160.36853 L 375.993713 148.916565 Z"/>
<text id="text19" xml:space="preserve" x="375" y="159" font-family="Calibri" font-size="9.524409" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 296.925995 89.048828 L 464.812622 89.048828 L 464.812622 142.226746 L 296.925995 142.226746 L 296.925995 89.048828 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 296.925995 142.226746 L 464.812622 142.226746 L 464.812622 89.048828 L 296.925995 89.048828 L 296.925995 142.226746 Z"/>
<text id="Discovery-" xml:space="preserve" x="317" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">Discovery</text>
<text id="text20" xml:space="preserve" x="366" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
<text id="GET" xml:space="preserve" x="370" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">GET</text>
<text id="text21" xml:space="preserve" x="389" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
<text id="with-filter-" xml:space="preserve" x="396" y="108" font-family="Calibri" font-size="11.943307" fill="#406fc5">with filter</text>
<text id="criteria" xml:space="preserve" x="357" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">criteria</text>
<text id="text22" xml:space="preserve" x="391" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
<text id="s" xml:space="preserve" x="395" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
<text id="text23" xml:space="preserve" x="399" y="131" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
<path id="path55" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 475.470886 277.38269 L 291.256683 277.38269"/>
<path id="path56" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 475.357483 276.475586 L 475.357483 278.251953 L 476.226746 278.251953 L 476.566956 278.214172 L 476.869263 277.987427 L 477.058289 277.722839 L 477.13385 277.38269 L 477.058289 277.042542 L 476.869263 276.740173 L 476.566956 276.551208 L 476.226746 276.475586 L 475.357483 276.475586 Z"/>
<path id="path57" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 291.370087 278.251953 L 291.370087 276.475586 L 290.462982 276.475586 L 290.122833 276.551208 L 289.820465 276.740173 L 289.6315 277.042542 L 289.593689 277.38269 L 289.6315 277.722839 L 289.820465 277.987427 L 290.122833 278.214172 L 290.462982 278.251953 L 291.370087 278.251953 Z"/>
<path id="path58" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 291.8992 283.01416 L 280.598419 277.38269 L 291.8992 271.713379 L 291.8992 283.01416 L 291.8992 283.01416 Z"/>
<path id="path59" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 271.637817 L 380.831482 271.637817 L 380.831482 283.089783 L 375.993713 283.089783 L 375.993713 271.637817 Z"/>
<text id="text24" xml:space="preserve" x="375" y="282" font-family="Calibri" font-size="9.524409" fill="#607423">2</text>
<path id="path60" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 294.847229 180.24884 L 464.812622 180.24884 L 464.812622 257.653564 L 294.847229 257.653564 L 294.847229 180.24884 Z"/>
<path id="path61" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 294.847229 257.653564 L 464.812622 257.653564 L 464.812622 180.24884 L 294.847229 180.24884 L 294.847229 257.653564 Z"/>
<text id="IDs-of-discovered-" xml:space="preserve" x="313" y="217" font-family="Calibri" font-size="11.943307" fill="#406fc5">IDs of discovered</text>
<text id="container" xml:space="preserve" x="399" y="217" font-family="Calibri" font-size="11.943307" fill="#406fc5">container</text>
<text id="resources" xml:space="preserve" x="355" y="232" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources</text>
<path id="path62" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 159.955902 85.38269 L 268.881897 85.38269 L 268.881897 248.318115 L 159.955902 248.318115 L 159.955902 85.38269 Z"/>
<path id="path63" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 159.955902 248.318115 L 268.881897 248.318115 L 268.881897 85.38269 L 159.955902 85.38269 L 159.955902 248.318115 Z"/>
<text id="text25" xml:space="preserve" x="171" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
<text id="text26" xml:space="preserve" x="189" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="text27" xml:space="preserve" x="193" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE</text>
<text id="discovers-" xml:space="preserve" x="211" y="137" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovers</text>
<text id="the-container-" xml:space="preserve" x="181" y="151" font-family="Calibri" font-size="11.943307" fill="#406fc5">the container</text>
<text id="resources-stored-in-" xml:space="preserve" x="167" y="165" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources stored in</text>
<text id="text28" xml:space="preserve" x="182" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
<text id="text29" xml:space="preserve" x="200" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="CSE-with-" xml:space="preserve" x="203" y="180" font-family="Calibri" font-size="11.943307" fill="#406fc5">CSE with</text>
<text id="specific-filter-" xml:space="preserve" x="182" y="194" font-family="Calibri" font-size="11.943307" fill="#406fc5">specific filter</text>
<text id="text30" xml:space="preserve" x="190" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">criteria</text>
<text id="text31" xml:space="preserve" x="225" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">(</text>
<text id="text32" xml:space="preserve" x="228" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
<text id="text33" xml:space="preserve" x="233" y="208" font-family="Calibri" font-size="11.943307" fill="#406fc5">)</text>
<path id="path64" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 281.35434 467.266144 L 465.568481 467.266144"/>
<path id="path65" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 281.467712 468.173218 L 281.467712 466.396851 L 280.598419 466.396851 L 280.25827 466.472443 L 279.955902 466.661407 L 279.766937 466.925995 L 279.691345 467.266144 L 279.766937 467.606293 L 279.955902 467.908661 L 280.25827 468.097626 L 280.598419 468.173218 L 281.467712 468.173218 Z"/>
<path id="path66" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 465.455139 466.396851 L 465.455139 468.173218 L 466.362183 468.173218 L 466.702393 468.097626 L 466.966919 467.908661 L 467.193726 467.606293 L 467.231506 467.266144 L 467.193726 466.925995 L 466.966919 466.661407 L 466.702393 466.472443 L 466.362183 466.396851 L 465.455139 466.396851 Z"/>
<path id="path67" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 464.925964 461.634644 L 476.226746 467.266144 L 464.925964 472.935425 L 464.925964 461.634644 L 464.925964 461.634644 Z"/>
<path id="path68" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 375.993713 461.559052 L 380.831482 461.559052 L 380.831482 473.011017 L 375.993713 473.011017 L 375.993713 461.559052 Z"/>
<text id="3" xml:space="preserve" x="375" y="472" font-family="Calibri" font-size="9.524409" fill="#607423">3</text>
<path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 159.955902 320.204712 L 268.881897 320.204712 L 268.881897 483.140167 L 159.955902 483.140167 L 159.955902 320.204712 Z"/>
<path id="path70" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 159.955902 483.140167 L 268.881897 483.140167 L 268.881897 320.204712 L 159.955902 320.204712 L 159.955902 483.140167 Z"/>
<text id="text34" xml:space="preserve" x="166" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">MN</text>
<text id="text35" xml:space="preserve" x="184" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">-</text>
<text id="AE-update" xml:space="preserve" x="187" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">AE update</text>
<text id="text36" xml:space="preserve" x="237" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">s</text>
<text id="the-" xml:space="preserve" x="245" y="371" font-family="Calibri" font-size="11.943307" fill="#406fc5">the</text>
<text id="group-resource-with-" xml:space="preserve" x="164" y="386" font-family="Calibri" font-size="11.943307" fill="#406fc5">group resource with</text>
<text id="the-IDs-of-the" xml:space="preserve" x="181" y="400" font-family="Calibri" font-size="11.943307" fill="#406fc5">the IDs of the</text>
<text id="discovered-" xml:space="preserve" x="187" y="414" font-family="Calibri" font-size="11.943307" fill="#406fc5">discovered</text>
<text id="container-resources" xml:space="preserve" x="165" y="429" font-family="Calibri" font-size="11.943307" fill="#406fc5">container resources</text>
<path id="path71" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 294.847229 329.577942 L 466.891357 329.577942 L 466.891357 435.933868 L 294.847229 435.933868 L 294.847229 329.577942 Z"/>
<path id="path72" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 294.847229 435.933868 L 466.891357 435.933868 L 466.891357 329.577942 L 294.847229 329.577942 L 294.847229 435.933868 Z"/>
<text id="Update-group-resource-members" xml:space="preserve" x="299" y="374" font-family="Calibri" font-size="11.943307" fill="#406fc5">Update group resource members</text>
<text id="with-IDs-of-discovered" xml:space="preserve" x="302" y="388" font-family="Calibri" font-size="11.943307" fill="#406fc5">with IDs of discovered container</text>
<text id="text37" xml:space="preserve" x="356" y="403" font-family="Calibri" font-size="11.943307" fill="#406fc5">resources</text>
<path id="path73" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 471.162231 175.524414 L 481.329163 175.524414 L 481.329163 277.38269 L 471.162231 277.38269 L 471.162231 175.524414 Z"/>
<path id="path74" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 481.329163 277.38269 L 481.329163 175.524414 L 471.162231 175.524414 L 471.162231 277.38269 L 481.329163 277.38269 Z"/>
</g>
</svg>
media/DiscoveryAndSingleLightRetrievalPhaseCallFlows.png

64.4 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="750" height="601" viewBox="0 0 750 601" xmlns="http://www.w3.org/2000/svg">
<g id="id3">
<path id="Path" fill="none" stroke="none" d="M 13.795277 14.713379 L 731.905518 14.713379 L 731.905518 600.766968 L 13.795277 600.766968 Z"/>
<path id="path1" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 25.587402 20.571655 L 86.51339 20.571655 L 86.51339 51.072449 L 25.587402 51.072449 L 25.587402 20.571655 Z"/>
<path id="path2" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 25.587402 51.072449 L 86.51339 51.072449 L 86.51339 20.571655 L 25.587402 20.571655 L 25.587402 51.072449 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 56.050392 51.450378 L 56.050392 572.231506"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 55.596848 51.526001 L 56.503937 51.526001 L 56.503937 51.072449 L 56.466141 50.883484 L 56.352753 50.770081 L 56.201576 50.656677 L 56.050392 50.618896 L 55.86142 50.656677 L 55.710236 50.770081 L 55.634644 50.883484 L 55.596848 51.072449 L 55.596848 51.526001 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 56.503937 572.155884 L 55.596848 572.155884 L 55.596848 572.609436 L 55.634644 572.798462 L 55.710236 572.911804 L 55.86142 573.025208 L 56.050392 573.062988 L 56.201576 573.025208 L 56.352753 572.911804 L 56.466141 572.798462 L 56.503937 572.609436 L 56.503937 572.155884 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 15.420471 20.571655 L 96.642517 20.571655 L 96.642517 51.072449 L 15.420471 51.072449 L 15.420471 20.571655 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 15.420471 51.072449 L 96.642517 51.072449 L 96.642517 20.571655 L 15.420471 20.571655 L 15.420471 51.072449 Z"/>
<text id="ADN" xml:space="preserve" x="28" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="55" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="59" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="75" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 171.099213 20.571655 L 232.025208 20.571655 L 232.025208 51.072449 L 171.099213 51.072449 L 171.099213 20.571655 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 171.099213 51.072449 L 232.025208 51.072449 L 232.025208 20.571655 L 171.099213 20.571655 L 171.099213 51.072449 Z"/>
<text id="AND" xml:space="preserve" x="181" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="200" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="204" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="215" y="41" font-family="Calibri" font-size="10.733858" fill="#ffffff">2</text>
<path id="path10" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 201.56221 51.450378 L 201.56221 578.996826"/>
<path id="path11" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 201.108658 51.526001 L 202.015747 51.526001 L 202.015747 51.072449 L 201.977951 50.883484 L 201.864563 50.770081 L 201.713379 50.656677 L 201.56221 50.618896 L 201.37323 50.656677 L 201.259842 50.770081 L 201.146454 50.883484 L 201.108658 51.072449 L 201.108658 51.526001 Z"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 202.015747 578.921265 L 201.108658 578.921265 L 201.108658 579.374817 L 201.146454 579.563782 L 201.259842 579.714966 L 201.37323 579.790527 L 201.56221 579.828369 L 201.713379 579.790527 L 201.864563 579.714966 L 201.977951 579.563782 L 202.015747 579.374817 L 202.015747 578.921265 Z"/>
<path id="path13" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 160.932281 20.571655 L 242.154327 20.571655 L 242.154327 51.072449 L 160.932281 51.072449 L 160.932281 20.571655 Z"/>
<path id="path14" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 160.932281 51.072449 L 242.154327 51.072449 L 242.154327 20.571655 L 160.932281 20.571655 L 160.932281 51.072449 Z"/>
<text id="text3" xml:space="preserve" x="173" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="200" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="205" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="221" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">2</text>
<path id="path15" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 292.913391 20.571655 L 353.839355 20.571655 L 353.839355 51.072449 L 292.913391 51.072449 L 292.913391 20.571655 Z"/>
<path id="path16" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 292.913391 51.072449 L 353.839355 51.072449 L 353.839355 20.571655 L 292.913391 20.571655 L 292.913391 51.072449 Z"/>
<path id="path17" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 323.376373 51.450378 L 323.376373 578.996826"/>
<path id="path18" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 322.922821 51.526001 L 323.829926 51.526001 L 323.829926 51.072449 L 323.792114 50.883484 L 323.716522 50.770081 L 323.565369 50.656677 L 323.376373 50.618896 L 323.225189 50.656677 L 323.074005 50.770081 L 322.960632 50.883484 L 322.922821 51.072449 L 322.922821 51.526001 Z"/>
<path id="path19" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 323.829926 578.921265 L 322.922821 578.921265 L 322.922821 579.374817 L 322.960632 579.563782 L 323.074005 579.714966 L 323.225189 579.790527 L 323.376373 579.828369 L 323.565369 579.790527 L 323.716522 579.714966 L 323.792114 579.563782 L 323.829926 579.374817 L 323.829926 578.921265 Z"/>
<path id="path20" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 282.784241 20.571655 L 364.006287 20.571655 L 364.006287 51.072449 L 282.784241 51.072449 L 282.784241 20.571655 Z"/>
<path id="path21" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 282.784241 51.072449 L 364.006287 51.072449 L 364.006287 20.571655 L 282.784241 20.571655 L 282.784241 51.072449 Z"/>
<text id="MN" xml:space="preserve" x="301" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="323" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="328" y="42" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 394.469299 22.272461 L 455.357483 22.272461 L 455.357483 52.773254 L 394.469299 52.773254 L 394.469299 22.272461 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 394.469299 52.773254 L 455.357483 52.773254 L 455.357483 22.272461 L 394.469299 22.272461 L 394.469299 52.773254 Z"/>
<path id="path24" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 424.894501 53.151184 L 424.894501 578.996826"/>
<path id="path25" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 424.440948 53.226746 L 425.348022 53.226746 L 425.348022 52.773254 L 425.310242 52.584229 L 425.23465 52.433044 L 425.083466 52.357483 L 424.894501 52.319702 L 424.743317 52.357483 L 424.592133 52.433044 L 424.478729 52.584229 L 424.440948 52.773254 L 424.440948 53.226746 Z"/>
<path id="path26" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 425.348022 578.921265 L 424.440948 578.921265 L 424.440948 579.374817 L 424.478729 579.563782 L 424.592133 579.714966 L 424.743317 579.790527 L 424.894501 579.828369 L 425.083466 579.790527 L 425.23465 579.714966 L 425.310242 579.563782 L 425.348022 579.374817 L 425.348022 578.921265 Z"/>
<path id="path27" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 384.302368 22.272461 L 465.524414 22.272461 L 465.524414 52.773254 L 384.302368 52.773254 L 384.302368 22.272461 Z"/>
<path id="path28" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 384.302368 52.773254 L 465.524414 52.773254 L 465.524414 22.272461 L 384.302368 22.272461 L 384.302368 52.773254 Z"/>
<text id="text9" xml:space="preserve" x="400" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="422" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="426" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path29" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 516.283447 22.272461 L 577.171631 22.272461 L 577.171631 52.773254 L 516.283447 52.773254 L 516.283447 22.272461 Z"/>
<path id="path30" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 516.283447 52.773254 L 577.171631 52.773254 L 577.171631 22.272461 L 516.283447 22.272461 L 516.283447 52.773254 Z"/>
<path id="path31" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 546.74646 53.151184 L 546.74646 578.996826"/>
<path id="path32" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 546.292908 53.226746 L 547.200012 53.226746 L 547.200012 52.773254 L 547.162231 52.584229 L 547.048828 52.433044 L 546.897644 52.357483 L 546.74646 52.319702 L 546.557495 52.357483 L 546.406311 52.433044 L 546.330688 52.584229 L 546.292908 52.773254 L 546.292908 53.226746 Z"/>
<path id="path33" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 547.200012 578.921265 L 546.292908 578.921265 L 546.292908 579.374817 L 546.330688 579.563782 L 546.406311 579.714966 L 546.557495 579.790527 L 546.74646 579.828369 L 546.897644 579.790527 L 547.048828 579.714966 L 547.162231 579.563782 L 547.200012 579.374817 L 547.200012 578.921265 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 506.116516 22.272461 L 587.338562 22.272461 L 587.338562 52.773254 L 506.116516 52.773254 L 506.116516 22.272461 Z"/>
<path id="path35" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 506.116516 52.773254 L 587.338562 52.773254 L 587.338562 22.272461 L 506.116516 22.272461 L 506.116516 52.773254 Z"/>
<text id="IN" xml:space="preserve" x="526" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="540" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="544" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">CSE</text>
<path id="path36" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 660.094482 22.272461 L 721.020447 22.272461 L 721.020447 52.773254 L 660.094482 52.773254 L 660.094482 22.272461 Z"/>
<path id="path37" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 660.094482 52.773254 L 721.020447 52.773254 L 721.020447 22.272461 L 660.094482 22.272461 L 660.094482 52.773254 Z"/>
<path id="path38" fill="none" stroke="#5692c9" stroke-width="0.907087" stroke-linejoin="round" d="M 690.557495 53.151184 L 690.557495 578.996826"/>
<path id="path39" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 690.103943 53.226746 L 691.011047 53.226746 L 691.011047 52.773254 L 690.973206 52.584229 L 690.859863 52.433044 L 690.708679 52.357483 L 690.557495 52.319702 L 690.36853 52.357483 L 690.255127 52.433044 L 690.141724 52.584229 L 690.103943 52.773254 L 690.103943 53.226746 Z"/>
<path id="path40" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 691.011047 578.921265 L 690.103943 578.921265 L 690.103943 579.374817 L 690.141724 579.563782 L 690.255127 579.714966 L 690.36853 579.790527 L 690.557495 579.828369 L 690.708679 579.790527 L 690.859863 579.714966 L 690.973206 579.563782 L 691.011047 579.374817 L 691.011047 578.921265 Z"/>
<path id="path41" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 649.965332 22.272461 L 731.149597 22.272461 L 731.149597 52.773254 L 649.965332 52.773254 L 649.965332 22.272461 Z"/>
<path id="path42" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 649.965332 52.773254 L 731.149597 52.773254 L 731.149597 22.272461 L 649.965332 22.272461 L 649.965332 52.773254 Z"/>
<text id="text13" xml:space="preserve" x="673" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="686" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="691" y="44" font-family="Calibri" font-size="14.324409" fill="#ffffff">AE</text>
<path id="path43" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.763794 111.544861 L 557.404724 113.548035"/>
<path id="path44" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.650391 110.675598 L 689.688171 112.451965 L 690.557495 112.451965 L 690.897644 112.376404 L 691.200012 112.187378 L 691.388977 111.88501 L 691.464539 111.544861 L 691.388977 111.204712 L 691.162231 110.902344 L 690.897644 110.713379 L 690.557495 110.637817 L 689.650391 110.675598 Z"/>
<path id="path45" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.555908 114.455139 L 557.518127 112.678711 L 556.611023 112.678711 L 556.270874 112.754333 L 556.006287 112.943298 L 555.817322 113.245667 L 555.74176 113.585815 L 555.817322 113.925964 L 556.006287 114.228333 L 556.308655 114.417297 L 556.648804 114.455139 L 557.555908 114.455139 Z"/>
<path id="path46" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.122864 119.217346 L 546.74646 113.737 L 557.97168 107.878723 L 558.122864 119.217346 L 558.122864 119.217346 Z"/>
<path id="path47" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 612.35907 106.896057 L 624.944885 106.896057 L 624.944885 118.385803 L 612.35907 118.385803 L 612.35907 106.896057 Z"/>
<text id="text16" xml:space="preserve" x="611" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text17" xml:space="preserve" x="616" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text18" xml:space="preserve" x="619" y="117" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path48" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.338562 59.727539 L 676.686584 59.727539 L 676.686584 102.927551 L 563.338562 102.927551 L 563.338562 59.727539 Z"/>
<path id="path49" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.338562 102.927551 L 676.686584 102.927551 L 676.686584 59.727539 L 563.338562 59.727539 L 563.338562 102.927551 Z"/>
<text id="Discovery-single-light-" xml:space="preserve" x="568" y="73" font-family="Calibri" font-size="11.640945" fill="#406fc5">Discovery single light</text>
<text id="container-with-filter-" xml:space="preserve" x="571" y="87" font-family="Calibri" font-size="11.640945" fill="#406fc5">container with filter</text>
<text id="criterias" xml:space="preserve" x="599" y="101" font-family="Calibri" font-size="11.640945" fill="#406fc5">criterias</text>
<path id="path50" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 188.231506 L 429.996857 113.737 L 419.829926 113.737 L 419.829926 188.231506 L 429.996857 188.231506 L 429.996857 188.231506 Z"/>
<path id="path51" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 188.231506 L 429.996857 113.737 L 419.829926 113.737 L 419.829926 188.231506 L 429.996857 188.231506 Z"/>
<path id="path52" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.688202 188.231506 L 536.050415 188.231506"/>
<path id="path53" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.801575 189.138611 L 425.801575 187.324402 L 424.894501 187.324402 L 424.554321 187.400024 L 424.289764 187.588989 L 424.062988 187.891357 L 424.025208 188.231506 L 424.062988 188.571655 L 424.289764 188.874023 L 424.554321 189.062988 L 424.894501 189.138611 L 425.801575 189.138611 Z"/>
<path id="path54" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.937012 187.324402 L 535.937012 189.138611 L 536.844116 189.138611 L 537.184265 189.062988 L 537.448792 188.874023 L 537.675598 188.571655 L 537.713379 188.231506 L 537.675598 187.891357 L 537.448792 187.588989 L 537.184265 187.400024 L 536.844116 187.324402 L 535.937012 187.324402 Z"/>
<path id="path55" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.407898 182.562195 L 546.74646 188.231506 L 535.407898 193.900818 L 535.407898 182.562195 L 535.407898 182.562195 Z"/>
<path id="path56" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 479.508667 182.486633 L 492.132263 182.486633 L 492.132263 193.976379 L 479.508667 193.976379 L 479.508667 182.486633 Z"/>
<text id="text19" xml:space="preserve" x="479" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text20" xml:space="preserve" x="483" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text21" xml:space="preserve" x="486" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path57" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 122.203125 L 676.686584 122.203125 L 676.686584 183.166931 L 563.64093 183.166931 L 563.64093 122.203125 Z"/>
<path id="path58" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 183.166931 L 676.686584 183.166931 L 676.686584 122.203125 L 563.64093 122.203125 L 563.64093 183.166931 Z"/>
<text id="URIs-of-discovered-" xml:space="preserve" x="574" y="144" font-family="Calibri" font-size="11.640945" fill="#406fc5">URIs of discovered</text>
<text id="container-" xml:space="preserve" x="571" y="158" font-family="Calibri" font-size="11.640945" fill="#406fc5">container</text>
<text id="resources-" xml:space="preserve" x="620" y="158" font-family="Calibri" font-size="11.640945" fill="#406fc5">resources</text>
<text id="are-responded" xml:space="preserve" x="584" y="173" font-family="Calibri" font-size="11.640945" fill="#406fc5">are responded</text>
<path id="path59" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 272.314972 110.033081 L 385.662994 110.033081 L 385.662994 188.722839 L 272.314972 188.722839 L 272.314972 110.033081 Z"/>
<path id="path60" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 272.314972 188.722839 L 385.662994 188.722839 L 385.662994 110.033081 L 272.314972 110.033081 L 272.314972 188.722839 Z"/>
<text id="text22" xml:space="preserve" x="278" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">IN</text>
<text id="text23" xml:space="preserve" x="288" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">-</text>
<text id="text24" xml:space="preserve" x="292" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">AE</text>
<text id="discovers-" xml:space="preserve" x="307" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">discovers</text>
<text id="each-" xml:space="preserve" x="355" y="141" font-family="Calibri" font-size="11.640945" fill="#406fc5">each</text>
<text id="single" xml:space="preserve" x="277" y="155" font-family="Calibri" font-size="11.640945" fill="#406fc5">single</text>
<text id="light-container-" xml:space="preserve" x="308" y="155" font-family="Calibri" font-size="11.640945" fill="#406fc5">light container</text>
<text id="located" xml:space="preserve" x="283" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">located</text>
<text id="in-MN" xml:space="preserve" x="322" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">in MN</text>
<text id="text25" xml:space="preserve" x="352" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">-</text>
<text id="text26" xml:space="preserve" x="355" y="169" font-family="Calibri" font-size="11.640945" fill="#406fc5">CSE</text>
<path id="path61" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.763794 289.825195 L 557.404724 289.825195"/>
<path id="path62" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.650391 288.918091 L 689.650391 290.7323 L 690.557495 290.7323 L 690.897644 290.656677 L 691.200012 290.467712 L 691.388977 290.165344 L 691.464539 289.825195 L 691.388977 289.485046 L 691.200012 289.182678 L 690.897644 288.993713 L 690.557495 288.918091 L 689.650391 288.918091 Z"/>
<path id="path63" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.518127 290.7323 L 557.518127 288.918091 L 556.648804 288.918091 L 556.308655 288.993713 L 556.006287 289.182678 L 555.817322 289.485046 L 555.74176 289.825195 L 555.817322 290.165344 L 556.006287 290.467712 L 556.308655 290.656677 L 556.648804 290.7323 L 557.518127 290.7323 Z"/>
<path id="path64" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.047241 295.494507 L 546.74646 289.825195 L 558.047241 284.155884 L 558.047241 295.494507 L 558.047241 295.494507 Z"/>
<path id="path65" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.466125 284.080322 L 628.837769 284.080322 L 628.837769 295.570068 L 608.466125 295.570068 L 608.466125 284.080322 Z"/>
<text id="3" xml:space="preserve" x="607" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text27" xml:space="preserve" x="612" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text28" xml:space="preserve" x="615" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text29" xml:space="preserve" x="620" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text30" xml:space="preserve" x="623" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path66" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 201.951172 L 676.686584 201.951172 L 676.686584 280.678711 L 563.64093 280.678711 L 563.64093 201.951172 Z"/>
<path id="path67" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 280.678711 L 676.686584 280.678711 L 676.686584 201.951172 L 563.64093 201.951172 L 563.64093 280.678711 Z"/>
<text id="retrieval-of-" xml:space="preserve" x="568" y="225" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
<text id="the-latest-" xml:space="preserve" x="624" y="225" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
<text id="content-instance-" xml:space="preserve" x="579" y="240" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
<text id="from-discovered-light-" xml:space="preserve" x="568" y="254" font-family="Calibri" font-size="11.640945" fill="#406fc5">from discovered light</text>
<text id="container-light" xml:space="preserve" x="581" y="268" font-family="Calibri" font-size="11.640945" fill="#406fc5">container light</text>
<text id="text31" xml:space="preserve" x="651" y="268" font-family="Calibri" font-size="11.640945" fill="#406fc5">1</text>
<path id="path68" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 374.486603 L 429.996857 289.825195 L 419.829926 289.825195 L 419.829926 374.486603 L 429.996857 374.486603 L 429.996857 374.486603 Z"/>
<path id="path69" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 374.486603 L 429.996857 289.825195 L 419.829926 289.825195 L 419.829926 374.486603 L 429.996857 374.486603 Z"/>
<path id="path70" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 305.056702 L 676.686584 305.056702 L 676.686584 366.020477 L 563.64093 366.020477 L 563.64093 305.056702 Z"/>
<path id="path71" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 366.020477 L 676.686584 366.020477 L 676.686584 305.056702 L 563.64093 305.056702 L 563.64093 366.020477 Z"/>
<text id="the-latest-content-" xml:space="preserve" x="576" y="327" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest content</text>
<text id="instance-of-container-" xml:space="preserve" x="568" y="341" font-family="Calibri" font-size="11.640945" fill="#406fc5">instance of container</text>
<text id="light" xml:space="preserve" x="573" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">light</text>
<text id="1-" xml:space="preserve" x="594" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">1</text>
<text id="i" xml:space="preserve" x="603" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">i</text>
<text id="s-responded" xml:space="preserve" x="606" y="355" font-family="Calibri" font-size="11.640945" fill="#406fc5">s responded</text>
<path id="path72" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.688202 374.486603 L 536.050415 374.486603"/>
<path id="path73" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.801575 375.393707 L 425.801575 373.579529 L 424.894501 373.579529 L 424.554321 373.655121 L 424.289764 373.844086 L 424.062988 374.146454 L 424.025208 374.486603 L 424.062988 374.826782 L 424.289764 375.12912 L 424.554321 375.318115 L 424.894501 375.393707 L 425.801575 375.393707 Z"/>
<path id="path74" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.937012 373.579529 L 535.937012 375.393707 L 536.844116 375.393707 L 537.184265 375.318115 L 537.448792 375.12912 L 537.675598 374.826782 L 537.713379 374.486603 L 537.675598 374.146454 L 537.448792 373.844086 L 537.184265 373.655121 L 536.844116 373.579529 L 535.937012 373.579529 Z"/>
<path id="path75" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.407898 368.817322 L 546.74646 374.486603 L 535.407898 380.155914 L 535.407898 368.817322 L 535.407898 368.817322 Z"/>
<path id="path76" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.653534 368.74173 L 495.987427 368.74173 L 495.987427 380.231506 L 475.653534 380.231506 L 475.653534 368.74173 Z"/>
<text id="4" xml:space="preserve" x="475" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text32" xml:space="preserve" x="479" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text33" xml:space="preserve" x="482" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text34" xml:space="preserve" x="487" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="490" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path77" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 272.61731 288.313416 L 385.662994 288.313416 L 385.662994 384.237793 L 272.61731 384.237793 L 272.61731 288.313416 Z"/>
<path id="path78" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 272.61731 384.237793 L 385.662994 384.237793 L 385.662994 288.313416 L 272.61731 288.313416 L 272.61731 384.237793 Z"/>
<text id="text36" xml:space="preserve" x="277" y="313" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
<text id="text37" xml:space="preserve" x="333" y="313" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
<text id="text38" xml:space="preserve" x="288" y="328" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
<text id="from-each-" xml:space="preserve" x="303" y="342" font-family="Calibri" font-size="11.640945" fill="#406fc5">from each</text>
<text id="discovered-single-" xml:space="preserve" x="286" y="356" font-family="Calibri" font-size="11.640945" fill="#406fc5">discovered single</text>
<text id="light-container" xml:space="preserve" x="293" y="371" font-family="Calibri" font-size="11.640945" fill="#406fc5">light container</text>
<path id="path79" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 393.11969 L 676.686584 393.11969 L 676.686584 454.083466 L 563.64093 454.083466 L 563.64093 393.11969 Z"/>
<path id="path80" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 454.083466 L 676.686584 454.083466 L 676.686584 393.11969 L 563.64093 393.11969 L 563.64093 454.083466 Z"/>
<text id="text39" xml:space="preserve" x="568" y="408" font-family="Calibri" font-size="11.640945" fill="#406fc5">retrieval of</text>
<text id="text40" xml:space="preserve" x="624" y="408" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest</text>
<text id="text41" xml:space="preserve" x="579" y="422" font-family="Calibri" font-size="11.640945" fill="#406fc5">content instance</text>
<text id="text42" xml:space="preserve" x="568" y="436" font-family="Calibri" font-size="11.640945" fill="#406fc5">from discovered light</text>
<text id="text43" xml:space="preserve" x="581" y="451" font-family="Calibri" font-size="11.640945" fill="#406fc5">container light</text>
<text id="text44" xml:space="preserve" x="651" y="451" font-family="Calibri" font-size="11.640945" fill="#406fc5">2</text>
<path id="path81" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 429.996857 547.21106 L 429.996857 462.549591 L 419.829926 462.549591 L 419.829926 547.21106 L 429.996857 547.21106 L 429.996857 547.21106 Z"/>
<path id="path82" fill="none" stroke="#6ca43e" stroke-width="0.907087" stroke-linejoin="round" d="M 429.996857 547.21106 L 429.996857 462.549591 L 419.829926 462.549591 L 419.829926 547.21106 L 429.996857 547.21106 Z"/>
<path id="path83" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 563.64093 481.182678 L 676.686584 481.182678 L 676.686584 542.146484 L 563.64093 542.146484 L 563.64093 481.182678 Z"/>
<path id="path84" fill="none" stroke="#ffffff" stroke-width="0.907087" stroke-linejoin="round" d="M 563.64093 542.146484 L 676.686584 542.146484 L 676.686584 481.182678 L 563.64093 481.182678 L 563.64093 542.146484 Z"/>
<text id="text45" xml:space="preserve" x="576" y="503" font-family="Calibri" font-size="11.640945" fill="#406fc5">the latest content</text>
<text id="text46" xml:space="preserve" x="568" y="517" font-family="Calibri" font-size="11.640945" fill="#406fc5">instance of container</text>
<text id="text47" xml:space="preserve" x="573" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">light</text>
<text id="2-" xml:space="preserve" x="594" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">2</text>
<text id="text48" xml:space="preserve" x="603" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">i</text>
<text id="text49" xml:space="preserve" x="606" y="532" font-family="Calibri" font-size="11.640945" fill="#406fc5">s responded</text>
<path id="path85" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 545.952759 113.737 L 440.655121 113.737"/>
<path id="path86" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 545.839355 112.829895 L 545.839355 114.606323 L 546.74646 114.606323 L 547.086609 114.568481 L 547.351196 114.341736 L 547.577942 114.077148 L 547.615723 113.737 L 547.577942 113.396851 L 547.351196 113.094482 L 547.086609 112.905518 L 546.74646 112.829895 L 545.839355 112.829895 Z"/>
<path id="path87" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 440.768494 114.606323 L 440.768494 112.829895 L 439.8992 112.829895 L 439.559052 112.905518 L 439.256683 113.094482 L 439.067719 113.396851 L 438.992126 113.737 L 439.067719 114.077148 L 439.256683 114.341736 L 439.559052 114.568481 L 439.8992 114.606323 L 440.768494 114.606323 Z"/>
<path id="path88" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 441.297638 119.36853 L 429.996857 113.737 L 441.297638 108.067688 L 441.297638 119.36853 L 441.297638 119.36853 Z"/>
<path id="path89" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 482.040955 107.992126 L 494.664551 107.992126 L 494.664551 119.444092 L 482.040955 119.444092 L 482.040955 107.992126 Z"/>
<text id="text50" xml:space="preserve" x="481" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text51" xml:space="preserve" x="486" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text52" xml:space="preserve" x="489" y="119" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path90" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.50238 188.231506 L 679.861389 188.231506"/>
<path id="path91" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.615723 189.138611 L 547.615723 187.324402 L 546.74646 187.324402 L 546.406311 187.400024 L 546.103943 187.588989 L 545.914978 187.891357 L 545.839355 188.231506 L 545.914978 188.571655 L 546.103943 188.874023 L 546.406311 189.062988 L 546.74646 189.138611 L 547.615723 189.138611 Z"/>
<path id="path92" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.748047 187.324402 L 679.748047 189.138611 L 680.65509 189.138611 L 680.9953 189.062988 L 681.297607 188.874023 L 681.486633 188.571655 L 681.562195 188.231506 L 681.486633 187.891357 L 681.297607 187.588989 L 680.9953 187.400024 L 680.65509 187.324402 L 679.748047 187.324402 Z"/>
<path id="path93" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.256714 182.562195 L 690.557495 188.231506 L 679.256714 193.900818 L 679.256714 182.562195 L 679.256714 182.562195 Z"/>
<path id="path94" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 612.35907 182.486633 L 624.944885 182.486633 L 624.944885 193.976379 L 612.35907 193.976379 L 612.35907 182.486633 Z"/>
<text id="text53" xml:space="preserve" x="611" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text54" xml:space="preserve" x="616" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text55" xml:space="preserve" x="619" y="193" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path95" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 545.952759 289.825195 L 435.590546 289.825195"/>
<path id="path96" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 545.839355 288.918091 L 545.839355 290.7323 L 546.74646 290.7323 L 547.086609 290.656677 L 547.351196 290.467712 L 547.577942 290.165344 L 547.615723 289.825195 L 547.577942 289.485046 L 547.351196 289.182678 L 547.086609 288.993713 L 546.74646 288.918091 L 545.839355 288.918091 Z"/>
<path id="path97" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 435.703949 290.7323 L 435.703949 288.918091 L 434.796844 288.918091 L 434.456696 288.993713 L 434.192139 289.182678 L 433.965363 289.485046 L 433.927551 289.825195 L 433.965363 290.165344 L 434.192139 290.467712 L 434.456696 290.656677 L 434.796844 290.7323 L 435.703949 290.7323 Z"/>
<path id="path98" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 436.233063 295.494507 L 424.894501 289.825195 L 436.233063 284.155884 L 436.233063 295.494507 L 436.233063 295.494507 Z"/>
<path id="path99" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.653534 284.080322 L 495.987427 284.080322 L 495.987427 295.570068 L 475.653534 295.570068 L 475.653534 284.080322 Z"/>
<text id="text56" xml:space="preserve" x="475" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text57" xml:space="preserve" x="479" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text58" xml:space="preserve" x="482" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text59" xml:space="preserve" x="487" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text60" xml:space="preserve" x="490" y="295" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path100" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.50238 374.486603 L 679.861389 374.486603"/>
<path id="path101" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.615723 375.393707 L 547.615723 373.579529 L 546.74646 373.579529 L 546.406311 373.655121 L 546.103943 373.844086 L 545.914978 374.146454 L 545.839355 374.486603 L 545.914978 374.826782 L 546.103943 375.12912 L 546.406311 375.318115 L 546.74646 375.393707 L 547.615723 375.393707 Z"/>
<path id="path102" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.748047 373.579529 L 679.748047 375.393707 L 680.65509 375.393707 L 680.9953 375.318115 L 681.297607 375.12912 L 681.486633 374.826782 L 681.562195 374.486603 L 681.486633 374.146454 L 681.297607 373.844086 L 680.9953 373.655121 L 680.65509 373.579529 L 679.748047 373.579529 Z"/>
<path id="path103" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.256714 368.817322 L 690.557495 374.486603 L 679.256714 380.155914 L 679.256714 368.817322 L 679.256714 368.817322 Z"/>
<path id="path104" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.466125 368.74173 L 628.837769 368.74173 L 628.837769 380.231506 L 608.466125 380.231506 L 608.466125 368.74173 Z"/>
<text id="text61" xml:space="preserve" x="607" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text62" xml:space="preserve" x="612" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text63" xml:space="preserve" x="615" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<text id="text64" xml:space="preserve" x="620" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text65" xml:space="preserve" x="623" y="379" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path105" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 689.99054 466.6315 L 557.593689 466.6315"/>
<path id="path106" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 689.839355 465.724396 L 689.839355 467.500793 L 690.74646 467.500793 L 691.086609 467.462982 L 691.388977 467.236206 L 691.577942 466.971649 L 691.653564 466.6315 L 691.577942 466.291351 L 691.388977 465.988983 L 691.086609 465.799988 L 690.74646 465.724396 L 689.839355 465.724396 Z"/>
<path id="path107" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 557.707092 467.500793 L 557.707092 465.724396 L 556.837769 465.724396 L 556.49762 465.799988 L 556.195251 465.988983 L 556.006287 466.291351 L 555.930725 466.6315 L 556.006287 466.971649 L 556.195251 467.236206 L 556.49762 467.462982 L 556.837769 467.500793 L 557.707092 467.500793 Z"/>
<path id="path108" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 558.236206 472.263 L 546.935425 466.6315 L 558.236206 460.962219 L 558.236206 472.263 L 558.236206 472.263 Z"/>
<path id="path109" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.65509 460.886627 L 629.026794 460.886627 L 629.026794 472.338593 L 608.65509 472.338593 L 608.65509 460.886627 Z"/>
<text id="text66" xml:space="preserve" x="608" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text67" xml:space="preserve" x="612" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text68" xml:space="preserve" x="615" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text69" xml:space="preserve" x="620" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text70" xml:space="preserve" x="623" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path110" fill="none" stroke="#7c9530" stroke-width="1.776378" stroke-linejoin="round" d="M 546.141724 466.6315 L 435.779541 466.6315"/>
<path id="path111" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 546.02832 465.724396 L 546.02832 467.500793 L 546.935425 467.500793 L 547.275574 467.462982 L 547.577942 467.236206 L 547.766907 466.971649 L 547.804749 466.6315 L 547.766907 466.291351 L 547.577942 465.988983 L 547.275574 465.799988 L 546.935425 465.724396 L 546.02832 465.724396 Z"/>
<path id="path112" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 435.892914 467.500793 L 435.892914 465.724396 L 434.98584 465.724396 L 434.64566 465.799988 L 434.381104 465.988983 L 434.192139 466.291351 L 434.116547 466.6315 L 434.192139 466.971649 L 434.381104 467.236206 L 434.64566 467.462982 L 434.98584 467.500793 L 435.892914 467.500793 Z"/>
<path id="path113" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 436.422058 472.263 L 425.083466 466.6315 L 436.422058 460.962219 L 436.422058 472.263 L 436.422058 472.263 Z"/>
<path id="path114" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.842529 460.886627 L 496.214172 460.886627 L 496.214172 472.338593 L 475.842529 472.338593 L 475.842529 460.886627 Z"/>
<text id="text71" xml:space="preserve" x="475" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">3</text>
<text id="text72" xml:space="preserve" x="480" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text73" xml:space="preserve" x="483" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text74" xml:space="preserve" x="487" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text75" xml:space="preserve" x="490" y="471" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<path id="path115" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 425.877167 550.234619 L 536.23938 550.234619"/>
<path id="path116" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 425.99054 551.141724 L 425.99054 549.365356 L 425.083466 549.365356 L 424.743317 549.440918 L 424.478729 549.629883 L 424.289764 549.894531 L 424.214172 550.234619 L 424.289764 550.61261 L 424.478729 550.877197 L 424.743317 551.066162 L 425.083466 551.141724 L 425.99054 551.141724 Z"/>
<path id="path117" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 536.125977 549.365356 L 536.125977 551.141724 L 537.033081 551.141724 L 537.37323 551.066162 L 537.675598 550.877197 L 537.864563 550.61261 L 537.902344 550.234619 L 537.864563 549.894531 L 537.675598 549.629883 L 537.37323 549.440918 L 537.033081 549.365356 L 536.125977 549.365356 Z"/>
<path id="path118" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 535.596863 544.603149 L 546.935425 550.234619 L 535.596863 555.903931 L 535.596863 544.603149 L 535.596863 544.603149 Z"/>
<path id="path119" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 475.842529 544.527588 L 496.214172 544.527588 L 496.214172 555.979492 L 475.842529 555.979492 L 475.842529 544.527588 Z"/>
<text id="text76" xml:space="preserve" x="475" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text77" xml:space="preserve" x="480" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text78" xml:space="preserve" x="483" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text79" xml:space="preserve" x="487" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text80" xml:space="preserve" x="490" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">1</text>
<path id="path120" fill="none" stroke="#fd9759" stroke-width="1.776378" stroke-linejoin="round" d="M 547.691345 550.234619 L 680.088196 550.234619"/>
<path id="path121" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 547.804749 551.141724 L 547.804749 549.365356 L 546.935425 549.365356 L 546.595276 549.440918 L 546.292908 549.629883 L 546.103943 549.894531 L 546.02832 550.234619 L 546.103943 550.61261 L 546.292908 550.877197 L 546.595276 551.066162 L 546.935425 551.141724 L 547.804749 551.141724 Z"/>
<path id="path122" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.937012 549.365356 L 679.937012 551.141724 L 680.844116 551.141724 L 681.184265 551.066162 L 681.486633 550.877197 L 681.675598 550.61261 L 681.75116 550.234619 L 681.675598 549.894531 L 681.486633 549.629883 L 681.184265 549.440918 L 680.844116 549.365356 L 679.937012 549.365356 Z"/>
<path id="path123" fill="#fd9759" fill-rule="evenodd" stroke="none" d="M 679.445679 544.603149 L 690.74646 550.234619 L 679.445679 555.903931 L 679.445679 544.603149 L 679.445679 544.603149 Z"/>
<path id="path124" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 608.65509 544.527588 L 629.026794 544.527588 L 629.026794 555.979492 L 608.65509 555.979492 L 608.65509 544.527588 Z"/>
<text id="text81" xml:space="preserve" x="608" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">4</text>
<text id="text82" xml:space="preserve" x="612" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text83" xml:space="preserve" x="615" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
<text id="text84" xml:space="preserve" x="620" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">-</text>
<text id="text85" xml:space="preserve" x="623" y="555" font-family="Calibri" font-size="9.864567" fill="#607423">2</text>
</g>
</svg>
media/FunctionalArchitectureOfRemoteLightsControlUseCase.png

76.1 KiB

This diff is collapsed.
media/IN-CSEResourceStructure.png

8.29 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="328" height="212" viewBox="0 0 328 212" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -16.108658 15.269287 L 315.771652 15.269287 L 315.771652 206.173218 L -16.108658 206.173218 L -16.108658 15.269287 Z"/>
<path clip-rule="evenodd" d="M -16.108658 15.269287 L 315.809433 15.269287 L 315.809433 206.211029 L -16.108658 206.211029 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 134.316528 131.22522 L 298.385803 131.22522 L 298.385803 95.886597 L 134.127563 95.886597 L 134.127563 131.074036"/>
<path id="path1" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 131.451965 L 134.35434 131.036194 L 134.127563 131.036194 L 134.051971 131.036194 L 133.976379 131.074036 L 133.938568 131.149597 L 133.900787 131.22522 L 133.938568 131.338562 L 133.976379 131.376404 L 134.051971 131.451965 L 134.127563 131.451965 L 134.35434 131.451965 Z"/>
<path id="path2" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 131.036194 L 133.900787 131.036194 L 133.900787 131.22522 L 133.938568 131.338562 L 133.976379 131.376404 L 134.051971 131.451965 L 134.127563 131.451965 L 134.203156 131.451965 L 134.278748 131.376404 L 134.316528 131.338562 L 134.35434 131.22522 L 134.35434 131.036194 Z"/>
<text id="home" xml:space="preserve" x="148" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">home</text>
<text id="text1" xml:space="preserve" x="197" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">_</text>
<text id="gateway" xml:space="preserve" x="208" y="122" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">gateway</text>
<path id="path3" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 21.308655 79.10553 L 185.37796 79.10553 L 185.37796 27.212585 L 21.11969 27.212585 L 21.11969 78.916565"/>
<path id="path4" fill="#000000" fill-rule="evenodd" stroke="none" d="M 21.346466 79.294495 L 21.346466 78.878723 L 21.11969 78.878723 L 21.044098 78.878723 L 20.968506 78.954346 L 20.930695 78.992126 L 20.892914 79.10553 L 20.930695 79.181091 L 20.968506 79.256714 L 21.044098 79.294495 L 21.11969 79.294495 L 21.346466 79.294495 Z"/>
<path id="path5" fill="#000000" fill-rule="evenodd" stroke="none" d="M 21.346466 78.878723 L 20.892914 78.878723 L 20.892914 79.10553 L 20.930695 79.181091 L 20.968506 79.256714 L 21.044098 79.294495 L 21.11969 79.294495 L 21.195282 79.294495 L 21.270874 79.256714 L 21.308655 79.181091 L 21.346466 79.10553 L 21.346466 78.878723 Z"/>
<text id="server" xml:space="preserve" x="69" y="63" font-family="Times New Roman" font-size="24.907087" font-weight="700" fill="#000000">server</text>
<path id="path6" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 133.938568 113.574829 L 103.24881 113.574829 L 103.24881 79.294495"/>
<path id="path7" fill="#000000" fill-rule="evenodd" stroke="none" d="M 133.900787 113.348022 L 133.900787 113.763794 L 134.127563 113.763794 L 134.203156 113.763794 L 134.278748 113.726013 L 134.316528 113.650391 L 134.35434 113.574829 L 134.316528 113.499207 L 134.278748 113.423645 L 134.203156 113.385803 L 134.127563 113.348022 L 133.900787 113.348022 Z"/>
<path id="path8" fill="#000000" fill-rule="evenodd" stroke="none" d="M 103.022034 79.294495 L 103.475586 79.294495 L 103.475586 79.10553 L 103.437805 78.992126 L 103.399994 78.954346 L 103.324402 78.878723 L 103.24881 78.878723 L 103.173218 78.878723 L 103.097626 78.954346 L 103.059845 78.992126 L 103.022034 79.10553 L 103.022034 79.294495 Z"/>
<path id="path9" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 134.316528 188.863007 L 298.385803 188.863007 L 298.385803 154.50708 L 134.127563 154.50708 L 134.127563 188.674011"/>
<path id="path10" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 189.089752 L 134.35434 188.63623 L 134.127563 188.63623 L 134.051971 188.674011 L 133.976379 188.711823 L 133.938568 188.787415 L 133.900787 188.863007 L 133.938568 188.938568 L 133.976379 189.01416 L 134.051971 189.051971 L 134.127563 189.089752 L 134.35434 189.089752 Z"/>
<path id="path11" fill="#000000" fill-rule="evenodd" stroke="none" d="M 134.35434 188.63623 L 133.900787 188.63623 L 133.900787 188.863007 L 133.938568 188.938568 L 133.976379 189.01416 L 134.051971 189.051971 L 134.127563 189.089752 L 134.203156 189.051971 L 134.278748 189.01416 L 134.316528 188.938568 L 134.35434 188.863007 L 134.35434 188.63623 Z"/>
<text id="smartphone" xml:space="preserve" x="145" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">smartphone</text>
<text id="text2" xml:space="preserve" x="254" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">_</text>
<text id="ae" xml:space="preserve" x="265" y="180" font-family="Times New Roman" font-size="21.316535" font-weight="700" fill="#000000">ae</text>
<path id="path12" fill="none" stroke="#000000" stroke-width="0.415748" stroke-linejoin="round" d="M 133.938568 171.703949 L 103.24881 171.703949 L 103.24881 79.294495"/>
<path id="path13" fill="#000000" fill-rule="evenodd" stroke="none" d="M 133.900787 171.477173 L 133.900787 171.892914 L 134.127563 171.892914 L 134.203156 171.892914 L 134.278748 171.855133 L 134.316528 171.779541 L 134.35434 171.703949 L 134.316528 171.590546 L 134.278748 171.552765 L 134.203156 171.477173 L 134.127563 171.477173 L 133.900787 171.477173 Z"/>
<path id="path14" fill="#000000" fill-rule="evenodd" stroke="none" d="M 103.022034 79.294495 L 103.475586 79.294495 L 103.475586 79.10553 L 103.437805 78.992126 L 103.399994 78.954346 L 103.324402 78.878723 L 103.24881 78.878723 L 103.173218 78.878723 L 103.097626 78.954346 L 103.059845 78.992126 L 103.022034 79.10553 L 103.022034 79.294495 Z"/>
</g>
</svg>
media/InitialResourceCreationPhaseCallFlows.png

76.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="754" height="640" viewBox="0 0 754 640" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M 14.795277 13.173203 L 732.867725 13.173203 L 732.867725 638.231491 L 14.795277 638.231491 L 14.795277 13.173203 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 25.755905 20.240967 L 82.411026 20.240967 L 82.411026 48.587402 L 25.755905 48.587402 L 25.755905 20.240967 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 25.755905 48.587402 L 82.411026 48.587402 L 82.411026 20.240967 L 25.755905 20.240967 L 25.755905 48.587402 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 L 54.102364 16.688171 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 54.102364 48.436218 L 54.102364 607.163818"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 53.800003 48.473999 L 54.366928 48.473999 L 54.366928 48.171631 L 54.329132 48.058289 L 54.291336 47.982666 L 54.177956 47.907104 L 54.102364 47.907104 L 53.988976 47.907104 L 53.875587 47.982666 L 53.837799 48.058289 L 53.800003 48.171631 L 53.800003 48.473999 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 54.366928 607.125977 L 53.800003 607.125977 L 53.800003 607.390564 L 53.837799 607.503906 L 53.875587 607.61731 L 53.988976 607.655151 L 54.102364 607.692871 L 54.177956 607.655151 L 54.291336 607.61731 L 54.329132 607.503906 L 54.366928 607.390564 L 54.366928 607.125977 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 16.307087 20.618896 L 91.85984 20.618896 L 91.85984 48.171631 L 16.307087 48.171631 L 16.307087 20.618896 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 16.307087 48.171631 L 91.85984 48.171631 L 91.85984 20.618896 L 16.307087 20.618896 L 16.307087 48.171631 Z"/>
<text id="ADN" xml:space="preserve" x="28" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="53" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="57" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="72" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 161.743301 19.825195 L 218.360626 19.825195 L 218.360626 48.171631 L 161.743301 48.171631 L 161.743301 19.825195 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 161.743301 48.171631 L 218.360626 48.171631 L 218.360626 19.825195 L 161.743301 19.825195 L 161.743301 48.171631 Z"/>
<text id="AND" xml:space="preserve" x="170" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="189" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="192" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="203" y="39" font-family="Calibri" font-size="9.977953" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 L 190.051971 16.272461 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 190.051971 47.982666 L 190.051971 616.61261"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 189.787399 48.020447 L 190.316528 48.020447 L 190.316528 47.75592 L 190.316528 47.642517 L 190.240952 47.566956 L 190.165359 47.491333 L 190.051971 47.491333 L 189.938583 47.491333 L 189.862991 47.566956 L 189.787399 47.642517 L 189.787399 47.75592 L 189.787399 48.020447 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 190.316528 616.574829 L 189.787399 616.574829 L 189.787399 616.839355 L 189.787399 616.952759 L 189.862991 617.066162 L 189.938583 617.103943 L 190.051971 617.141724 L 190.165359 617.103943 L 190.240952 617.066162 L 190.316528 616.952759 L 190.316528 616.839355 L 190.316528 616.574829 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 152.294495 20.203125 L 227.809448 20.203125 L 227.809448 47.75592 L 152.294495 47.75592 L 152.294495 20.203125 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 152.294495 47.75592 L 227.809448 47.75592 L 227.809448 20.203125 L 152.294495 20.203125 L 152.294495 47.75592 Z"/>
<text id="text3" xml:space="preserve" x="164" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="189" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="193" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="208" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 297.692902 20.203125 L 354.348022 20.203125 L 354.348022 48.549622 L 297.692902 48.549622 L 297.692902 20.203125 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 297.692902 48.549622 L 354.348022 48.549622 L 354.348022 20.203125 L 297.692902 20.203125 L 297.692902 48.549622 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 L 326.039368 15.47876 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 326.039368 49.570068 L 326.039368 616.61261"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 325.737 49.607849 L 326.303925 49.607849 L 326.303925 49.343323 L 326.266144 49.229919 L 326.228333 49.154358 L 326.11496 49.078735 L 326.039368 49.040955 L 325.925995 49.078735 L 325.812592 49.154358 L 325.774811 49.229919 L 325.737 49.343323 L 325.737 49.607849 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 326.303925 616.574829 L 325.737 616.574829 L 325.737 616.839355 L 325.774811 616.952759 L 325.812592 617.066162 L 325.925995 617.103943 L 326.039368 617.141724 L 326.11496 617.103943 L 326.228333 617.066162 L 326.266144 616.952759 L 326.303925 616.839355 L 326.303925 616.574829 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 288.24408 19.409424 L 363.796844 19.409424 L 363.796844 49.343323 L 288.24408 49.343323 L 288.24408 19.409424 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 288.24408 49.343323 L 363.796844 49.343323 L 363.796844 19.409424 L 288.24408 19.409424 L 288.24408 49.343323 Z"/>
<text id="MN" xml:space="preserve" x="305" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="326" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="330" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 452.842529 19.409424 L 509.49762 19.409424 L 509.49762 47.75592 L 452.842529 47.75592 L 452.842529 19.409424 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 452.842529 47.75592 L 509.49762 47.75592 L 509.49762 19.409424 L 452.842529 19.409424 L 452.842529 47.75592 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 L 481.151184 14.685059 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 481.151184 48.776367 L 481.151184 616.61261"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 480.886627 48.814148 L 481.453552 48.814148 L 481.453552 48.549622 L 481.415741 48.436218 L 481.340149 48.360657 L 481.264557 48.285034 L 481.151184 48.285034 L 481.037781 48.285034 L 480.962219 48.360657 L 480.886627 48.436218 L 480.886627 48.549622 L 480.886627 48.814148 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 481.453552 616.574829 L 480.886627 616.574829 L 480.886627 616.839355 L 480.886627 616.952759 L 480.962219 617.066162 L 481.037781 617.103943 L 481.151184 617.141724 L 481.264557 617.103943 L 481.340149 617.066162 L 481.415741 616.952759 L 481.453552 616.839355 L 481.453552 616.574829 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 443.393707 18.653564 L 518.908691 18.653564 L 518.908691 48.549622 L 443.393707 48.549622 L 443.393707 18.653564 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 443.393707 48.549622 L 518.908691 48.549622 L 518.908691 18.653564 L 443.393707 18.653564 L 443.393707 48.549622 Z"/>
<text id="text9" xml:space="preserve" x="458" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="478" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="482" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 583.122864 19.409424 L 639.777954 19.409424 L 639.777954 47.75592 L 583.122864 47.75592 L 583.122864 19.409424 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 583.122864 47.75592 L 639.777954 47.75592 L 639.777954 19.409424 L 583.122864 19.409424 L 583.122864 47.75592 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 L 611.431519 15.47876 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 611.431519 47.982666 L 611.431519 616.61261"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 611.166931 48.020447 L 611.696045 48.020447 L 611.696045 47.75592 L 611.696045 47.642517 L 611.620483 47.566956 L 611.544861 47.491333 L 611.431519 47.491333 L 611.318115 47.491333 L 611.242493 47.566956 L 611.166931 47.642517 L 611.166931 47.75592 L 611.166931 48.020447 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 611.696045 616.574829 L 611.166931 616.574829 L 611.166931 616.839355 L 611.166931 616.952759 L 611.242493 617.066162 L 611.318115 617.103943 L 611.431519 617.141724 L 611.544861 617.103943 L 611.620483 617.066162 L 611.696045 616.952759 L 611.696045 616.839355 L 611.696045 616.574829 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 573.674011 19.409424 L 649.188965 19.409424 L 649.188965 47.75592 L 573.674011 47.75592 L 573.674011 19.409424 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 573.674011 47.75592 L 649.188965 47.75592 L 649.188965 19.409424 L 573.674011 19.409424 L 573.674011 47.75592 Z"/>
<text id="IN" xml:space="preserve" x="592" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="605" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="609" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 665.251953 19.409424 L 721.907104 19.409424 L 721.907104 47.75592 L 665.251953 47.75592 L 665.251953 19.409424 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 665.251953 47.75592 L 721.907104 47.75592 L 721.907104 19.409424 L 665.251953 19.409424 L 665.251953 47.75592 Z"/>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 L 693.59845 15.47876 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.566929" stroke-linejoin="round" d="M 693.59845 47.982666 L 693.59845 616.61261"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 693.296082 48.020447 L 693.862976 48.020447 L 693.862976 47.75592 L 693.825195 47.642517 L 693.787415 47.566956 L 693.674011 47.491333 L 693.59845 47.491333 L 693.485046 47.491333 L 693.371643 47.566956 L 693.333862 47.642517 L 693.296082 47.75592 L 693.296082 48.020447 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 693.862976 616.574829 L 693.296082 616.574829 L 693.296082 616.839355 L 693.333862 616.952759 L 693.371643 617.066162 L 693.485046 617.103943 L 693.59845 617.141724 L 693.674011 617.103943 L 693.787415 617.066162 L 693.825195 616.952759 L 693.862976 616.839355 L 693.862976 616.574829 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 655.803162 19.409424 L 731.355896 19.409424 L 731.355896 47.75592 L 655.803162 47.75592 L 655.803162 19.409424 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 655.803162 47.75592 L 731.355896 47.75592 L 731.355896 19.409424 L 655.803162 19.409424 L 655.803162 47.75592 Z"/>
<text id="text13" xml:space="preserve" x="677" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">IN</text>
<text id="text14" xml:space="preserve" x="689" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">-</text>
<text id="text15" xml:space="preserve" x="694" y="40" font-family="Calibri" font-size="13.341732" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.662992" stroke-linejoin="round" d="M 326.757477 164.694458 L 471.211029 163.976379"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 326.87088 165.526001 L 326.87088 163.862976 L 326.001587 163.862976 L 325.699219 163.938599 L 325.434631 164.127563 L 325.245667 164.392151 L 325.207886 164.694458 L 325.245667 165.034668 L 325.434631 165.299194 L 325.699219 165.488159 L 326.039368 165.526001 L 326.87088 165.526001 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 471.097626 163.144897 L 471.135437 164.807861 L 471.966919 164.807861 L 472.269287 164.7323 L 472.533844 164.543335 L 472.722839 164.278748 L 472.798431 163.976379 L 472.722839 163.63623 L 472.533844 163.371643 L 472.269287 163.182678 L 471.929138 163.144897 L 471.097626 163.144897 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 470.606293 158.722839 L 481.151184 163.900818 L 470.644104 169.229919 L 470.606293 158.722839 L 470.606293 158.722839 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 397.737 158.987427 L 409.453552 158.987427 L 409.453552 169.645691 L 397.737 169.645691 L 397.737 158.987427 Z"/>
<text id="text16" xml:space="preserve" x="397" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<text id="text17" xml:space="preserve" x="401" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text18" xml:space="preserve" x="404" y="169" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 341.11969 57.922852 L 465.730713 57.922852 L 465.730713 133.210999 L 341.11969 133.210999 L 341.11969 57.922852 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 341.11969 133.210999 L 465.730713 133.210999 L 465.730713 57.922852 L 341.11969 57.922852 L 341.11969 133.210999 Z"/>
<text id="Group-resource-creation-" xml:space="preserve" x="345" y="78" font-family="Calibri" font-size="11.111811" fill="#406fc5">Group resource creation</text>
<text id="for" xml:space="preserve" x="345" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">for</text>
<text id="u" xml:space="preserve" x="360" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">u</text>
<text id="pdating-and-retrieval-" xml:space="preserve" x="366" y="92" font-family="Calibri" font-size="11.111811" fill="#406fc5">pdating and retrieval</text>
<text id="of-the-state-of" xml:space="preserve" x="345" y="105" font-family="Calibri" font-size="11.111811" fill="#406fc5">of the state of a group of</text>
<text id="lights" xml:space="preserve" x="345" y="122" font-family="Calibri" font-size="11.111811" fill="#406fc5">lights</text>
<text id="text19" xml:space="preserve" x="369" y="122" font-family="Calibri" font-size="11.111811" fill="#406fc5">.</text>
<path id="path55" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 139.522827 L 598.240967 139.522827 L 598.240967 227.661438 L 493.094482 227.661438 L 493.094482 139.522827 Z"/>
<path id="path56" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 227.661438 L 598.240967 227.661438 L 598.240967 139.522827 L 493.094482 139.522827 L 493.094482 227.661438 Z"/>
<text id="Group-resource-is-" xml:space="preserve" x="505" y="162" font-family="Calibri" font-size="11.111811" fill="#406fc5">Group resource is</text>
<text id="created-with-a-" xml:space="preserve" x="512" y="176" font-family="Calibri" font-size="11.111811" fill="#406fc5">created with a</text>
<text id="specific-access-" xml:space="preserve" x="512" y="189" font-family="Calibri" font-size="11.111811" fill="#406fc5">specific access</text>
<text id="control-policy-under-" xml:space="preserve" x="499" y="202" font-family="Calibri" font-size="11.111811" fill="#406fc5">control policy under</text>
<text id="text20" xml:space="preserve" x="526" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
<text id="text21" xml:space="preserve" x="543" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text22" xml:space="preserve" x="546" y="216" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<path id="path57" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 222.483459 L 174.782684 222.483459 L 174.782684 261.110229 L 69.371651 261.110229 L 69.371651 222.483459 Z"/>
<path id="path58" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 261.110229 L 174.782684 261.110229 L 174.782684 222.483459 L 69.371651 222.483459 L 69.371651 261.110229 Z"/>
<text id="container-resource-" xml:space="preserve" x="73" y="238" font-family="Calibri" font-size="11.111811" fill="#406fc5">container resource</text>
<text id="creation" xml:space="preserve" x="73" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">creation</text>
<text id="for-light" xml:space="preserve" x="113" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">for light</text>
<text id="text23" xml:space="preserve" x="148" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text24" xml:space="preserve" x="154" y="255" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
<path id="path59" fill="none" stroke="#595959" stroke-width="1.662992" stroke-linejoin="round" d="M 54.820473 269.727539 L 471.211029 270.10553"/>
<path id="path60" fill="#595959" fill-rule="evenodd" stroke="none" d="M 54.933861 270.559082 L 54.933861 268.896057 L 54.102364 268.896057 L 53.762207 268.97168 L 53.497635 269.122864 L 53.308662 269.425171 L 53.270866 269.727539 L 53.308662 270.029907 L 53.497635 270.332275 L 53.762207 270.483459 L 54.102364 270.559082 L 54.933861 270.559082 Z"/>
<path id="path61" fill="#595959" fill-rule="evenodd" stroke="none" d="M 471.135437 269.236206 L 471.097626 270.937012 L 471.966919 270.937012 L 472.269287 270.861389 L 472.533844 270.672424 L 472.722839 270.407898 L 472.798431 270.10553 L 472.722839 269.765381 L 472.533844 269.500793 L 472.269287 269.311829 L 471.966919 269.236206 L 471.135437 269.236206 Z"/>
<path id="path62" fill="#595959" fill-rule="evenodd" stroke="none" d="M 470.644104 264.814148 L 481.151184 270.10553 L 470.644104 275.35907 L 470.644104 264.814148 L 470.644104 264.814148 Z"/>
<path id="path63" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.749603 264.587402 L 273.466156 264.587402 L 273.466156 275.245667 L 261.749603 275.245667 L 261.749603 264.587402 Z"/>
<text id="text25" xml:space="preserve" x="261" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<text id="text26" xml:space="preserve" x="265" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text27" xml:space="preserve" x="268" y="275" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path64" fill="none" stroke="#595959" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 331.144897 L 471.211029 331.900818"/>
<path id="path65" fill="#595959" fill-rule="evenodd" stroke="none" d="M 190.883469 331.976379 L 190.883469 330.313416 L 190.051971 330.275574 L 189.749603 330.351196 L 189.485046 330.540161 L 189.296066 330.804749 L 189.220474 331.107117 L 189.296066 331.447266 L 189.44725 331.711792 L 189.749603 331.900818 L 190.051971 331.976379 L 190.883469 331.976379 Z"/>
<path id="path66" fill="#595959" fill-rule="evenodd" stroke="none" d="M 471.135437 331.069275 L 471.097626 332.7323 L 471.929138 332.7323 L 472.269287 332.656677 L 472.533844 332.467712 L 472.722839 332.203125 L 472.798431 331.900818 L 472.722839 331.560608 L 472.533844 331.296082 L 472.269287 331.107117 L 471.966919 331.069275 L 471.135437 331.069275 Z"/>
<path id="path67" fill="#595959" fill-rule="evenodd" stroke="none" d="M 470.644104 326.609436 L 481.151184 331.900818 L 470.606293 337.154358 L 470.644104 326.609436 L 470.644104 326.609436 Z"/>
<path id="path68" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 326.193726 L 341.459839 326.193726 L 341.459839 336.85199 L 329.743317 336.85199 L 329.743317 326.193726 Z"/>
<text id="text28" xml:space="preserve" x="329" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<text id="text29" xml:space="preserve" x="333" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text30" xml:space="preserve" x="336" y="336" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 209.743301 281.897644 L 315.154327 281.897644 L 315.154327 320.524414 L 209.743301 320.524414 L 209.743301 281.897644 Z"/>
<path id="path70" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 209.743301 320.524414 L 315.154327 320.524414 L 315.154327 281.897644 L 209.743301 281.897644 L 209.743301 320.524414 Z"/>
<text id="text31" xml:space="preserve" x="213" y="297" font-family="Calibri" font-size="11.111811" fill="#406fc5">container resource</text>
<text id="creation-for-light" xml:space="preserve" x="213" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">creation for light</text>
<text id="text32" xml:space="preserve" x="289" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text33" xml:space="preserve" x="294" y="315" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
<path id="path71" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 55.46299 396.455109 L 471.853546 396.833069"/>
<path id="path72" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 55.576378 397.286621 L 55.576378 395.623627 L 54.744881 395.623627 L 54.404724 395.699219 L 54.14016 395.850403 L 53.95118 396.152771 L 53.913383 396.455109 L 53.95118 396.757477 L 54.14016 397.059845 L 54.404724 397.211029 L 54.744881 397.286621 L 55.576378 397.286621 Z"/>
<path id="path73" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.777954 395.963776 L 471.777954 397.664581 L 472.609436 397.664581 L 472.911804 397.588989 L 473.176392 397.399994 L 473.365356 397.135437 L 473.440948 396.833069 L 473.365356 396.49292 L 473.176392 396.228333 L 472.911804 396.039368 L 472.609436 395.963776 L 471.777954 395.963776 Z"/>
<path id="path74" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.286621 391.541718 L 481.793701 396.833069 L 471.286621 402.086609 L 471.286621 391.541718 L 471.286621 391.541718 Z"/>
<path id="path75" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 262.39212 391.314972 L 274.146454 391.314972 L 274.146454 401.973236 L 262.39212 401.973236 L 262.39212 391.314972 Z"/>
<text id="3" xml:space="preserve" x="261" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">3</text>
<text id="text34" xml:space="preserve" x="266" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="269" y="401" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path76" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 466.527557 L 471.211029 467.283478"/>
<path id="path77" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 190.883469 467.35907 L 190.883469 465.696075 L 190.051971 465.696075 L 189.749603 465.733856 L 189.485046 465.922821 L 189.296066 466.187408 L 189.220474 466.527557 L 189.296066 466.829926 L 189.44725 467.094482 L 189.749603 467.283478 L 190.051971 467.35907 L 190.883469 467.35907 Z"/>
<path id="path78" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 466.451965 L 471.097626 468.11496 L 471.929138 468.11496 L 472.269287 468.039368 L 472.533844 467.850403 L 472.722839 467.585815 L 472.798431 467.283478 L 472.722839 466.943298 L 472.533844 466.678741 L 472.269287 466.489777 L 471.966919 466.451965 L 471.135437 466.451965 Z"/>
<path id="path79" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 461.992126 L 481.151184 467.283478 L 470.606293 472.537018 L 470.644104 461.992126 L 470.644104 461.992126 Z"/>
<path id="path80" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 461.576385 L 341.459839 461.576385 L 341.459839 472.23465 L 329.743317 472.23465 L 329.743317 461.576385 Z"/>
<text id="text36" xml:space="preserve" x="329" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">3</text>
<text id="text37" xml:space="preserve" x="333" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text38" xml:space="preserve" x="336" y="472" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<path id="path81" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 333.488159 L 174.782684 333.488159 L 174.782684 390.143311 L 69.371651 390.143311 L 69.371651 333.488159 Z"/>
<path id="path82" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 390.143311 L 174.782684 390.143311 L 174.782684 333.488159 L 69.371651 333.488159 L 69.371651 390.143311 Z"/>
<text id="contentInstance-" xml:space="preserve" x="73" y="344" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
<text id="resource-creation-" xml:space="preserve" x="73" y="358" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation</text>
<text id="under-container-of-" xml:space="preserve" x="73" y="371" font-family="Calibri" font-size="11.111811" fill="#406fc5">under container of</text>
<text id="light" xml:space="preserve" x="73" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
<text id="text39" xml:space="preserve" x="93" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text40" xml:space="preserve" x="98" y="388" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
<path id="path83" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 207.324402 402.766937 L 312.470856 402.766937 L 312.470856 459.422058 L 207.324402 459.422058 L 207.324402 402.766937 Z"/>
<path id="path84" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 207.324402 459.422058 L 312.470856 459.422058 L 312.470856 402.766937 L 207.324402 402.766937 L 207.324402 459.422058 Z"/>
<text id="text41" xml:space="preserve" x="211" y="414" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
<text id="text42" xml:space="preserve" x="211" y="427" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation</text>
<text id="text43" xml:space="preserve" x="211" y="440" font-family="Calibri" font-size="11.111811" fill="#406fc5">under container of</text>
<text id="text44" xml:space="preserve" x="211" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
<text id="text45" xml:space="preserve" x="231" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text46" xml:space="preserve" x="236" y="458" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
<path id="path85" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 254.0047 L 598.240967 254.0047 L 598.240967 342.143311 L 493.094482 342.143311 L 493.094482 254.0047 Z"/>
<path id="path86" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 342.143311 L 598.240967 342.143311 L 598.240967 254.0047 L 493.094482 254.0047 L 493.094482 342.143311 Z"/>
<text id="Container-resources-" xml:space="preserve" x="499" y="277" font-family="Calibri" font-size="11.111811" fill="#406fc5">Container resources</text>
<text id="are-created-with-a" xml:space="preserve" x="504" y="290" font-family="Calibri" font-size="11.111811" fill="#406fc5">are created with a</text>
<text id="text47" xml:space="preserve" x="512" y="303" font-family="Calibri" font-size="11.111811" fill="#406fc5">specific access</text>
<text id="text48" xml:space="preserve" x="499" y="317" font-family="Calibri" font-size="11.111811" fill="#406fc5">control policy under</text>
<text id="text49" xml:space="preserve" x="526" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
<text id="text50" xml:space="preserve" x="543" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text51" xml:space="preserve" x="546" y="330" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<path id="path87" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 385.759064 L 598.240967 385.759064 L 598.240967 473.897644 L 493.094482 473.897644 L 493.094482 385.759064 Z"/>
<path id="path88" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 473.897644 L 598.240967 473.897644 L 598.240967 385.759064 L 493.094482 385.759064 L 493.094482 473.897644 Z"/>
<text id="ContentInstance-" xml:space="preserve" x="507" y="409" font-family="Calibri" font-size="11.111811" fill="#406fc5">ContentInstance</text>
<text id="resources-are-" xml:space="preserve" x="514" y="422" font-family="Calibri" font-size="11.111811" fill="#406fc5">resources are</text>
<text id="created-under-" xml:space="preserve" x="513" y="435" font-family="Calibri" font-size="11.111811" fill="#406fc5">created under</text>
<text id="created-containers-in-" xml:space="preserve" x="497" y="448" font-family="Calibri" font-size="11.111811" fill="#406fc5">created containers in</text>
<text id="text52" xml:space="preserve" x="526" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">MN</text>
<text id="text53" xml:space="preserve" x="543" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text54" xml:space="preserve" x="546" y="462" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<path id="path89" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 54.820473 537.771667 L 471.211029 538.149597"/>
<path id="path90" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 54.933861 538.603149 L 54.933861 536.940186 L 54.102364 536.940186 L 53.762207 537.015747 L 53.497635 537.166931 L 53.308662 537.469299 L 53.270866 537.771667 L 53.308662 538.111816 L 53.497635 538.376343 L 53.762207 538.527588 L 54.102364 538.603149 L 54.933861 538.603149 Z"/>
<path id="path91" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 537.280273 L 471.097626 538.981079 L 471.966919 538.981079 L 472.269287 538.905518 L 472.533844 538.716553 L 472.722839 538.451965 L 472.798431 538.149597 L 472.722839 537.809448 L 472.533844 537.544922 L 472.269287 537.355896 L 471.966919 537.318115 L 471.135437 537.280273 Z"/>
<path id="path92" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 532.858276 L 481.151184 538.149597 L 470.644104 543.403137 L 470.644104 532.858276 L 470.644104 532.858276 Z"/>
<path id="path93" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.749603 532.63147 L 273.466156 532.63147 L 273.466156 543.289795 L 261.749603 543.289795 L 261.749603 532.63147 Z"/>
<text id="4" xml:space="preserve" x="261" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">4</text>
<text id="text55" xml:space="preserve" x="265" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text56" xml:space="preserve" x="268" y="543" font-family="Calibri" font-size="8.88189" fill="#607423">1</text>
<path id="path94" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 69.371651 475.182678 L 174.782684 475.182678 L 174.782684 531.837769 L 69.371651 531.837769 L 69.371651 475.182678 Z"/>
<path id="path95" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 69.371651 531.837769 L 174.782684 531.837769 L 174.782684 475.182678 L 69.371651 475.182678 L 69.371651 531.837769 Z"/>
<text id="subscription" xml:space="preserve" x="73" y="493" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
<text id="resource-creation-to-" xml:space="preserve" x="73" y="506" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation to</text>
<text id="container-of" xml:space="preserve" x="73" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">container of</text>
<text id="text57" xml:space="preserve" x="130" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">light</text>
<text id="text58" xml:space="preserve" x="150" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text59" xml:space="preserve" x="156" y="524" font-family="Calibri" font-size="11.111811" fill="#406fc5">1</text>
<path id="path96" fill="none" stroke="#007f7f" stroke-width="1.662992" stroke-linejoin="round" d="M 190.770081 608.184265 L 471.211029 608.940186"/>
<path id="path97" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 190.883469 609.015747 L 190.883469 607.352783 L 190.051971 607.352783 L 189.749603 607.428345 L 189.485046 607.61731 L 189.296066 607.881897 L 189.220474 608.184265 L 189.296066 608.524414 L 189.44725 608.78894 L 189.749603 608.977966 L 190.051971 609.015747 L 190.883469 609.015747 Z"/>
<path id="path98" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 471.135437 608.108643 L 471.097626 609.771667 L 471.929138 609.771667 L 472.269287 609.733887 L 472.533844 609.544922 L 472.722839 609.280273 L 472.798431 608.977966 L 472.722839 608.637817 L 472.533844 608.37323 L 472.269287 608.184265 L 471.966919 608.108643 L 471.135437 608.108643 Z"/>
<path id="path99" fill="#007f7f" fill-rule="evenodd" stroke="none" d="M 470.644104 603.686646 L 481.151184 608.977966 L 470.606293 614.231506 L 470.644104 603.686646 L 470.644104 603.686646 Z"/>
<path id="path100" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 329.743317 603.270874 L 341.459839 603.270874 L 341.459839 613.929138 L 329.743317 613.929138 L 329.743317 603.270874 Z"/>
<text id="text60" xml:space="preserve" x="329" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">4</text>
<text id="text61" xml:space="preserve" x="333" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">-</text>
<text id="text62" xml:space="preserve" x="336" y="613" font-family="Calibri" font-size="8.88189" fill="#607423">2</text>
<path id="path101" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 209.743301 541.664551 L 315.154327 541.664551 L 315.154327 598.319702 L 209.743301 598.319702 L 209.743301 541.664551 Z"/>
<path id="path102" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 209.743301 598.319702 L 315.154327 598.319702 L 315.154327 541.664551 L 209.743301 541.664551 L 209.743301 598.319702 Z"/>
<text id="text63" xml:space="preserve" x="213" y="559" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
<text id="text64" xml:space="preserve" x="213" y="573" font-family="Calibri" font-size="11.111811" fill="#406fc5">resource creation to</text>
<text id="container-of-light" xml:space="preserve" x="213" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">container of light</text>
<text id="text65" xml:space="preserve" x="290" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">#</text>
<text id="text66" xml:space="preserve" x="296" y="590" font-family="Calibri" font-size="11.111811" fill="#406fc5">2</text>
<path id="path103" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 493.094482 487.503937 L 598.240967 487.503937 L 598.240967 616.839355 L 493.094482 616.839355 L 493.094482 487.503937 Z"/>
<path id="path104" fill="none" stroke="#ffffff" stroke-width="0.566929" stroke-linejoin="round" d="M 493.094482 616.839355 L 598.240967 616.839355 L 598.240967 487.503937 L 493.094482 487.503937 L 493.094482 616.839355 Z"/>
<text id="subscription-" xml:space="preserve" x="517" y="518" font-family="Calibri" font-size="11.111811" fill="#406fc5">subscription</text>
<text id="resources-" xml:space="preserve" x="517" y="531" font-family="Calibri" font-size="11.111811" fill="#406fc5">resources</text>
<text id="to" xml:space="preserve" x="563" y="531" font-family="Calibri" font-size="11.111811" fill="#406fc5">to</text>
<text id="containers-in-MN" xml:space="preserve" x="504" y="544" font-family="Calibri" font-size="11.111811" fill="#406fc5">containers in MN</text>
<text id="text67" xml:space="preserve" x="582" y="544" font-family="Calibri" font-size="11.111811" fill="#406fc5">-</text>
<text id="text68" xml:space="preserve" x="502" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">CSE</text>
<text id="are-created" xml:space="preserve" x="520" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">are created</text>
<text id="for-" xml:space="preserve" x="575" y="557" font-family="Calibri" font-size="11.111811" fill="#406fc5">for</text>
<text id="monitoring-" xml:space="preserve" x="520" y="571" font-family="Calibri" font-size="11.111811" fill="#406fc5">monitoring</text>
<text id="text69" xml:space="preserve" x="508" y="584" font-family="Calibri" font-size="11.111811" fill="#406fc5">contentInstance</text>
<text id="update" xml:space="preserve" x="529" y="597" font-family="Calibri" font-size="11.111811" fill="#406fc5">update</text>
</g>
</svg>
media/MN-CSEResourceTree.png

34.7 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="445" height="1034" viewBox="0 0 445 1034" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path d="M -7.32283 -6.724308 L 452.948044 -6.724308 L 452.948044 1040.166927 L -7.32283 1040.166927 L -7.32283 -6.724308 Z"/>
<path clip-rule="evenodd" d="M -7.32283 -6.724354 L 452.985825 -6.724354 L 452.985825 1040.204723 L -7.32283 1040.204723 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 21.968506 66.447266 L 215.291351 66.447266 L 215.291351 22.415771 L 21.817322 22.415771 L 21.817322 66.296082"/>
<path id="path1" fill="#000000" fill-rule="evenodd" stroke="none" d="M 22.006302 66.63623 L 22.006302 66.25824 L 21.817322 66.25824 L 21.74173 66.296082 L 21.703934 66.333862 L 21.666138 66.371643 L 21.628342 66.447266 L 21.666138 66.522827 L 21.703934 66.59845 L 21.74173 66.63623 L 21.817322 66.63623 L 22.006302 66.63623 Z"/>
<path id="path2" fill="#000000" fill-rule="evenodd" stroke="none" d="M 22.006302 66.25824 L 21.628342 66.25824 L 21.628342 66.447266 L 21.666138 66.522827 L 21.703934 66.59845 L 21.74173 66.63623 L 21.817322 66.63623 L 21.892914 66.63623 L 21.93071 66.59845 L 22.006302 66.522827 L 22.006302 66.447266 L 22.006302 66.25824 Z"/>
<text id="home" xml:space="preserve" x="35" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">home</text>
<text id="text1" xml:space="preserve" x="96" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">_</text>
<text id="gateway" xml:space="preserve" x="109" y="55" font-family="Times New Roman" font-size="27.288189" fill="#000000">gateway</text>
<path id="path3" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 157.426758 549.130737 L 118.535431 549.130737 L 118.535431 66.59845"/>
<path id="path4" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.426758 548.941711 L 157.426758 549.319702 L 157.615753 549.319702 L 157.653534 549.28186 L 157.729126 549.24408 L 157.766937 549.206299 L 157.766937 549.130737 L 157.766937 549.055115 L 157.729126 548.979553 L 157.653534 548.941711 L 157.615753 548.941711 L 157.426758 548.941711 Z"/>
<path id="path5" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path6" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 150.510223 944.922852 L 378.188965 944.922852 L 378.188965 900.891357 L 150.35907 900.891357 L 150.35907 944.771667"/>
<path id="path7" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.548035 945.111816 L 150.548035 944.733887 L 150.35907 944.733887 L 150.283478 944.771667 L 150.207886 944.809448 L 150.170074 944.847229 L 150.170074 944.922852 L 150.170074 944.998413 L 150.207886 945.036255 L 150.283478 945.074036 L 150.35907 945.111816 L 150.548035 945.111816 Z"/>
<path id="path8" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.548035 944.733887 L 150.170074 944.733887 L 150.170074 944.922852 L 150.170074 944.998413 L 150.207886 945.036255 L 150.283478 945.074036 L 150.35907 945.111816 L 150.434631 945.074036 L 150.472443 945.036255 L 150.510223 944.998413 L 150.548035 944.922852 L 150.548035 944.733887 Z"/>
<text id="text2" xml:space="preserve" x="213" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">gateway</text>
<text id="text3" xml:space="preserve" x="284" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="ae" xml:space="preserve" x="294" y="931" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
<path id="path9" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 157.766937 571.127563 L 378.188965 571.127563 L 378.188965 527.096069 L 157.615753 527.096069 L 157.615753 570.976379"/>
<path id="path10" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.766937 571.316528 L 157.766937 570.938599 L 157.615753 570.938599 L 157.540161 570.976379 L 157.464569 571.01416 L 157.426758 571.052002 L 157.426758 571.127563 L 157.426758 571.203125 L 157.464569 571.278748 L 157.540161 571.316528 L 157.615753 571.316528 L 157.766937 571.316528 Z"/>
<path id="path11" fill="#000000" fill-rule="evenodd" stroke="none" d="M 157.766937 570.938599 L 157.426758 570.938599 L 157.426758 571.127563 L 157.426758 571.203125 L 157.464569 571.278748 L 157.540161 571.316528 L 157.615753 571.316528 L 157.653534 571.316528 L 157.729126 571.278748 L 157.766937 571.203125 L 157.766937 571.127563 L 157.766937 570.938599 Z"/>
<text id="light" xml:space="preserve" x="227" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<text id="text4" xml:space="preserve" x="266" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="text5" xml:space="preserve" x="277" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
<text id="2" xml:space="preserve" x="296" y="557" font-family="Times New Roman" font-size="21.20315" fill="#000000">2</text>
<path id="path12" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 209.281891 629.596863 L 378.188965 629.596863 L 378.188965 585.565369 L 209.130707 585.565369 L 209.130707 629.445679"/>
<path id="path13" fill="#000000" fill-rule="evenodd" stroke="none" d="M 209.319672 629.785828 L 209.319672 629.407837 L 209.130707 629.407837 L 209.055115 629.407837 L 209.017334 629.445679 L 208.979523 629.52124 L 208.941742 629.596863 L 208.979523 629.672485 L 209.017334 629.710205 L 209.055115 629.748047 L 209.130707 629.785828 L 209.319672 629.785828 Z"/>
<path id="path14" fill="#000000" fill-rule="evenodd" stroke="none" d="M 209.319672 629.407837 L 208.941742 629.407837 L 208.941742 629.596863 L 208.979523 629.672485 L 209.017334 629.710205 L 209.055115 629.748047 L 209.130707 629.785828 L 209.206299 629.748047 L 209.24408 629.710205 L 209.281891 629.672485 L 209.319672 629.596863 L 209.319672 629.407837 Z"/>
<text id="text6" xml:space="preserve" x="273" y="616" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<path id="path15" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 208.979523 607.562195 L 189.514954 607.562195 L 189.514954 571.278748"/>
<path id="path16" fill="#000000" fill-rule="evenodd" stroke="none" d="M 208.941742 607.411011 L 208.941742 607.751221 L 209.130707 607.751221 L 209.206299 607.751221 L 209.24408 607.713379 L 209.281891 607.637817 L 209.319672 607.562195 L 209.281891 607.524414 L 209.24408 607.448853 L 209.206299 607.411011 L 209.130707 607.411011 L 208.941742 607.411011 Z"/>
<path id="path17" fill="#000000" fill-rule="evenodd" stroke="none" d="M 189.325989 571.316528 L 189.703949 571.316528 L 189.703949 571.127563 L 189.703949 571.052002 L 189.666138 571.01416 L 189.590546 570.976379 L 189.514954 570.938599 L 189.439362 570.976379 L 189.401581 571.01416 L 189.36377 571.052002 L 189.325989 571.127563 L 189.325989 571.316528 Z"/>
<path id="path18" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 695.322876 L 378.188965 695.322876 L 378.188965 651.291382 L 277.313385 651.291382 L 277.313385 695.171631"/>
<path id="path19" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 695.511841 L 277.50235 695.13385 L 277.313385 695.13385 L 277.275604 695.13385 L 277.200012 695.171631 L 277.162201 695.247253 L 277.162201 695.322876 L 277.162201 695.398438 L 277.200012 695.436218 L 277.275604 695.473999 L 277.313385 695.511841 L 277.50235 695.511841 Z"/>
<path id="path20" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 695.13385 L 277.162201 695.13385 L 277.162201 695.322876 L 277.162201 695.398438 L 277.200012 695.436218 L 277.275604 695.473999 L 277.313385 695.511841 L 277.388977 695.473999 L 277.464569 695.436218 L 277.50235 695.398438 L 277.50235 695.322876 L 277.50235 695.13385 Z"/>
<text id="CI" xml:space="preserve" x="313" y="681" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="1" xml:space="preserve" x="331" y="681" font-family="Times New Roman" font-size="18.179528" fill="#000000">1</text>
<path id="path21" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 673.325989 L 234.302368 673.325989 L 234.302368 645.659851"/>
<path id="path22" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 673.136963 L 277.162201 673.477173 L 277.313385 673.477173 L 277.388977 673.477173 L 277.464569 673.439331 L 277.50235 673.36377 L 277.50235 673.325989 L 277.50235 673.250366 L 277.464569 673.174805 L 277.388977 673.136963 L 277.313385 673.136963 L 277.162201 673.136963 Z"/>
<path id="path23" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 645.659851 L 234.453552 645.659851 L 234.453552 645.508667 L 234.453552 645.433105 L 234.415741 645.357483 L 234.37796 645.319702 L 234.302368 645.319702 L 234.226776 645.319702 L 234.151184 645.357483 L 234.113373 645.433105 L 234.113373 645.508667 L 234.113373 645.659851 Z"/>
<path id="path24" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 760.292908 L 378.188965 760.292908 L 378.188965 716.299194 L 277.313385 716.299194 L 277.313385 760.141724"/>
<path id="path25" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 760.481934 L 277.50235 760.141724 L 277.313385 760.141724 L 277.275604 760.141724 L 277.200012 760.179565 L 277.162201 760.217285 L 277.162201 760.292908 L 277.162201 760.36853 L 277.200012 760.444092 L 277.275604 760.481934 L 277.313385 760.481934 L 277.50235 760.481934 Z"/>
<path id="path26" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 760.141724 L 277.162201 760.141724 L 277.162201 760.292908 L 277.162201 760.36853 L 277.200012 760.444092 L 277.275604 760.481934 L 277.313385 760.481934 L 277.388977 760.481934 L 277.464569 760.444092 L 277.50235 760.36853 L 277.50235 760.292908 L 277.50235 760.141724 Z"/>
<text id="text7" xml:space="preserve" x="313" y="746" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="text8" xml:space="preserve" x="331" y="746" font-family="Times New Roman" font-size="18.179528" fill="#000000">2</text>
<path id="path27" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 738.296021 L 234.302368 738.296021 L 234.302368 629.748047"/>
<path id="path28" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 738.107056 L 277.162201 738.485046 L 277.313385 738.485046 L 277.388977 738.447266 L 277.464569 738.409424 L 277.50235 738.371643 L 277.50235 738.296021 L 277.50235 738.220459 L 277.464569 738.182678 L 277.388977 738.144897 L 277.313385 738.107056 L 277.162201 738.107056 Z"/>
<path id="path29" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 629.785828 L 234.453552 629.785828 L 234.453552 629.596863 L 234.453552 629.52124 L 234.415741 629.445679 L 234.37796 629.407837 L 234.302368 629.407837 L 234.226776 629.407837 L 234.151184 629.445679 L 234.113373 629.52124 L 234.113373 629.596863 L 234.113373 629.785828 Z"/>
<path id="path30" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.406311 1011.026794 L 397.011047 1011.026794 L 397.011047 961.968506 L 204.255127 961.968506 L 204.255127 1010.87561"/>
<path id="path31" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.444092 1011.177979 L 204.444092 1010.837769 L 204.255127 1010.837769 L 204.179535 1010.837769 L 204.141724 1010.87561 L 204.103943 1010.951172 L 204.066132 1011.026794 L 204.103943 1011.102356 L 204.141724 1011.140137 L 204.179535 1011.177979 L 204.255127 1011.177979 L 204.444092 1011.177979 Z"/>
<path id="path32" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.444092 1010.837769 L 204.066132 1010.837769 L 204.066132 1011.026794 L 204.103943 1011.102356 L 204.141724 1011.140137 L 204.179535 1011.177979 L 204.255127 1011.177979 L 204.330719 1011.177979 L 204.406311 1011.140137 L 204.444092 1011.102356 L 204.444092 1011.026794 L 204.444092 1010.837769 Z"/>
<text id="containers" xml:space="preserve" x="237" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">containers</text>
<text id="text9" xml:space="preserve" x="311" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">_</text>
<text id="group" xml:space="preserve" x="320" y="994" font-family="Times New Roman" font-size="18.179528" fill="#000000">group</text>
<path id="path33" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.103943 986.49762 L 183.165344 986.49762 L 183.165344 945.074036"/>
<path id="path34" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.066132 986.308655 L 204.066132 986.686646 L 204.255127 986.686646 L 204.330719 986.648804 L 204.406311 986.611023 L 204.444092 986.573242 L 204.444092 986.49762 L 204.444092 986.422058 L 204.406311 986.346436 L 204.330719 986.308655 L 204.255127 986.308655 L 204.066132 986.308655 Z"/>
<path id="path35" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.976379 945.111816 L 183.316528 945.111816 L 183.316528 944.922852 L 183.316528 944.847229 L 183.278748 944.809448 L 183.203156 944.771667 L 183.165344 944.733887 L 183.089752 944.771667 L 183.01416 944.809448 L 182.976379 944.847229 L 182.976379 944.922852 L 182.976379 945.111816 Z"/>
<path id="path36" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 886.491333 L 423.807861 886.491333 L 423.807861 842.459839 L 277.313385 842.459839 L 277.313385 886.340149"/>
<path id="path37" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 886.642517 L 277.50235 886.302368 L 277.313385 886.302368 L 277.275604 886.302368 L 277.200012 886.340149 L 277.162201 886.415771 L 277.162201 886.491333 L 277.162201 886.566895 L 277.200012 886.604736 L 277.275604 886.642517 L 277.313385 886.642517 L 277.50235 886.642517 Z"/>
<path id="path38" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 886.302368 L 277.162201 886.302368 L 277.162201 886.491333 L 277.162201 886.566895 L 277.200012 886.604736 L 277.275604 886.642517 L 277.313385 886.642517 L 277.388977 886.642517 L 277.464569 886.604736 L 277.50235 886.566895 L 277.50235 886.491333 L 277.50235 886.302368 Z"/>
<text id="lightstate" xml:space="preserve" x="285" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">lightstate</text>
<text id="text10" xml:space="preserve" x="363" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="sub" xml:space="preserve" x="374" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">sub</text>
<text id="text11" xml:space="preserve" x="403" y="873" font-family="Times New Roman" font-size="21.20315" fill="#000000">2</text>
<path id="path39" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 234.302368 645.659851 L 234.302368 864.456665 L 277.162201 864.456665"/>
<path id="path40" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 645.659851 L 234.453552 645.659851 L 234.453552 645.508667 L 234.453552 645.433105 L 234.415741 645.357483 L 234.37796 645.319702 L 234.302368 645.319702 L 234.226776 645.319702 L 234.151184 645.357483 L 234.113373 645.433105 L 234.113373 645.508667 L 234.113373 645.659851 Z"/>
<path id="path41" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 864.305542 L 277.162201 864.645691 L 277.313385 864.645691 L 277.388977 864.645691 L 277.464569 864.60791 L 277.50235 864.532288 L 277.50235 864.456665 L 277.50235 864.381104 L 277.464569 864.343323 L 277.388977 864.305542 L 277.313385 864.305542 L 277.162201 864.305542 Z"/>
<path id="path42" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.341736 189.508667 L 371.763794 189.508667 L 371.763794 145.477173 L 151.152771 145.477173 L 151.152771 189.357483"/>
<path id="path43" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 189.697632 L 151.341736 189.319702 L 151.152771 189.319702 L 151.11496 189.319702 L 151.039368 189.357483 L 151.001587 189.433044 L 151.001587 189.508667 L 151.001587 189.584229 L 151.039368 189.62207 L 151.11496 189.659851 L 151.152771 189.697632 L 151.341736 189.697632 Z"/>
<path id="path44" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 189.319702 L 151.001587 189.319702 L 151.001587 189.508667 L 151.001587 189.584229 L 151.039368 189.62207 L 151.11496 189.659851 L 151.152771 189.697632 L 151.228333 189.659851 L 151.303925 189.62207 L 151.341736 189.584229 L 151.341736 189.508667 L 151.341736 189.319702 Z"/>
<text id="text12" xml:space="preserve" x="221" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<text id="text13" xml:space="preserve" x="260" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="text14" xml:space="preserve" x="270" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">ae</text>
<text id="text15" xml:space="preserve" x="289" y="176" font-family="Times New Roman" font-size="21.20315" fill="#000000">1</text>
<path id="path45" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 202.856689 252.62677 L 371.763794 252.62677 L 371.763794 208.595276 L 202.705505 208.595276 L 202.705505 252.475586"/>
<path id="path46" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.894501 252.815735 L 202.894501 252.437805 L 202.705505 252.437805 L 202.629913 252.475586 L 202.592133 252.513367 L 202.516541 252.551208 L 202.516541 252.62677 L 202.516541 252.702393 L 202.592133 252.777954 L 202.629913 252.815735 L 202.705505 252.815735 L 202.894501 252.815735 Z"/>
<path id="path47" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.894501 252.437805 L 202.516541 252.437805 L 202.516541 252.62677 L 202.516541 252.702393 L 202.592133 252.777954 L 202.629913 252.815735 L 202.705505 252.815735 L 202.781097 252.815735 L 202.818909 252.777954 L 202.856689 252.702393 L 202.894501 252.62677 L 202.894501 252.437805 Z"/>
<text id="text16" xml:space="preserve" x="267" y="239" font-family="Times New Roman" font-size="21.20315" fill="#000000">light</text>
<path id="path48" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 202.554321 230.629944 L 183.089752 230.629944 L 183.089752 189.659851"/>
<path id="path49" fill="#000000" fill-rule="evenodd" stroke="none" d="M 202.516541 230.440918 L 202.516541 230.818909 L 202.705505 230.818909 L 202.781097 230.781128 L 202.818909 230.743286 L 202.856689 230.705505 L 202.894501 230.629944 L 202.856689 230.554321 L 202.818909 230.47876 L 202.781097 230.440918 L 202.705505 230.440918 L 202.516541 230.440918 Z"/>
<path id="path50" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.900787 189.697632 L 183.278748 189.697632 L 183.278748 189.508667 L 183.278748 189.433044 L 183.240936 189.357483 L 183.165344 189.319702 L 183.089752 189.319702 L 183.01416 189.319702 L 182.976379 189.357483 L 182.938568 189.433044 L 182.900787 189.508667 L 182.900787 189.697632 Z"/>
<path id="path51" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 318.352783 L 371.763794 318.352783 L 371.763794 274.35907 L 270.888184 274.35907 L 270.888184 318.201599"/>
<path id="path52" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 318.541748 L 271.077179 318.163757 L 270.888184 318.163757 L 270.850403 318.201599 L 270.774811 318.23938 L 270.737 318.277161 L 270.737 318.352783 L 270.737 318.428345 L 270.774811 318.503967 L 270.850403 318.541748 L 270.888184 318.541748 L 271.077179 318.541748 Z"/>
<path id="path53" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 318.163757 L 270.737 318.163757 L 270.737 318.352783 L 270.737 318.428345 L 270.774811 318.503967 L 270.850403 318.541748 L 270.888184 318.541748 L 270.963776 318.541748 L 271.039368 318.503967 L 271.077179 318.428345 L 271.077179 318.352783 L 271.077179 318.163757 Z"/>
<text id="text17" xml:space="preserve" x="307" y="304" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="text18" xml:space="preserve" x="325" y="304" font-family="Times New Roman" font-size="18.179528" fill="#000000">1</text>
<path id="path54" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 296.355896 L 227.877167 296.355896 L 227.877167 268.689758"/>
<path id="path55" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 296.166931 L 270.737 296.544861 L 270.888184 296.544861 L 270.963776 296.50708 L 271.039368 296.469299 L 271.077179 296.431519 L 271.077179 296.355896 L 271.077179 296.280334 L 271.039368 296.204712 L 270.963776 296.166931 L 270.888184 296.166931 L 270.737 296.166931 Z"/>
<path id="path56" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 268.727539 L 228.028351 268.727539 L 228.028351 268.538574 L 228.028351 268.463013 L 227.99054 268.425171 L 227.914948 268.349609 L 227.877167 268.349609 L 227.801575 268.349609 L 227.725983 268.425171 L 227.688202 268.463013 L 227.688202 268.538574 L 227.688202 268.727539 Z"/>
<path id="path57" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 383.360657 L 371.763794 383.360657 L 371.763794 339.329163 L 270.888184 339.329163 L 270.888184 383.209473"/>
<path id="path58" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 383.549622 L 271.077179 383.171631 L 270.888184 383.171631 L 270.850403 383.171631 L 270.774811 383.209473 L 270.737 383.285034 L 270.737 383.360657 L 270.737 383.436218 L 270.774811 383.473999 L 270.850403 383.511841 L 270.888184 383.549622 L 271.077179 383.549622 Z"/>
<path id="path59" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 383.171631 L 270.737 383.171631 L 270.737 383.360657 L 270.737 383.436218 L 270.774811 383.473999 L 270.850403 383.511841 L 270.888184 383.549622 L 270.963776 383.511841 L 271.039368 383.473999 L 271.077179 383.436218 L 271.077179 383.360657 L 271.077179 383.171631 Z"/>
<text id="text19" xml:space="preserve" x="307" y="369" font-family="Times New Roman" font-size="18.179528" fill="#000000">CI</text>
<text id="text20" xml:space="preserve" x="325" y="369" font-family="Times New Roman" font-size="18.179528" fill="#000000">2</text>
<path id="path60" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 361.325989 L 227.877167 361.325989 L 227.877167 252.777954"/>
<path id="path61" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 361.174805 L 270.737 361.514954 L 270.888184 361.514954 L 270.963776 361.514954 L 271.039368 361.477173 L 271.077179 361.40155 L 271.077179 361.325989 L 271.077179 361.250366 L 271.039368 361.212585 L 270.963776 361.174805 L 270.888184 361.174805 L 270.737 361.174805 Z"/>
<path id="path62" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 252.815735 L 228.028351 252.815735 L 228.028351 252.62677 L 228.028351 252.551208 L 227.99054 252.513367 L 227.914948 252.475586 L 227.877167 252.437805 L 227.801575 252.475586 L 227.725983 252.513367 L 227.688202 252.551208 L 227.688202 252.62677 L 227.688202 252.815735 Z"/>
<path id="path63" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 509.596863 L 423.807861 509.596863 L 423.807861 465.603149 L 270.888184 465.603149 L 270.888184 509.445679"/>
<path id="path64" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 509.785828 L 271.077179 509.445679 L 270.888184 509.445679 L 270.850403 509.445679 L 270.774811 509.483459 L 270.737 509.559082 L 270.737 509.596863 L 270.737 509.672424 L 270.774811 509.748047 L 270.850403 509.785828 L 270.888184 509.785828 L 271.077179 509.785828 Z"/>
<path id="path65" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 509.445679 L 270.737 509.445679 L 270.737 509.596863 L 270.737 509.672424 L 270.774811 509.748047 L 270.850403 509.785828 L 270.888184 509.785828 L 270.963776 509.785828 L 271.039368 509.748047 L 271.077179 509.672424 L 271.077179 509.596863 L 271.077179 509.445679 Z"/>
<text id="text21" xml:space="preserve" x="282" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">lightstate</text>
<text id="text22" xml:space="preserve" x="360" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="text23" xml:space="preserve" x="370" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">sub</text>
<text id="text24" xml:space="preserve" x="400" y="496" font-family="Times New Roman" font-size="21.20315" fill="#000000">1</text>
<path id="path66" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 227.877167 268.689758 L 227.877167 487.599976 L 270.737 487.599976"/>
<path id="path67" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 268.727539 L 228.028351 268.727539 L 228.028351 268.538574 L 228.028351 268.463013 L 227.99054 268.425171 L 227.914948 268.349609 L 227.877167 268.349609 L 227.801575 268.349609 L 227.725983 268.425171 L 227.688202 268.463013 L 227.688202 268.538574 L 227.688202 268.727539 Z"/>
<path id="path68" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 487.411011 L 270.737 487.789001 L 270.888184 487.789001 L 270.963776 487.75116 L 271.039368 487.713379 L 271.077179 487.675598 L 271.077179 487.599976 L 271.077179 487.524414 L 271.039368 487.486633 L 270.963776 487.448792 L 270.888184 487.411011 L 270.737 487.411011 Z"/>
<path id="path69" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.001587 167.473999 L 118.535431 167.473999 L 118.535431 66.59845"/>
<path id="path70" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.001587 167.322815 L 151.001587 167.662964 L 151.152771 167.662964 L 151.228333 167.662964 L 151.303925 167.625183 L 151.341736 167.549622 L 151.341736 167.473999 L 151.341736 167.436218 L 151.303925 167.360657 L 151.228333 167.322815 L 151.152771 167.322815 L 151.001587 167.322815 Z"/>
<path id="path71" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path72" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 204.103943 986.49762 L 183.165344 986.49762 L 183.165344 978.900757"/>
<path id="path73" fill="#000000" fill-rule="evenodd" stroke="none" d="M 204.066132 986.308655 L 204.066132 986.686646 L 204.255127 986.686646 L 204.330719 986.648804 L 204.406311 986.611023 L 204.444092 986.573242 L 204.444092 986.49762 L 204.444092 986.422058 L 204.406311 986.346436 L 204.330719 986.308655 L 204.255127 986.308655 L 204.066132 986.308655 Z"/>
<path id="path74" fill="#000000" fill-rule="evenodd" stroke="none" d="M 182.976379 978.938599 L 183.316528 978.938599 L 183.316528 978.749634 L 183.316528 978.674011 L 183.278748 978.63623 L 183.203156 978.560608 L 183.165344 978.560608 L 183.089752 978.560608 L 183.01416 978.63623 L 182.976379 978.674011 L 182.976379 978.749634 L 182.976379 978.938599 Z"/>
<path id="path75" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 151.341736 127.977966 L 371.763794 127.977966 L 371.763794 83.946472 L 151.152771 83.946472 L 151.152771 127.826782"/>
<path id="path76" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 128.166931 L 151.341736 127.789001 L 151.152771 127.789001 L 151.11496 127.826782 L 151.039368 127.864563 L 151.001587 127.902344 L 151.001587 127.977966 L 151.001587 128.053528 L 151.039368 128.091309 L 151.11496 128.12915 L 151.152771 128.166931 L 151.341736 128.166931 Z"/>
<path id="path77" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.341736 127.789001 L 151.001587 127.789001 L 151.001587 127.977966 L 151.001587 128.053528 L 151.039368 128.091309 L 151.11496 128.12915 L 151.152771 128.166931 L 151.228333 128.12915 L 151.303925 128.091309 L 151.341736 128.053528 L 151.341736 127.977966 L 151.341736 127.789001 Z"/>
<text id="text25" xml:space="preserve" x="205" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">gateway</text>
<text id="text26" xml:space="preserve" x="276" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">_</text>
<text id="acp" xml:space="preserve" x="286" y="114" font-family="Times New Roman" font-size="21.20315" fill="#000000">acp</text>
<path id="path78" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 118.535431 66.59845 L 118.535431 105.981079 L 151.001587 105.981079"/>
<path id="path79" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path80" fill="#000000" fill-rule="evenodd" stroke="none" d="M 151.001587 105.792114 L 151.001587 106.132263 L 151.152771 106.132263 L 151.228333 106.132263 L 151.303925 106.094482 L 151.341736 106.018921 L 151.341736 105.981079 L 151.341736 105.905518 L 151.303925 105.829895 L 151.228333 105.792114 L 151.152771 105.792114 L 151.001587 105.792114 Z"/>
<path id="path81" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 118.535431 66.59845 L 118.535431 922.925964 L 150.207886 922.925964"/>
<path id="path82" fill="#000000" fill-rule="evenodd" stroke="none" d="M 118.384247 66.63623 L 118.724396 66.63623 L 118.724396 66.447266 L 118.724396 66.371643 L 118.686615 66.333862 L 118.611023 66.296082 L 118.535431 66.25824 L 118.49765 66.296082 L 118.422058 66.333862 L 118.384247 66.371643 L 118.384247 66.447266 L 118.384247 66.63623 Z"/>
<path id="path83" fill="#000000" fill-rule="evenodd" stroke="none" d="M 150.170074 922.737 L 150.170074 923.077148 L 150.35907 923.077148 L 150.434631 923.077148 L 150.472443 923.039368 L 150.510223 922.963745 L 150.548035 922.925964 L 150.510223 922.850403 L 150.472443 922.77478 L 150.434631 922.737 L 150.35907 922.737 L 150.170074 922.737 Z"/>
<path id="path84" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 271.077179 448.330688 L 371.763794 448.330688 L 371.763794 404.299194 L 270.888184 404.299194 L 270.888184 448.179504"/>
<path id="path85" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 448.519714 L 271.077179 448.141724 L 270.888184 448.141724 L 270.850403 448.179504 L 270.774811 448.217346 L 270.737 448.255127 L 270.737 448.330688 L 270.737 448.406311 L 270.774811 448.481873 L 270.850403 448.519714 L 270.888184 448.519714 L 271.077179 448.519714 Z"/>
<path id="path86" fill="#000000" fill-rule="evenodd" stroke="none" d="M 271.077179 448.141724 L 270.737 448.141724 L 270.737 448.330688 L 270.737 448.406311 L 270.774811 448.481873 L 270.850403 448.519714 L 270.888184 448.519714 L 270.963776 448.519714 L 271.039368 448.481873 L 271.077179 448.406311 L 271.077179 448.330688 L 271.077179 448.141724 Z"/>
<text id="CIN" xml:space="preserve" x="305" y="434" font-family="Times New Roman" font-size="18.179528" fill="#000000">CIN</text>
<path id="path87" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 270.737 426.333862 L 227.877167 426.333862 L 227.877167 317.785828"/>
<path id="path88" fill="#000000" fill-rule="evenodd" stroke="none" d="M 270.737 426.144897 L 270.737 426.522827 L 270.888184 426.522827 L 270.963776 426.485046 L 271.039368 426.447266 L 271.077179 426.409424 L 271.077179 426.333862 L 271.077179 426.25824 L 271.039368 426.182678 L 270.963776 426.144897 L 270.888184 426.144897 L 270.737 426.144897 Z"/>
<path id="path89" fill="#000000" fill-rule="evenodd" stroke="none" d="M 227.688202 317.785828 L 228.028351 317.785828 L 228.028351 317.634644 L 228.028351 317.559082 L 227.99054 317.483459 L 227.914948 317.445679 L 227.877167 317.445679 L 227.801575 317.445679 L 227.725983 317.483459 L 227.688202 317.559082 L 227.688202 317.634644 L 227.688202 317.785828 Z"/>
<path id="path90" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.50235 825.300781 L 378.188965 825.300781 L 378.188965 781.269287 L 277.313385 781.269287 L 277.313385 825.149597"/>
<path id="path91" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 825.489746 L 277.50235 825.111816 L 277.313385 825.111816 L 277.275604 825.111816 L 277.200012 825.149597 L 277.162201 825.22522 L 277.162201 825.300781 L 277.162201 825.376343 L 277.200012 825.414185 L 277.275604 825.451965 L 277.313385 825.489746 L 277.50235 825.489746 Z"/>
<path id="path92" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.50235 825.111816 L 277.162201 825.111816 L 277.162201 825.300781 L 277.162201 825.376343 L 277.200012 825.414185 L 277.275604 825.451965 L 277.313385 825.489746 L 277.388977 825.451965 L 277.464569 825.414185 L 277.50235 825.376343 L 277.50235 825.300781 L 277.50235 825.111816 Z"/>
<text id="text27" xml:space="preserve" x="311" y="811" font-family="Times New Roman" font-size="18.179528" fill="#000000">CIN</text>
<path id="path93" fill="none" stroke="#000000" stroke-width="0.377953" stroke-linejoin="round" d="M 277.162201 803.266113 L 234.302368 803.266113 L 234.302368 694.71814"/>
<path id="path94" fill="#000000" fill-rule="evenodd" stroke="none" d="M 277.162201 803.11499 L 277.162201 803.455078 L 277.313385 803.455078 L 277.388977 803.455078 L 277.464569 803.417358 L 277.50235 803.341736 L 277.50235 803.266113 L 277.50235 803.228333 L 277.464569 803.152771 L 277.388977 803.11499 L 277.313385 803.11499 L 277.162201 803.11499 Z"/>
<path id="path95" fill="#000000" fill-rule="evenodd" stroke="none" d="M 234.113373 694.75592 L 234.453552 694.75592 L 234.453552 694.566895 L 234.453552 694.491333 L 234.415741 694.453552 L 234.37796 694.415771 L 234.302368 694.37793 L 234.226776 694.415771 L 234.151184 694.453552 L 234.113373 694.491333 L 234.113373 694.566895 L 234.113373 694.75592 Z"/>
</g>
</svg>
media/MultipleLightsRemoteControlPhaseCallFlows.png

30.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by Pixelmator Pro 3.5.6 -->
<svg width="670" height="268" viewBox="0 0 670 268" xmlns="http://www.w3.org/2000/svg">
<clipPath id="clipPath1">
<path clip-rule="evenodd" d="M -17.204723 -0.881897 L 700.905506 -0.881897 L 700.905506 286.362213 L -17.204723 286.362213 Z"/>
<path d="M -17.204723 -0.881897 L 700.867725 -0.881897 L 700.867725 286.324402 L -17.204723 286.324402 L -17.204723 -0.881897 Z"/>
</clipPath>
<g id="Group" clip-path="url(#clipPath1)">
<path id="Path" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 31.62677 22.362183 L 93.648819 22.362183 L 93.648819 53.392151 L 31.62677 53.392151 L 31.62677 22.362183 Z"/>
<path id="path1" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 31.62677 53.392151 L 93.648819 53.392151 L 93.648819 22.362183 L 31.62677 22.362183 L 31.62677 53.392151 Z"/>
<path id="path2" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 L 62.618896 18.053528 Z"/>
<path id="path3" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 62.618896 53.656677 L 62.618896 250.456696"/>
<path id="path4" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 62.316536 53.694458 L 62.921257 53.694458 L 62.921257 53.392151 L 62.921257 53.278748 L 62.845673 53.165344 L 62.770081 53.089783 L 62.618896 53.089783 L 62.505508 53.089783 L 62.429924 53.165344 L 62.354332 53.278748 L 62.316536 53.392151 L 62.316536 53.694458 Z"/>
<path id="path5" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 62.921257 250.418884 L 62.316536 250.418884 L 62.316536 250.721252 L 62.354332 250.834656 L 62.429924 250.910248 L 62.505508 250.98584 L 62.618896 251.023621 L 62.770081 250.98584 L 62.845673 250.910248 L 62.921257 250.834656 L 62.921257 250.721252 L 62.921257 250.418884 Z"/>
<path id="path6" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 21.308662 22.362183 L 103.966934 22.362183 L 103.966934 53.392151 L 21.308662 53.392151 L 21.308662 22.362183 Z"/>
<path id="path7" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 21.308662 53.392151 L 103.966934 53.392151 L 103.966934 22.362183 L 21.308662 22.362183 L 21.308662 53.392151 Z"/>
<text id="ADN" xml:space="preserve" x="34" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">ADN</text>
<text id="-" xml:space="preserve" x="62" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="AE" xml:space="preserve" x="66" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<text id="1" xml:space="preserve" x="82" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">1</text>
<path id="path8" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 124.867722 22.362183 L 186.889771 22.362183 L 186.889771 53.392151 L 124.867722 53.392151 L 124.867722 22.362183 Z"/>
<path id="path9" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 124.867722 53.392151 L 186.889771 53.392151 L 186.889771 22.362183 L 124.867722 22.362183 L 124.867722 53.392151 Z"/>
<text id="AND" xml:space="preserve" x="135" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">AND</text>
<text id="text1" xml:space="preserve" x="155" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">-</text>
<text id="text2" xml:space="preserve" x="158" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">AE</text>
<text id="2" xml:space="preserve" x="170" y="43" font-family="Calibri" font-size="10.922835" fill="#ffffff">2</text>
<path id="path10" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 L 155.859848 18.053528 Z"/>
<path id="path11" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 155.859848 53.656677 L 155.859848 250.456696"/>
<path id="path12" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 155.55748 53.694458 L 156.162201 53.694458 L 156.162201 53.392151 L 156.162201 53.278748 L 156.086609 53.165344 L 155.973221 53.089783 L 155.859848 53.089783 L 155.74646 53.089783 L 155.670868 53.165344 L 155.595276 53.278748 L 155.55748 53.392151 L 155.55748 53.694458 Z"/>
<path id="path13" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 156.162201 250.418884 L 155.55748 250.418884 L 155.55748 250.721252 L 155.595276 250.834656 L 155.670868 250.910248 L 155.74646 250.98584 L 155.859848 251.023621 L 155.973221 250.98584 L 156.086609 250.910248 L 156.162201 250.834656 L 156.162201 250.721252 L 156.162201 250.418884 Z"/>
<path id="path14" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 114.549606 22.362183 L 197.20787 22.362183 L 197.20787 53.392151 L 114.549606 53.392151 L 114.549606 22.362183 Z"/>
<path id="path15" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 114.549606 53.392151 L 197.20787 53.392151 L 197.20787 22.362183 L 114.549606 22.362183 L 114.549606 53.392151 Z"/>
<text id="text3" xml:space="preserve" x="127" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">ADN</text>
<text id="text4" xml:space="preserve" x="155" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text5" xml:space="preserve" x="159" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<text id="text6" xml:space="preserve" x="175" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">2</text>
<path id="path16" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 242.788971 22.362183 L 304.811035 22.362183 L 304.811035 53.392151 L 242.788971 53.392151 L 242.788971 22.362183 Z"/>
<path id="path17" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 242.788971 53.392151 L 304.811035 53.392151 L 304.811035 22.362183 L 242.788971 22.362183 L 242.788971 53.392151 Z"/>
<path id="path18" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 L 273.818909 18.053528 Z"/>
<path id="path19" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 273.818909 53.656677 L 273.818909 250.456696"/>
<path id="path20" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 273.516541 53.694458 L 274.121246 53.694458 L 274.121246 53.392151 L 274.083466 53.278748 L 274.007874 53.165344 L 273.932281 53.089783 L 273.818909 53.089783 L 273.705505 53.089783 L 273.592133 53.165344 L 273.516541 53.278748 L 273.516541 53.392151 L 273.516541 53.694458 Z"/>
<path id="path21" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 274.121246 250.418884 L 273.516541 250.418884 L 273.516541 250.721252 L 273.516541 250.834656 L 273.592133 250.910248 L 273.705505 250.98584 L 273.818909 251.023621 L 273.932281 250.98584 L 274.007874 250.910248 L 274.083466 250.834656 L 274.121246 250.721252 L 274.121246 250.418884 Z"/>
<path id="path22" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 232.470856 22.362183 L 315.12912 22.362183 L 315.12912 53.392151 L 232.470856 53.392151 L 232.470856 22.362183 Z"/>
<path id="path23" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 232.470856 53.392151 L 315.12912 53.392151 L 315.12912 22.362183 L 232.470856 22.362183 L 232.470856 53.392151 Z"/>
<text id="MN" xml:space="preserve" x="251" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">MN</text>
<text id="text7" xml:space="preserve" x="274" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text8" xml:space="preserve" x="278" y="44" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<path id="path24" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 356.477173 24.100769 L 418.461426 24.100769 L 418.461426 55.092896 L 356.477173 55.092896 L 356.477173 24.100769 Z"/>
<path id="path25" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 356.477173 55.092896 L 418.461426 55.092896 L 418.461426 24.100769 L 356.477173 24.100769 L 356.477173 55.092896 Z"/>
<path id="path26" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 L 387.469299 19.792114 Z"/>
<path id="path27" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 387.469299 55.357483 L 387.469299 250.456696"/>
<path id="path28" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 387.166931 55.395264 L 387.771667 55.395264 L 387.771667 55.092896 L 387.771667 54.979553 L 387.696075 54.903931 L 387.582672 54.828369 L 387.469299 54.790527 L 387.355896 54.828369 L 387.242523 54.903931 L 387.204712 54.979553 L 387.166931 55.092896 L 387.166931 55.395264 Z"/>
<path id="path29" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 387.771667 250.418884 L 387.166931 250.418884 L 387.166931 250.721252 L 387.204712 250.834656 L 387.242523 250.910248 L 387.355896 250.98584 L 387.469299 251.023621 L 387.582672 250.98584 L 387.696075 250.910248 L 387.771667 250.834656 L 387.771667 250.721252 L 387.771667 250.418884 Z"/>
<path id="path30" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 346.159058 24.100769 L 428.817322 24.100769 L 428.817322 55.092896 L 346.159058 55.092896 L 346.159058 24.100769 Z"/>
<path id="path31" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 346.159058 55.092896 L 428.817322 55.092896 L 428.817322 24.100769 L 346.159058 24.100769 L 346.159058 55.092896 Z"/>
<text id="text9" xml:space="preserve" x="362" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">MN</text>
<text id="text10" xml:space="preserve" x="385" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="CSE" xml:space="preserve" x="389" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">CSE</text>
<path id="path32" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 480.483459 24.100769 L 542.467712 24.100769 L 542.467712 55.092896 L 480.483459 55.092896 L 480.483459 24.100769 Z"/>
<path id="path33" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 480.483459 55.092896 L 542.467712 55.092896 L 542.467712 24.100769 L 480.483459 24.100769 L 480.483459 55.092896 Z"/>
<path id="path34" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 L 511.475586 19.792114 Z"/>
<path id="path35" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 511.475586 55.357483 L 511.475586 250.456696"/>
<path id="path36" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 511.173218 55.395264 L 511.777954 55.395264 L 511.777954 55.092896 L 511.777954 54.979553 L 511.702393 54.903931 L 511.588989 54.828369 L 511.475586 54.790527 L 511.362183 54.828369 L 511.24884 54.903931 L 511.210999 54.979553 L 511.173218 55.092896 L 511.173218 55.395264 Z"/>
<path id="path37" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 511.777954 250.418884 L 511.173218 250.418884 L 511.173218 250.721252 L 511.210999 250.834656 L 511.24884 250.910248 L 511.362183 250.98584 L 511.475586 251.023621 L 511.588989 250.98584 L 511.702393 250.910248 L 511.777954 250.834656 L 511.777954 250.721252 L 511.777954 250.418884 Z"/>
<path id="path38" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 470.127563 24.100769 L 552.823608 24.100769 L 552.823608 55.092896 L 470.127563 55.092896 L 470.127563 24.100769 Z"/>
<path id="path39" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 470.127563 55.092896 L 552.823608 55.092896 L 552.823608 24.100769 L 470.127563 24.100769 L 470.127563 55.092896 Z"/>
<text id="IN" xml:space="preserve" x="491" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">IN</text>
<text id="text11" xml:space="preserve" x="504" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text12" xml:space="preserve" x="509" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">CSE</text>
<path id="path40" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 576.407898 24.100769 L 638.429932 24.100769 L 638.429932 55.092896 L 576.407898 55.092896 L 576.407898 24.100769 Z"/>
<path id="path41" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 576.407898 55.092896 L 638.429932 55.092896 L 638.429932 24.100769 L 576.407898 24.100769 L 576.407898 55.092896 Z"/>
<path id="path42" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 L 607.400024 19.792114 Z"/>
<path id="path43" fill="none" stroke="#5692c9" stroke-width="0.604724" stroke-linejoin="round" d="M 607.400024 55.357483 L 607.400024 250.456696"/>
<path id="path44" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 607.097656 55.395264 L 607.702393 55.395264 L 607.702393 55.092896 L 607.702393 54.979553 L 607.62677 54.903931 L 607.551208 54.828369 L 607.400024 54.790527 L 607.286621 54.828369 L 607.210999 54.903931 L 607.135437 54.979553 L 607.097656 55.092896 L 607.097656 55.395264 Z"/>
<path id="path45" fill="#5692c9" fill-rule="evenodd" stroke="none" d="M 607.702393 250.418884 L 607.097656 250.418884 L 607.097656 250.721252 L 607.135437 250.834656 L 607.210999 250.910248 L 607.286621 250.98584 L 607.400024 251.023621 L 607.551208 250.98584 L 607.62677 250.910248 L 607.702393 250.834656 L 607.702393 250.721252 L 607.702393 250.418884 Z"/>
<path id="path46" fill="#5b9bd5" fill-rule="evenodd" stroke="none" d="M 566.089783 24.100769 L 648.748047 24.100769 L 648.748047 55.092896 L 566.089783 55.092896 L 566.089783 24.100769 Z"/>
<path id="path47" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 566.089783 55.092896 L 648.748047 55.092896 L 648.748047 24.100769 L 566.089783 24.100769 L 566.089783 55.092896 Z"/>
<text id="I" xml:space="preserve" x="589" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">I</text>
<text id="N" xml:space="preserve" x="593" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">N</text>
<text id="text13" xml:space="preserve" x="603" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">-</text>
<text id="text14" xml:space="preserve" x="607" y="46" font-family="Calibri" font-size="14.588976" fill="#ffffff">AE</text>
<path id="path48" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 606.644104 96.440918 L 522.360657 96.440918"/>
<path id="path49" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 606.49292 95.533875 L 606.49292 97.348022 L 607.400024 97.348022 L 607.777954 97.310242 L 608.080322 97.083435 L 608.269287 96.818909 L 608.34491 96.440918 L 608.269287 96.100769 L 608.080322 95.798401 L 607.777954 95.609436 L 607.400024 95.533875 L 606.49292 95.533875 Z"/>
<path id="path50" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 522.473999 97.348022 L 522.473999 95.533875 L 521.566956 95.533875 L 521.226746 95.609436 L 520.924438 95.798401 L 520.697632 96.100769 L 520.659851 96.440918 L 520.697632 96.818909 L 520.924438 97.083435 L 521.226746 97.310242 L 521.566956 97.348022 L 522.473999 97.348022 Z"/>
<path id="path51" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 523.003174 102.223633 L 511.475586 96.440918 L 523.003174 90.696045 L 523.003174 102.223633 L 523.003174 102.223633 Z"/>
<path id="path52" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 553.050415 90.620483 L 565.862976 90.620483 L 565.862976 102.299194 L 553.050415 102.299194 L 553.050415 90.620483 Z"/>
<text id="text15" xml:space="preserve" x="552" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text16" xml:space="preserve" x="557" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text17" xml:space="preserve" x="560" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<path id="path53" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 457.050415 114.733887 L 572.439392 114.733887 L 572.439392 198.639374 L 457.050415 198.639374 L 457.050415 114.733887 Z"/>
<path id="path54" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 457.050415 198.639374 L 572.439392 198.639374 L 572.439392 114.733887 L 457.050415 114.733887 L 457.050415 198.639374 Z"/>
<text id="create-a-group-of" xml:space="preserve" x="471" y="126" font-family="Calibri" font-size="12.170079" fill="#406fc5">create a group of</text>
<text id="contentInstances-in-" xml:space="preserve" x="465" y="140" font-family="Calibri" font-size="12.170079" fill="#406fc5">contentInstances in</text>
<text id="text18" xml:space="preserve" x="465" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">MN</text>
<text id="text19" xml:space="preserve" x="483" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
<text id="CSE-when-state-" xml:space="preserve" x="487" y="155" font-family="Calibri" font-size="12.170079" fill="#406fc5">CSE when state</text>
<text id="of-a-group-of" xml:space="preserve" x="462" y="170" font-family="Calibri" font-size="12.170079" fill="#406fc5">of a group of lights is</text>
<text id="updated-on-users-" xml:space="preserve" x="469" y="184" font-family="Calibri" font-size="12.170079" fill="#406fc5">updated on user’s</text>
<text id="smartphone-" xml:space="preserve" x="484" y="199" font-family="Calibri" font-size="12.170079" fill="#406fc5">smartphone</text>
<path id="path55" fill="#73ae42" fill-rule="evenodd" stroke="none" d="M 382.291351 96.440918 L 392.647247 96.440918 L 392.647247 192.932281 L 382.291351 192.932281 L 382.291351 96.440918 Z"/>
<path id="path56" fill="none" stroke="#6ca43e" stroke-width="0.604724" stroke-linejoin="round" d="M 392.647247 192.932281 L 392.647247 96.440918 L 382.291351 96.440918 L 382.291351 192.932281 L 392.647247 192.932281 Z"/>
<path id="path57" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 386.675598 210.166931 L 166.744888 208.541718"/>
<path id="path58" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 386.562195 209.259857 L 386.562195 211.074005 L 387.469299 211.074005 L 387.809448 210.998413 L 388.111816 210.809448 L 388.300781 210.50708 L 388.376373 210.166931 L 388.338593 209.826782 L 388.111816 209.524414 L 387.847229 209.335419 L 387.469299 209.259857 L 386.562195 209.259857 Z"/>
<path id="path59" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 166.858261 209.448822 L 166.858261 207.596863 L 165.951187 207.596863 L 165.611023 207.672455 L 165.308655 207.86142 L 165.11969 208.163788 L 165.044098 208.503937 L 165.11969 208.844086 L 165.308655 209.146454 L 165.611023 209.37323 L 165.951187 209.448822 L 166.858261 209.448822 Z"/>
<path id="path60" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 167.349609 214.286621 L 155.859848 208.428345 L 167.425201 202.759064 L 167.349609 214.286621 L 167.349609 214.286621 Z"/>
<path id="path61" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 261.308655 203.477173 L 282.058258 203.477173 L 282.058258 215.155914 L 261.308655 215.155914 L 261.308655 203.477173 Z"/>
<text id="text20" xml:space="preserve" x="260" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
<text id="text21" xml:space="preserve" x="265" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text22" xml:space="preserve" x="268" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text23" xml:space="preserve" x="273" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text24" xml:space="preserve" x="276" y="214" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<path id="path62" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 386.675598 227.401581 L 73.503937 225.738586"/>
<path id="path63" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 386.562195 226.494476 L 386.562195 228.308655 L 387.469299 228.308655 L 387.809448 228.233063 L 388.111816 228.044098 L 388.300781 227.74173 L 388.376373 227.401581 L 388.338593 227.061432 L 388.111816 226.759064 L 387.847229 226.570068 L 387.469299 226.494476 L 386.562195 226.494476 Z"/>
<path id="path64" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 73.617325 226.64566 L 73.617325 224.831482 L 72.710236 224.831482 L 72.370079 224.869293 L 72.067719 225.096069 L 71.878738 225.360626 L 71.803146 225.738586 L 71.878738 226.078735 L 72.067719 226.381104 L 72.370079 226.570068 L 72.710236 226.64566 L 73.617325 226.64566 Z"/>
<path id="path65" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 74.108658 231.483459 L 62.618896 225.662994 L 74.18425 219.955902 L 74.108658 231.483459 L 74.108658 231.483459 Z"/>
<path id="path66" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 214.707092 220.711823 L 235.418884 220.711823 L 235.418884 232.352753 L 214.707092 232.352753 L 214.707092 220.711823 Z"/>
<text id="text25" xml:space="preserve" x="214" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
<text id="text26" xml:space="preserve" x="219" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text27" xml:space="preserve" x="222" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text28" xml:space="preserve" x="227" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text29" xml:space="preserve" x="230" y="231" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
<path id="path67" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 337.23938 117.11499 L 428.817322 117.11499 L 428.817322 179.137024 L 337.23938 179.137024 L 337.23938 117.11499 Z"/>
<path id="path68" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 337.23938 179.137024 L 428.817322 179.137024 L 428.817322 117.11499 L 337.23938 117.11499 L 337.23938 179.137024 Z"/>
<text id="processing-" xml:space="preserve" x="356" y="139" font-family="Calibri" font-size="12.170079" fill="#406fc5">processing</text>
<text id="contentInstance-" xml:space="preserve" x="342" y="154" font-family="Calibri" font-size="12.170079" fill="#406fc5">contentInstance</text>
<text id="creation" xml:space="preserve" x="362" y="168" font-family="Calibri" font-size="12.170079" fill="#406fc5">creation</text>
<path id="path69" fill="#dce1f0" fill-rule="evenodd" stroke="none" d="M 206.656708 138.053528 L 322.045654 138.053528 L 322.045654 200.075592 L 206.656708 200.075592 L 206.656708 138.053528 Z"/>
<path id="path70" fill="none" stroke="#ffffff" stroke-width="0.604724" stroke-linejoin="round" d="M 206.656708 200.075592 L 322.045654 200.075592 L 322.045654 138.053528 L 206.656708 138.053528 L 206.656708 200.075592 Z"/>
<text id="text30" xml:space="preserve" x="228" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">MN</text>
<text id="text31" xml:space="preserve" x="246" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
<text id="CSE-sends-" xml:space="preserve" x="250" y="153" font-family="Calibri" font-size="12.170079" fill="#406fc5">CSE sends</text>
<text id="notifications-to-each-" xml:space="preserve" x="213" y="167" font-family="Calibri" font-size="12.170079" fill="#406fc5">notifications to each</text>
<text id="Light-AND" xml:space="preserve" x="224" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">Light AND</text>
<text id="text32" xml:space="preserve" x="274" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">-</text>
<text id="AE-in-" xml:space="preserve" x="277" y="182" font-family="Calibri" font-size="12.170079" fill="#406fc5">AE in</text>
<text id="group--" xml:space="preserve" x="249" y="197" font-family="Calibri" font-size="12.170079" fill="#406fc5">group</text>
<path id="path71" fill="none" stroke="#7c9530" stroke-width="1.814173" stroke-linejoin="round" d="M 510.681885 96.440918 L 403.494476 96.440918"/>
<path id="path72" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 510.568481 95.533875 L 510.568481 97.348022 L 511.475586 97.348022 L 511.815735 97.310242 L 512.118103 97.083435 L 512.307068 96.818909 L 512.38269 96.440918 L 512.307068 96.100769 L 512.118103 95.798401 L 511.815735 95.609436 L 511.475586 95.533875 L 510.568481 95.533875 Z"/>
<path id="path73" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 403.64566 97.348022 L 403.64566 95.533875 L 402.738586 95.533875 L 402.360626 95.609436 L 402.096069 95.798401 L 401.869293 96.100769 L 401.793701 96.440918 L 401.869293 96.818909 L 402.096069 97.083435 L 402.360626 97.310242 L 402.738586 97.348022 L 403.64566 97.348022 Z"/>
<path id="path74" fill="#7c9530" fill-rule="evenodd" stroke="none" d="M 404.174805 102.223633 L 392.647247 96.440918 L 404.174805 90.696045 L 404.174805 102.223633 L 404.174805 102.223633 Z"/>
<path id="path75" fill="#ffffff" fill-rule="evenodd" stroke="none" d="M 445.63623 90.620483 L 458.486633 90.620483 L 458.486633 102.299194 L 445.63623 102.299194 L 445.63623 90.620483 Z"/>
<text id="text33" xml:space="preserve" x="445" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">1</text>
<text id="text34" xml:space="preserve" x="450" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">-</text>
<text id="text35" xml:space="preserve" x="453" y="101" font-family="Calibri" font-size="9.713386" fill="#607423">2</text>
</g>
</svg>
media/RegistrationPhaseCallFlows.png

84.1 KiB

This diff is collapsed.
media/RemoteLightsControlUseCase.png

74.4 KiB