src/xmlpatterns/schema/doc/LocalElement_diagram.dot
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Wed, 21 Apr 2010 12:15:23 +0300
branchRCL_3
changeset 13 cc75c76972ee
parent 0 1918ee327afb
permissions -rw-r--r--
a69086a7359b3de9db0823ce58d9aab8b5c369be

digraph LocalElement {
  mindist = 2.0
  1 -> 3 [label="complexType"]
  1 -> 4 [label="alternative"]
  1 -> 2 [label="annotation"]
  1 -> 5 [label="key"]
  1 -> 3 [label="simpleType"]
  1 -> 5 [label="keyref"]
  1 -> 5 [label="unique"]
  2 -> 3 [label="complexType"]
  2 -> 4 [label="alternative"]
  2 -> 5 [label="key"]
  2 -> 3 [label="simpleType"]
  2 -> 5 [label="keyref"]
  2 -> 5 [label="unique"]
  3 -> 4 [label="alternative"]
  3 -> 5 [label="key"]
  3 -> 5 [label="keyref"]
  3 -> 5 [label="unique"]
  4 -> 4 [label="alternative"]
  4 -> 5 [label="key"]
  4 -> 5 [label="keyref"]
  4 -> 5 [label="unique"]
  5 -> 5 [label="key"]
  5 -> 5 [label="keyref"]
  5 -> 5 [label="unique"]
  1 [shape=doublecircle, style=filled, color=blue]
  2 [shape=doublecircle, style=filled, color=green]
  3 [shape=doublecircle, style=filled, color=green]
  4 [shape=doublecircle, style=filled, color=green]
  5 [shape=doublecircle, style=filled, color=green]
}