Commit 9cdc0dc6 authored by Jason Fox's avatar Jason Fox
Browse files

Remove word break characters.

parent c1537d09
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2298,9 +2298,9 @@ Table: Subscription data type definition
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| notification        | NotificationParams | See data type definition in Clause+++root.2.6.7.3                                                                          | 1            | Notification details.                                                                          |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+
| notificationTrigger | String[]           | Valid notification triggers are ["entityCreated"]{.HTML-Code},<wbr/> ["entityUpdated"]{.HTML-Code},<wbr/>                  | 0..1         | The notification triggers listed indicate what kind of changes shall trigger a notification.   |
|                     |                    | ["entityDeleted"]{.HTML-Code},<wbr/> ["attributeCreated"]{.HTML-Code},<wbr/>                                               |              | If not present, the default is the combination ["attributeCreated"]{.HTML-Code}                |
|                     |                    | ["attributeUpdated"]{.HTML-Code},<wbr/> ["attributeDeleted"]{.HTML-Code}                                                   |              | and ["attributeUpdated"]{.HTML-Code}. ["entityUpdated"]{.HTML-Code} is equivalent to           |
| notificationTrigger | String[]           | Valid notification triggers are ["entityCreated"]{.HTML-Code}, ["entityUpdated"]{.HTML-Code},                              | 0..1         | The notification triggers listed indicate what kind of changes shall trigger a notification.   |
|                     |                    | ["entityDeleted"]{.HTML-Code}, ["attributeCreated"]{.HTML-Code},                                                           |              | If not present, the default is the combination ["attributeCreated"]{.HTML-Code}                |
|                     |                    | ["attributeUpdated"]{.HTML-Code}, ["attributeDeleted"]{.HTML-Code}                                                         |              | and ["attributeUpdated"]{.HTML-Code}. ["entityUpdated"]{.HTML-Code} is equivalent to           |
|                     |                    |                                                                                                                            |              | the combination ["attributeCreated"]{.HTML-Code}, ["attributeUpdated"]{.HTML-Code}             |
|                     |                    |                                                                                                                            |              | and ["attributeDeleted"]{.HTML-Code}.                                                          |
+---------------------+--------------------+----------------------------------------------------------------------------------------------------------------------------+--------------+------------------------------------------------------------------------------------------------+