Commit c1537d09 authored by Jason Fox's avatar Jason Fox
Browse files

Update scoped definitions for read-only attributes.

Fix whitespace issues.
parent ec88ecf2
Loading
Loading
Loading
Loading
Loading
+49 −31
Original line number Diff line number Diff line
@@ -520,14 +520,21 @@ Table: Matrix of all Attributes
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`languageMaps`_                   | LanguageProperty                                                      |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`lastFailure`_                    | CSourceRegistration, NotificationParams                               |                                               |
| _`lastFailure`_                    | CSourceRegistration, NotificationParams                               | Type-scoped definition within                 |
|                                    |                                                                       | [type="ContextSourceRegistration"]{.HTML-Code}|
|                                    |                                                                       | , property-scoped definition within           |
|                                    |                                                                       | _`notification`_                              |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`lastN`_                          | TemporalParams                                                        | Property-scoped definition within             |
|                                    |                                                                       | _`temporalQ`_                                 |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`lastNotification`_               | NotificationParams                                                    |                                               |
| _`lastNotification`_               | NotificationParams                                                    | Property-scoped definition within             |
|                                    |                                                                       | _`notification`_                              |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`lastSuccess`_                    | CSourceRegistration, NotificationParams                               |                                               |
| _`lastSuccess`_                    | CSourceRegistration, NotificationParams                               | Type-scoped definition within                 |
|                                    |                                                                       | [type="ContextSourceRegistration"]{.HTML-Code}|
|                                    |                                                                       | , property-scoped definition within           |
|                                    |                                                                       | _`notification`_                              |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`lastUsedAt`_                     | Snapshot                                                              |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
@@ -669,7 +676,12 @@ Table: Matrix of all Attributes
|                                    |                                                                       | _`managementInterval`_ and                    |
|                                    |                                                                       | _`observationInterval`_                       |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`status`_                         | CSourceRegistration, NotificationParams, Subscription                 |                                               |
| _`status`_                         | CSourceRegistration, NotificationParams, Subscription                 | Type-scoped definitions within                |
|                                    |                                                                       | [type="ContextSourceRegistration"]{.HTML-Code}|
|                                    |                                                                       | and                                           |
|                                    |                                                                       | [type="Subscription"]{.HTML-Code},            |
|                                    |                                                                       | property-scoped definition within             |
|                                    |                                                                       | _`notification`_                              |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`subscriptionId`_                 | CSourceNotification, Notification                                     |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
@@ -703,9 +715,15 @@ Table: Matrix of all Attributes
| _`timerel`_                        | TemporalParams                                                        | Property-scoped definition within             |
|                                    |                                                                       | _`temporalQ`_                                 |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`timesFailed`_                    | CSourceRegistration, NotificationParams                               |                                               |
| _`timesFailed`_                    | CSourceRegistration, NotificationParams                               |  Type-scoped definition within                |
|                                    |                                                                       | [type="Query"]{.HTML-Code},                   |
|                                    |                                                                       | property-scoped definition within             |
|                                    |                                                                       | _`notification`_                              |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`timesSent`_                      | CSourceRegistration, NotificationParams                               |                                               |
| _`timesSent`_                      | CSourceRegistration, NotificationParams                               | Type-scoped definition within                 |
|                                    |                                                                       | [type="Query"]{.HTML-Code},                   |
|                                    |                                                                       | property-scoped definition within             |
|                                    |                                                                       | _`notification`_                              |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+
| _`triggerReason`_                  | CSourceNotification                                                   |                                               |
+------------------------------------+-----------------------------------------------------------------------+-----------------------------------------------+