summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot
blob: b01f0cfff679b9ac1c726cb838521836e4b1072d (plain)
1
2
3
4
5
6
7
8
9
digraph LocalAttribute {
  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]
}