source: trunk/src/xmlpatterns/schema/doc/SimpleContentRestriction_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: 2.7 KB
RevLine 
[556]1digraph SimpleContentRestriction {
2 mindist = 2.0
3 1 -> 3 [label="simpleType"]
4 1 -> 2 [label="annotation"]
5 1 -> 4 [label="length"]
6 1 -> 6 [label="anyAttribute"]
7 1 -> 4 [label="maxExclusive"]
8 1 -> 4 [label="totalDigits"]
9 1 -> 4 [label="maxInclusive"]
10 1 -> 4 [label="maxLength"]
11 1 -> 7 [label="assert"]
12 1 -> 4 [label="assertion"]
13 1 -> 5 [label="attribute"]
14 1 -> 4 [label="minExclusive"]
15 1 -> 5 [label="attributeGroup"]
16 1 -> 4 [label="minInclusive"]
17 1 -> 4 [label="minLength"]
18 1 -> 4 [label="whiteSpace"]
19 1 -> 4 [label="pattern"]
20 1 -> 4 [label="enumeration"]
21 1 -> 4 [label="fractionDigits"]
22 2 -> 3 [label="simpleType"]
23 2 -> 4 [label="length"]
24 2 -> 6 [label="anyAttribute"]
25 2 -> 4 [label="maxExclusive"]
26 2 -> 4 [label="totalDigits"]
27 2 -> 4 [label="maxInclusive"]
28 2 -> 4 [label="maxLength"]
29 2 -> 7 [label="assert"]
30 2 -> 4 [label="assertion"]
31 2 -> 5 [label="attribute"]
32 2 -> 4 [label="minExclusive"]
33 2 -> 5 [label="attributeGroup"]
34 2 -> 4 [label="minInclusive"]
35 2 -> 4 [label="minLength"]
36 2 -> 4 [label="whiteSpace"]
37 2 -> 4 [label="pattern"]
38 2 -> 4 [label="enumeration"]
39 2 -> 4 [label="fractionDigits"]
40 3 -> 4 [label="fractionDigits"]
41 3 -> 4 [label="minLength"]
42 3 -> 4 [label="whiteSpace"]
43 3 -> 6 [label="anyAttribute"]
44 3 -> 4 [label="length"]
45 3 -> 7 [label="assert"]
46 3 -> 4 [label="maxExclusive"]
47 3 -> 4 [label="enumeration"]
48 3 -> 4 [label="assertion"]
49 3 -> 4 [label="maxInclusive"]
50 3 -> 5 [label="attribute"]
51 3 -> 4 [label="maxLength"]
52 3 -> 4 [label="pattern"]
53 3 -> 4 [label="totalDigits"]
54 3 -> 5 [label="attributeGroup"]
55 3 -> 4 [label="minExclusive"]
56 3 -> 4 [label="minInclusive"]
57 4 -> 4 [label="fractionDigits"]
58 4 -> 4 [label="minLength"]
59 4 -> 4 [label="whiteSpace"]
60 4 -> 6 [label="anyAttribute"]
61 4 -> 4 [label="length"]
62 4 -> 7 [label="assert"]
63 4 -> 4 [label="maxExclusive"]
64 4 -> 4 [label="enumeration"]
65 4 -> 4 [label="assertion"]
66 4 -> 4 [label="maxInclusive"]
67 4 -> 5 [label="attribute"]
68 4 -> 4 [label="maxLength"]
69 4 -> 4 [label="pattern"]
70 4 -> 4 [label="totalDigits"]
71 4 -> 5 [label="attributeGroup"]
72 4 -> 4 [label="minExclusive"]
73 4 -> 4 [label="minInclusive"]
74 5 -> 6 [label="anyAttribute"]
75 5 -> 7 [label="assert"]
76 5 -> 5 [label="attribute"]
77 5 -> 5 [label="attributeGroup"]
78 6 -> 7 [label="assert"]
79 7 -> 7 [label="assert"]
80 1 [shape=doublecircle, style=filled, color=blue]
81 2 [shape=doublecircle, style=filled, color=green]
82 3 [shape=doublecircle, style=filled, color=green]
83 4 [shape=doublecircle, style=filled, color=green]
84 5 [shape=doublecircle, style=filled, color=green]
85 6 [shape=doublecircle, style=filled, color=green]
86 7 [shape=doublecircle, style=filled, color=green]
87}
Note: See TracBrowser for help on using the repository browser.