source: trunk/src/xmlpatterns/schema/doc/SimpleContentExtension_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: 755 bytes
Line 
1digraph SimpleContentExtension {
2 mindist = 2.0
3 1 -> 2 [label="annotation"]
4 1 -> 4 [label="anyAttribute"]
5 1 -> 5 [label="assert"]
6 1 -> 3 [label="attribute"]
7 1 -> 3 [label="attributeGroup"]
8 2 -> 4 [label="anyAttribute"]
9 2 -> 5 [label="assert"]
10 2 -> 3 [label="attribute"]
11 2 -> 3 [label="attributeGroup"]
12 3 -> 4 [label="anyAttribute"]
13 3 -> 5 [label="assert"]
14 3 -> 3 [label="attribute"]
15 3 -> 3 [label="attributeGroup"]
16 4 -> 5 [label="assert"]
17 5 -> 5 [label="assert"]
18 1 [shape=doublecircle, style=filled, color=blue]
19 2 [shape=doublecircle, style=filled, color=green]
20 3 [shape=doublecircle, style=filled, color=green]
21 4 [shape=doublecircle, style=filled, color=green]
22 5 [shape=doublecircle, style=filled, color=green]
23}
Note: See TracBrowser for help on using the repository browser.