source: trunk/src/xmlpatterns/schema/doc/Annotation_diagram.dot

Last change on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

  • Property svn:eol-style set to native
File size: 262 bytes
Line 
1digraph Annotation {
2 mindist = 2.0
3 1 -> 2 [label="appinfo"]
4 1 -> 2 [label="documentation"]
5 2 -> 2 [label="appinfo"]
6 2 -> 2 [label="documentation"]
7 1 [shape=doublecircle, style=filled, color=blue]
8 2 [shape=doublecircle, style=filled, color=green]
9}
Note: See TracBrowser for help on using the repository browser.