Changes between Version 60 and Version 61 of Ticket #56494, comment 5
- Timestamp:
- 10/03/2022 08:52:33 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56494, comment 5
v60 v61 90 90 = Valid schema defined by MR 91 91 92 We can discover the pattern of which kinds of nodes exist together in the parent - root srelation:93 - filled parent - filled root s(root's `type` overwrites the (base) parent's `type`)94 - dotted parent - filled root s95 - filled parent - empty root s92 We can discover the pattern of which kinds of nodes exist together in the parent - root relation: 93 - filled parent - filled root (root's `type` overwrites the (base) parent's `type`) 94 - dotted parent - filled root 95 - filled parent - empty root 96 96 97 97 … … 110 110 111 111 112 The schema is invalid if the parent has no `type`, and the rootsalso have no `type`.113 Meaning there is no base `type` on parent, and there is no local `type` on the root s, so the "Task" cannot be performed on them.112 The schema is invalid if the parent has no `type`, and a root also have no `type`. 113 Meaning there is no base `type` on parent, and there is no local `type` on the root, so the "Task" cannot be performed on the root. 114 114 - Iteration 1 runs on the parent, and passes its base `type` in the `$types` parameter to the next iteration. 115 115 - Iteration 2 runs on each root, and they have no local `type`, so the incoming `$types` should be used.