branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 0 | 1918ee327afb |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
1 digraph ComplexContent { |
|
2 mindist = 2.0 |
|
3 1 -> 3 [label="restriction"] |
|
4 1 -> 2 [label="annotation"] |
|
5 1 -> 3 [label="extension"] |
|
6 2 -> 3 [label="restriction"] |
|
7 2 -> 3 [label="extension"] |
|
8 1 [shape=circle, style=filled, color=blue] |
|
9 2 [shape=circle, style=filled, color=red] |
|
10 3 [shape=doublecircle, style=filled, color=green] |
|
11 } |