Commit 0b61c790 authored by thomas Bousselin's avatar thomas Bousselin
Browse files

fix: attributeNames style

parent bd23459e
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -2955,13 +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[]       | 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                              |             |                                                                                  |
| 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.        |             |                                                                                  |
|                   |                | 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.                          |
|                   |                | 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                              |             |                                                                                  |
| 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.    |             |                                                                                  |
|                   |                | Restrictions in Clause+++clause-9+++9 apply as well                              |             | Describes the Relationships that the CSource may be able to provide.             |
+-------------------+----------------+----------------------------------------------------------------------------------+-------------+----------------------------------------------------------------------------------+
:::