author | Alex Gilkes <alex.gilkes@nokia.com> |
Mon, 11 Jan 2010 14:00:40 +0000 | |
changeset 0 | 1918ee327afb |
permissions | -rw-r--r-- |
0 | 1 |
digraph Alternative { |
2 |
mindist = 2.0 |
|
3 |
1 -> 3 [label="complexType"] |
|
4 |
1 -> 2 [label="annotation"] |
|
5 |
1 -> 3 [label="simpleType"] |
|
6 |
2 -> 3 [label="complexType"] |
|
7 |
2 -> 3 [label="simpleType"] |
|
8 |
1 [shape=doublecircle, style=filled, color=blue] |
|
9 |
2 [shape=doublecircle, style=filled, color=green] |
|
10 |
3 [shape=doublecircle, style=filled, color=green] |
|
11 |
} |