summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/doc/DefaultOpenContent_diagram.dot
blob: 61e7d14800d36c3b5de345f48a8b3791d8cdf6bd (plain)
1
2
3
4
5
6
7
8
9
digraph DefaultOpenContent {
  mindist = 2.0
  1 -> 2 [label="annotation"]
  1 -> 3 [label="any"]
  2 -> 3 [label="any"]
  1 [shape=doublecircle, style=filled, color=blue]
  2 [shape=circle, style=filled, color=red]
  3 [shape=doublecircle, style=filled, color=green]
}