source: trunk/src/xmlpatterns/schema/doc/NamedGroup_diagram.dot@ 561

Last change on this file since 561 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: 378 bytes
Line 
1digraph NamedGroup {
2 mindist = 2.0
3 1 -> 3 [label="choice"]
4 1 -> 3 [label="all"]
5 1 -> 2 [label="annotation"]
6 1 -> 3 [label="sequence"]
7 2 -> 3 [label="choice"]
8 2 -> 3 [label="all"]
9 2 -> 3 [label="sequence"]
10 1 [shape=doublecircle, style=filled, color=blue]
11 2 [shape=doublecircle, style=filled, color=green]
12 3 [shape=doublecircle, style=filled, color=green]
13}
Note: See TracBrowser for help on using the repository browser.