xeps/xep-0326.xml

6238 regels
398 KiB
XML

<?xml version='1.0' encoding='UTF-8'?>
<!-- TODO: enhanced concentrator GUI XEP. (Icons, overlays, etc.) -->
<!-- TODO: Interaction with provisioning server -->
<!-- TODO: Execute command failure: Error message. -->
<!-- TODO: Execute command on nodes failures: Error messages. -->
<!DOCTYPE xep SYSTEM 'xep.dtd' [
<!ENTITY % ents SYSTEM 'xep.ent'>
%ents;
]>
<?xml-stylesheet type='text/xsl' href='xep.xsl'?>
<xep>
<header>
<title>Internet of Things - Concentrators</title>
<abstract>
Note: This specification has been retracted by the author; new
implementations are not recommended.
This specification describes how to manage and get information from
concentrators of devices over XMPP networks.
</abstract>
&LEGALNOTICE;
<number>0326</number>
<status>Retracted</status>
<type>Standards Track</type>
<sig>Standards</sig>
<approver>Council</approver>
<dependencies>
<spec>XMPP Core</spec>
<spec>XEP-0001</spec>
<spec>XEP-0004</spec>
<spec>XEP-0030</spec>
<spec>XEP-0122</spec>
<spec>XEP-0137</spec>
<spec>XEP-0141</spec>
<spec>XEP-0323</spec>
<spec>XEP-0324</spec>
<spec>XEP-0331</spec>
<spec>XEP-0336</spec>
</dependencies>
<supersedes/>
<supersededby/>
<shortname>sensor-network-concentrators</shortname>
&peterwaher;
<revision>
<version>0.4</version>
<date>2017-05-20</date>
<initials>XEP Editor: ssw</initials>
<remark>Mark XEP as retracted by the author.</remark>
</revision>
<revision>
<version>0.3</version>
<date>2015-11-09</date>
<initials>pw</initials>
<remark>
<p>Updated contact information.</p>
<p>Updated example JIDs to example.org</p>
</remark>
</revision>
<revision>
<version>0.2</version>
<date>2014-03-10</date>
<initials>pw</initials>
<remark>
<p>Namespace in dynamic form examples has been changed to urn:xmpp:xdata:dynamic.</p>
<p>Added the following node query events: <strong>title</strong>, <strong>status</strong>, <strong>beginSection</strong> and <strong>endSection</strong>.</p>
<p>Updated the schema to more strictly validate references to x-data forms.</p>
<p>Updated attribute names so queries and responses are consistent.</p>
<p>Updated the language.</p>
<p>Added section about how to determine support.</p>
<p>Corrected language and examples.</p>
<p>Node Query command type added.</p>
<p>Fixed links to documents with new numbers.</p>
<p>Changed namespace urn:xmpp:sn to urn:xmpp:iot</p>
</remark>
</revision>
<revision>
<version>0.1</version>
<date>2013-05-06</date>
<initials>psa</initials>
<remark>
<p>Initial published version approved by the XMPP Council.</p>
</remark>
</revision>
<revision>
<version>0.0.1</version>
<date>2013-03-20</date>
<initials>pw</initials>
<remark>
<p>First draft.</p>
</remark>
</revision>
</header>
<section1 topic='Introduction' anchor='intro'>
<p>
Concentrators are devices in sensor networks, concentrating the management of a sub set of devices to one point. They can be small (for example: PLC:s managing a small
set of sensors and actuators), medium-sized (for example: mid-level concentrators, controlling branches of the network, islands, perhaps using separate communication protocols),
large (for example: entire sub-systems, perhaps managed by a separate child/partner organization) to massive (for example: The entire top-level system, smart-grid, IoT network).
</p>
<p>
Even though this XEP is generally written and can be used by other implementations not based on sensor networks, much of the requirements used to define this specification
comes from requirements used in sensor networks and Internet of Things applications and infrastructure.
</p>
<p>
This specification will define the following aspects of a general concentrator profile, that can handle all different types of concentrators available in sensor network architectures:
</p>
<ul>
<li>
A concentrator works with multiple <strong>data sources</strong>. Effective management of data sources and their contents is a vital part of this XEP.
</li>
<li>The ability to work with massive quantities of entities.</li>
<li>Effective synchronization of contents between interested parties.</li>
<li>Effective ways to interact with entities controlled by the concentrator.</li>
</ul>
<p>
Sensor networks contains many different architectures and use cases. For this reason, the sensor network standards have been divided into multiple XEPs according to the following table:
</p>
<table caption='Sensor Network XEPs'>
<tr>
<th>XEP</th>
<th>Description</th>
</tr>
<tr>
<td>xep-0000-IoT-BatteryPoweredSensors</td>
<td>Defines how to handle the peculiars related to battery powered devices, and other devices intermittently available on the network.</td>
</tr>
<tr>
<td>xep-0000-IoT-Discovery</td>
<td>Defines the peculiars of sensor discovery in sensor networks. Apart from discovering sensors by JID, it also defines how to discover sensors based on location, etc.</td>
</tr>
<tr>
<td>xep-0000-IoT-Events</td>
<td>Defines how sensors send events, how event subscription, hysteresis levels, etc., are configured.</td>
</tr>
<tr>
<td>xep-0000-IoT-Interoperability</td>
<td>Defines guidelines for how to achieve interoperability in sensor networks, publishing interoperability interfaces for different types of devices.</td>
</tr>
<tr>
<td>xep-0000-IoT-Multicast</td>
<td>Defines how sensor data can be multicast in efficient ways.</td>
</tr>
<tr>
<td>xep-0000-IoT-PubSub</td>
<td>Defines how efficient publication of sensor data can be made in sensor networks.</td>
</tr>
<tr>
<td>xep-0000-IoT-Chat</td>
<td>Defines how human-to-machine interfaces should be constructed using chat messages to be user friendly, automatable and consistent with other IoT extensions and possible underlying architecture.</td>
</tr>
<tr>
<td>XEP-0322</td>
<td>
Defines how to EXI can be used in XMPP to achieve efficient compression of data. Albeit not a sensor network specific XEP, this XEP should be considered
in all sensor network implementations where memory and packet size is an issue.
</td>
</tr>
<tr>
<td>XEP-0323</td>
<td>
Provides the underlying architecture, basic operations and data structures for sensor data communication over XMPP networks.
It includes a hardware abstraction model, removing any technical detail implemented in underlying technologies. This XEP is used by all other sensor network XEPs.
</td>
</tr>
<tr>
<td>XEP-0324</td>
<td>Defines how provisioning, the management of access privileges, etc., can be efficiently and easily implemented.</td>
</tr>
<tr>
<td>XEP-0325</td>
<td>Defines how to control actuators and other devices in Internet of Things.</td>
</tr>
<tr>
<td>XEP-0326</td>
<td>This specification. Defines how to handle architectures containing concentrators or servers handling multiple sensors.</td>
</tr>
<tr>
<td>XEP-0331</td>
<td>Defines extensions for how color parameters can be handled, based on &xep0004;</td>
</tr>
<tr>
<td>XEP-0336</td>
<td>Defines extensions for how dynamic forms can be created, based on &xep0004;, &xep0122;, &xep0137; and &xep0141;.</td>
</tr>
</table>
<section2 topic='Relations to other extensions'>
<p>
Even though there are technologies available in forms of XEPs that solve parts of the above mentioned problem, they do not provide sufficient support. The following paragraphs will
take the time to list why different technologies are not applicable.
</p>
<section3 topic='XEP-0060'>
<p>
This XEP defines tree structures for nodes in different data sources. &xep0060; defines a model where a tree structure of nodes is published and users can browse this
tree structure. Furthermore, it allows the possibility to publish items on these nodes as well as syndication of this information.
</p>
<p>
This XEP also defines data sources (in a tree structure). These data sources contain nodes. &xep0248; defines a structure called a node collection, a structure that
allows the creation of collections containing loosely coupled nodes.
</p>
<p>
Even though this document defines tree structures of data, it is not however based on XEP-0060. There are multiple reasons for this:
</p>
<ul>
<li>
The structures defined in this specification do not include items to publish for each node.
</li>
<li>
We want to be able to use XEP-0060 in parallel to this specification, for the purpose of publishing sensor data.
More information about this is found in <link url='xep-0000-IoT-PubSub.html'>xep-0000-IoT-PubSub.html</link>.
</li>
<li>
For massive systems (hundreds of thousands, or millions, of nodes behind a concentrator, its vitally important to be able to manage sets of nodes directly
(for example: Edit multiple nodes at once). Many of the operations in XEP-0060 only allow for operations of singular nodes. Furthermore, many simple operations
require multiple messages per node. This document defines way to operate of sets of nodes simultaneously, as well as ways to perform operations with a smaller
number of operations.
</li>
<li>
In this document, nodes have specific functions, controlled by a specific Node Type. Different Node Types have different parameter sets, different options, commands,
capabilities, etc. XEP-0060 does not differ between node types. There, nodes are only a structural way to sort data into a tree graph.
</li>
<li>
In this document, nodes have real-time status, like errors, warnings, etc.
</li>
</ul>
</section3>
<section3 topic='XEP-0248'>
<p>
XEP-0248 defines the concept of node collections and syndication of information from nodes in these collections. But XEP-0248 is not used in this specification.
There are multiple reasons:
</p>
<ul>
<li>
We want to be able to use XEP-0248 in parallel to this specification, for the purpose of publishing sensor data.
More information about this is found in <link url='xep-0000-IoT-PubSub.html'>xep-0000-IoT-PubSub.html</link>.
</li>
<li>
Node IDs are not necessarily unique by themselves in the system. This document defines a uniqueness concept based on a triple of data: (Data Source ID, Cache Type, Node ID). This
means that Nodes must have IDs unique within a given Cache Type, within a given data source.
</li>
<li>
We need to expand on types of events generated from a data source, to make them adhere to the particulars of nodes as defined in this specification.
</li>
<li>
Data sources own their nodes. XEP-0248 define a loosely coupled structure with references to nodes. In this document, a data source is the owner of all nodes
contained in it.
</li>
</ul>
</section3>
<section3 topic='XEP-0050'>
<p>
&xep0050; defines how ad-hoc commands can be implemented and how clients can use such commands to interact with underlying logic. But XEP-0050 is not used in this specification.
There are multiple reasons:
</p>
<ul>
<li>
We want to be able to use XEP-0050 for other types of commands, than commands defined in this specification. Generally, XEP-0050 is used to implement
system-wide commands.
</li>
<li>
Commands defined in this specification are context sensitive, i.e. they depend on the type of node and the context of the node on which the act.
</li>
<li>
It is a requirement to be able to execute commands on sets of nodes directly.
</li>
<li>
Since commands have to be context sensitive, a large concentrator system may have hundreds or thousands of different commands, making it impossible to create
context sensitive GUI's using XEP-0050.
</li>
<li>
Dialog types used for Ad-Hoc-commands are not sufficient. First, dynamic dialogs are required in the general case.
(<link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0326</link> define how to create dynamic forms.) Furthermore, the
wizard style type of dialogs used for more complex dialogs in ad-hoc commands, are difficult to automate.
</li>
</ul>
</section3>
</section2>
</section1>
<section1 topic='Glossary' anchor='glossary'>
<p>The following table lists common terms and corresponding descriptions.</p>
<dl>
<di>
<dt>Actuator</dt>
<dd>Device containing at least one configurable property or output that can and should be controlled by some other entity or device.</dd>
</di>
<di>
<dt>Computed Value</dt>
<dd>A value that is computed instead of measured.</dd>
</di>
<di>
<dt>Concentrator</dt>
<dd>Device managing a set of devices which it publishes on the XMPP network.</dd>
</di>
<di>
<dt>Data Source</dt>
<dd>
A Data source contains a collection of nodes. Three types of data sources exist: Singular, Flat and Tree. Singular data sources only include one object.
Flat data sources contain a list of objects and Tree data sources contain nodes formed as a tree graph with one root element.
</dd>
</di>
<di>
<dt>Field</dt>
<dd>
One item of sensor data. Contains information about: Node, Field Name, Value, Precision, Unit, Value Type, Status, Timestamp, Localization information, etc.
Fields should be unique within the triple (Node ID, Field Name, Timestamp).
</dd>
</di>
<di>
<dt>Field Name</dt>
<dd>Name of a field of sensor data. Examples: Energy, Volume, Flow, Power, etc.</dd>
</di>
<di>
<dt>Field Type</dt>
<dd>What type of value the field represents. Examples: Momentary Value, Status Value, Identification Value, Calculated Value, Peak Value, Historical Value, etc.</dd>
</di>
<di>
<dt>Historical Value</dt>
<dd>A value stored in memory from a previous timestamp.</dd>
</di>
<di>
<dt>Identification Value</dt>
<dd>A value that can be used for identification. (Serial numbers, meter IDs, locations, names, etc.)</dd>
</di>
<di>
<dt>Localization information</dt>
<dd>Optional information for a field, allowing the sensor to control how the information should be presented to human viewers.</dd>
</di>
<di>
<dt>Meter</dt>
<dd>A device possible containing multiple sensors, used in metering applications. Examples: Electricity meter, Water Meter, Heat Meter, Cooling Meter, etc.</dd>
</di>
<di>
<dt>Momentary Value</dt>
<dd>A momentary value represents a value measured at the time of the read-out.</dd>
</di>
<di>
<dt>Node</dt>
<dd>
Graphs contain nodes and edges between nodes. In Internet of Things, sensors, actuators, meters, devices, gateways, etc., are often depicted as nodes whereas links between sensors (friendships)
are depicted as edges. In abstract terms, it's easier to talk about a Node, rather than list different possible node types (sensors, actuators, meters, devices, gateways, etc.).
Each Node has a Node ID. Nodes belong to a data source, and all nodes have a Node Type. Some nodes have a parent node, and some nodes have child nodes. Nodes with the same
parent nodes a called sibling nodes.
</dd>
</di>
<di>
<dt>Node ID</dt>
<dd>
An ID uniquely identifying a node within its corresponding context. If a globally unique ID is desired, an architecture should be used using a universally accepted
ID scheme.
</dd>
</di>
<di>
<dt>Node Type</dt>
<dd>Each node has a Node Type. The Node Type defines the functionality of the node in the system.</dd>
</di>
<di>
<dt>Parameter</dt>
<dd>
Readable and/or writable property on a node/device. The XEP-0326 &xep0326; deals with reading and writing parameters
on nodes/devices. Fields are not parameters, and parameters are not fields.
</dd>
</di>
<di>
<dt>Peak Value</dt>
<dd>A maximum or minimum value during a given period.</dd>
</di>
<di>
<dt>Precision</dt>
<dd>
In physics, precision determines the number of digits of precision. In sensor networks however, this definition is not easily applicable. Instead, precision
determines, for example, the number of decimals of precision, or power of precision. Example: 123.200 MWh contains 3 decimals of precision. All entities parsing and
delivering field information in sensor networks should always retain the number of decimals in a message.
</dd>
</di>
<di>
<dt>Sensor</dt>
<dd>
Device measuring at least one digital value (0 or 1) or analog value (value with precision and physical unit). Examples: Temperature sensor, pressure sensor, etc.
Sensor values are reported as fields during read-out. Each sensor has a unique Node ID.
</dd>
</di>
<di>
<dt>SN</dt>
<dd>Sensor Network. A network consisting, but not limited to sensors, where transport and use of sensor data is of primary concern. A sensor network may contain actuators, network applications, monitors, services, etc.</dd>
</di>
<di>
<dt>Status Value</dt>
<dd>A value displaying status information about something.</dd>
</di>
<di>
<dt>Timestamp</dt>
<dd>Timestamp of value, when the value was sampled or recorded.</dd>
</di>
<di>
<dt>Token</dt>
<dd>
A client, device or user can get a token from a provisioning server. These tokens can be included in requests to other entities in the network, so these entities can validate
access rights with the provisioning server.
</dd>
</di>
<di>
<dt>Unit</dt>
<dd>Physical unit of value. Example: MWh, l/s, etc.</dd>
</di>
<di>
<dt>Value</dt>
<dd>A field value.</dd>
</di>
<di>
<dt>Value Status</dt>
<dd>Status of field value. Contains important status information for Quality of Service purposes. Examples: Ok, Error, Warning, Time Shifted, Missing, Signed, etc.</dd>
</di>
<di>
<dt>Value Type</dt>
<dd>Can be numeric, string, boolean, Date &amp; Time, Time Span or Enumeration.</dd>
</di>
<di>
<dt>WSN</dt>
<dd>Wireless Sensor Network, a sensor network including wireless devices.</dd>
</di>
<di>
<dt>XMPP Client</dt>
<dd>Application connected to an XMPP network, having a JID. Note that sensors, as well as applications requesting sensor data can be XMPP clients.</dd>
</di>
</dl>
</section1>
<section1 topic='Use Cases' anchor='usecases'>
<p>
To create a complete set of operations supported by all types of concentrators, ranging from PLCs to subsystems to entire systems is very difficult. So, the aim
of this document is instead to create a very small reduced set of operations, a common denominator, that would allow for basic maintenance and interoperability of
concentrators of different makes and models and of these varying ranges.
</p>
<section2 topic='Capabilities'>
<section3 topic='Get Capabilities'>
<p>
This document lists a sequence of commands. Some are very basic, while others are used for managing massive amounts of devices. When developing a small PLC, it might
be difficult to motivate the implementation of the more advanced commands. They are simply not necessary for the management of the device. So, clients connecting to
the concentrator need a way to learn what operations are available in the concentrator, and as a consequence what operations are not. To do this, the
<strong>getCapabilities</strong> command is sent, as is shown in the following example.
</p>
<example caption='Full capabilities'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='subsystem@example.org'
id='1'>
<getCapabilities xmlns='urn:xmpp:iot:concentrators'/>
</iq>
<iq type='result'
from='subsystem@example.org'
to='client@example.org/client'
id='1'>
<getCapabilitiesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>getCapabilities</value>
<value>getAllDataSources</value>
<value>getRootDataSources</value>
<value>getChildDataSources</value>
<value>containsNode</value>
<value>containsNodes</value>
<value>getNode</value>
<value>getNodes</value>
<value>getAllNodes</value>
<value>getNodeInheritance</value>
<value>getRootNodes</value>
<value>getChildNodes</value>
<value>getIndices</value>
<value>getNodesFromIndex</value>
<value>getNodesFromIndices</value>
<value>getAllIndexValues</value>
<value>getNodeParametersForEdit</value>
<value>setNodeParametersAfterEdit</value>
<value>getCommonNodeParametersForEdit</value>
<value>setCommonNodeParametersAfterEdit</value>
<value>getAddableNodeTypes</value>
<value>getParametersForNewNode</value>
<value>createNewNode</value>
<value>destroyNode</value>
<value>getAncestors</value>
<value>getNodeCommands</value>
<value>getCommandParameters</value>
<value>executeNodeCommand</value>
<value>executeNodeQuery</value>
<value>abortNodeQuery</value>
<value>getCommonNodeCommands</value>
<value>getCommonCommandParameters</value>
<value>executeCommonNodeCommand</value>
<value>executeCommonNodeQuery</value>
<value>abortCommonNodeQuery</value>
<value>moveNodeUp</value>
<value>moveNodeDown</value>
<value>moveNodesUp</value>
<value>moveNodesDown</value>
<value>subscribe</value>
<value>unsubscribe</value>
<value>getDatabases</value>
<value>getDatabaseReadoutParameters</value>
<value>startDatabaseReadout</value>
</getCapabilitiesResponse>
</iq>]]>
</example>
<p>
A concentrator without databases, but still contain a rich interface for handling masses of nodes may present itself as follows:
</p>
<example caption='No database capabilities'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='subsystem@example.org'
id='63'>
<getCapabilities xmlns='urn:xmpp:iot:concentrators'/>
</iq>
<iq type='result'
from='subsystem@example.org'
to='client@example.org/client'
id='63'>
<getCapabilitiesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>getCapabilities</value>
<value>getAllDataSources</value>
<value>getRootDataSources</value>
<value>getChildDataSources</value>
<value>containsNode</value>
<value>containsNodes</value>
<value>getNode</value>
<value>getNodes</value>
<value>getAllNodes</value>
<value>getNodeInheritance</value>
<value>getRootNodes</value>
<value>getChildNodes</value>
<value>getIndices</value>
<value>getNodesFromIndex</value>
<value>getNodesFromIndices</value>
<value>getAllIndexValues</value>
<value>getNodeParametersForEdit</value>
<value>setNodeParametersAfterEdit</value>
<value>getCommonNodeParametersForEdit</value>
<value>setCommonNodeParametersAfterEdit</value>
<value>getAddableNodeTypes</value>
<value>getParametersForNewNode</value>
<value>createNewNode</value>
<value>destroyNode</value>
<value>getAncestors</value>
<value>getNodeCommands</value>
<value>getCommandParameters</value>
<value>executeNodeCommand</value>
<value>executeNodeQuery</value>
<value>abortNodeQuery</value>
<value>getCommonNodeCommands</value>
<value>getCommonCommandParameters</value>
<value>executeCommonNodeCommand</value>
<value>executeCommonNodeQuery</value>
<value>abortCommonNodeQuery</value>
<value>moveNodeUp</value>
<value>moveNodeDown</value>
<value>moveNodesUp</value>
<value>moveNodesDown</value>
<value>subscribe</value>
<value>unsubscribe</value>
</getCapabilitiesResponse>
</iq>]]>
</example>
<p>
A smaller gateway on the other hand, may have skipped the implementation of the batch commands that are used for larger systems:
</p>
<example caption='No batch command capabilities'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='gateway@example.org'
id='2'>
<getCapabilities xmlns='urn:xmpp:iot:concentrators'/>
</iq>
<iq type='result'
from='gateway@example.org'
to='client@example.org/client'
id='2'>
<getCapabilitiesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>getCapabilities</value>
<value>getAllDataSources</value>
<value>getRootDataSources</value>
<value>getChildDataSources</value>
<value>containsNode</value>
<value>getNode</value>
<value>getNodeInheritance</value>
<value>getRootNodes</value>
<value>getChildNodes</value>
<value>getNodeParametersForEdit</value>
<value>setNodeParametersAfterEdit</value>
<value>getAddableNodeTypes</value>
<value>getParametersForNewNode</value>
<value>createNewNode</value>
<value>destroyNode</value>
<value>getAncestors</value>
<value>getNodeCommands</value>
<value>getCommandParameters</value>
<value>executeNodeCommand</value>
<value>executeNodeQuery</value>
<value>abortNodeQuery</value>
<value>moveNodeUp</value>
<value>moveNodeDown</value>
<value>moveNodesUp</value>
<value>moveNodesDown</value>
<value>subscribe</value>
<value>unsubscribe</value>
</getCapabilitiesResponse>
</iq>]]>
</example>
<p>
But a small PLC, possibly with a fixed set of nodes, might have support for an even more reduced set of commands:
</p>
<example caption='No edit capabilities'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='plc@example.org'
id='3'>
<getCapabilities xmlns='urn:xmpp:iot:concentrators'/>
</iq>
<iq type='result'
from='plc@example.org'
to='client@example.org/client'
id='3'>
<getCapabilitiesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>getCapabilities</value>
<value>getAllDataSources</value>
<value>containsNode</value>
<value>getNode</value>
<value>getRootNodes</value>
<value>getChildNodes</value>
<value>getNodeCommands</value>
<value>getCommandParameters</value>
<value>executeNodeCommand</value>
<value>executeNodeQuery</value>
<value>abortNodeQuery</value>
</getCapabilitiesResponse>
</iq>]]>
</example>
<p>
So, clients who need to interact with different types of concentrators need to be aware of what commands are supported, and limit operations to those commands.
</p>
</section3>
</section2>
<section2 topic='Data Sources'>
<section3 topic='Get All Data Sources'>
<p>
This command will return a flat list of all available data sources on the concentrator. It is not structured hierarchically.
</p>
<example caption='Get All Data Sources'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='4'>
<getAllDataSources xmlns='urn:xmpp:iot:concentrators' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='4'>
<getAllDataSourcesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<dataSource sourceId='Applications' name='Applications' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='Certificates' name='Certificates' hasChildren='false' lastChanged='2013-02-20T12:31:54'/>
<dataSource sourceId='Clayster.EventSink.Programmable' name='Programmable Event Log' hasChildren='false' lastChanged='2012-10-25T09:31:12'/>
...
</getAllDataSourcesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Root Data Sources'>
<p>
If the client is interested in the hierarchical structure of available data sources, it should request only the root sources, and then ask the client for their
corresponding child data sources. If the client wants to present the data sources to a user, presenting them in their hierarchical order may be more intuitive.
</p>
<example caption='Get Root Data Sources'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='5'>
<getRootDataSources xmlns='urn:xmpp:iot:concentrators' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='5'>
<getRootDataSourcesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<dataSource sourceId='MeteringRoot' name='Metering' hasChildren='true' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='SecurityRoot' name='Security' hasChildren='true' lastChanged='2013-01-12T22:03:50'/>
<dataSource sourceId='SystemRoot' name='System' hasChildren='true' lastChanged='2012-02-20T12:34:56'/>
...
</getRootDataSourcesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Child Data Sources'>
<p>
Having the ID of a data source that contains child data sources, you can fetch the child sources as follows:
</p>
<example caption='Get Child Data Sources'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='6'>
<getChildDataSources xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringRoot' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='6'>
<getChildDataSourcesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<dataSource sourceId='MeteringFieldImports' name='Field Imports' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='MeteringFieldProcessors' name='Field Processors' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='MeteringFieldSinks' name='Field Sinks' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='MeteringGroups' name='Groups' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='MeteringJobs' name='Jobs' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='MeteringTopology' name='Topology' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
<dataSource sourceId='MeteringUnitConversion' name='Unit Conversion' hasChildren='false' lastChanged='2013-03-19T17:58:01'/>
</getChildDataSourcesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Subscribe to data source events' anchor='subscribe'>
<p>
A client can subscribe to changes made in a data source. It does this by sending the <strong>subscribe</strong> command to the concentrator,
as is shown in the following example:
</p>
<example caption='Subscribing to data source events'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='57'>
<subscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='57'>
<subscribeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
Multiple subscriptions to the same source will not result in an error, however the server will still only send one event message for each event in the data source.
</p>
<p>
<strong>Important:</strong> Event subscriptions only last for as long as the client and concentrator both maintain presence. The concentrator must not persist
event notification subscriptions, and if it goes offline and back online, or if the client goes offline or online again for any reason, the event subscription
is removed.
</p>
<p>
<strong>Note:</strong> The <strong>parameters</strong> and <strong>messages</strong> attributes can be used to retrieve parameter and status message information
about the nodes in event messages sent from the concentrator. Note that the <strong>xml:lang</strong> may be used to select the language used in such events,
if the concentrator supports localization of strings.
</p>
<example caption='Subscribing to data source events with localized parameters'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='60'>
<subscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' parameters='true' messages='true' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='60'>
<subscribeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
The <strong>subscribe</strong> command has a set of optional attributes, one for each event type available, and with the same names (<strong>nodeAdded</strong>,
<strong>nodeUpdated</strong>, <strong>nodeStatusChanged</strong>, <strong>nodeRemoved</strong>, <strong>nodeMovedUp</strong> and <strong>nodeMovedDown</strong>), that the
client can use to subscribe to individual events, but not to others. They have the default value of true implying that if not provided, the
default action is to subscribe to those events. The attributes <strong>parameters</strong> and <strong>messages</strong> can also be used to specify
if node parameters and node messages respectively should be available in event messages. The default value for the these later attributes is false, implying
that normal events do not include node parameter and node message information.
</p>
<p>
The following example shows how a client can subscribe to a set of events only:
</p>
<example caption='Subscribing to data source events, avoiding state events'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='61'>
<subscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' parameters='true' messages='false' xml:lang='en'
nodeAdded='true' nodeUpdated='true' nodeStatusChanged='false' nodeRemoved='true' nodeMovedUp='false' nodeMovedDown='false'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='61'>
<subscribeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
For more information on types of events sent, see the <link url='#sourceevents'>Data Source Events</link> section.
</p>
</section3>
<section3 topic='Unsubscribe from data source events'>
<p>
A client can unsubscribe to changes made in a data source it is subscribed to. It does this by sending the <strong>unsubscribe</strong> command to the concentrator,
as is shown in the following example:
</p>
<example caption='Unsubscribing from data source events'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='58'>
<unsubscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='58'>
<unsubscribeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
An unsubscription made to an existing data source, but where an event subscription does not exist, must not result in an error.
</p>
<p>
The <strong>unsubscribe</strong> command has a set of optional attributes, one for each event type available, and with the same names, that the
client can use to unsubscribe from individual events, but not from others. They have the default value of true implying that if not provided, the
default action is to unsubscribe from those events.
</p>
<p>
The following example shows how a client can unsubscribe from a subset of events, keeping subscriptions on the others (if subscribed to):
</p>
<example caption='Unsubscribing from state events'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='62'>
<unsubscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' parameters='true' messages='false' xml:lang='en'
nodeAdded='false' nodeUpdated='false' nodeStatusChanged='true' nodeRemoved='false' nodeMovedUp='false' nodeMovedDown='false'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='62'>
<subscribeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
</section3>
<section3 topic='Get changes since given timestamp before subscribing' anchor='subscribe2'>
<p>
If a client comes back online and wants to know any changes that have taken place on the concentrator since last time it was in contact with it,
it can include a <strong>getEventsSince</strong> attribute in the <strong>subscribe</strong> command sent to the concentrator. This will make the
concentrator send all event messages since the given timestamp to the client before subscribing the client to events in the given data source.
</p>
<example caption='Get changes since given timestamp before subscribing'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='59'>
<subscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' getEventsSince='2013-03-21T19:24:00'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='59'>
<subscribeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>
... Sequence of event messages sent from concentrator to client.]]>
</example>
<p>
<strong>Important:</strong> Event subscriptions only last for as long as the client and concentrator both maintain presence. The concentrator must not persist
event notification subscriptions, and if it goes offline and back online, or if the client goes offline or online again for any reason, the event subscription
is removed.
</p>
<p>
<strong>Note:</strong> The <strong>parameters</strong> and <strong>messages</strong> attributes can be used to retrieve parameter and status message information
about the nodes in event messages sent from the concentrator.
</p>
<p>
For more information on types of events sent, see the <link url='#sourceevents'>Data Source Events</link> section.
</p>
</section3>
<section3 topic='Get changes since given timestamp before subscribing, Failure'>
<p>
If during a subscription request the concentrator is not able to fulfill the request of retrieving previous events using the <strong>getEventsSince</strong> attribute,
perhaps the attribute stretches too far back, or includes too many records, the concentrator can return an error message using a response code of <strong>NotImplemented</strong>.
In this case, the subscription must not be made.
</p>
<p>
When receiving such an error from the concentrator, the client must make a decision if it should download the data source again, or keep the data source as is, and
subscribing again without the <strong>getEventsSince</strong> attribute.
</p>
<example caption='Get changes since given timestamp before subscribing, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='73'>
<subscribe xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' getEventsSince='2001-01-01T00:00:00'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='73'>
<subscribeResponse xmlns='urn:xmpp:iot:concentrators' result='NotImplemented'/>
</iq>]]>
</example>
</section3>
</section2>
<section2 topic='Nodes'>
<section3 topic='Contains Node'>
<p>
This command permits the client to check the existence of a node in the concentrator.
</p>
<example caption='Checking the existence of a node'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='7'>
<containsNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='7'>
<containsNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>true</containsNodeResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Contains Nodes'>
<p>
If the client wants to check the existence of multiple nodes on the concentrator, it can use this batch command instead:
</p>
<example caption='Checking the existence of a multiple nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='8'>
<containsNodes xmlns='urn:xmpp:iot:concentrators'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<node sourceId='MeteringGroups' nodeId='Group1'/>
</containsNodes>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='8'>
<containsNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>true</value>
<value>true</value>
<value>false</value>
<value>true</value>
</containsNodesResponse>
</iq>]]>
</example>
<p>
The array returned will have one item for each item in the request, in the same order.
</p>
</section3>
<section3 topic='Get Node'>
<p>
This command returns basic information about a node in the concentrator.
</p>
<example caption='Get Node'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='9'>
<getNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='9'>
<getNodeResponse xmlns='urn:xmpp:iot:concentrators'
result='OK'
nodeId='Node1'
nodeType='Namespace.NodeType1'
cacheType='Node'
state='WarningUnsigned'
hasChildren='false'
isReadable='true'
isControllable='true'
hasCommands='true'
parentId='Root'
lastChanged='2013-03-19T17:58:01'/>
</iq>]]>
</example>
<p>
For more information, see <link url='#nodeinfo'>Node Information</link>.
</p>
</section3>
<section3 topic='Get Nodes'>
<p>
This command lets the client get information from multiple nodes at once.
</p>
<example caption='Get Nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='10'>
<getNodes xmlns='urn:xmpp:iot:concentrators' xml:lang='en'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
</getNodes>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='10'>
<getNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'/>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'/>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'/>
</getNodesResponse>
</iq>]]>
</example>
<p>
For more information, see <link url='#nodeinfo'>Node Information</link>.
</p>
</section3>
<section3 topic='Get Node with parameters'>
<p>
This command returns basic information about a node in the concentrator, as well as node parameters.
</p>
<example caption='Get Node with parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='11'>
<getNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' xml:lang='en' parameters='true'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='11'>
<getNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK' nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node'
state='WarningUnsigned' hasChildren='false' isReadable='true' isControllable='true' hasCommands='true'
parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</getNodeResponse>
</iq>]]>
</example>
<p>
For more information, see <link url='#nodeinfo'>Node Information</link>.
</p>
</section3>
<section3 topic='Get Nodes with parameters'>
<p>
This command lets the client get information from multiple nodes at once, including node parameters.
</p>
<example caption='Get Nodes with parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='12'>
<getNodes xmlns='urn:xmpp:iot:concentrators' parameters='true' xml:lang='en'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
</getNodes>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='12'>
<getNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node2'/>
<string id='type' name='Node Type' value='Watchamacallit Pressure Sensor v1.2'/>
<string id='sn' name='Serial Number' value='234567'/>
<string id='class' name='Node Class' value='Pressure'/>
<string id='meterLoc' name='Meter Location' value='P668632-6'/>
<int id='addr' name='Address' value='124'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node3'/>
<string id='type' name='Node Type' value='Watchamacallit Electricity Meter v1.2'/>
<string id='sn' name='Serial Number' value='345678'/>
<string id='class' name='Node Class' value='Electricity'/>
<string id='meterLoc' name='Meter Location' value='P332367-9'/>
<int id='addr' name='Address' value='125'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
</getNodesResponse>
</iq>]]>
</example>
<p>
For more information, see <link url='#nodeinfo'>Node Information</link>.
</p>
</section3>
<section3 topic='Get All Nodes'>
<p>
If the device does not manage too many nodes, it could choose to implement this function. It would return all available nodes with one call.
</p>
<example caption='Get All Nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='13'>
<getAllNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='13'>
<getAllNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
<node nodeId='Root' nodeType='Namespace.Root' cacheType='Node' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true'/>
</getAllNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get All Nodes with Parameters'>
<p>
If the device does not manage too many nodes, it could choose to implement this function. It would return all available nodes with their parameters with one call.
</p>
<example caption='Get All Nodes with Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='14'>
<getAllNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' parameters='true' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='14'>
<getAllNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node2'/>
<string id='type' name='Node Type' value='Watchamacallit Pressure Sensor v1.2'/>
<string id='sn' name='Serial Number' value='234567'/>
<string id='class' name='Node Class' value='Pressure'/>
<string id='meterLoc' name='Meter Location' value='P668632-6'/>
<int id='addr' name='Address' value='124'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node3'/>
<string id='type' name='Node Type' value='Watchamacallit Electricity Meter v1.2'/>
<string id='sn' name='Serial Number' value='345678'/>
<string id='class' name='Node Class' value='Electricity'/>
<string id='meterLoc' name='Meter Location' value='P332367-9'/>
<int id='addr' name='Address' value='125'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Root' nodeType='Namespace.Root' cacheType='Node' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true'>
<string id='id' name='Node ID' value='Root'/>
<string id='type' name='Node Type' value='Root Node'/>
</node>
</getAllNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get All Nodes derived from'>
<p>
This command assumes node types exist in a class hierarchy, and allows the caller to retrieve nodes with similar inheritance.
</p>
<example caption='Get All Nodes derived from'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='15'>
<getAllNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' xml:lang='en'>
<onlyIfDerivedFrom>Namespace.BaseClass1</onlyIfDerivedFrom>
</getAllNodes>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='15'>
<getAllNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
</getAllNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get All Nodes derived from, with Parameters'>
<p>
This command assumes node types exist in a class hierarchy, and allows the caller to retrieve nodes with similar inheritance. It also returns node parameters
directly in the response.
</p>
<example caption='Get All Nodes derived from, with Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='16'>
<getAllNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' parameters='true' xml:lang='en'>
<onlyIfDerivedFrom>Namespace.BaseClass1</onlyIfDerivedFrom>
</getAllNodes>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='16'>
<getAllNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node3'/>
<string id='type' name='Node Type' value='Watchamacallit Electricity Meter v1.2'/>
<string id='sn' name='Serial Number' value='345678'/>
<string id='class' name='Node Class' value='Electricity'/>
<string id='meterLoc' name='Meter Location' value='P332367-9'/>
<int id='addr' name='Address' value='125'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
</getAllNodesResponse>
</iq>]]>
</example>
<p>
Note that the caller can list multiple classes in the request. This would return only nodes having the correct base class(es) and
implementing all interfaces.
</p>
</section3>
<section3 topic='Get Node Inheritance'>
<p>
This command assumes node types exist in a class hierarchy. It allows the caller to get a list of the node class hierarchy and implemented interfaces the
node has.
</p>
<example caption='Get node inheritance'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='17'>
<getNodeInheritance xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='17'>
<getNodeInheritanceResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<baseClasses>
<value>Namespace.BaseClass1</value>
<value>Namespace.AbstractBase</value>
</baseClasses>
</getNodeInheritanceResponse>
</iq>]]>
</example>
<p>
<strong>Note:</strong> It is assumed the client already knows the node type of the node, so the response must not contain the type of the node, only
its base classes and any implemented interfaces.
</p>
</section3>
<section3 topic='Get Root Nodes'>
<p>
This command returns the root node of a data source (in case the source is a tree-shaped data source) or the nodes of a data source (in case the
source is flat).
</p>
<example caption='Get Root Nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='18'>
<getRootNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='18'>
<getRootNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
</getRootNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Root Nodes with Parameters'>
<p>
This command returns the root node of a data source (in case the source is a tree-shaped data source) or the root nodes of a data source (in case the
source is flat), and also returns the parameters for the corresponding nodes.
</p>
<example caption='Get Root Nodes with Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='19'>
<getRootNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' parameters='true' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='19'>
<getRootNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
</getRootNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Child Nodes'>
<p>
This command returns the child nodes of a node in a data source.
</p>
<example caption='Get Child Nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='20'>
<getChildNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='20'>
<getChildNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'/>
</getChildNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Child Nodes with Parameters'>
<p>
This command returns the child nodes of a node in a data source, and also returns the parameters for the corresponding nodes.
</p>
<example caption='Get Child Nodes with Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='21'>
<getChildNodes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' parameters='true' xml:lang='en' />
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='21'>
<getChildNodesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node2'/>
<string id='type' name='Node Type' value='Watchamacallit Pressure Sensor v1.2'/>
<string id='sn' name='Serial Number' value='234567'/>
<string id='class' name='Node Class' value='Pressure'/>
<string id='meterLoc' name='Meter Location' value='P668632-6'/>
<int id='addr' name='Address' value='124'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node3'/>
<string id='type' name='Node Type' value='Watchamacallit Electricity Meter v1.2'/>
<string id='sn' name='Serial Number' value='345678'/>
<string id='class' name='Node Class' value='Electricity'/>
<string id='meterLoc' name='Meter Location' value='P332367-9'/>
<int id='addr' name='Address' value='125'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
</getChildNodesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Indices of Data Source'>
<p>
This command returns a list of available indices in a data source. Indices can be used for efficient node look-up.
</p>
<example caption='Get Indices of Data Source'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='22'>
<getIndices xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' />
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='22'>
<getIndicesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>country</value>
<value>region</value>
<value>city</value>
<value>area</value>
<value>street</value>
<value>building</value>
<value>apartment</value>
<value>oid</value>
</getIndicesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Nodes from index'>
<p>
This command can be used to get a node or nodes from a data source using an index and an index value.
</p>
<example caption='Get Nodes from index'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='23'>
<getNodesFromIndex xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' index='apartment' indexValue='A1-1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='23'>
<getNodesFromIndexResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-1'/>
</getNodesFromIndexResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Nodes from index with Parameters'>
<p>
This command can be used to get a node or nodes from a data source using an index and an index value, and also returns the parameters for the corresponding nodes.
</p>
<example caption='Get Nodes from index with Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='24'>
<getNodesFromIndex xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' index='apartment' indexValue='A1-1'
parameters='true' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='24'>
<getNodesFromIndexResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-1'>
<string id='id' name='Node ID' value='Node2'/>
<string id='type' name='Node Type' value='Metering Topology Reference'/>
<string id='referenceId' name='Reference ID' value='Node2'/>
</node>
</getNodesFromIndexResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Nodes from indices'>
<p>
This command can be used to get nodes from a set of data source using indices and index values.
</p>
<example caption='Get Nodes from indices'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='25'>
<getNodesFromIndices xmlns='urn:xmpp:iot:concentrators' xml:lang='en'>
<indexRef sourceId='MeteringGroups' index='apartment' indexValue='A1-1'/>
<indexRef sourceId='MeteringGroups' index='apartment' indexValue='A1-2'/>
</getNodesFromIndices>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='25'>
<getNodesFromIndicesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-1'/>
<node nodeId='Node3' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-2'/>
</getNodesFromIndicesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Nodes from indices with Parameters'>
<p>
This command can be used to get nodes from a set of data source using indices and index values, and also returns the parameters for the corresponding nodes.
</p>
<example caption='Get Nodes from indices with Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='26'>
<getNodesFromIndices xmlns='urn:xmpp:iot:concentrators' parameters='true' xml:lang='en'>
<indexRef sourceId='MeteringGroups' index='apartment' indexValue='A1-1'/>
<indexRef sourceId='MeteringGroups' index='apartment' indexValue='A1-2'/>
</getNodesFromIndices>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='26'>
<getNodesFromIndicesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-1'>
<string id='id' name='Node ID' value='Node2'/>
<string id='type' name='Node Type' value='Metering Topology Reference'/>
<string id='referenceId' name='Reference ID' value='Node2'/>
</node>
<node nodeId='Node3' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-2'>
<string id='id' name='Node ID' value='Node3'/>
<string id='type' name='Node Type' value='Metering Topology Reference'/>
<string id='referenceId' name='Reference ID' value='Node3'/>
</node>
</getNodesFromIndicesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get All Index Values'>
<p>
This command can be used to get a list of available index values, given a data source and an index.
</p>
<example caption='Get All Index Values'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='27'>
<getAllIndexValues xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' index='apartment'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='27'>
<getAllIndexValuesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<value>A1-1</value>
<value>A1-2</value>
...
</getAllIndexValuesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Node Ancestors'>
<p>
In a tree formed data source, all nodes except the root node has a parent node. The <strong>getAncestors</strong> command allows the client to get a list
of all ancestors (parent, grand parent, etc.) of a node, as is shown in the following example:
</p>
<example caption='Get Node Ancestors'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='42'>
<getAncestors xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Node2' parameters='false' messages='false' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='42'>
<getAncestorsResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node2' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Apartment 1-1'/>
<node nodeId='Apartment 1-1' nodeType='Namespace.Apartment' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='Building 1'/>
<node nodeId='Building 1' nodeType='Namespace.Building' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='Street'/>
<node nodeId='Street' nodeType='Namespace.Street' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='Area'/>
<node nodeId='Area' nodeType='Namespace.Area' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='City'/>
<node nodeId='City' nodeType='Namespace.City' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='Region'/>
<node nodeId='Region' nodeType='Namespace.Region' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='Country'/>
<node nodeId='Country' nodeType='Namespace.Country' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true' parentId='Root'/>
<node nodeId='Root' nodeType='Namespace.Root' state='None' hasChildren='true'
isReadable='false' isControllable='false' hasCommands='true'/>
</getAncestorsResponse>
</iq>]]>
</example>
<p>
Note that the concentrator returns information about the node itself in the response. The <strong>parameters</strong> and <strong>messages</strong>
attributes are used in the request to control if the concentrator should return node parameters and node status messages in the response as well.
</p>
</section3>
<section3 topic='Move Node Up'>
<p>
As the order of siblings in a tree can be important, depending on the context and type of nodes involved, the client may be allowed to move nodes up and down among siblings.
To move a node upwards among its siblings is done using the command <strong>moveNodeUp</strong>, as is shown in the following example:
</p>
<example caption='Move Node Up'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='53'>
<moveNodeUp xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringFieldProcessors' nodeId='LogicalOperator'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='53'>
<moveNodeUpResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
Note that a node that is first among its siblings will maintain its position. The response to the command must still be <strong>OK</strong>.
</p>
</section3>
<section3 topic='Move Node Down'>
<p>
As the order of siblings in a tree can be important, depending on the context and type of nodes involved, the client may be allowed to move nodes up and down among siblings.
To move a node downwards among its siblings is done using the command <strong>moveNodeDown</strong>, as is shown in the following example:
</p>
<example caption='Move Node Up'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='54'>
<moveNodeDown xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringFieldProcessors' nodeId='LogicalOperator'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='54'>
<moveNodeDownResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
Note that a node that is last among its siblings will maintain its position. The response to the command must still be <strong>OK</strong>.
</p>
</section3>
<section3 topic='Move Nodes Up'>
<p>
To move a set of nodes upwards among its siblings is done using the command <strong>moveNodesUp</strong>, as is shown in the following example:
</p>
<example caption='Move Nodes Up'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='55'>
<moveNodesUp xmlns='urn:xmpp:iot:concentrators'>
<node sourceId='MeteringFieldProcessors' nodeId='LogicalOperator3'/>
<node sourceId='MeteringFieldProcessors' nodeId='LogicalOperator4'/>
<node sourceId='MeteringFieldProcessors' nodeId='LogicalOperator5'/>
</moveNodesUp>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='55'>
<moveNodesUpResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
Note that a node that is first among its siblings will maintain its position. The response to the command must still be <strong>OK</strong>. If an attempt is performed to move a
sequence of nodes that are together first as siblings, none of the nodes move relative to each other.
</p>
</section3>
<section3 topic='Move Nodes Down'>
<p>
To move a set of nodes downwards among its siblings is done using the command <strong>moveNodesDown</strong>, as is shown in the following example:
</p>
<example caption='Move Node Down'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='56'>
<moveNodesDown xmlns='urn:xmpp:iot:concentrators'>
<node sourceId='MeteringFieldProcessors' nodeId='LogicalOperator3'/>
<node sourceId='MeteringFieldProcessors' nodeId='LogicalOperator4'/>
<node sourceId='MeteringFieldProcessors' nodeId='LogicalOperator5'/>
</moveNodesDown>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='56'>
<moveNodesDownResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
Note that a node that is last among its siblings will maintain its position. The response to the command must still be <strong>OK</strong>. If an attempt is performed to move a
sequence of nodes that are together last as siblings, none of the nodes move relative to each other.
</p>
</section3>
</section2>
<section2 topic='Node Parameters'>
<section3 topic='Get Node Parameters for editing'>
<p>
Previously described commands can return parameters for a node. But these parameters are for presentational or informational use. If the client wants to edit
the parameters of a node, another set of commands must be used. This use case shows how <strong>getNodeParametersForEdit</strong> can be used to edit available
parameters for one node.
</p>
<p>
<strong>Note:</strong> When editing parameters for a node, a different set of parameters might be returned compared to the set of parameters available in commands
mentioned above. There may be various reasons for this, among other things (but not limited to) user rights, node settings, and parameter type. User rights may restrict the number
of parameters the user can access. The node may be configured not to allow editing of certain parameters. Also, some types of parameters may only be available in
an edit mode (like long multi-line parameters) and not in a shorter presentation mode.
</p>
<example caption='Get Node Parameters for editing'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='28'>
<getNodeParametersForEdit xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='28'>
<getNodeParametersForEditResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Node1</title>
<xdl:page label='Identity'>
<xdl:fieldref var='id'/>
<xdl:fieldref var='type'/>
<xdl:fieldref var='class'/>
<xdl:fieldref var='sn'/>
</xdl:page>
<xdl:page label='Location'>
<xdl:fieldref var='meterLoc'/>
<xdl:fieldref var='lat'/>
<xdl:fieldref var='long'/>
</xdl:page>
<xdl:page label='Communication'>
<xdl:fieldref var='addr'/>
</xdl:page>
<field var='xdd session' type='hidden'>
<value>009c7956-001c-43fb-8edb-76bcf74272c9</value>
</field>
<field var='id' type='text-single' label='Node ID:'>
<desc>ID of the node.</desc>
<required/>
<value>Node1</value>
</field>
<field var='type' type='text-single' label='Node Type:'>
<desc>Type of node.</desc>
<value>Watchamacallit Temperature Sensor v1.2</value>
<xdd:readOnly/>
</field>
<field var='class' type='list-single' label='Node Class:'>
<desc>Class of node</desc>
<value>Temperature</value>
<option label='Cooling'><value>Cooling</value></option>
<option label='Electricity'><value>Electricity</value></option>
<option label='Heating'><value>Heating</value></option>
<option label='Pressure'><value>Pressure</value></option>
<option label='Temperature'><value>Temperature</value></option>
<option label='Water'><value>Water</value></option>
...
</field>
<field var='sn' type='text-single' label='Serial Number:'>
<desc>Serial number of node/device.</desc>
<value>123456</value>
</field>
<field var='meterLoc' type='text-single' label='Meter Location:'>
<desc>Meter Location.</desc>
<value>P123502-2</value>
</field>
<field var='addr' type='text-single' label='Address:'>
<xdv:validate datatype='xs:int'>
<xdv:range min='1' max='250'/>
</xdv:validate>
<desc>Bus address</desc>
<value>123</value>
</field>
<field var='lat' type='text-single' label='Latitude:'>
<xdv:validate datatype='xs:double'>
<xdv:range min='-90' max='90'/>
</xdv:validate>
<desc>Latitude of node.</desc>
<value>12.345</value>
</field>
<field var='long' type='text-single' label='Longitude:'>
<xdv:validate datatype='xs:double'>
<xdv:range min='-180' max='180'/>
</xdv:validate>
<desc>Longitude of node.</desc>
<value>123.45</value>
</field>
</x>
</getNodeParametersForEditResponse>
</iq>]]>
</example>
<p>
The following table lists the different XEP's the client should implement to be able to support parameter forms according to this proposal:
</p>
<table caption='Form XEPs'>
<tr>
<th>XEP</th>
<th>Description</th>
</tr>
<tr>
<td>XEP-0004</td>
<td>Describes how basic forms are handled.</td>
</tr>
<tr>
<td>XEP-0122</td>
<td>Makes it possible to add certain client validation rules to form parameters.</td>
</tr>
<tr>
<td>XEP-0137</td>
<td>Makes it possible to publish a file upload parameter.</td>
</tr>
<tr>
<td>XEP-0141</td>
<td>Makes it possible to layout parameters into pages and sections.</td>
</tr>
<tr>
<td>XEP-0331</td>
<td>Defines extensions for how color parameters can be handled.</td>
</tr>
<tr>
<td>XEP-0336</td>
<td>Makes it possible to create dynamic forms, with server-side validation and forms that change dynamically depending on input.</td>
</tr>
</table>
<p>
Read-only parameters will be returned with the <strong>readOnly</strong> element, as defined in <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link>.
Clients SHOULD support this extension if using this command. However, the server MUST NOT change parameters in a node that are read-only, even if clients happen
to try to set them.
</p>
</section3>
<section3 topic='Set Node Parameters after editing'>
<p>
After editing the form, the client uses the <strong>setNodeParametersAfterEdit</strong> command to set the parameters in the node. Note that it is possible to
set the same parameters (or a sub-set of the same parameters) to a different node using this command, without the need to get new form parameters. However, after the first
successful set operation, any form session used for dynamic validation during edit will not be available on the server anymore and must be ignored by the server.
</p>
<example caption='Set Node Parameters after editing'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='29'>
<setNodeParametersAfterEdit xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>009c7956-001c-43fb-8edb-76bcf74272c9</value>
</field>
<field var='id' type='text-single'>
<value>Node1</value>
</field>
<field var='class' type='list-single'>
<value>Temperature</value>
</field>
<field var='sn' type='text-single'>
<value>123456</value>
</field>
<field var='meterLoc' type='text-single'>
<value>P123502-2</value>
</field>
<field var='addr' type='text-single'>
<value>123</value>
</field>
<field var='lat' type='text-single'>
<value>12.345</value>
</field>
<field var='long' type='text-single'>
<value>123.45</value>
</field>
</x>
</setNodeParametersAfterEdit>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='29'>
<setNodeParametersAfterEditResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
</setNodeParametersAfterEditResponse>
</iq>]]>
</example>
<p>
Note that validation rules, pagination, etc., can be stripped from the form when submitting it to the server. Also the form type attribute must be set
to <strong>'submit'</strong>. Note also that as the <strong>result</strong> attribute is <strong>OK</strong>, it is assumed the server has dropped any parameter form resources
related to the form, which disables any future dynamic validation of the contents of the form. The newly edited node will also be available in the response
in a <strong>node</strong> element.
</p>
</section3>
<section3 topic='Set Node Parameters after editing, Failure'>
<p>
The following example shows how the server responds when the client tries to set invalid parameters. The response contains detailed information about why,
information which the client can use to inform the user (if any) of what went wrong.
</p>
<example caption='Set Node Parameters after editing, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='30'>
<setNodeParametersAfterEdit xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node2' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>009c7956-001c-43fb-8edb-76bcf74272c9</value>
</field>
<field var='id' type='text-single'>
<value>Node1</value>
</field>
<field var='class' type='list-single'>
<value>Temperature</value>
</field>
<field var='sn' type='text-single'>
<value>123456</value>
</field>
<field var='meterLoc' type='text-single'>
<value>P123502-2</value>
</field>
<field var='addr' type='text-single'>
<value>123</value>
</field>
<field var='lat' type='text-single'>
<value>12.345</value>
</field>
<field var='long' type='text-single'>
<value>123.45</value>
</field>
</x>
</setNodeParametersAfterEdit>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='30'>
<setNodeParametersAfterEditResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='id'>There already exists a node with this ID.</error>
</setNodeParametersAfterEditResponse>
</iq>]]>
</example>
<p>
As the <strong>result</strong> attribute is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link>
<note>
XEP-0336: Dynamic Data Forms &lt;<link url='http://xmpp.org/extensions/xep-0336.html'>http://xmpp.org/extensions/xep-0336.html</link>&gt;
</note> for more information.
</p>
</section3>
<section3 topic='Get Common Node Parameters for editing'>
<p>
Advanced concentrators handling large quantities of nodes may let users edit sets of nodes at once to be practical. This is done by publishing the
<strong>getCommonNodeParametersForEdit</strong> command. It will return a form with parameters that are common for all selected nodes. Since nodes
may have different node types it is assumed that different nodes have different sets of parameters. But if this command is used, only parameters matching
in IDs, descriptions, validation rules, etc., (but not values) will be returned in a form.
</p>
<p>
<strong>Important:</strong> A parameter that exists in multiple nodes, but has different parameter values among the nodes, will be marked with the
<strong>notSame</strong> element, according to <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link>. Clients using this command MUST
support the extensions defined in <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link>.
</p>
<example caption='Get Common Node Parameters for editing'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='31'>
<getCommonNodeParametersForEdit xmlns='urn:xmpp:iot:concentrators' xml:lang='en'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
</getCommonNodeParametersForEdit>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='31'>
<getCommonNodeParametersForEditResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Node1, Node2, Node3</title>
<xdl:page label='Identity'>
<xdl:fieldref var='type'/>
<xdl:fieldref var='class'/>
<xdl:fieldref var='sn'/>
</xdl:page>
<xdl:page label='Location'>
<xdl:fieldref var='meterLoc'/>
<xdl:fieldref var='lat'/>
<xdl:fieldref var='long'/>
</xdl:page>
<field var='xdd session' type='hidden'>
<value>009c7956-001c-43fb-8edb-76bcf74272c9</value>
</field>
<field var='type' type='text-single' label='Node Type:'>
<desc>Type of node.</desc>
<value>Watchamacallit Temperature Sensor v1.2</value>
<xdd:readOnly/>
<xdd:notSame/>
</field>
<field var='class' type='list-single' label='Node Class:'>
<desc>Class of node</desc>
<value>Temperature</value>
<xdd:notSame/>
<option label='Cooling'><value>Cooling</value></option>
<option label='Electricity'><value>Electricity</value></option>
<option label='Heating'><value>Heating</value></option>
<option label='Pressure'><value>Pressure</value></option>
<option label='Temperature'><value>Temperature</value></option>
<option label='Water'><value>Water</value></option>
...
</field>
<field var='sn' type='text-single' label='Serial Number:'>
<desc>Serial number of node/device.</desc>
<value>123456</value>
<xdd:notSame/>
</field>
<field var='meterLoc' type='text-single' label='Meter Location:'>
<desc>Meter Location.</desc>
<value>P123502-2</value>
<xdd:notSame/>
</field>
<field var='addr' type='text-single' label='Address:'>
<xdv:validate datatype='xs:int'>
<xdv:range min='1' max='250'/>
</xdv:validate>
<desc>Bus address</desc>
<value>123</value>
<xdd:notSame/>
</field>
<field var='lat' type='text-single' label='Latitude:'>
<xdv:validate datatype='xs:double'>
<xdv:range min='-90' max='90'/>
</xdv:validate>
<desc>Latitude of node.</desc>
<value>12.345</value>
<xdd:notSame/>
</field>
<field var='long' type='text-single' label='Longitude:'>
<xdv:validate datatype='xs:double'>
<xdv:range min='-180' max='180'/>
</xdv:validate>
<desc>Longitude of node.</desc>
<value>123.45</value>
<xdd:notSame/>
</field>
</x>
</getCommonNodeParametersForEditResponse>
</iq>]]>
</example>
<p>
Note that parameters that are not available in all selected nodes will have been removed. Also and ID-parameter will have been removed, since they
cannot be set for a collection of nodes.
</p>
<p>
Fields marked with the <strong>notSame</strong> element only present one value, perhaps the value of the first node. However, the field should be clearly
marked in any end-user GUI (for example by graying the field), and MUST ONLY be sent back to the server in a set operation if explicitly edited by the end-user.
The parameter will be set in all selected nodes in that case. Unedited fields should be treated as if the end-user accepts the different values for the current set of nodes.
</p>
</section3>
<section3 topic='Set Common Node Parameters after editing'>
<p>
After editing the form, the client uses the <strong>setCommonNodeParametersAfterEdit</strong> command to set the parameters in the set of nodes. Note that it is possible to
set the same parameters (or a sub-set of the same parameters) to a different set of nodes using this command, without the need to get new form parameters. However, after the first
successful set operation, any form session used for dynamic validation during edit will not be available on the server any more.
</p>
<example caption='Set Common Node Parameters after editing'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='32'>
<setCommonNodeParametersAfterEdit xmlns='urn:xmpp:iot:concentrators' xml:lang='en'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>009c7956-001c-43fb-8edb-76bcf74272c9</value>
</field>
<field var='class' type='list-single'>
<value>Temperature</value>
</field>
</x>
</setCommonNodeParametersAfterEdit>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='32'>
<setCommonNodeParametersAfterEditResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<node nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node2' nodeType='Namespace.NodeType2' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node2'/>
<string id='type' name='Node Type' value='Watchamacallit Pressure Sensor v1.2'/>
<string id='sn' name='Serial Number' value='234567'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P668632-6'/>
<int id='addr' name='Address' value='124'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
<node nodeId='Node3' nodeType='Namespace.NodeType3' cacheType='Node' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root'>
<string id='id' name='Node ID' value='Node3'/>
<string id='type' name='Node Type' value='Watchamacallit Electricity Meter v1.2'/>
<string id='sn' name='Serial Number' value='345678'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P332367-9'/>
<int id='addr' name='Address' value='125'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</node>
</setCommonNodeParametersAfterEditResponse>
</iq>]]>
</example>
<p>
Note that validation rules, pagination, etc., can be stripped from the form when submitting it to the server. Also the form type attribute must be set
to <strong>'submit'</strong>. Note also that as the <strong>result</strong> attribute is <strong>OK</strong>, it is assumed the server has dropped any parameter form resources
related to the form, which disables any future dynamic validation of the contents of the form.
</p>
<p>
<strong>Important:</strong> A parameter that exists in multiple nodes, but has different parameter values among the nodes, will be marked with the
<strong>notSame</strong> element, according to <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link>. Such parameters MUST NOT be sent back to the server
unless they have explicitly been edited or signed by the end-user. The value sent back to the server will be set in all nodes.
</p>
</section3>
<section3 topic='Set Common Node Parameters after editing, Failure'>
<p>
The following example shows how the server responds when the client tries to set invalid parameters to a set of nodes. The response contains detailed information about why,
information which the client can use to inform the user (if any) of what went wrong.
</p>
<example caption='Set Common Node Parameters after editing, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='33'>
<setCommonNodeParametersAfterEdit xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' xml:lang='en'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>009c7956-001c-43fb-8edb-76bcf74272c9</value>
</field>
<field var='id' type='text-single'>
<value>Node1</value>
</field>
<field var='class' type='list-single'>
<value>Temperature</value>
</field>
</x>
</setCommonNodeParametersAfterEdit>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='33'>
<setCommonNodeParametersAfterEditResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='id'>Parameter not available.</error>
</setCommonNodeParametersAfterEditResponse>
</iq>]]>
</example>
<p>
As the <strong>result</strong> attribute is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link> for more information.
</p>
</section3>
<section3 topic='Get Node Messages'>
<p>
Each node in the concentrator has a <strong>state</strong>. This state is a dynamic run-time state, and therefore not presented as a more static property.
This state can be any of the following values, in order of increasing importance:
</p>
<table caption='Node states'>
<tr>
<th>State</th>
<th>Description</th>
</tr>
<tr>
<td>None</td>
<td>Nothing has been reported on the node.</td>
</tr>
<tr>
<td>Information</td>
<td>There are informative events reported on the node.</td>
</tr>
<tr>
<td>WarningSigned</td>
<td>There are warnings reported on the node. But these warnings have been viewed by an operator.</td>
</tr>
<tr>
<td>WarningUnsigned</td>
<td>There are new or unreviewed warnings reported on the node.</td>
</tr>
<tr>
<td>ErrorSigned</td>
<td>There are errors reported on the node. But these errors have been viewed by an operator.</td>
</tr>
<tr>
<td>ErrorUnsigned</td>
<td>There are new or unreviewed errors reported on the node.</td>
</tr>
</table>
<p>
Other types of "states" are of course possible, such as phase - installation phase, test phase, production phase, etc. - but such "states" are seen as static
and presented as parameters on the node. The purpose of the dynamic state attribute of a node, is to give a dynamic runtime state that has
the possibility to change during runtime, which operators must be aware of.
</p>
<p>
The following commands have an optional attribute <strong>messages</strong>, with which they can ask the server to return any events logged on the node, giving more details of the
current state of the node:
</p>
<ul>
<li>
<strong>getNode</strong>
</li>
<li>
<strong>getNodes</strong>
</li>
<li>
<strong>getChildNodes</strong>
</li>
<li>
<strong>getAllNodes</strong>
</li>
<li>
<strong>getRootNodes</strong>
</li>
<li>
<strong>getNodesFromIndex</strong>
</li>
<li>
<strong>getNodesFromIndices</strong>
</li>
</ul>
<example caption='Get Node Messages'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='34'>
<getNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' messages='true' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='34'>
<getNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'
nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'>
<message timestamp='2013-03-21T11:06:15' type='WarningUnsigned'
eventId='ClockWarning'>Internal clock is offset more than 7 seconds.</message>
</getNodeResponse>
</iq>]]>
</example>
<p>
The <strong>messages</strong> attribute can be combined with the <strong>parameters</strong> attribute to provide both node parameters and
messages in the response.
</p>
<example caption='Get Node with parameters and messages'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='35'>
<getNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' xml:lang='en' parameters='true' messages='true'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='35'>
<getNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'
nodeId='Node1' nodeType='Namespace.NodeType1' cacheType='Node' state='WarningUnsigned' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
<message timestamp='2013-03-21T11:06:15' type='WarningUnsigned'
eventId='ClockWarning'>Internal clock is offset more than 7 seconds.</message>
</getNodeResponse>
</iq>]]>
</example>
</section3>
</section2>
<section2 topic='Creating and Destroying Nodes'>
<section3 topic='Get Addable Node Types'>
<p>
Since nodes are context sensitive, depending on node type and tree structure, before being able to create a new node, it is important to know what types of nodes
that can be added to a given node. This is done using the <strong>getAddableNodeTypes</strong> command, as is shown in the following example:
</p>
<example caption='Get Addable Node Types'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='36'>
<getAddableNodeTypes xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='B1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='36'>
<getAddableNodeTypesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<nodeType type='Namespace.Apartment' name='Apartment'/>
<nodeType type='Namespace.MeteringTopologyReference' name='Metering Topology Reference'/>
<nodeType type='Namespace.Location' name='Service Location'/>
</getAddableNodeTypesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Parameters for New Node'>
<p>
When you know what type of node you want to create, you need to get a set of parameters you need to fill in for the new node, before you can create it.
This is done using the <strong>getParametersForNewNode</strong> command, as is shown in the following example:
</p>
<example caption='Get Parameters for New Node'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='37'>
<getParametersForNewNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='B1'
type='Namespace.MeteringTopologyReference' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='37'>
<getParametersForNewNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Metering Topology</title>
<xdl:page label='Identity'>
<xdl:fieldref var='id'/>
<xdl:fieldref var='referenceId'/>
</xdl:page>
<field var='xdd session' type='hidden'>
<value>0B146517-8EA3-4BEC-A2E9-CF3F209D4A5D</value>
</field>
<field var='id' type='text-single' label='Node ID:'>
<desc>ID of the node.</desc>
<required/>
<value/>
</field>
<field var='referenceId' type='text-single' label='Metering Node ID:'>
<desc>ID of the node in the metering topology.</desc>
<required/>
<value/>
</field>
</x>
</getParametersForNewNodeResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Create New Node'>
<p>
After editing the form, the client uses the <strong>createNewNode</strong> command to create the new node using the parameters provided in the form.
</p>
<example caption='Create New Node after editing'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='38'>
<createNewNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='B1'
type='Namespace.MeteringTopologyReference' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>0B146517-8EA3-4BEC-A2E9-CF3F209D4A5D</value>
</field>
<field var='id' type='text-single'>
<value>Reference to Node1</value>
</field>
<field var='referenceId' type='text-single'>
<value>Node1</value>
</field>
</x>
</createNewNode>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='38'>
<createNewNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<node nodeId='Reference to Node1' nodeType='Namespace.MeteringTopologyReference' state='None' hasChildren='false'
isReadable='true' isControllable='true' hasCommands='true' parentId='B1'>
<string id='id' name='Node ID' value='Reference to Node1'/>
<string id='type' name='Node Type' value='Metering Topology Reference'/>
<string id='referenceId' name='Reference ID' value='Node1'/>
</node>
</createNewNodeResponse>
</iq>]]>
</example>
<p>
Note that validation rules, pagination, etc., can be stripped from the form when submitting it to the server. Also the form type attribute must be set
to <strong>'submit'</strong>. Note also that as the <strong>result</strong> attribute is <strong>OK</strong>, it is assumed the server has dropped any parameter form resources
related to the form, which disables any future dynamic validation of the contents of the form. The newly created node with corresponding parameters is also returned
in the response in a <strong>node</strong> element.
</p>
</section3>
<section3 topic='Create New Node, Failure'>
<p>
The following example shows how the server responds when it cannot accept parameters provided when trying to create a node. The response will contain detailed information
about why, information which the client can use to inform the user (if any) of what went wrong.
</p>
<example caption='Create New Node, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='39'>
<createNewNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='B1'
type='Namespace.MeteringTopologyReference' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>0B146517-8EA3-4BEC-A2E9-CF3F209D4A5D</value>
</field>
<field var='id' type='text-single'>
<value>Node2</value>
</field>
<field var='referenceId' type='text-single'>
<value>NodeX</value>
</field>
</x>
</createNewNode>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='39'>
<createNewNodeResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='id'>There already exists a node with this ID.</error>
<error var='referenceId'>Referenced node was not found.</error>
</createNewNodeResponse>
</iq>]]>
</example>
<p>
As the <strong>result</strong> attribute is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link> for more information.
</p>
</section3>
<section3 topic='Destroy Node'>
<p>
To destroy (remove) a node from the concentrator, the <strong>destroyNode</strong> command is sent, as is shown in the following example:
</p>
<example caption='Destroy Node'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='40'>
<destroyNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='B1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='40'>
<destroyNodeResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
Since the <strong>result</strong> attribute in the response is <strong>OK</strong>, the node has been removed.
</p>
</section3>
<section3 topic='Destroy Node, Failure'>
<p>
If the <strong>result</strong> attribute in the response is other than <strong>OK</strong>, the node was not removed from the concentrator.
The <strong>result</strong> attribute contains the reason why the operation failed, as is shown in the following example:
</p>
<example caption='Destroy Node, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='41'>
<destroyNode xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='B1' xml:lang='en'/>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='41'>
<destroyNodeResponse xmlns='urn:xmpp:iot:concentrators' result='InsufficientPrivileges'/>
</iq>]]>
</example>
</section3>
</section2>
<section2 topic='Node Commands'>
<section3 topic='Get Node Commands'>
<p>
Each node can have a context sensitive set of commands available to it. This is shown using the <strong>hasCommands</strong> attribute in the
<link url='#nodeinfo'>Node Information</link> record describing the corresponding node. If the client wants to get a list of available commands,
the <strong>getNodeCommands</strong> command is sent to the concentrator, as is shown in the following example:
</p>
<example caption='Get Node Commands'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='43'>
<getNodeCommands xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='43'>
<getNodeCommandsResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<command command='knockDoor' name='Knock on door' type='Simple'
confirmationString='Are you sure you want to knock on the door?'
failureString='Unable to knock on the door.'
successString='Door knocked.'/>
<command command='scheduleWakeupCall' name='Schedule wakeup call' type='Parameterized'
failureString='Unable to schedule the wakeup call.'
successString='Wakeup call scheduled.'/>
<command command='searchEvents' name='Search events...' type='Query'
failureString='Unable to search for events.'
successString='Search for events started...'/>
</getNodeCommandsResponse>
</iq>]]>
</example>
<p>
There are three types of commands available: <strong>Simple</strong>, <strong>Parameterized</strong> and <strong>Query</strong>. <strong>Simple</strong> commands
take no parameters, and are therefore simpler to execute. <strong>Parameterized</strong> commands require the client to get a set of parameters for the corresponding
command before it can be executed. <strong>Query</strong> commands also require a set of parameters to be executed, but return a response after (or during) execution
in an asynchronous fashion. Queries can also be aborted during execution. A Query with an empty parameter set is considered to be a simple query, not requiring a
parameter dialog to be shown.
</p>
<p>
For more information about command attributes, see <link url='#nodecommands'>Node Commands</link>.
</p>
</section3>
<section3 topic='Execute Simple Node Command'>
<p>
Executing a simple command is done by sending the <strong>executeNodeCommand</strong> command to the concentrator, as is shown in the following example:
</p>
<example caption='Execute Simple Node Command'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='44'>
<executeNodeCommand xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' command='knockDoor' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='44'>
<executeNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
</section3>
<section3 topic='Get Node Command Parameters'>
<p>
To execute a parameterized command or a query on the node, the client first needs to get (and edit) a set of parameters for the command. Getting a set of parameters for a
parameterized command is done as follows:
</p>
<example caption='Get Node Command Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='45'>
<getCommandParameters xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1'
command='scheduleWakeupCall' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='45'>
<getCommandParametersResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Schedule wake-up call</title>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single' label='Time:'>
<desc>Time of the wake-up call.</desc>
<required/>
<value></value>
<xdv:validate datatype='xs:time'/>
<xdv:basic/>
</xdv:validate>
</field>
<field var='mode' type='list-single' label='Wake-up mode:'>
<desc>Type of wake-up call</desc>
<value>Soft</value>
<option label='Soft'><value>Soft</value></option>
<option label='Normal'><value>Normal</value></option>
<option label='Harass'><value>Harass</value></option>
</field>
</x>
</getCommandParametersResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Parameterized Node Command'>
<p>
Executing a parameterized command is also done by sending the <strong>executeNodeCommand</strong> command to the concentrator, but including the edited form parameters,
as is shown in the following example:
</p>
<example caption='Execute Parameterized Node Command'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='46'>
<executeNodeCommand xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1'
command='scheduleWakeupCall' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single'>
<value>04:30:00</value>
</field>
<field var='mode' type='list-single'>
<value>Harass</value>
</field>
</x>
</executeNodeCommand>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='46'>
<executeNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Node Command, Failure'>
<p>
If an error occurs during the execution of a command or if the server rejects the execution of a command, the server returns a response code different from
<strong>OK</strong>. If the response code is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link> for more information.
</p>
<example caption='Execute Node Command, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='47'>
<executeNodeCommand xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1'
command='scheduleWakeupCall' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single'>
<value>04:30:00</value>
</field>
<field var='mode' type='list-single'>
<value>Harass</value>
</field>
</x>
</executeNodeCommand>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='47'>
<executeNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='mode'>You are not allowed to harass people at 04:30:00!</error>
</executeNodeCommandResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Node Query'>
<p>
Executing a Node Query also requires the client to get a set of parameters for the query. This is done in the same way as for parametrized commands,
as is shown in the following example:
</p>
<example caption='Get Node Query Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='74'>
<getCommandParameters xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1'
command='searchEvents' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='74'>
<getCommandParametersResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Search for events</title>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='from' type='text-single' label='From:'>
<desc>From what point in time events will be fetched.</desc>
<required/>
<value>2013-04-16T12:58:00</value>
<xdv:validate datatype='xs:dateTime'/>
<xdv:basic/>
</xdv:validate>
</field>
<field var='to' type='text-single' label='To:'>
<desc>To what point in time events will be fetched.</desc>
<required/>
<value>2013-04-23T12:58:00</value>
<xdv:validate datatype='xs:dateTime'/>
<xdv:basic/>
</xdv:validate>
</field>
<field var='searchText' type='text-single' label='Search Text:'>
<desc>Only return events including this text.</desc>
<required/>
<value></value>
</field>
</x>
</getCommandParametersResponse>
</iq>]]>
</example>
<p>
Executing the query is then done by sending the <strong>executeNodeQuery</strong> command to the concentrator, but including the edited form parameters,
as is shown in the following example:
</p>
<example caption='Execute Node Query'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='75'>
<executeNodeQuery xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' command='searchEvents' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='from' type='text-single'>
<value>2013-04-16T12:58:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-04-23T12:58:00</value>
</field>
<field var='searchText' type='text-single'>
<value>Harass</value>
</field>
</x>
</executeNodeQuery>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='75'>
<executeNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='OK' queryId='Query0001'/>
</iq>
...]]>
</example>
<p>
After the successful execution of a query command, a sequence of query events will follow. These events will include a <strong>queryId</strong>
attribute to identify to which query the corresponding events correspond. See section about <link url='#queryevents'>Query Events</link>
for more information about this.
</p>
<p>
<strong>Note:</strong> Queries with no visible parameters in the command parameter form need not display a parameter form to the user before being executed.
However, if a confirmation question is defined for the command, such a confirmation question should always be presented to the user (if possible) before
executing the command.
</p>
</section3>
<section3 topic='Execute Node Query, Failure'>
<p>
If an error occurs during the reception of a query or if the server rejects the execution of a query, the server returns a response code different from
<strong>OK</strong>. If the response code is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link> for more information.
</p>
<example caption='Execute Node Query, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='76'>
<executeNodeQuery xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' command='searchEvents' xml:lang='en'>
<x type='submit' xmlns='jabber:x:data'>
<field var='from' type='text-single'>
<value>2013-04-23T12:58:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-04-16T12:58:00</value>
</field>
<field var='searchText' type='text-single'>
<value>Harass</value>
</field>
</x>
</executeNodeQuery>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='76'>
<executeNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='to'>The TO timestamp needs to be later than the FROM timestamp.</error>
</executeNodeQueryResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Abort Node Query'>
<p>
One a query has been accepted and started running, the client can abort it using the <strong>abortNodeQuery</strong> command, as is shown in the
following example.
</p>
<example caption='Abort Node Query'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='77'>
<abortNodeQuery xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' command='searchEvents'
queryId='Query0001' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='77'>
<abortNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
<strong>Note:</strong> The execution of a query is an asynchronous process, with a small delay between the compilation and transmission of
<link url='#queryevents'>query events</link> and the reception of them by a client. A client may thinkt a query is still active when asking
to abort it, when the query might actually have been finished and removed on the query side. Therefore, clients should be aware of this
when receiving <strong>NotFound</strong> responses from a concentrator, that the query might already have been finished.
</p>
</section3>
<section3 topic='Get Common Commands for Nodes'>
<p>
Using the command <strong>getCommonNodeCommands</strong>, the client can receive commands that are common for a set of nodes,
as is shown in the following example:
</p>
<example caption='Get Common Commands for Nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='48'>
<getCommonNodeCommands xmlns='urn:xmpp:iot:concentrators' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
</getCommonNodeCommands>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='48'>
<getCommonNodeCommandsResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<command command='knockDoor' name='Knock on door' type='Simple'
confirmationString='Are you sure you want to knock on the door?'
failureString='Unable to knock on the door.'
successString='Door knocked.'/>
<command command='scheduleWakeupCall' name='Schedule wakeup call' type='Parameterized'
failureString='Unable to schedule the wakeup call.'
successString='Wakeup call scheduled.'/>
</getCommonNodeCommandsResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Simple Command on multiple nodes'>
<p>
Executing a simple command on multiple nodes is done by sending the <strong>executeCommonNodeCommand</strong> command to the concentrator,
as is shown in the following example:
</p>
<example caption='Execute Simple Command on multiple nodes'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='49'>
<executeCommonNodeCommand xmlns='urn:xmpp:iot:concentrators' command='knockDoor' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
</executeCommonNodeCommand>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='49'>
<executeCommonNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<result>true</result>
<result>true</result>
<result>true</result>
<result>true</result>
<result>true</result>
<result>true</result>
</executeCommonNodeCommandResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Common Command Parameters from command on multiple nodes'>
<p>
To execute a parameterized command on a set of nodes, the client first needs to get (and edit) a set of parameters for the common command. Getting a set of parameters for a
common parameterized command is done as follows:
</p>
<example caption='Get Common Command Parameters from command on multiple nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='50'>
<getCommonCommandParameters xmlns='urn:xmpp:iot:concentrators' command='scheduleWakeupCall' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
</getCommonCommandParameters>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='50'>
<getCommonCommandParametersResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Schedule wake-up call</title>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single' label='Time:'>
<desc>Time of the wake-up call.</desc>
<required/>
<value></value>
<xdv:validate datatype='xs:time'/>
<xdv:basic/>
</xdv:validate>
</field>
<field var='mode' type='list-single' label='Wake-up mode:'>
<desc>Type of wake-up call</desc>
<value>Soft</value>
<option label='Soft'><value>Soft</value></option>
<option label='Normal'><value>Normal</value></option>
<option label='Harass'><value>Harass</value></option>
</field>
</x>
</getCommonCommandParametersResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Common Parameterized Command on multiple nodes'>
<p>
Executing a common parameterized command is also done by sending the <strong>executeCommonNodeCommand</strong> command to the concentrator, but including the edited form parameters,
as is shown in the following example:
</p>
<example caption='Execute Common Parameterized Command on multiple nodes'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='51'>
<executeCommonNodeCommand xmlns='urn:xmpp:iot:concentrators' command='scheduleWakeupCall' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single'>
<value>04:30:00</value>
</field>
<field var='mode' type='list-single'>
<value>Harass</value>
</field>
</x>
</executeCommonNodeCommand>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='51'>
<executeCommonNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<result>true</result>
<result>true</result>
<result>true</result>
<result>true</result>
<result>true</result>
<result>true</result>
</executeCommonNodeCommandResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Parameterized Command on Multiple Nodes, Failure'>
<p>
If an error occurs during the execution of a common command or if the server rejects the execution of a common command, the server returns a response code different from
<strong>OK</strong>. If the response code is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link> for more information.
</p>
<example caption='Execute Parameterized Command on Multiple Nodes, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='52'>
<executeCommonNodeCommand xmlns='urn:xmpp:iot:concentrators' command='scheduleWakeupCall' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single'>
<value>04:30:00</value>
</field>
<field var='mode' type='list-single'>
<value>Harass</value>
</field>
</x>
</executeCommonNodeCommand>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='52'>
<executeCommonNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='mode'>You are not allowed to harass people at 04:30:00!</error>
</executeCommonNodeCommandResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Command on Multiple Nodes, Partial Failure'>
<p>
When executing a command, simple or parameterized, on multiple nodes, it might happen that the command fails on some nodes, but not on others, even though
any parameters are validated beforehand. Therefore, the client needs to check any <strong>result</strong> elements in the response, even though the
response code is <strong>OK</strong>.
</p>
<p>
The following example shows the execution of a parameterized command on multiple nodes that fail on some nodes but are executed on others. Note that
individual error messages can be provided as <strong>error</strong> attribute messages for each node that fails in the corresponding <strong>result</strong>
element.
</p>
<example caption='Execute Command on Multiple Nodes, Partial Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='72'>
<executeCommonNodeCommand xmlns='urn:xmpp:iot:concentrators' command='scheduleWakeupCall' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='time' type='text-single'>
<value>04:30:00</value>
</field>
<field var='mode' type='list-single'>
<value>Harass</value>
</field>
</x>
</executeCommonNodeCommand>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='72'>
<executeCommonNodeCommandResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<result>true</result>
<result>true</result>
<result error='Too early!'>false</result>
<result>true</result>
<result error='Sleeping at that time...'>false</result>
<result>true</result>
</executeCommonNodeCommandResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Common Query on multiple nodes'>
<p>
Executing a Node Query on multiple nodes also requires the client to get a set of parameters for the query common to all nodes.
This is done in the same way as for parametrized commands, as is shown in the following example:
</p>
<example caption='Get Common Query Parameters from query on multiple nodes'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='78'>
<getCommonCommandParameters xmlns='urn:xmpp:iot:concentrators' command='searchEvents' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
</getCommonCommandParameters>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='78'>
<getCommonCommandParametersResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Schedule wake-up call</title>
<field var='xdd session' type='hidden'>
<value>E14E330F-8496-46F0-8F40-178808AB13A7</value>
</field>
<field var='from' type='text-single' label='From:'>
<desc>From what point in time events will be fetched.</desc>
<required/>
<value>2013-04-16T12:58:00</value>
<xdv:validate datatype='xs:dateTime'/>
<xdv:basic/>
</xdv:validate>
</field>
<field var='to' type='text-single' label='To:'>
<desc>To what point in time events will be fetched.</desc>
<required/>
<value>2013-04-23T12:58:00</value>
<xdv:validate datatype='xs:dateTime'/>
<xdv:basic/>
</xdv:validate>
</field>
<field var='searchText' type='text-single' label='Search Text:'>
<desc>Only return events including this text.</desc>
<required/>
<value></value>
</field>
</x>
</getCommonCommandParametersResponse>]]>
</example>
<p>
Executing the query is then done by sending the <strong>executeCommonNodeQuery</strong> command to the concentrator, but including the edited form parameters,
as is shown in the following example:
</p>
<example caption='Execute Common Query on multiple nodes'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='79'>
<executeCommonNodeQuery xmlns='urn:xmpp:iot:concentrators' command='searchEvents' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='from' type='text-single'>
<value>2013-04-16T12:58:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-04-23T12:58:00</value>
</field>
<field var='searchText' type='text-single'>
<value>Harass</value>
</field>
</x>
</executeCommonNodeQuery>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='79'>
<executeCommonNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='OK' queryId='Query0001'/>
</iq>
...]]>
</example>
<p>
After the successful execution of a query command, a sequence of query events will follow. These events will include a <strong>queryId</strong>
attribute to identify to which query the corresponding events correspond. They will also include node reference attributes so the receptor can
distinguish information from different nodes in the query. See section about <link url='#queryevents'>Query Events</link>
for more information about this.
</p>
<p>
<strong>Note:</strong> Queries with no visible parameters in the command parameter form need not display a parameter form to the user before being executed.
However, if a confirmation question is defined for the command, such a confirmation question should always be presented to the user (if possible) before
executing the command.
</p>
</section3>
<section3 topic='Execute Common Query on multiple nodes, Failure'>
<p>
If an error occurs during the execution of a common query or if the server rejects the execution of a common query, the server returns a response code different from
<strong>OK</strong>. If the response code is <strong>FormError</strong>, the server maintains any parameter form resources related to the form, and features such as
dynamic validation of the contents of the form will still be available until the parameters have been successfully set, the operation has been
explicitly cancelled or a form session time-out has occurred. See <link url='http://xmpp.org/extensions/xep-0336.html'>XEP-0336</link> for more information.
</p>
<example caption='Execute Parameterized Query on multiple nodes, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='80'>
<executeCommonNodeQuery xmlns='urn:xmpp:iot:concentrators' command='searchEvents' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='from' type='text-single'>
<value>2013-04-23T12:58:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-04-16T12:58:00</value>
</field>
<field var='searchText' type='text-single'>
<value>Harass</value>
</field>
</x>
</executeCommonNodeQuery>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='80'>
<executeCommonNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='to'>The TO timestamp needs to be later than the FROM timestamp.</error>
</executeCommonNodeQueryResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Execute Common Query on multiple nodes, Partial Failure'>
<p>
When executing a query on multiple nodes, it might happen that the query is rejected on some nodes, but not on others, even though
any parameters are validated beforehand. Therefore, the client needs to check any <strong>result</strong> elements in the response, even though the
response code is <strong>OK</strong>.
</p>
<p>
The following example shows the execution of a query on multiple nodes that fail on some nodes but are executed on others. Note that
individual error messages can be provided as <strong>error</strong> attribute messages for each node that fails in the corresponding <strong>result</strong>
element.
</p>
<example caption='Execute Common Query on multiple nodes, Partial Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='81'>
<executeCommonNodeQuery xmlns='urn:xmpp:iot:concentrators' command='searchEvents' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='from' type='text-single'>
<value>2013-04-23T12:58:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-04-16T12:58:00</value>
</field>
<field var='searchText' type='text-single'>
<value>Harass</value>
</field>
</x>
</executeCommonNodeQuery>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='81'>
<executeCommonNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='OK' queryId='Query0002'>
<result>true</result>
<result>true</result>
<result error='Event Database not available!'>false</result>
<result>true</result>
<result>true</result>
<result>true</result>
</executeCommonNodeQueryResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Abort Common Query on multiple nodes'>
<p>
To abort a query common to a set of nodes you use the <strong>abortCommonNodeQuery</strong> command, as is shown in the following example:
</p>
<example caption='Abort Common Query on multiple nodes'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='82'>
<abortCommonNodeQuery xmlns='urn:xmpp:iot:concentrators' queryId='Query0002' xml:lang='en'>
<node sourceId='MeteringGroups' nodeId='Apartment 1-1'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-2'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-3'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-4'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-5'/>
<node sourceId='MeteringGroups' nodeId='Apartment 1-6'/>
</abortCommonNodeQuery>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='82'>
<abortCommonNodeQueryResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>]]>
</example>
<p>
<strong>Note:</strong> The execution of a query is an asynchronous process, with a small delay between the compilation and transmission of
<link url='#queryevents'>query events</link> and the reception of them by a client. A client may thinkt a query is still active when asking
to abort it, when the query might actually have been finished and removed on the query side. Therefore, clients should be aware of this
when receiving <strong>NotFound</strong> responses from a concentrator, that the query might already have been finished. In the case of
aborting queries on multiple nodes, servers must ignore nodes where the query has already finished executing.
</p>
</section3>
</section2>
<section2 topic='Query Events' anchor='queryevents'>
<p>
Query events are sent as a response to executing queries on nodes. They are reported asynchronously from the concentrator to the client executing the query. Each
event is wrapped in a <strong>queryProgress</strong> element within a message sent from the concentrator to the client. Each such <strong>queryProgress</strong>
element can include any number of query events, and the client must process them in the order they appear in the message.
</p>
<p>
Each <strong>queryProgress</strong> element contains a <strong>queryId</strong> attribute identifying the query to which the events correspond. They also contain
<strong>sourceId</strong>, <strong>nodeId</strong> and an optional <strong>cacheType</strong> to identify from which node in a concentrator the events originated.
</p>
<p>
<strong>Note:</strong> A <strong>queryProgress</strong> element can only contain events from a single query executed on a single node. If a query is executed on
multiple nodes, events resulting from different nodes will be sent in different messages.
</p>
<p>
The following subsections describe each query event in turn.
</p>
<section3 topic='Query Started'>
<p>
This event is sent when the query is started on a node. It is sent using a <strong>queryStarted</strong> event element. This element does not take any
attributes.
</p>
<example caption='Query Started'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
<queryStarted/>
...
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='Query Done'>
<p>
This event is sent when the query is done on a node. It is sent using a <strong>queryDone</strong> event element. This element does not take any
attributes.
</p>
<example caption='Query Done'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<queryDone/>
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='Query Aborted'>
<p>
This event is sent when the query has been aborted on a node. It is sent using a <strong>queryAborted</strong> event element. This element does not take any
attributes.
</p>
<example caption='Query Aborted'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<queryAborted/>
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='New Table'>
<p>
A query result can consist of zero or more data tables. Each data table consists of a set of columns and records containing value items for the these
columns. A new table is identified by a query event named <strong>newTable</strong>. a <strong>newTable</strong> event contains a sequence of
<strong>column</strong> events each identifying a column in the table.
</p>
<example caption='New Table'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<newTable tableId='table1' tableName='Events'>
<column columnId='timestamp' header='Timestamp'>
<column columnId='message' header='Message'>
</newTable>
...
</queryProgress>
</message>]]>
</example>
<p>
For more information about column definitions, see <link url='#columndef'>Table Column definitions in query results</link>.
</p>
</section3>
<section3 topic='New Records'>
<p>
A set of records in an open table is reported using the <strong>newRecords</strong> query event.
</p>
<example caption='New Records'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<newRecords tableId='table1'>
<record>
<dateTime>2013-04-24T17:43:15</dateTime>
<string>Harassed</string>
</record>
...
</newRecords>
...
</queryProgress>
</message>]]>
</example>
<p>
For more information about records, see <link url='#recorddef'>Record Item definitions in query results</link>.
</p>
</section3>
<section3 topic='Table Done'>
<p>
This event is sent when the query is done with a table. It is sent using a <strong>tableDone</strong> event element. The query must not send any more records
to a table that has been closed using this query event.
</p>
<example caption='Table Done'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<tableDone tableId='table1'/>
...
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='New Object'>
<p>
Some queries may want to return other types of data than tables, like images, graphs, etc. These may be combined with table information or not.
A query returns such an object using the <strong>newObject</strong> query event. Each object is MIME encoded, and the MIME Type is sent in the
<strong>contentType</strong> attribute. The object itself is Base-64 encoded.
</p>
<example caption='New Object'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<newObject contentType='image/png'>...</newObject>
...
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='Query Message'>
<p>
During the processing of a query, the query might want to report a message of some kind. This is done using the <strong>queryMessage</strong>
query event.
</p>
<example caption='Query Message'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<queryMessage type='Information' level='Minor'>30 events found.</queryMessage>
...
</queryProgress>
</message>]]>
</example>
<p>
For more information about query messages, see <link url='#messagedef'>Message definitions in query results</link>.
</p>
</section3>
<section3 topic='Title'>
<p>
Enables the executing process of the query to set a custom title for the result. Note that the result only has one title.
</p>
<example caption='Title'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<title name='Current state'/>
...
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='Status'>
<p>
Permits the executing process to report the current status. This can change a lot during execution and values should not be persisted, like
query messages. Instead, they can be displayed in a status bar, just to give the end-user feedback of the status of a long-running query.
</p>
<example caption='Status'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<status message='Processing. 67% done.'/>
...
</queryProgress>
</message>]]>
</example>
</section3>
<section3 topic='Starting a section or subsection'>
<p>
Starts a new section in the query result. In large query results, sections can be used to format the result using an intuitive disposition
in a visually appealing way. Nested sections should be interepreted as sub-sections. Tables and objects started or reported within a section
belong in that section, and should be listed sequentially in the order they are reported to the client.
</p>
<example caption='Starting a section or subsection'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<beginSection header='1. Stockholm'/>
...
<beginSection header='1.1. Solna'/>
...
</queryProgress>
</message>]]>
</example>
<p>
Note that the use of sections in a query result is optional. Tables and objects received outside the scope of sections should be placed
in a default section by the client.
</p>
</section3>
<section3 topic='Closing a section or subsection'>
<p>
Closes the current section or sub-section. Tables inside closed sections can still be open and receive fields. Tables are closed using the
<strong>tableDone</strong> query event.
</p>
</section3>
<example caption='Starting a section or subsection'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<queryProgress xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringGroups' nodeId='Apartment 1-1' cacheType='Apartment' queryId='Query0001'>
...
<endSection/>
...
<endSection/>
...
</queryProgress>
</message>]]>
</example>
</section2>
<section2 topic='Data Source Events' anchor='sourceevents'>
<p>
Events are asynchronous messages sent from the concentrator to devices registered with the concentrator and having subscribed to events from the concentrator.
<link url='#subscribe'>Event subscription</link> can be activated using the <strong>subscribe</strong> command. You can also <link url='#subscribe2'>retrieve historical events</link>
using the <strong>subscribe</strong> command.
</p>
<p>
Each event is sent from the concentrator to each subscriber using a <strong>message</strong> stanza. Each such <strong>message</strong> stanza may contain multiple
events. The following subsections list the different types of events that can be sent. Even though these examples may list only one element in a message stanza, this
is not a limitation. Different types of events may also be mixed within the message stanza.
</p>
<p>
Event subscriptions only last for as long as the client and concentrator both maintains presence. The concentrator must not persist
event notification subscriptions, and if it goes offline and back online, or if the client goes offline or online again for any reason, the event subscription
is removed.
</p>
<p>
Node events may contain parameters or status messages. This depends on how the subscription was made. The <strong>parameters</strong> and <strong>messages</strong> attributes
in the <strong>subscribe</strong> command determine if node parameters and/or status messages should be sent in event messages.
</p>
<section3 topic='Node added event'>
<p>
The <strong>nodeAdded</strong> event is sent when a node has been added to a data source which the client subscribes to. The following example
shows how such an event message may look like:
</p>
<example caption='Node added event, without parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeAdded xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' nodeType='Namespace.NodeType1'
cacheType='Node' state='None' hasChildren='false' isReadable='true' isControllable='true' hasCommands='true'
parentId='Root' lastChanged='2013-03-19T17:58:01'/>
</message>]]>
</example>
<example caption='Node added event, with parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeAdded xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' nodeType='Namespace.NodeType1'
cacheType='Node' state='None' hasChildren='false' isReadable='true' isControllable='true' hasCommands='true'
parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</nodeAdded>
</message>]]>
</example>
<p>
<strong>Note:</strong> Moving a node in a data source from one parent to another, possibly between different data sources, is performed by first
removing it from the current source (sending a <strong>nodeRemoved</strong> event) and then adding it to the new data source (sending a <strong>nodeAdded</strong>
event), in that order.
</p>
<p>
If a node is added to a parent where order of nodes is important, the attributes <strong>afterNodeId</strong> and also optionally
<strong>afterNodeCacheType</strong> used to identify the node after which the new node should be inserted.
</p>
<example caption='Ordered Node added event, without parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeAdded xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node2' nodeType='Namespace.NodeType1'
cacheType='Node' state='None' hasChildren='false' isReadable='true' isControllable='true' hasCommands='true'
parentId='Root' lastChanged='2013-03-19T17:58:01' afterNodeId='Node1' afterNodeCacheType='Node'/>
</message>]]>
</example>
</section3>
<section3 topic='Node removed'>
<p>
The <strong>nodeRemoved</strong> event is sent when a node in a data source has been removed or destroyed. It does not include status message or parameter
information about the node, only the reference to the node. The following example shows how such an event message may look like:
</p>
<example caption='Node removed'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeRemoved xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1'/>
</message>]]>
</example>
<p>
<strong>Note:</strong> Moving a node in a data source from one parent to another, possibly between different data sources, is performed by first
removing it from the current source (sending a <strong>nodeRemoved</strong> event) and then adding it to the new data source (sending a <strong>nodeAdded</strong>
event), in that order.
</p>
</section3>
<section3 topic='Node updated'>
<p>
The <strong>nodeUpdated</strong> event is sent when a node has been updated in a data source which the client subscribes to. The following example
shows how such an event message may look like:
</p>
<example caption='Node updated event, without parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeUpdated xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' nodeType='Namespace.NodeType1'
cacheType='Node' state='None' hasChildren='false' isReadable='true' isControllable='true' hasCommands='true'
parentId='Root' lastChanged='2013-03-19T17:58:01'/>
</message>]]>
</example>
<example caption='Node updated event, with parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeUpdated xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' nodeType='Namespace.NodeType1'
cacheType='Node' state='None' hasChildren='false' isReadable='true' isControllable='true' hasCommands='true'
parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</nodeUpdated>
</message>]]>
</example>
<p>
The event has an optional attribute named <strong>oldId</strong>. It is set when the node has been renamed. It must be used, if available, to identify
what node has been updated, as the following example shows:
</p>
<example caption='Node renamed event, without parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeUpdated xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' oldId='OldNode1' nodeId='Node1'
nodeType='Namespace.NodeType1' cacheType='Node' state='None' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'/>
</message>]]>
</example>
<example caption='Node renamed event, with parameters'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeUpdated xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' oldId='OldNode1' nodeId='Node1'
nodeType='Namespace.NodeType1' cacheType='Node' state='None' hasChildren='false' isReadable='true'
isControllable='true' hasCommands='true' parentId='Root' lastChanged='2013-03-19T17:58:01'>
<string id='id' name='Node ID' value='Node1'/>
<string id='type' name='Node Type' value='Watchamacallit Temperature Sensor v1.2'/>
<string id='sn' name='Serial Number' value='123456'/>
<string id='class' name='Node Class' value='Temperature'/>
<string id='meterLoc' name='Meter Location' value='P123502-2'/>
<int id='addr' name='Address' value='123'/>
<double id='lat' name='Latitude' value='12.345'/>
<double id='long' name='Longitude' value='123.45'/>
</nodeUpdated>
</message>]]>
</example>
<p>
<strong>Note: </strong>If only the status has changed, and no other parameters have changed, the <link url='#nodeStatusChanged'>nodeStatusChanged</link>
event could be sent instead, for somewhat improved performance in this case.
</p>
</section3>
<section3 topic='Node status changed' anchor='#nodeStatusChanged'>
<p>
The <strong>nodeStatusChanged</strong> event is sent when the <link url='#nodestates'>state of the node</link> has changed, but no other parameters have been changed.
If the client has subscribed to state messages, these will also be included in the event.
</p>
<example caption='Node status changed event, without messages'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeStatusChanged xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' cacheType='Node' state='ErrorUnsigned'/>
</message>]]>
</example>
<example caption='Node status changed event, with messages'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeStatusChanged xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1' cacheType='Node' state='ErrorUnsigned'>
<message timestamp='2013-03-22T12:49:34' type='Error'>Sensor does not respond to read-out requests.</message>
</nodeStatusChanged>
</message>]]>
</example>
</section3>
<section3 topic='Node moved up'>
<p>
The <strong>nodeMovedUp</strong> event is sent when a node in a data source has been moved up among its siblings. It does not include status message or parameter
information about the node, only the reference to the node. The following example shows how such an event message may look like:
</p>
<example caption='Node moved up'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeMovedUp xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1'/>
</message>]]>
</example>
<p>
<strong>Note:</strong> If issuing a <strong>moveNodeUp</strong> command on a node that is already first among its siblings, the node is not moved and the
concentrator must not send a <strong>nodeMovedUp</strong> event. However, if the client receives such an event pointing to a node that is already first among
its siblings, it should not move the node.
</p>
</section3>
<section3 topic='Node moved down'>
<p>
The <strong>nodeMovedDown</strong> event is sent when a node in a data source has been moved down among its siblings. It does not include status message or parameter
information about the node, only the reference to the node. The following example shows how such an event message may look like:
</p>
<example caption='Node moved down'>
<![CDATA[
<message from='concentrator@example.org'
to='client@example.org/client'>
<nodeMovedDown xmlns='urn:xmpp:iot:concentrators' sourceId='MeteringTopology' nodeId='Node1'/>
</message>]]>
</example>
<p>
<strong>Note:</strong> If issuing a <strong>moveNodeDown</strong> command on a node that is already last among its siblings, the node is not moved and the
concentrator must not send a <strong>nodeMovedDown</strong> event. However, if the client receives such an event pointing to a node that is already last among
its siblings, it should not move the node.
</p>
</section3>
</section2>
<section2 topic='Field Databases'>
<p>
A concentrator can often store data from sensors locally (or remotely but controlled locally). Storage is done in <strong>field databases</strong>. A concentrator with
only communicative abilities will publish zero such field databases (and support for none of the field database commands), while a pure metering database will publish
one or many field databases, but none of the nodes available in any of the different data sources are readable or writable. The nodes in this latter case only acts as
placeholders for the data that the concentrator is storing or controlling.
</p>
<p>
The following subsections lists different use cases relating to field databases and how to use them.
</p>
<section3 topic='Get All Databases'>
<p>
The client can retrieve the list of available databases on the concentrator using the <strong>getDatabases</strong> command, as is shown in the following example:
</p>
<example caption='Get All Databases'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='64'>
<getDatabases xmlns='urn:xmpp:iot:concentrators' xml:lang='en'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='64'>
<getDatabasesResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<database databaseId='LocalDB' name='Local Database'/>
<database databaseId='LocalDBTest' name='Local Test Database'/>
<database databaseId='LocalDBProduction' name='Local Production Database'/>
<database databaseId='RemoteDB' name='Remote Database'/>
</getDatabasesResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Get Database Readout Parameters'>
<p>
Before reading data from a database can begin, a parameter form containing database specific search parameters needs to be fetched from the server.
This is done using the <strong>getDatabaseReadoutParameters</strong> command, as is shown in the following example:
</p>
<example caption='Get Database Readout Parameters'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='65'>
<getDatabaseReadoutParameters xmlns='urn:xmpp:iot:concentrators' xml:lang='en' databaseId='LocalDB'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='65'>
<getDatabaseReadoutParametersResponse xmlns='urn:xmpp:iot:concentrators' result='OK'>
<x type='form'
xmlns='jabber:x:data'
xmlns:xdv='http://jabber.org/protocol/xdata-validate'
xmlns:xdl='http://jabber.org/protocol/xdata-layout'
xmlns:xdd='urn:xmpp:xdata:dynamic'>
<title>Database read-out</title>
<xdl:page label='Time'>
<xdl:fieldref var='from'/>
<xdl:fieldref var='to'/>
</xdl:page>
<xdl:page label='Fields'>
<xdl:fieldref var='fields'/>
</xdl:page>
<xdl:page label='Types'>
<xdl:fieldref var='momentary'/>
<xdl:fieldref var='peak'/>
<xdl:fieldref var='status'/>
<xdl:fieldref var='computed'/>
<xdl:fieldref var='identity'/>
<xdl:fieldref var='historySecond'/>
<xdl:fieldref var='historyMinute'/>
<xdl:fieldref var='historyHour'/>
<xdl:fieldref var='historyDay'/>
<xdl:fieldref var='historyWeek'/>
<xdl:fieldref var='historyMonth'/>
<xdl:fieldref var='historyQuarter'/>
<xdl:fieldref var='historyYear'/>
<xdl:fieldref var='historyOther'/>
</xdl:page>
<xdl:page label='Status'>
<xdl:fieldref var='missing'/>
<xdl:fieldref var='automaticEstimates'/>
<xdl:fieldref var='manualEstimates'/>
<xdl:fieldref var='manualReadout'/>
<xdl:fieldref var='automaticReadout'/>
<xdl:fieldref var='timeOffset'/>
<xdl:fieldref var='warning'/>
<xdl:fieldref var='error'/>
<xdl:fieldref var='signed'/>
<xdl:fieldref var='invoiced'/>
<xdl:fieldref var='invoicedConfirmed'/>
<xdl:fieldref var='endOfSeries'/>
<xdl:fieldref var='powerFailure'/>
<xdl:fieldref var='statusLogicMode'/>
</xdl:page>
<field var='xdd session' type='hidden'>
<value>C20D4F0C-8F8A-490F-8188-53017DF2B71A</value>
</field>
<field var='from' type='text-single' label='From:'>
<required/>
<xdv:validate datatype='xs:dateTime'>
<xdv:basic/>
</xdv:validate>
<desc>Read values not older that this timestamp.</desc>
<value></value>
</field>
<field var='to' type='text-single' label='To:'>
<required/>
<xdv:validate datatype='xs:dateTime'>
<xdv:basic/>
</xdv:validate>
<desc>Read values not newer that this timestamp.</desc>
<value></value>
</field>
<field var='fields' type='text-multi' label='Fields to include: (Use * as wildcards)'>
<desc>If specified, only the following fields (include wildcards) will be read out.</desc>
<value></value>
</field>
<field var='momentary' type='boolean' label='Momentary Values'>
<desc>If checked, momentary values will be read.</desc>
<value>false</value>
</field>
<field var='peak' type='boolean' label='Peak Values'>
<desc>If checked, peak values will be read.</desc>
<value>false</value>
</field>
<field var='status' type='boolean' label='Status Values'>
<desc>If checked, status values will be read.</desc>
<value>false</value>
</field>
<field var='computed' type='boolean' label='Computed Values'>
<desc>If checked, computed values will be read.</desc>
<value>false</value>
</field>
<field var='identity' type='boolean' label='Identity Values'>
<desc>If checked, identity values will be read.</desc>
<value>false</value>
</field>
<field var='historySecond' type='boolean' label='Historical Values (second)'>
<desc>If checked, historical values (second) will be read.</desc>
<value>false</value>
</field>
<field var='historyMinute' type='boolean' label='Historical Values (minute)'>
<desc>If checked, historical values (minute) will be read.</desc>
<value>false</value>
</field>
<field var='historyHour' type='boolean' label='Historical Values (hour)'>
<desc>If checked, historical values (hour) will be read.</desc>
<value>false</value>
</field>
<field var='historyDay' type='boolean' label='Historical Values (day)'>
<desc>If checked, historical values (day) will be read.</desc>
<value>false</value>
</field>
<field var='historyWeek' type='boolean' label='Historical Values (week)'>
<desc>If checked, historical values (week) will be read.</desc>
<value>false</value>
</field>
<field var='historyMonth' type='boolean' label='Historical Values (month)'>
<desc>If checked, historical values (month) will be read.</desc>
<value>false</value>
</field>
<field var='historyQuarter' type='boolean' label='Historical Values (quarter)'>
<desc>If checked, historical values (quarter) will be read.</desc>
<value>false</value>
</field>
<field var='historyYear' type='boolean' label='Historical Values (year)'>
<desc>If checked, historical values (year) will be read.</desc>
<value>false</value>
</field>
<field var='historyOther' type='boolean' label='Historical Values (other)'>
<desc>If checked, historical values (other) will be read.</desc>
<value>false</value>
</field>
<field var='missing' type='list-single' label='Missing Values:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='automaticEstimates' type='list-single' label='Automatic Estimates:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='manualEstimates' type='list-single' label='Manual Estimates:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='manualReadout' type='list-single' label='Manual Readout:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='automaticReadout' type='list-single' label='Automatic Readout:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='timeOffset' type='list-single' label='Time Offset:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='warning' type='list-single' label='Warning:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='error' type='list-single' label='Error:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='signed' type='list-single' label='Signed:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='invoiced' type='list-single' label='Invoiced:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='invoicedConfirmed' type='list-single' label='Invoiced and Confirmed:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='endOfSeries' type='list-single' label='End of Series:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='powerFailure' type='list-single' label='Power Failure:'>
<desc>Determines how this flag should be treated during readout.</desc>
<value>Ignore</value>
<option label='Ignore'><value>Ignore this flag.</value></option>
<option label='Required'><value>Only read values with this flag set.</value></option>
<option label='Prohibit'><value>Only read values with this flag cleared.</value></option>
</field>
<field var='statusLogicMode' type='list-single' label='Combination Logic:'>
<desc>This parameter specifies how multiple status flags are to be treated in the readout.</desc>
<value>Any</value>
<option label='Any'><value>Any of the conditions above are met.</value></option>
<option label='All'><value>All of the conditions above are met.</value></option>
</field>
</x>
</getDatabaseReadoutParametersResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Start Database Readout'>
<p>
Once the parameter form has been filled out, a database readout can be started using the <strong>startDatabaseReadout</strong> command.
Data read from the concentrator will follow the same flow of sensor data as that described in &xep0323;. The only difference is that the
read-out is started with the <strong>startDatabaseReadout</strong> command instead of the <strong>req</strong>
command of the sensor data namespace.
</p>
<p>
The following diagram shows the flow of messages when requesting a readout from a database:
</p>
<p>
<img src='data:image/png;base64,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'/>
</p>
<p>
The following example shows a <strong>startDatabaseReadout</strong> request:
</p>
<example caption='Start Database Readout'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='66'>
<startDatabaseReadout xmlns='urn:xmpp:iot:concentrators' xml:lang='en' databaseId='LocalDB' seqnr='1' userToken='12392748927492834'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<x type='submit' xmlns='jabber:x:data'>
<field var='xdd session' type='hidden'>
<value>C20D4F0C-8F8A-490F-8188-53017DF2B71A</value>
</field>
<field var='from' type='text-single'>
<value>2013-03-22T00:00:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-03-23T00:00:00</value>
</field>
<field var='fields' type='text-multi'>
<value>Temperature</value>
<value>Pressure</value>
<value>Power</value>
</field>
<field var='momentary' type='boolean'>
<value>true</value>
</field>
<field var='peak' type='boolean'>
<value>false</value>
</field>
<field var='status' type='boolean'>
<value>false</value>
</field>
<field var='computed' type='boolean'>
<value>false</value>
</field>
<field var='identity' type='boolean'>
<value>false</value>
</field>
<field var='historySecond' type='boolean'>
<value>false</value>
</field>
<field var='historyMinute' type='boolean'>
<value>false</value>
</field>
<field var='historyHour' type='boolean'>
<value>false</value>
</field>
<field var='historyDay' type='boolean'>
<value>false</value>
</field>
<field var='historyWeek' type='boolean'>
<value>false</value>
</field>
<field var='historyMonth' type='boolean'>
<value>false</value>
</field>
<field var='historyQuarter' type='boolean'>
<value>false</value>
</field>
<field var='historyYear' type='boolean'>
<value>false</value>
</field>
<field var='historyOther' type='boolean'>
<value>false</value>
</field>
<field var='missing' type='list-single'>
<value>Ignore</value>
</field>
<field var='automaticEstimates' type='list-single'>
<value>Ignore</value>
</field>
<field var='manualEstimates' type='list-single'>
<value>Ignore</value>
</field>
<field var='manualReadout' type='list-single'>
<value>Ignore</value>
</field>
<field var='automaticReadout' type='list-single'>
<value>Ignore</value>
</field>
<field var='timeOffset' type='list-single'>
<value>Ignore</value>
</field>
<field var='warning' type='list-single'>
<value>Ignore</value>
</field>
<field var='error' type='list-single'>
<value>Ignore</value>
</field>
<field var='signed' type='list-single'>
<value>Ignore</value>
</field>
<field var='invoiced' type='list-single'>
<value>Ignore</value>
</field>
<field var='invoicedConfirmed' type='list-single'>
<value>Ignore</value>
</field>
<field var='endOfSeries' type='list-single'>
<value>Ignore</value>
</field>
<field var='powerFailure' type='list-single'>
<value>Ignore</value>
</field>
<field var='statusLogicMode' type='list-single'>
<value>Any</value>
</field>
</x>
</startDatabaseReadout>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='66'>
<startDatabaseReadoutResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>
... Readout messages follow.]]>
</example>
</section3>
<section3 topic="Start Database Readout, Failure">
<p>
The following example shows a response when the concentrator rejects the read-out request:
</p>
<example caption='Start Database Readout, Failure'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='67'>
<startDatabaseReadout xmlns='urn:xmpp:iot:concentrators' xml:lang='en' databaseId='LocalDB' seqnr='2' userToken='12392748927492834'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<x type='submit' xmlns='jabber:x:data'>
...
</x>
</startDatabaseReadout>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='67'>
<startDatabaseReadoutResponse xmlns='urn:xmpp:iot:concentrators' result='InsufficientPrivileges'/>
</iq>]]>
</example>
<p>
The error might also be a result of invalid input parameters being sent:
</p>
<example caption='Start Database Readout, Failure 2'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='68'>
<startDatabaseReadout xmlns='urn:xmpp:iot:concentrators' xml:lang='en' databaseId='LocalDB' seqnr='3' userToken='12392748927492834'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<x type='submit' xmlns='jabber:x:data'>
...
<field var='from' type='text-single'>
<value>2013-03-23T00:00:00</value>
</field>
<field var='to' type='text-single'>
<value>2013-03-22T00:00:00</value>
</field>
...
</x>
</startDatabaseReadout>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='68'>
<startDatabaseReadoutResponse xmlns='urn:xmpp:iot:concentrators' result='FormError'>
<error var='to'>The To timestamp cannot be older than the From timestamp.</error>
</startDatabaseReadoutResponse>
</iq>]]>
</example>
</section3>
<section3 topic='Cancelling a database read-out'>
<p>
A client can cancel a database read-out using the <link url='http://xmpp.org/extensions/xep-0323.html#cancelreadout'>cancel</link> read-out command,
as described in <link url='http://xmpp.org/extensions/xep-0323.html'>Internet of Things - Sensor Data</link>.
</p>
<example caption='Cancelling a database read-out'>
<![CDATA[
<iq type='set'
from='client@example.org/client'
to='concentrator@example.org'
id='70'>
<startDatabaseReadout xmlns='urn:xmpp:iot:concentrators' xml:lang='en' databaseId='LocalDB' seqnr='4' userToken='12392748927492834'>
<node sourceId='MeteringTopology' nodeId='Node1'/>
<node sourceId='MeteringTopology' nodeId='Node2'/>
<node sourceId='MeteringTopology' nodeId='Node3'/>
<x type='submit' xmlns='jabber:x:data'>
...
</x>
</startDatabaseReadout>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='70'>
<startDatabaseReadoutResponse xmlns='urn:xmpp:iot:concentrators' result='OK'/>
</iq>
...
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='71'>
<cancel xmlns='urn:xmpp:iot:sensordata' seqnr='4'/>
</iq>
<iq type='result'
from='concentrator@example.org'
to='client@example.org/client'
id='71'>
<cancelled xmlns='urn:xmpp:iot:sensordata' seqnr='4'/>
</iq>]]>
</example>
</section3>
</section2>
</section1>
<section1 topic='Determining Support' anchor='support'>
<p>If an entity supports the protocol specified herein, it MUST advertise that fact by returning a feature of "urn:xmpp:iot:concentrators" in response to &xep0030; information requests.</p>
<example caption="Service discovery information request">
<![CDATA[
<iq type='get'
from='device@example.org/device'
to='provisioning@example.org'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'/>
</iq>]]>
</example>
<example caption="Service discovery information response">
<![CDATA[
<iq type='result'
from='provisioning@example.org'
to='device@example.org/device'
id='disco1'>
<query xmlns='http://jabber.org/protocol/disco#info'>
...
<feature var='urn:xmpp:iot:concentrators'/>
...
</query>
</iq>]]>
</example>
<p>
In order for an application to determine whether an entity supports this protocol, where possible it SHOULD use the dynamic, presence-based profile of service discovery defined
in &xep0115;. However, if an application has not received entity capabilities information from an entity, it SHOULD use explicit service discovery instead.
</p>
</section1>
<section1 topic='Implementation Notes' anchor='impl'>
<section2 topic='Node Information' anchor='nodeinfo'>
<p>
Several commands return basic node information. The following table lists possible fields with corresponding descriptions.
</p>
<table caption='Basic Node Information'>
<tr>
<th>Attribute</th>
<th>Use</th>
<th>Default</th>
<th>Description</th>
</tr>
<tr>
<td>nodeId</td>
<td>required</td>
<td>&nbsp;</td>
<td>The ID of the node in the data source.</td>
</tr>
<tr>
<td>displayName</td>
<td>optional</td>
<td>&nbsp;</td>
<td>If provided, a string presentable to users. If localization is supported and a correct language attribute was provided, this string will be localized.</td>
</tr>
<tr>
<td>nodeType</td>
<td>optional</td>
<td>&nbsp;</td>
<td>A string representing the type of the node.</td>
</tr>
<tr>
<td>localId</td>
<td>optional</td>
<td>&nbsp;</td>
<td>If provided, an ID for the node, but unique locally between siblings.</td>
</tr>
<tr>
<td>logId</td>
<td>optional</td>
<td>&nbsp;</td>
<td>If provided, an ID for the node, as it would appear or be used in system logs.</td>
</tr>
<tr>
<td>cacheType</td>
<td>optional</td>
<td>&nbsp;</td>
<td>Used to uniquely identify the node in sources where the ID of the node is not sufficient. Example: In a spatial ordering different nodes may represent
countries, regions, cities, areas, streets, buildings and apartments in the same source. However, the ID of each node would depend on what type of node it
represents. It might be valid to have a region, city and/or area with the same ID. So, to these circumstances, a Cache Type of Country, Region, City, Area,
Street, Building and Apartment can be used to allow for non-unique IDs within the source, as long as they are unique within the same cache type. ***</td>
</tr>
<tr>
<td>state</td>
<td>required</td>
<td>&nbsp;</td>
<td>Current overall state of the node.</td>
</tr>
<tr>
<td>hasChildren</td>
<td>required</td>
<td>&nbsp;</td>
<td>If the node has children or not.</td>
</tr>
<tr>
<td>childrenOrdered</td>
<td>optional</td>
<td>false</td>
<td>If the children of the node have an intrinsic order (true), or if the order is not important (false). If the order is not important, the client
can present the order as it wishes, for example sorted on Node ID or any other parameter available on the child nodes. However, if the children have an
intrinsic order, it's important for the client to refresh the child list when necessary whenever the order is unknown, such as after a nodeAdded event or
a nodeRemoved event.
</td>
</tr>
<tr>
<td>isReadable</td>
<td>optional</td>
<td>false</td>
<td>If the node can be read. (*)</td>
</tr>
<tr>
<td>isControllable</td>
<td>optional</td>
<td>false</td>
<td>If the node can be controlled. (**)</td>
</tr>
<tr>
<td>hasCommands</td>
<td>optional</td>
<td>false</td>
<td>If the node has registered commands or not.</td>
</tr>
<tr>
<td>parentId</td>
<td>optional</td>
<td>&nbsp;</td>
<td>The node ID of the parent node. If not available, the node is considered a root node.</td>
</tr>
<tr>
<td>parentCacheType</td>
<td>optional</td>
<td>&nbsp;</td>
<td>The Cache Type of the parent node.</td>
</tr>
<tr>
<td>lastChanged</td>
<td>optional</td>
<td>&nbsp;</td>
<td>When the node was last changed. Can be used by clients to synchronize content between the concentrator and itself.</td>
</tr>
</table>
<p>
(*) See <link url='http://xmpp.org/extensions/xep-0323.html'>Internet of Things - Sensor Data</link> for more information about how to read nodes.
</p>
<p>
(**) See <link url='http://xmpp.org/extensions/xep-0325.html'>Internet of Things - Control</link> for more information about how to control nodes.
</p>
<p>
(***) Note that <strong>cacheType</strong> is optional. In some data sources it might be necessary to include a cache type to allow for IDs that are not unique
within the source. In these cases, it concentrator must include the cacheType attribute for nodes in the corresponding data source, and clients must use the corresponding
cacheType value when referencing the node. But if such a separation of IDs within a source is not required, the concentrator may ignore the cacheType attribute.
In these instances clients may also ignore the cacheType attribute when referencing the nodes in the corresponding data source, or use the empty string as value for the
cacheType value. The server must ignore empty cacheType values for data sources not using a cache type separation mechanism.
</p>
</section2>
<section2 topic='Parameter Types'>
<p>
Nodes can report parameters of different types. The following table lists available parameter types.
</p>
<table caption='Parameter Types'>
<tr>
<th>Element Name</th>
<th>Parameter Value</th>
</tr>
<tr>
<td>boolean</td>
<td>Boolean values. Can be true or false.</td>
</tr>
<tr>
<td>color</td>
<td>Color values. They are strings containing 6 case-insensitive hexadecimal digits of the form RRGGBB, where RR=Red component, GG=Green component, BB=Blue component.</td>
</tr>
<tr>
<td>dateTime</td>
<td>Date and time value, with possible time zone information.</td>
</tr>
<tr>
<td>double</td>
<td>double precision floating point value.</td>
</tr>
<tr>
<td>duration</td>
<td>A time duration value.</td>
</tr>
<tr>
<td>int</td>
<td>A 32-bit integer value.</td>
</tr>
<tr>
<td>long</td>
<td>A 64-bit integer value.</td>
</tr>
<tr>
<td>string</td>
<td>A string value.</td>
</tr>
<tr>
<td>time</td>
<td>A time value using a 24-hour clock.</td>
</tr>
</table>
</section2>
<section2 topic='Response Codes'>
<p>
All responses have a response code that the client is required to check. The following table lists possible response codes and their corresponding meanings.
</p>
<table caption='Response Codes'>
<tr>
<th>Response Code</th>
<th>Description</th>
</tr>
<tr>
<td>OK</td>
<td>Request is OK and accepted.</td>
</tr>
<tr>
<td>NotFound</td>
<td>Corresponding object, node, etc., was not found.</td>
</tr>
<tr>
<td>InsufficientPrivileges</td>
<td>Insufficient privileges to perform the corresponding action or execute the corresponding command. Make sure to provide sufficient credentials in the call
(user, service, device tokens) with sufficient privileges to perform the action/command.</td>
</tr>
<tr>
<td>Locked</td>
<td>The object/node is locked, and operation could not be performed or completed.</td>
</tr>
<tr>
<td>NotImplemented</td>
<td>Command is not implemented.</td>
</tr>
<tr>
<td>FormError</td>
<td>The form send to the concentrator contains errors. The response contains detailed error information.</td>
</tr>
<tr>
<td>OtherError</td>
<td>Another error occurred.</td>
</tr>
</table>
</section2>
<section2 topic='Unimplemented commands'>
<p>
It's important that the concentrator responds to unrecognized commands. This, to make sure future extensions to this document does not produce unexpected
results in concentrators implementing a previous version, or in concentrators implementing only a subset of available commands.
</p>
<p>
When a concentrator receives an element that it does not understand, it must do as follows:
</p>
<ul>
<li>If the element is received in a message stanza, the element must be ignored.</li>
<li>If the element is received in an iq-result stanza, the element must be ignored.</li>
<li>If the element is received in an iq-get or iq-set stanza, an iq-result stanza must be composed containing an element with the same name as the incoming
element, but with <strong>Response</strong> appended to it, having a response code of <strong>NotImplemented</strong>.</li>
</ul>
<p>
The following example shows how unrecognized commands must be handled by the concentrator:
</p>
<example caption='Unimplemented commands'>
<![CDATA[
<iq type='get'
from='client@example.org/client'
to='concentrator@example.org'
id='69'>
<holabandola xmlns='urn:xmpp:iot:concentrators' ...>
...
</holabandola>
</iq>
<iq type='error'
from='concentrator@example.org'
to='client@example.org/client'
id='69'>
<holabandolaResponse xmlns='urn:xmpp:iot:concentrators' result='NotImplemented'/>
</iq>]]>
</example>
</section2>
<section2 topic='Command attributes' anchor='nodecommands'>
<p>
Node commands have a set of attributes. The following table lists available attributes and what they mean.
</p>
<table caption='Command attributes'>
<tr>
<th>Attribute</th>
<th>Use</th>
<th>Description</th>
</tr>
<tr>
<td>command</td>
<td>required</td>
<td>ID of the command. Used to identify the command.</td>
</tr>
<tr>
<td>name</td>
<td>required</td>
<td>A string that can be presented to an end-user. Should be localized if the request contained a language preference.</td>
</tr>
<tr>
<td>type</td>
<td>required</td>
<td>If the command is 'Simple' or 'Parameterized'.</td>
</tr>
<tr>
<td>sortCategory</td>
<td>optional</td>
<td>Should be used (if available) by clients to sort available node commands before presenting them to an end-user. Commands should be sorted by Sort Category, Sort Key and
lastly by Name.</td>
</tr>
<tr>
<td>sortKey</td>
<td>optional</td>
<td>
Should be used (if available) by clients to sort available node commands before presenting them to an end-user. Commands should be sorted by Sort Category, Sort Key and
lastly by Name.
</td>
</tr>
<tr>
<td>confirmationString</td>
<td>optional</td>
<td>Should presented to clients (if available) before letting an end-user execute the command. A delete command might have a confirmationString saying
'Are you sure you want to delete the current item?' The confirmation string should be presented as a Yes/No[/Cancel] dialog.</td>
</tr>
<tr>
<td>failureString</td>
<td>optional</td>
<td>
Could be presented to end-users (if available) if a command fails. It provides the client with an optionally localized string giving some context to the error message.
A delete command might have a failureString saying 'Unable to delete the current item.'. The client could then add additional error information, if available,
for instance from the response code.
</td>
</tr>
<tr>
<td>successString</td>
<td>optional</td>
<td>
Could be presented to end-users (if available) if a command is successfully executed. It provides the client with an optionally localized string giving some context
to the message. A delete command might have a successString saying 'Current item successfully deleted.'.
</td>
</tr>
</table>
</section2>
<section2 topic='Node States'>
<p>
Nodes can be in different states. Even though nodes are free to publish any amount of states as parameters, there are a set of states that are so crucial to the
concept of a node state, that they are published using a separate attribute and separate events. These node states are as follows:
</p>
<table caption='Node States'>
<tr>
<th>State</th>
<th>Description</th>
</tr>
<tr>
<td>None</td>
<td>The node has nothing special to report.</td>
</tr>
<tr>
<td>Information</td>
<td>The node has informative events reported on it.</td>
</tr>
<tr>
<td>WarningSigned</td>
<td>The node has warnings reported on it. These warnings have been viewed by an operator.</td>
</tr>
<tr>
<td>WarningUnsigned</td>
<td>The node has warnings reported on it that have not been viewed by anybody.</td>
</tr>
<tr>
<td>ErrorSigned</td>
<td>The node has errors reported on it. These errors have been viewed by an operator.</td>
</tr>
<tr>
<td>ErrorUnsigned</td>
<td>The node has errors reported on it that have not been viewed by anybody.</td>
</tr>
</table>
</section2>
<section2 topic='Required Data Sources'>
<p>
The following table lists required data sources for concentrators (of sensors, actuators, meters, etc.) in sensor networks:
</p>
<table caption='Required Data Sources'>
<tr>
<th>Data Source</th>
<th>Description</th>
</tr>
<tr>
<td>MeteringTopology</td>
<td>Data Source containing the topology of metering devices, including sensors, actuators, meter, infrastructure components, etc.</td>
</tr>
</table>
<p>
More information can be found in the <note>XEP-xxxx: Interoperability <link url='#interop'>Interoperability section</link></note>.
</p>
</section2>
<section2 topic='Table Column definitions in query results' anchor='columndef'>
<p>
Table columns in query results can have the following attributes:
</p>
<table caption='Table Column attributes'>
<tr>
<th>Attribute</th>
<th>Use</th>
<th>Description</th>
</tr>
<tr>
<td>columnId</td>
<td>Required</td>
<td>ID of column</td>
</tr>
<tr>
<td>header</td>
<td>Optional</td>
<td>If provided, a localized name to be displayed instead of the column ID.</td>
</tr>
<tr>
<td>alignment</td>
<td>Optional</td>
<td>Alignment of contents in the column. If provided, the client does not need to guess alignment from the type of data reported.</td>
</tr>
<tr>
<td>nrDecimals</td>
<td>Optional</td>
<td>If floating point data is presented in the column and a fixed number of decimals is desired, this attribute is used to fix the number of decimals used.</td>
</tr>
<tr>
<td>dataSourceId</td>
<td>Optional</td>
<td>If contents of columns contains references to nodes in a data source, this attribute defines the data source ID.</td>
</tr>
<tr>
<td>cacheTypeName</td>
<td>Optional</td>
<td>If contents of columns contains references to nodes in a data source, this attribute defines the cache type.</td>
</tr>
<tr>
<td>fgColor</td>
<td>Optional</td>
<td>If presentation of this column should be done using a specific foreground color.</td>
</tr>
<tr>
<td>bgColor</td>
<td>Optional</td>
<td>If presentation of this column should be done using a specific background color.</td>
</tr>
</table>
</section2>
<section2 topic='Record Item definitions in query results' anchor='recorddef'>
<p>
Records contain arrays of items, each item correspond to a specific column with the same ordinal index. Each item is specified together with its type.
This, so receptors can integrate the result with type information if necessary. The following different type elements are available:
</p>
<table caption='Table Column attributes'>
<tr>
<th>Element</th>
<th>Contents</th>
</tr>
<tr>
<td>boolean</td>
<td>A boolean value, corresponding to the xs:boolean data type.</td>
</tr>
<tr>
<td>color</td>
<td>A color value. These are strings containing 6 case-insensitive hexadecimal digits of the form RRGGBB, where RR=Red component, GG=Green component, BB=Blue component.</td>
</tr>
<tr>
<td>dateTime</td>
<td>A Date &amp; Time value, corresponding to the xs:dateTime data type.</td>
</tr>
<tr>
<td>double</td>
<td>A floating-point value, corresponding to the xs:double data type.</td>
</tr>
<tr>
<td>duration</td>
<td>A duration value, corresponding to the xs:duration data type.</td>
</tr>
<tr>
<td>int</td>
<td>A 32-bit integer value, corresponding to the xs:int data type.</td>
</tr>
<tr>
<td>long</td>
<td>A 64-bit value, corresponding to the xs:long data type.</td>
</tr>
<tr>
<td>string</td>
<td>A string value, corresponding to the xs:string data type.</td>
</tr>
<tr>
<td>time</td>
<td>A time value, corresponding to the xs:time data type.</td>
</tr>
<tr>
<td>base64</td>
<td>A base-64 encoded object. The object is MIME encoded, and the attribute contentType contains the MIME Type which includes information on how to decode the value.</td>
</tr>
<tr>
<td>void</td>
<td>Contains no information. This represents a NULL value.</td>
</tr>
</table>
</section2>
<section2 topic='Message definitions in query results' anchor='messagedef'>
<p>
Messages in query results contain apart from a message text, also contain some classification on what the message is using two attributes: The
<strong>type</strong> attribute gives a rough idea about the type of message and <strong>level</strong> the importance of the message.
</p>
<table caption='Message Types'>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
<tr>
<td>Information</td>
<td>Information message</td>
</tr>
<tr>
<td>Warning</td>
<td>Message contains a warning. The situation could turn into an error if consideration or action is not taken.</td>
</tr>
<tr>
<td>Error</td>
<td>Message contains an error. The error message describes the error, and the error has been handled correctly by the device performing the query.</td>
</tr>
<tr>
<td>Exception</td>
<td>Message contains an exception message. An unforseen and perhaps an unhandled event has occurred during the execution of the query.</td>
</tr>
</table>
<table caption='Message Levels'>
<tr>
<th>Level</th>
<th>Description</th>
</tr>
<tr>
<td>Minor</td>
<td>Minor event. Message describes common tasks.</td>
</tr>
<tr>
<td>Medium</td>
<td>Medium event. Message might describe a state change, something has been updated, or important information.</td>
</tr>
<tr>
<td>Major</td>
<td>Major event. Message might describe architectural change or vital information.</td>
</tr>
</table>
</section2>
<section2 topic='Single vs. batch commands'>
<p>
Many commands exist in single and batch versions. Large concentrators require efficient ways to manage sets of nodes simultaneously, while for small
concentrators, it is sufficient to manage nodes one at a time.
</p>
<p>
A concentrator is not required to implement both sets of commands if not desired. However, it must report which commands it supports in the
<strong>getCapabilities</strong> command. A caller can then adapt its calls based on what commands are supported.
</p>
<p>
If a caller wants to call the single item version of a command, but the concentrator only supports the batch version, it should call the batch version, but
only include the single node in the list of nodes.
</p>
<p>
On the other hand, if the caller wants to perform an operation on a set of nodes, but the concentrator only supports the single item version of the command,
it needs to manually perform the operation on each node separately, unless failing the request is an option.
</p>
</section2>
</section1>
<section1 topic='Internationalization Considerations' anchor='i18n'>
<section2 topic='Localization'>
<p>
Localization of content can be performed if clients provide <strong>xml:lang</strong> attributes in commands made to the concentrator. If omitted, the
<strong>default language</strong> will be used in responses. If provided, but the concentrator does not support localization, or the requested language,
the <strong>default language</strong> will also be used.
</p>
</section2>
<section2 topic='Time Zones'>
<p>
Concentrators of larger sub-systems spanning multiple time-zones should specify all timestamps with time-zone information, so readers can perform comparisons
of time information.
</p>
<p>
Information read from a concentrator that lacks time-zone information should be considered to lie in the same time-zone as the reader, unless not explicitly
configured with a time-zone.
</p>
</section2>
<section2 topic='Interoperability' anchor='interop'>
<p>
For concentrators to be interoperable in sensor networks, they need to adhere to rules and guidelines described in the
<link url='xep-0000-IoT-Interoperability.html'>xep-0000-IoT-Interoperability</link> document.
</p>
</section2>
</section1>
<section1 topic='Security Considerations' anchor='security'>
<section2 topic='Access rights'>
<p>
This document publishes a lot of commands with which to interact with a concentrator. If security and access rights is an issue, it might not be sufficient
to allow all friends access to the system. There are many ways in which to restrict access to the contents of the concentrator. Following are some examples:
</p>
<ul>
<li>
The concentrator can restrict friendships to trusted friends, and then assign access rights internally to the approved contacts.
</li>
<li>
The concentrator can use a provisioning server (see &xep0324;)
to delegate trust to a third party responsible for controlling who can get access to the concentrator (<strong>isFriend</strong> or <strong>canAccess</strong> commands),
and what items can be viewed (<strong>hasPrivilege</strong> or <strong>downloadPrivileges</strong> commands).
</li>
<li>
All requests to the concentrator can contain the optional attributes <strong>deviceToken</strong>, <strong>serviceToken</strong> and <strong>userToken</strong>.
Clients making requests to the concentrator can use these attributes to forward information about who originated the action (<strong>userToken</strong>),
what service is performing the action (<strong>serviceToken</strong>) or what device is performing the action (<strong>deviceToken</strong>). The concentrator
can use this information to check with provisioning servers what access rights and user privileges exist before performing the action.
</li>
</ul>
</section2>
<section2 topic='Integration with provisioning servers'>
<p>
The <link url='http://xmpp.org/extensions/xep-0324.html'>Internet of Things - Provisioning</link> document describes how trust can be delegated to trusted provisioning servers
that can be used to restrict access to and privileges in a network.
</p>
<p>
If a concentrator has a trusted relationship with a provisioning server, external or internal, the provisioning server must be used to guarantee that the
concentrator only allows access according to rules defined by the provisioning server. In order to do this, it's important that clients always provide
available tokens (<strong>userToken</strong>, <strong>serviceToken</strong> and <strong>deviceToken</strong>) to the concentrator so that it can forward this
information to the provisioning server.
</p>
<p>
The following subsections show different examples of how such an integration can be performed.
</p>
<section3 topic='Restricting access to data source per contact'>
<p>
This section shows how a provisioning server can be used to restrict access to data sources to users allowed to access those data sources.
</p>
<p>
<img src='data:image/png;base64,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'/>
</p>
<p>
Notice the following:
</p>
<ul>
<li>
The user has a <strong>userToken</strong> it received during <link url='http://xmpp.org/extensions/xep-0324.html#usertoken'>connection with the service</link>. This user token should
be included in all calls made by the user.
</li>
<li>
The service has a <strong>serviceToken</strong> it received during <link url='http://xmpp.org/extensions/xep-0324.html#servicetoken'>service registration</link>. This service token
should be aggregated by all calls made by the service.
</li>
<li>
The concentrators should cache all calls made to the provisioning server according to available <link url='http://xmpp.org/extensions/xep-0324.html#cache'>cache rules</link>.
</li>
<li>
The conversion of a Data Source ID to a Privilege ID should be performed according to rules defined in <link url='xep-0000-IoT-Interoperability.html'>xep-0000-IoT-Interoperability</link>.
</li>
</ul>
</section3>
<section3 topic='Restricting access to node properties per contact'>
<p>
This section shows how a provisioning server can be used to restrict access to node parameters that users allowed to access and edit.
</p>
<p>
<img src='data:image/png;base64,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i8999nNtjmqvkXGN7F0kPn37r3/8hV9tRrn9m/e+8luPPPFbn/3597/+8+//q/cX7/yPP3ztF59+Z/Er/+atH33zly88XTzzyV+++frLzz/67Avd8Pfy84/uHt/93vfl5x9tBsFPPls8/aL4BKty0mjzp8/9g/f8X8PR5qXfeFvxro+/+a2/evNb/+KZ4h3/frfWvftlzRc+8MRjH/jyG69++YOPFO/5lz/73td+/me//sR7/tVXP/TIkx/+41/88LW3fvRv3r8bN154uthNnna/r3kzWFlqxqLui2ifblxqB6J2Z6MNGblnfCo6uxXjN3/3HcU//hdvfuuv/vw331b849/58Xe2P/7O77y3+Ef/4buv/PT3nire/Ymffe9rX/mtR97377o37331w4++/4Xhm/fGS29Qy0F8GmzqphDtJvFpud1FGWQn4xrZu1R86lbnP/He4qnPvPHqZ94TjKnFIx/94mu/+PQ7n/zwf3nrR9/85Zuf/9jjT78YDIi7Me7FZ3q/zW1/GXyhBSgTGrioZatPH//0//2XL/3G237l/9mNNv/p+be/7Z/+97/+u0+94/Hf/M8//s72J9/9xHsf+8CX33j1M+8u3vdvu/cC/f6vRONGt779yWej+NTeONENOFF8asalz3/s8cEBjTbkY/HqUzM9+N13PP5P/tMuPj3zqd304D9/5LFHPvKFV376xh995LGnPvO9f/m+4qnf79379K/fH60+HSy9ppbD1af+phefaacNn7T6dGZGNB6aS8SnP//NtzUTmld+8t0//MhjT32mt/rUvLm5i0+vv/z8o88+Mxz1ut8VvfTck48/92K3+nSR/5Q/XNSJo83w3qfiXR8fXX0axKcvf/CRJ37rs/vVp8d+/fe71af4TvTJ+NRN1OatPolP5OcS8Wm4+vTGq1/+4CPve89T++lB/KcjXni6fffdwdI7Hp+sPl1QNh2BmS60+hT85b3ivb83uPepKJo377Xx6ZcvPfdku6B0/N6novDmPVib00eb+C/vjd371I9P0/c+NePGaHwqiuKZT/be+bNfenr62ceffjHcZ/QGDPGJ7Jw9Pv3dt4f3Pv30jVd/+ie/9kTxyG//ae8v7331w492K8aH732aHZ/c+3RB2XQEZrpQfHqwf1oHmGK0MdqwIpkVbG/16Ro3K4pPkI/MxkcTGrhZRhujDSuS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'/>
</p>
<ul>
<li>
Not that privileges for all parameters needs to be checked in every call. And if lost from the cache, a new request needs to be made to the provisioning server.
</li>
<li>
The conversion of a Parameter ID (and Page) to a Privilege ID should be performed according to rules defined in
<link url='xep-0000-IoT-Interoperability.html'>xep-0000-IoT-Interoperability</link>.
</li>
</ul>
</section3>
<section3 topic='Restricting access to node commands per contact'>
<p>
This section shows how a provisioning server can be used to restrict access to node commands to users allowed to access those commands.
</p>
<p>
<img src='data:image/png;base64,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'/>
</p>
<p>
In addition to rules noted above, also notice the following:
</p>
<ul>
<li>
Not that privileges for all parameters needs to be checked in every call. And if lost from the cache, a new request needs to be made to the provisioning server.
</li>
<li>
The conversion of a Command ID to a Privilege ID should be performed according to rules defined in <link url='xep-0000-IoT-Interoperability.html'>xep-0000-IoT-Interoperability</link>.
</li>
</ul>
</section3>
</section2>
</section1>
<section1 topic='IANA Considerations' anchor='iana'>
<p>This document requires no interaction with &IANA;.</p>
</section1>
<section1 topic='XMPP Registrar Considerations' anchor='registrar'>
<p>
The <link url="#schema">protocol schema</link> needs to be added to the list of <link url="http://xmpp.org/resources/schemas/">XMPP protocol schemas</link>.
</p>
</section1>
<section1 topic='XML Schema' anchor='schema'>
<code>
<![CDATA[
<?xml version='1.0' encoding='UTF-8'?>
<xs:schema
xmlns:xs='http://www.w3.org/2001/XMLSchema'
targetNamespace='urn:xmpp:iot:concentrators'
xmlns='urn:xmpp:iot:concentrators'
xmlns:sn='urn:xmpp:iot:sensordata'
xmlns:xd="jabber:x:data"
xmlns:xdv="http://jabber.org/protocol/xdata-validate"
xmlns:xdl="http://jabber.org/protocol/xdata-layout"
elementFormDefault='qualified'>
<xs:import namespace='urn:xmpp:iot:sensordata'/>
<xs:import namespace='jabber:x:data'/>
<xs:import namespace='http://jabber.org/protocol/xdata-validate'/>
<xs:import namespace='http://jabber.org/protocol/xdata-layout'/>
<xs:element name='getCapabilities' type='TokenRequest'/>
<xs:element name='getCapabilitiesResponse' type='StringArrayResponse'/>
<xs:element name='getAllDataSources' type='TokenRequest'/>
<xs:element name='getAllDataSourcesResponse' type='DataSourceArrayResponse'/>
<xs:element name='getRootDataSources' type='TokenRequest'/>
<xs:element name='getRootDataSourcesResponse' type='DataSourceArrayResponse'/>
<xs:element name='getChildDataSources' type='SourceReferenceRequest'/>
<xs:element name='getChildDataSourcesResponse' type='DataSourceArrayResponse'/>
<xs:element name='containsNode' type='NodeReferenceRequest'/>
<xs:element name='containsNodeResponse'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:boolean'>
<xs:attributeGroup ref='responseCode'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name='containsNodes' type='NodeReferencesRequest'/>
<xs:element name='containsNodesResponse' type='BooleanArrayResponse'/>
<xs:element name='getNode' type='NodeReferenceParametersRequest'/>
<xs:element name='getNodeResponse'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeInformation'>
<xs:attributeGroup ref='responseCode'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='getNodes' type='NodeReferenceParametersRequest'/>
<xs:element name='getNodesResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getAllNodes' type='GetAllNodesRequest'/>
<xs:element name='getAllNodesResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getNodeInheritance' type='NodeReferenceRequest'/>
<xs:element name='getNodeInheritanceResponse'>
<xs:complexType>
<xs:sequence>
<xs:element name='baseClasses' type='StringArray' minOccurs='1' maxOccurs='1'/>
<xs:element name='interfaces' type='StringArray' minOccurs='0' maxOccurs='1'/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name='getRootNodes' type='SourceReferenceParametersRequest'/>
<xs:element name='getRootNodesResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getChildNodes' type='GetChildNodesRequest'/>
<xs:element name='getChildNodesResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getIndices' type='SourceReferenceRequest'/>
<xs:element name='getIndicesResponse' type='StringArrayResponse'/>
<xs:element name='getNodesFromIndex' type='IndexReferenceRequest'/>
<xs:element name='getNodesFromIndexResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getNodesFromIndices' type='IndexReferencesRequest'/>
<xs:element name='getNodesFromIndicesResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getAllIndexValues'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='SourceReferenceRequest'>
<xs:attribute name='index' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='getAllIndexValuesResponse' type='StringArrayResponse'/>
<xs:element name='getNodeParametersForEdit' type='NodeReferenceRequest'/>
<xs:element name='getNodeParametersForEditResponse' type='ParameterFormResponse'/>
<xs:element name='setNodeParametersAfterEdit'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferenceRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='setNodeParametersAfterEditResponse' type='SetNodeParametersResponse'/>
<xs:element name='getCommonNodeParametersForEdit' type='NodeReferencesRequest'/>
<xs:element name='getCommonNodeParametersForEditResponse' type='ParameterFormResponse'/>
<xs:element name='setCommonNodeParametersAfterEdit'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferencesRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='setCommonNodeParametersAfterEditResponse' type='SetNodeParametersResponse'/>
<xs:element name='getAddableNodeTypes' type='NodeReferenceRequest'/>
<xs:element name='getAddableNodeTypesResponse'>
<xs:complexType>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='nodeType'>
<xs:complexType>
<xs:attribute name='type' type='xs:string' use='required'/>
<xs:attribute name='name' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name='getParametersForNewNode' type='NodeTypeReferenceRequest'/>
<xs:element name='getParametersForNewNodeResponse' type='ParameterFormResponse'/>
<xs:element name='createNewNode'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeTypeReferenceRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="1" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='createNewNodeResponse' type='SetNodeParametersResponse'/>
<xs:element name='destroyNode' type='NodeReferenceRequest'/>
<xs:element name='destroyNodeResponse'>
<xs:complexType>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
</xs:element>
<xs:element name='getAncestors' type='NodeReferenceParametersRequest'/>
<xs:element name='getAncestorsResponse' type='NodeInformationArrayResponse'/>
<xs:element name='getNodeCommands' type='NodeReferenceRequest'/>
<xs:element name='getNodeCommandsResponse' type='CommandArray'/>
<xs:element name='getCommandParameters' type='NodeCommandReferenceRequest'/>
<xs:element name='getCommandParametersResponse' type='ParameterFormResponse'/>
<xs:element name='executeNodeCommand'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeCommandReferenceRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='executeNodeCommandResponse' type='ExecuteNodeCommandResponse'/>
<xs:element name='executeNodeQuery'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeCommandReferenceRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='executeNodeQueryResponse'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='ExecuteNodeCommandResponse'>
<xs:attribute name="queryId" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='getCommonNodeCommands' type='NodeReferencesRequest'/>
<xs:element name='getCommonNodeCommandsResponse' type='CommandArray'/>
<xs:element name='getCommonCommandParameters'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferencesRequest'>
<xs:attribute name='command' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='getCommonCommandParametersResponse' type='ParameterFormResponse'/>
<xs:element name='executeCommonNodeCommand'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferencesRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="0" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="queryId" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='executeCommonNodeCommandResponse' type='ExecuteCommonNodeCommandResponse'/>
<xs:element name='executeCommonNodeQuery'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferencesRequest'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="0" maxOccurs="1"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='executeCommonNodeQueryResponse'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='ExecuteCommonNodeCommandResponse'>
<xs:attribute name="queryId" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='moveNodeUp' type='NodeReferenceRequest'/>
<xs:element name='moveNodeUpResponse' type='Response'/>
<xs:element name='moveNodeDown' type='NodeReferenceRequest'/>
<xs:element name='moveNodeDownResponse' type='Response'/>
<xs:element name='moveNodesUp' type='NodeReferencesRequest'/>
<xs:element name='moveNodesUpResponse' type='Response'/>
<xs:element name='moveNodesDown' type='NodeReferencesRequest'/>
<xs:element name='moveNodesDownResponse' type='Response'/>
<xs:element name='subscribe'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='SourceReferenceRequest'>
<xs:attribute name='getEventsSince' type='xs:dateTime' use='optional'/>
<xs:attributeGroup ref='parametersAndMessages'/>
<xs:attributeGroup ref='eventTypes'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='subscribeResponse' type='Response'/>
<xs:element name='unsubscribe'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='SourceReferenceRequest'>
<xs:attributeGroup ref='eventTypes'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='unsubscribeResponse' type='Response'/>
<xs:element name='nodeAdded'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeSourceInformation'>
<xs:attribute name='afterNodeId' type='xs:string' use='optional'/>
<xs:attribute name='afterNodeCacheType' type='xs:string' use='optional'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='nodeUpdated'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeSourceInformation'>
<xs:attribute name='oldId' type='xs:string' use='optional'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='nodeStatusChanged'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReference'>
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element name='message' type='Message'/>
</xs:choice>
<xs:attribute name='state' type='NodeState' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='nodeRemoved' type='NodeReference'/>
<xs:element name='nodeMovedUp' type='NodeReference'/>
<xs:element name='nodeMovedDown' type='NodeReference'/>
<xs:element name='getDatabases' type='TokenRequest'/>
<xs:element name='getDatabasesResponse'>
<xs:complexType>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='database'>
<xs:complexType>
<xs:attribute name='databaseId' type='xs:string' use='required'/>
<xs:attribute name='name' type='xs:string' use='optional'/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
</xs:element>
<xs:element name='getDatabaseReadoutParameters' type='DatabaseReferenceRequest'/>
<xs:element name='getDatabaseReadoutParametersResponse' type='ParameterFormResponse'/>
<xs:element name='startDatabaseReadout'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='DatabaseReferenceRequest'>
<xs:sequence>
<xs:element name='node' type='NodeReference' minOccurs='1' maxOccurs='unbounded'/>
<xs:element ref='xd:x' minOccurs="1" maxOccurs="1"/>
</xs:sequence>
<xs:attribute name="seqnr" type="xs:int" use="required"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='startDatabaseReadoutResponse' type='ExecuteNodeCommandResponse'/>
<xs:element name='queryProgress'>
<xs:complexType>
<xs:choice minOccurs='1' maxOccurs='unbounded'>
<xs:element name='queryStarted'>
<xs:complexType/>
</xs:element>
<xs:element name='queryDone'>
<xs:complexType/>
</xs:element>
<xs:element name='queryAborted'>
<xs:complexType/>
</xs:element>
<xs:element name='newTable'>
<xs:complexType>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='column'>
<xs:complexType>
<xs:attribute name='columnId' type='xs:string' use='required'/>
<xs:attribute name='header' type='xs:string' use='optional'/>
<xs:attribute name='dataSourceId' type='xs:string' use='optional'/>
<xs:attribute name='cacheTypeName' type='xs:string' use='optional'/>
<xs:attribute name='fgColor' type='Color' use='optional'/>
<xs:attribute name='bgColor' type='Color' use='optional'/>
<xs:attribute name='alignment' type='Alignment' use='optional'/>
<xs:attribute name='nrDecimals' type='xs:nonNegativeInteger' use='optional'/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name='tableId' type='xs:string' use='required'/>
<xs:attribute name='tableName' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='newRecords'>
<xs:complexType>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='record'>
<xs:complexType>
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element name='boolean' type='xs:boolean'/>
<xs:element name='color' type='Color'/>
<xs:element name='date' type='xs:date'/>
<xs:element name='dateTime' type='xs:dateTime'/>
<xs:element name='double' type='xs:double'/>
<xs:element name='duration' type='xs:duration'/>
<xs:element name='int' type='xs:int'/>
<xs:element name='long' type='xs:long'/>
<xs:element name='string' type='xs:string'/>
<xs:element name='time' type='xs:time'/>
<xs:element name='base64'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:base64Binary'>
<xs:attribute name='contentType' type='xs:string' use='required'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name='void'>
<xs:complexType/>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name='tableId' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='tableDone'>
<xs:complexType>
<xs:attribute name='tableId' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='newObject'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:base64Binary'>
<xs:attribute name='contentType' type='xs:string' use='required'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name='queryMessage'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:string'>
<xs:attribute name='type' type='EventType' use='optional' default='Information'/>
<xs:attribute name='level' type='EventLevel' use='optional' default='Minor'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name='title'>
<xs:complexType>
<xs:attribute name='name' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='status'>
<xs:complexType>
<xs:attribute name='message' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='beginSection'>
<xs:complexType>
<xs:attribute name='header' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='endSection'>
<xs:complexType/>
</xs:element>
</xs:choice>
<xs:attributeGroup ref='nodeReference'/>
<xs:attribute name='queryId' type='xs:string' use='required'/>
</xs:complexType>
</xs:element>
<xs:element name='abortNodeQuery'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferenceRequest'>
<xs:attribute name='queryId' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='abortNodeQueryResponse'>
<xs:complexType>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
</xs:element>
<xs:element name='abortCommonNodeQuery'>
<xs:complexType>
<xs:complexContent>
<xs:extension base='NodeReferencesRequest'>
<xs:attribute name='queryId' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<xs:element name='abortCommonNodeQueryResponse'>
<xs:complexType>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
</xs:element>
<xs:simpleType name='ResponseCode'>
<xs:restriction base='xs:string'>
<xs:enumeration value='OK'/>
<xs:enumeration value='NotFound'/>
<xs:enumeration value='InsufficientPrivileges'/>
<xs:enumeration value='Locked'/>
<xs:enumeration value='NotImplemented'/>
<xs:enumeration value='FormError'/>
<xs:enumeration value='OtherError'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='Color'>
<xs:restriction base='xs:string'>
<xs:pattern value='^[0-9a-fA-F]{6}$'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='NodeState'>
<xs:restriction base='xs:string'>
<xs:enumeration value='None'/>
<xs:enumeration value='Information'/>
<xs:enumeration value='WarningSigned'/>
<xs:enumeration value='WarningUnsigned'/>
<xs:enumeration value='ErrorSigned'/>
<xs:enumeration value='ErrorUnsigned'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='MessageType'>
<xs:restriction base='xs:string'>
<xs:enumeration value='Error'/>
<xs:enumeration value='Warning'/>
<xs:enumeration value='Information'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='CommandType'>
<xs:restriction base='xs:string'>
<xs:enumeration value='Simple'/>
<xs:enumeration value='Parameterized'/>
<xs:enumeration value='Query'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='Alignment'>
<xs:restriction base='xs:string'>
<xs:enumeration value='Left'/>
<xs:enumeration value='Center'/>
<xs:enumeration value='Right'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='EventType'>
<xs:restriction base='xs:string'>
<xs:enumeration value='Information'/>
<xs:enumeration value='Warning'/>
<xs:enumeration value='Error'/>
<xs:enumeration value='Exception'/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name='EventLevel'>
<xs:restriction base='xs:string'>
<xs:enumeration value='Minor'/>
<xs:enumeration value='Medium'/>
<xs:enumeration value='Major'/>
</xs:restriction>
</xs:simpleType>
<xs:attributeGroup name='tokens'>
<xs:attribute name='deviceToken' type='xs:string' use='optional'/>
<xs:attribute name='serviceToken' type='xs:string' use='optional'/>
<xs:attribute name='userToken' type='xs:string' use='optional'/>
</xs:attributeGroup>
<xs:attributeGroup name='sourceReference'>
<xs:attribute name='sourceId' type='xs:string' use='required'/>
</xs:attributeGroup>
<xs:attributeGroup name='nodeReference'>
<xs:attributeGroup ref='sourceReference'/>
<xs:attribute name='nodeId' type='xs:string' use='required'/>
<xs:attribute name='cacheType' type='xs:string' use='optional'/>
</xs:attributeGroup>
<xs:attributeGroup name='parametersAndMessages'>
<xs:attribute name='parameters' type='xs:boolean' use='optional' default='false'/>
<xs:attribute name='messages' type='xs:boolean' use='optional' default='false'/>
</xs:attributeGroup>
<xs:attributeGroup name='indexReference'>
<xs:attributeGroup ref='sourceReference'/>
<xs:attribute name='index' type='xs:string' use='required'/>
<xs:attribute name='indexValue' type='xs:string' use='required'/>
</xs:attributeGroup>
<xs:attributeGroup name='responseCode'>
<xs:attribute name='result' type='ResponseCode' use='required'/>
</xs:attributeGroup>
<xs:attributeGroup name='eventTypes'>
<xs:attribute name='nodeAdded' type='xs:boolean' use='optional' default='true'/>
<xs:attribute name='nodeUpdated' type='xs:boolean' use='optional' default='true'/>
<xs:attribute name='nodeStatusChanged' type='xs:boolean' use='optional' default='true'/>
<xs:attribute name='nodeRemoved' type='xs:boolean' use='optional' default='true'/>
<xs:attribute name='nodeMovedUp' type='xs:boolean' use='optional' default='true'/>
<xs:attribute name='nodeMovedDown' type='xs:boolean' use='optional' default='true'/>
</xs:attributeGroup>
<xs:attributeGroup name='databaseReference'>
<xs:attribute name='databaseId' type='xs:string' use='required'/>
</xs:attributeGroup>
<xs:attributeGroup name='readoutReference'>
<xs:attribute name='seqnr' type='xs:int' use='required'/>
</xs:attributeGroup>
<xs:complexType name='Response'>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
<xs:complexType name='TokenRequest'>
<xs:attributeGroup ref='tokens'/>
</xs:complexType>
<xs:complexType name='SourceReferenceRequest'>
<xs:complexContent>
<xs:extension base='TokenRequest'>
<xs:attributeGroup ref='sourceReference'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='DataSource'>
<xs:attribute name='sourceId' type='xs:string' use='required'/>
<xs:attribute name='name' type='xs:string' use='required'/>
<xs:attribute name='hasChildren' type='xs:boolean' use='optional' default='false'/>
<xs:attribute name='lastChanged' type='xs:dateTime' use='optional'/>
</xs:complexType>
<xs:complexType name='DataSourceArrayResponse'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='dataSource' type='DataSource'/>
</xs:sequence>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
<xs:complexType name='NodeReferenceRequest'>
<xs:complexContent>
<xs:extension base='TokenRequest'>
<xs:attributeGroup ref='nodeReference'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='NodeReference'>
<xs:attributeGroup ref='nodeReference'/>
</xs:complexType>
<xs:complexType name='NodeReferencesRequest'>
<xs:complexContent>
<xs:extension base='TokenRequest'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='node' type='NodeReference'/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='NodeReferenceParametersRequest'>
<xs:complexContent>
<xs:extension base='NodeReferenceRequest'>
<xs:attributeGroup ref='parametersAndMessages'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='SourceReferenceParametersRequest'>
<xs:complexContent>
<xs:extension base='SourceReferenceRequest'>
<xs:attributeGroup ref='parametersAndMessages'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='GetAllNodesRequest'>
<xs:complexContent>
<xs:extension base='SourceReferenceParametersRequest'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='onlyIfDerivedFrom' type='xs:string'/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='GetChildNodesRequest'>
<xs:complexContent>
<xs:extension base='NodeReferenceParametersRequest'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='sortOrder' type='SortOrder'/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='SortOrder'>
<xs:attribute name='parameterName' type='xs:string' use='required'/>
<xs:attribute name='ascending' type='xs:boolean' use='optional' default='true'/>
</xs:complexType>
<xs:complexType name='NodeInformation'>
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element name='boolean' type='BooleanParameter'/>
<xs:element name='color' type='ColorParameter'/>
<xs:element name='dateTime' type='DateTimeParameter'/>
<xs:element name='double' type='DoubleParameter'/>
<xs:element name='duration' type='DurationParameter'/>
<xs:element name='int' type='IntParameter'/>
<xs:element name='long' type='LongParameter'/>
<xs:element name='string' type='StringParameter'/>
<xs:element name='time' type='TimeParameter'/>
<xs:element name='message' type='Message'/>
</xs:choice>
<xs:attribute name='nodeId' type='xs:string' use='required'/>
<xs:attribute name='displayName' type='xs:string' use='optional'/>
<xs:attribute name='nodeType' type='xs:string' use='optional'/>
<xs:attribute name='localId' type='xs:string' use='optional'/>
<xs:attribute name='logId' type='xs:string' use='optional'/>
<xs:attribute name='cacheType' type='xs:string' use='optional'/>
<xs:attribute name='state' type='NodeState' use='required'/>
<xs:attribute name='hasChildren' type='xs:boolean' use='required'/>
<xs:attribute name='childrenOrdered' type='xs:boolean' use='optional' default='false'/>
<xs:attribute name='isReadable' type='xs:boolean' use='optional' default='false'/>
<xs:attribute name='isControllable' type='xs:boolean' use='optional' default='false'/>
<xs:attribute name='hasCommands' type='xs:boolean' use='optional' default='false'/>
<xs:attribute name='parentId' type='xs:string' use='optional'/>
<xs:attribute name='parentCacheType' type='xs:string' use='optional'/>
<xs:attribute name='lastChanged' type='xs:dateTime' use='optional'/>
</xs:complexType>
<xs:complexType name='NodeSourceInformation'>
<xs:complexContent>
<xs:extension base='NodeInformation'>
<xs:attributeGroup ref='sourceReference'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='Parameter' abstract='true'>
<xs:attribute name='id' type='xs:string' use='required'/>
<xs:attribute name='name' type='xs:string' use='required'/>
</xs:complexType>
<xs:complexType name='BooleanParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:boolean' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='ColorParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='Color' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='DateTimeParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:dateTime' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='DoubleParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:double' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='DurationParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:duration' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='IntParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:int' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='LongParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:long' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='StringParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='TimeParameter'>
<xs:complexContent>
<xs:extension base='Parameter'>
<xs:attribute name='value' type='xs:time' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='Message'>
<xs:simpleContent>
<xs:extension base='xs:string'>
<xs:attribute name='timestamp' type='xs:dateTime' use='required'/>
<xs:attribute name='type' type='MessageType' use='required'/>
<xs:attribute name='eventId' type='xs:string' use='optional'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='NodeInformationArrayResponse'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='node' type='NodeInformation'/>
</xs:sequence>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
<xs:complexType name='StringArray'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='value' type='xs:string'/>
</xs:sequence>
</xs:complexType>
<xs:complexType name='StringArrayResponse'>
<xs:complexContent>
<xs:extension base='StringArray'>
<xs:attributeGroup ref='responseCode'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='BooleanArrayResponse'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='value' type='xs:boolean'/>
</xs:sequence>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
<xs:complexType name='IndexReferenceRequest'>
<xs:complexContent>
<xs:extension base='TokenRequest'>
<xs:attributeGroup ref='indexReference'/>
<xs:attributeGroup ref='parametersAndMessages'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='IndexReference'>
<xs:attributeGroup ref='indexReference'/>
</xs:complexType>
<xs:complexType name='IndexReferencesRequest'>
<xs:complexContent>
<xs:extension base='TokenRequest'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='indexRef' type='IndexReference'/>
</xs:sequence>
<xs:attributeGroup ref='parametersAndMessages'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='SetNodeParametersResponse'>
<xs:choice minOccurs='1' maxOccurs='1'>
<xs:element name='error' type='ParameterError' minOccurs='1' maxOccurs='unbounded'/>
<xs:element name='node' type='NodeInformation' minOccurs='1' maxOccurs='unbounded'/>
</xs:choice>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
<xs:complexType name='ParameterFormResponse'>
<xs:sequence>
<xs:element ref='xd:x' minOccurs="1" maxOccurs="1"/>
</xs:sequence>
<xs:attributeGroup ref="responseCode"/>
</xs:complexType>
<xs:complexType name='NodeTypeReferenceRequest'>
<xs:complexContent>
<xs:extension base='NodeReferenceRequest'>
<xs:attribute name='type' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='Command'>
<xs:attribute name='command' type='xs:string' use='required'/>
<xs:attribute name='name' type='xs:string' use='required'/>
<xs:attribute name='type' type='CommandType' use='required'/>
<xs:attribute name='sortCategory' type='xs:string' use='optional'/>
<xs:attribute name='sortKey' type='xs:string' use='optional'/>
<xs:attribute name='confirmationString' type='xs:string' use='optional'/>
<xs:attribute name='failureString' type='xs:string' use='optional'/>
<xs:attribute name='successString' type='xs:string' use='optional'/>
</xs:complexType>
<xs:complexType name='CommandArray'>
<xs:sequence minOccurs='0' maxOccurs='unbounded'>
<xs:element name='command' type='Command'/>
</xs:sequence>
</xs:complexType>
<xs:complexType name='NodeCommandReferenceRequest'>
<xs:complexContent>
<xs:extension base='NodeReferenceRequest'>
<xs:attribute name='command' type='xs:string' use='required'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='ExecuteNodeCommandResponse'>
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element name='error' type='ParameterError'/>
</xs:choice>
<xs:attributeGroup ref='responseCode'/>
</xs:complexType>
<xs:complexType name='ExecuteCommonNodeCommandResponse'>
<xs:complexContent>
<xs:extension base='ExecuteNodeCommandResponse'>
<xs:choice minOccurs='0' maxOccurs='unbounded'>
<xs:element name='result'>
<xs:complexType>
<xs:simpleContent>
<xs:extension base='xs:boolean'>
<xs:attribute name='error' type='xs:string' use='optional'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
<xs:complexType name='ParameterError'>
<xs:simpleContent>
<xs:extension base='xs:string'>
<xs:attribute name='var' type='xs:string' use='required'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name='ReadoutReference'>
<xs:attributeGroup ref='databaseReference'/>
<xs:attributeGroup ref='readoutReference'/>
</xs:complexType>
<xs:complexType name='DatabaseReferenceRequest'>
<xs:complexContent>
<xs:extension base='TokenRequest'>
<xs:attributeGroup ref='databaseReference'/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:schema>]]>
</code>
</section1>
<section1 topic='For more information' anchor='moreinfo'>
<p>
For more information, please see the following resources:
</p>
<ul>
<li>
<p>
The <link url='http://wiki.xmpp.org/web/Tech_pages/SensorNetworks'>Sensor Network section of the XMPP Wiki</link> contains further information about the
use of the sensor network XEPs, links to implementations, discussions, etc.
</p>
</li>
<li>
<p>
The XEP's and related projects are also available on <link url='https://github.com/joachimlindborg/'>github</link>, thanks to Joachim Lindborg.
</p>
</li>
<li>
<p>
A presentation giving an overview of all extensions related to Internet of Things can be found here:
<link url='http://prezi.com/esosntqhewhs/iot-xmpp/'>http://prezi.com/esosntqhewhs/iot-xmpp/</link>.
</p>
</li>
</ul>
</section1>
<section1 topic='Acknowledgements' anchor='ack'>
<p>Thanks to Joachim Lindborg, Karin Forsell, Tina Beckman and Klaudiusz Staniek for all valuable feedback.</p>
</section1>
</xep>