summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/doc/Annotation_diagram.dot
blob: 260b6f70d0913512c7b63160cdf24b87cf17c368 (plain)
1
2
3
4
5
6
7
8
9
digraph Annotation {
  mindist = 2.0
  1 -> 2 [label="appinfo"]
  1 -> 2 [label="documentation"]
  2 -> 2 [label="appinfo"]
  2 -> 2 [label="documentation"]
  1 [shape=doublecircle, style=filled, color=blue]
  2 [shape=doublecircle, style=filled, color=green]
}