src/xmlpatterns/schema/doc/Schema_diagram.dot
author Eckhart Koeppen <eckhart.koppen@nokia.com>
Fri, 16 Apr 2010 11:39:52 +0300
branchRCL_3
changeset 9 740e5562c97f
parent 0 1918ee327afb
permissions -rw-r--r--
8b5beb2a553102639e9eb38c8f8f0f6775e8545b

digraph Schema {
  mindist = 2.0
  1 -> 5 [label="group"]
  1 -> 5 [label="complexType"]
  1 -> 2 [label="import"]
  1 -> 2 [label="include"]
  1 -> 2 [label="annotation"]
  1 -> 3 [label="defaultOpenContent"]
  1 -> 5 [label="simpleType"]
  1 -> 5 [label="element"]
  1 -> 5 [label="notation"]
  1 -> 2 [label="override"]
  1 -> 5 [label="attribute"]
  1 -> 5 [label="attributeGroup"]
  1 -> 2 [label="redefine"]
  2 -> 5 [label="group"]
  2 -> 5 [label="complexType"]
  2 -> 2 [label="import"]
  2 -> 2 [label="include"]
  2 -> 2 [label="annotation"]
  2 -> 3 [label="defaultOpenContent"]
  2 -> 5 [label="simpleType"]
  2 -> 5 [label="element"]
  2 -> 5 [label="notation"]
  2 -> 2 [label="override"]
  2 -> 5 [label="attribute"]
  2 -> 5 [label="attributeGroup"]
  2 -> 2 [label="redefine"]
  3 -> 5 [label="group"]
  3 -> 5 [label="complexType"]
  3 -> 4 [label="annotation"]
  3 -> 5 [label="simpleType"]
  3 -> 5 [label="element"]
  3 -> 5 [label="notation"]
  3 -> 5 [label="attribute"]
  3 -> 5 [label="attributeGroup"]
  4 -> 5 [label="group"]
  4 -> 5 [label="complexType"]
  4 -> 5 [label="simpleType"]
  4 -> 5 [label="element"]
  4 -> 5 [label="notation"]
  4 -> 5 [label="attribute"]
  4 -> 5 [label="attributeGroup"]
  5 -> 5 [label="group"]
  5 -> 5 [label="complexType"]
  5 -> 6 [label="annotation"]
  5 -> 5 [label="simpleType"]
  5 -> 5 [label="element"]
  5 -> 5 [label="notation"]
  5 -> 5 [label="attribute"]
  5 -> 5 [label="attributeGroup"]
  6 -> 5 [label="group"]
  6 -> 5 [label="complexType"]
  6 -> 6 [label="annotation"]
  6 -> 5 [label="simpleType"]
  6 -> 5 [label="element"]
  6 -> 5 [label="notation"]
  6 -> 5 [label="attribute"]
  6 -> 5 [label="attributeGroup"]
  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]
  6 [shape=doublecircle, style=filled, color=green]
}