summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/doc/Union_diagram.dot
blob: d6c1865efd4f6d341fc02c2652229e82103db65b (plain)
1
2
3
4
5
6
7
8
9
10
digraph Union {
  mindist = 2.0
  1 -> 2 [label="annotation"]
  1 -> 3 [label="simpleType"]
  2 -> 3 [label="simpleType"]
  3 -> 3 [label="simpleType"]
  1 [shape=doublecircle, style=filled, color=blue]
  2 [shape=doublecircle, style=filled, color=green]
  3 [shape=doublecircle, style=filled, color=green]
}