source: trunk/src/xmlpatterns/schema/doc/ComplexContent_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: 334 bytes
Line 
1digraph ComplexContent {
2 mindist = 2.0
3 1 -> 3 [label="restriction"]
4 1 -> 2 [label="annotation"]
5 1 -> 3 [label="extension"]
6 2 -> 3 [label="restriction"]
7 2 -> 3 [label="extension"]
8 1 [shape=circle, style=filled, color=blue]
9 2 [shape=circle, style=filled, color=red]
10 3 [shape=doublecircle, style=filled, color=green]
11}
Note: See TracBrowser for help on using the repository browser.