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
Copy file name to clipboardExpand all lines: documentation_user/examples/external_references/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,9 @@ In the menu bar of the schema tab, there is a set of `utility` options for resol
16
16
17
17
Furthermore, the schema diagram visualizes external references as nodes with a blue color frame and provides a button to resolve the reference directly in the diagram.
18
18
19
-

19
+

20
+
21
+
Dealing with Cyclic References
22
+
------------------------------
23
+
24
+
If (external) references can not be resolved due to cyclic dependencies, instead use the utility to bundle the references. This way all external content is moved into the same file, but the schema still uses internal references, which can model cyclic dependencies.
0 commit comments