summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/doc/GlobalAttribute_diagram.dot
blob: 25a1a43ca87258c8c9dbe07768c7ce410c2c1494 (plain)
1
2
3
4
5
6
7
8
9
digraph GlobalAttribute {
  mindist = 2.0
  1 -> 2 [label="annotation"]
  1 -> 3 [label="simpleType"]
  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]
}