Commit 583b1022 authored by Jason Fox's avatar Jason Fox
Browse files

Correct Data type names.

parent 4d0058f6
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -411,9 +411,9 @@ Table: Matrix of all Attributes
+--------------------------------+-----------------------------------------------------------------------+
| format                         | NotificationParams                                                    |
+--------------------------------+-----------------------------------------------------------------------+
| geoQ                           | Feature, Query, Subscription                                          |
| geoQ                           | Query, Subscription                                                   |
+--------------------------------+-----------------------------------------------------------------------+
| geometry                       | OrderingParams, GeoParams                                             |
| geometry                       | Feature, OrderingParams, GeoParams                                    |
+--------------------------------+-----------------------------------------------------------------------+
| geoproperty                    | GeoParams                                                             |
+--------------------------------+-----------------------------------------------------------------------+
@@ -2066,11 +2066,11 @@ Table: Query data type definition
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| q                   | String             | A valid query string as per Clause+++clause-7+++7.2.3                                                                      | 0..1         | Query that shall be matched by Entities in order to be retrieved.                              |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| geoQ                | GeoQuery           | See data type definition in Clause+++root.2.6.5.2                                                                          | 0..1         | Geoquery that shall be matched by Entities in order be retrieved.                              |
| geoQ                | GeoParams          | See data type definition in Clause+++root.2.6.5.2                                                                          | 0..1         | Geoquery that shall be matched by Entities in order be retrieved.                              |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| scopeQ              | String             | See Clause+++clause-7+++7.2.5                                                                                              | 0..1         | Scope query.                                                                                   |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| temporalQ           | TemporalQuery      | See data type definition in Clause+++root.2.6.7.4                                                                          | 0..1         | Temporal Query to be present only for "Query                                                   |
| temporalQ           | TemporalParams     | See data type definition in Clause+++root.2.6.7.4                                                                          | 0..1         | Temporal Query to be present only for "Query                                                   |
|                     |                    |                                                                                                                            |              | [Temporal Evolution of Entities]{.HTML-Keyboard}" operation (Clause+++clause-11+++11.3.3).     |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| attrs               | String[]           | Attribute name as short hand strings or URIs.                                                                              | 0..1         | A synonym for a combination of the *pick* and*q* members. **Deprecated**                       |
@@ -2141,7 +2141,7 @@ Table: Query data type definition
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| splitEntities       | Boolean            | default decided by implementation; it should be configurable. The parameter does not apply in case                         | 0..1         | If _`true`_ it is assumed that single Entities are distributed between different               |
|                     |                    | the parameter _`local`_ is _`true`_ or the query applies to a Snapshot                                                     |              | Context Brokers and/or Context Sources and this has to be taken into account when              |
|                     |                    |                                                                                                                            |              | applying any kind of filters (q, geoQ, scopeQ, Attributes etc.).                               |
|                     |                    |                                                                                                                            |              | applying any kind of filters (_`q`_, _`geoQ`_, _`scopeQ`_, Attributes etc.).                   |
|                     |                    |                                                                                                                            |              | If _`false`_ it is expected that Context Broker and/or Context Source                          |
|                     |                    |                                                                                                                            |              | always have complete Entities, which allows applying filters locally.                          |
|                     |                    |                                                                                                                            |              |                                                                                                |
@@ -2193,11 +2193,11 @@ Table: Subscription data type definition
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| q                   | String             | A valid query string as per Clause+++clause-7+++7.2.3                                                                      | 0..1         | Query that shall be met by subscribed entities in order to trigger the notification.           |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| geoQ                | GeoQuery           | See data type definition in Clause+++root.2.6.7.2                                                                          | 0..1         | Geoquery that shall be met by subscribed entities in order to trigger the notification.        |
| geoQ                | GeoParams          | See data type definition in Clause+++root.2.6.7.2                                                                          | 0..1         | Geoquery that shall be met by subscribed entities in order to trigger the notification.        |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| scopeQ              | String             | See Clause+++clause-7+++7.2.5                                                                                              | 0..1         | Scope query.                                                                                   |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| temporalQ           | TemporalQuery      | See data type definition in Clause+++root.2.6.7.4                                                                          | 0..1         | Temporal Query to be used **only** in *Context Registration Subscriptions*                     |
| temporalQ           | TemporalParams     | See data type definition in Clause+++root.2.6.7.4                                                                          | 0..1         | Temporal Query to be used **only** in *Context Registration Subscriptions*                     |
|                     |                    |                                                                                                                            |              | for matching [Context Source Registrations]{.HTML-Keyboard} of                                 |
|                     |                    |                                                                                                                            |              | [Context Sources]{.HTML-Keyboard} providing temporal information.                              |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
@@ -2359,7 +2359,7 @@ Table: CSourceRegistration data type definition
|                     |                                            |                                                                                              |             |                                                                                                                                          |
|                     |                                            |                                                                                              |             |                                                                                                                                          |
+---------------------+--------------------------------------------+----------------------------------------------------------------------------------------------+-------------+------------------------------------------------------------------------------------------------------------------------------------------+
| managementInterval  | TimeInterval                               | See data type definition in Clause+++root.2.6.7.1                                            | 0..1        | If present, the [Context Source]{.HTML-Keyboard} can be queried for Temporal Entity Representations.                                     |
| managementInterval  | TimeIntervalParams                         | See data type definition in Clause+++root.2.6.7.1                                            | 0..1        | If present, the [Context Source]{.HTML-Keyboard} can be queried for Temporal Entity Representations.                                     |
|                     |                                            |                                                                                              |             | (If latest Entity information is also provided, a separate Context Registration is needed for this purpose).                             |
|                     |                                            |                                                                                              |             | The _`managementInterval`_ specifies the time interval for which the [Context Source]{.HTML-Keyboard} can provide                        |
|                     |                                            |                                                                                              |             | Entity information as specified by the _`createdAt`_, _`modifiedAt`_ and _`deletedAt`_ Temporal Properties.                              |
@@ -2373,7 +2373,7 @@ Table: CSourceRegistration data type definition
|                     |                                            | The mode is assumed to be ["inclusive"]{.HTML-Code} if not explicitly defined                |             |                                                                                                                                          |
|                     |                                            |                                                                                              |             |                                                                                                                                          |
+---------------------+--------------------------------------------+----------------------------------------------------------------------------------------------+-------------+------------------------------------------------------------------------------------------------------------------------------------------+
| observationInterval | TimeInterval                               | See data type definition in Clause+++root.2.6.7.1                                            | 0..1        | If present, the [Context Source]{.HTML-Keyboard} can be queried for Temporal Entity Representations.                                     |
| observationInterval | TimeIntervalParams                         | See data type definition in Clause+++root.2.6.7.1                                            | 0..1        | If present, the [Context Source]{.HTML-Keyboard} can be queried for Temporal Entity Representations.                                     |
|                     |                                            |                                                                                              |             | (If latest Entity information is also provided, a separate Context Registration is needed for this purpose).                             |
|                     |                                            |                                                                                              |             | The _`observationInterval`_ specifies the time interval for which the [Context Source]{.HTML-Keyboard} can provide                       |
|                     |                                            |                                                                                              |             | Entity information as specified by the _`observedAt`_ Temporal Property. A temporal query based on the _`observedAt`_                    |