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

feat: explicitely ignore propertynames and relationshipNames if attributeNames is present.

parent 95fbfc84
Loading
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -2955,11 +2955,13 @@ 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[]       | Property names as short hand strings or URIs. Empty array is not allowed.        | 0..1        | **Deprecated** The field is included in attributeNames.                          |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             | Describes the Properties that the CSource may be able to provide.                |
| propertyNames     | String[]       | 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.        |             | Describes the Properties that the CSource may be able to provide.                |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             |                                                                                  |
+-------------------+----------------+----------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------+
| relationshipNames | String[]       | Relationship names as short hand strings or URIs. Empty array is not allowed.    | 0..1        | **Deprecated** The field is included in attributeNames.                          |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             | Describes the Relationships 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.                          |
|                   |                | Relationship names as short hand strings or URIs. Empty array is not allowed.    |             | Describes the Relationships that the CSource may be able to provide.             |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             |                                                                                  |
+-------------------+----------------+----------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------+
:::