summaryrefslogtreecommitdiff
path: root/src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot')
-rw-r--r--src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot b/src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot
new file mode 100644
index 0000000..b01f0cf
--- /dev/null
+++ b/src/xmlpatterns/schema/doc/LocalAttribute_diagram.dot
@@ -0,0 +1,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]
+}