summaryrefslogtreecommitdiffstats
path: root/src/xmlpatterns/schema/doc/SimpleContent_diagram.dot
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-07-15 15:30:08 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-07-15 15:30:08 (GMT)
commitfbfc03eb8e7c3d41c4331895ae83912a4275e6c2 (patch)
treeae6b553899bba4922d1210b0f8dc8da994834bc7 /src/xmlpatterns/schema/doc/SimpleContent_diagram.dot
parent2d01fb17dbf7590dd60987b08433252eb95f55e0 (diff)
parent9075ec9011e5f678563ab15024e8d9731e938963 (diff)
downloadQt-fbfc03eb8e7c3d41c4331895ae83912a4275e6c2.zip
Qt-fbfc03eb8e7c3d41c4331895ae83912a4275e6c2.tar.gz
Qt-fbfc03eb8e7c3d41c4331895ae83912a4275e6c2.tar.bz2
Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'src/xmlpatterns/schema/doc/SimpleContent_diagram.dot')
-rw-r--r--src/xmlpatterns/schema/doc/SimpleContent_diagram.dot11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/xmlpatterns/schema/doc/SimpleContent_diagram.dot b/src/xmlpatterns/schema/doc/SimpleContent_diagram.dot
new file mode 100644
index 0000000..c996329
--- /dev/null
+++ b/src/xmlpatterns/schema/doc/SimpleContent_diagram.dot
@@ -0,0 +1,11 @@
+digraph SimpleContent {
+ mindist = 2.0
+ 1 -> 3 [label="restriction"]
+ 1 -> 2 [label="annotation"]
+ 1 -> 3 [label="extension"]
+ 2 -> 3 [label="restriction"]
+ 2 -> 3 [label="extension"]
+ 1 [shape=circle, style=filled, color=blue]
+ 2 [shape=circle, style=filled, color=red]
+ 3 [shape=doublecircle, style=filled, color=green]
+}