Commit c6658474 authored by thomas Bousselin's avatar thomas Bousselin
Browse files

fix: complete sentence for propertyNames and relationshipNames description

parent 0b61c790
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2955,11 +2955,11 @@ Table: RegistrationInfo data type definition
| attributeNames    | String[]       | Attribute names as short hand strings or URIs. Empty array is not allowed.       | 0..1        | Describes the Attributes that the CSource may be able to provide.                |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             | A synonym for the combination of *propertyNames* and *relationshipNames*.        |
+-------------------+----------------+----------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------+
| propertyNames     | String[]       | Only used if *attributeNames* is not present.                                    | 0..1        | **Deprecated** The field is included in *attributeNames*.                        |
| propertyNames     | String[]       | It is only used if *attributeNames* is not present.                              | 0..1        | **Deprecated** The field is included in *attributeNames*.                        |
|                   |                | Property names as short hand strings or URIs. Empty array is not allowed.        |             |                                                                                  |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             | Describes the Properties that the CSource may be able to provide.                |
+-------------------+----------------+----------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------+
| relationshipNames | String[]       | Only used if *attributeNames* is not present.                                    | 0..1        | **Deprecated** The field is included in *attributeNames*.                        |
| relationshipNames | String[]       | It is only used if *attributeNames* is not present.                              | 0..1        | **Deprecated** The field is included in *attributeNames*.                        |
|                   |                | Relationship names as short hand strings or URIs. Empty array is not allowed.    |             |                                                                                  |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             | Describes the Relationships that the CSource may be able to provide.             |
+-------------------+----------------+----------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------+