Skip to content

Commit 747a3d6

Browse files
authored
Update RWD-Lineage_Data_Standard_Specification.md
- Replace "Transformation" attribute with reference to MethodDefOID - Add "Messages" to storage attribute value set
1 parent c408b66 commit 747a3d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documents/RWD-Lineage_Data_Standard_Specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The following table defines the attributes for a single Lineage Map element (Sou
1919
| Order | Attribute | XML Data Type | Usage | Description |
2020
|-------|-----------|---------------|-------|-------------|
2121
| 1 | `uuid` | string (UUIDv5) | Required | A deterministic UUID generated from a hash of the Source+Target coordinates. Ensures ID constancy across regenerations. |
22-
| 2 | `Transformation` | string | Optional | A description or code representing the logic applied to the Source to achieve the Target (e.g., "Unit Conversion", "Hardcoding"). |
22+
| 2 | `MethodDefOID` | string | Optional | A reference to MethodDefOID. |
2323
| 3 | `Source` | Coordinate Object | Required | The Data Point representing the origin (RWD). |
2424
| 4 | `Target` | Coordinate Object | Required | The Data Point representing the destination (SDTM). |
2525

@@ -31,7 +31,7 @@ The following table defines the attributes available within a Coordinate Object.
3131

3232
| Order | Attribute | XML Data Type | Usage | Description |
3333
|-------|-----------|---------------|-------|-------------|
34-
| 1 | `storage` | string (Enum) | Required | The container type. Allowed values: `Database`, `Filesystem`, `API`. |
34+
| 1 | `storage` | string (Enum) | Required | The container type. Allowed values: `Database`, `Filesystem`, `API`, `Messages`. |
3535
| 2 | `structure` | string (Enum) | Required | The internal organization. Allowed values: `Tabular`, `Tree`, `Files`. |
3636
| 3 | `URI` | string | Conditional | The full connection string, file path, or API endpoint. |
3737
| 4 | `Database` | string | Conditional | The specific database name (Required for `storage="Database"`). |

0 commit comments

Comments
 (0)