You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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. |
23
23
| 3 |`Source`| Coordinate Object | Required | The Data Point representing the origin (RWD). |
24
24
| 4 |`Target`| Coordinate Object | Required | The Data Point representing the destination (SDTM). |
25
25
@@ -31,7 +31,7 @@ The following table defines the attributes available within a Coordinate Object.
31
31
32
32
| Order | Attribute | XML Data Type | Usage | Description |
0 commit comments