Skip to content

Commit c408b66

Browse files
authored
Update RWD-Lineage_Data_Standard_Specification.md
Update spec based on March 31 meeting
1 parent c40f08c commit c408b66

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

documents/RWD-Lineage_Data_Standard_Specification.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ The following table defines the attributes available within a Coordinate Object.
3737
| 4 | `Database` | string | Conditional | The specific database name (Required for `storage="Database"`). |
3838
| 5 | `Schema` | string | Conditional | The schema name (Required for `storage="Database"`). |
3939
| 6 | `Table` | string | Conditional | The table name (Required for `storage="Database"`). |
40-
| 7 | `RowKey`/`RowIndex` | string/integer | Conditional | The row number or Primary Key value (Required for `structure="Tabular"`). |
41-
| 8 | `ColumnName` | string | Conditional | The header/variable name (Required for `structure="Tabular"`). |
42-
| 9 | `Path` | string | Conditional | The navigation string (XPath/JSONPath) (Required for `structure="Tree"`). |
43-
| 10 | `Format` | string | Optional | The specific format of the file or response (e.g., "JSON", "XML", "CSV"). |
40+
| 7 | `RowIndex` | integer | Conditional | The row number (One of `RowIndex` or `RowKey` required for `structure="Tabular"`). |
41+
| 8 | `RowKey` | string/integer | Conditional | The Primary Key field (One of `RowIndex` or `RowKey` required for `structure="Tabular"`). |
42+
| 9 | `RowKeyValue` | string/integer | Conditional | The Primary Key value (Required if `RowKey` is used). |
43+
| 10 | `ColumnName` | string | Conditional | The header/variable name (Required for `structure="Tabular"`). |
44+
| 11 | `Path` | string | Conditional | The navigation string (XPath/JSONPath) (Required for `structure="Tree"`). |
45+
| 12 | `Format` | string | Optional | The specific format of the file or response (e.g., "JSON", "XML", "CSV"). |
4446

4547
### Coordinates
4648

47-
List of supported coordinates — designed to be extensible by defining the `type` attribute in the XML schema (e.g., `type="Graph"` or `type="Stream"`).
49+
List of supported coordinates — designed to be extensible by defining the `structure` attribute in the XML schema (e.g., `type="Graph"` or `type="Stream"`).
4850

4951
#### Structural Formats
5052

0 commit comments

Comments
 (0)