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