1 | digraph Schema {
|
---|
2 | mindist = 2.0
|
---|
3 | 1 -> 5 [label="group"]
|
---|
4 | 1 -> 5 [label="complexType"]
|
---|
5 | 1 -> 2 [label="import"]
|
---|
6 | 1 -> 2 [label="include"]
|
---|
7 | 1 -> 2 [label="annotation"]
|
---|
8 | 1 -> 3 [label="defaultOpenContent"]
|
---|
9 | 1 -> 5 [label="simpleType"]
|
---|
10 | 1 -> 5 [label="element"]
|
---|
11 | 1 -> 5 [label="notation"]
|
---|
12 | 1 -> 2 [label="override"]
|
---|
13 | 1 -> 5 [label="attribute"]
|
---|
14 | 1 -> 5 [label="attributeGroup"]
|
---|
15 | 1 -> 2 [label="redefine"]
|
---|
16 | 2 -> 5 [label="group"]
|
---|
17 | 2 -> 5 [label="complexType"]
|
---|
18 | 2 -> 2 [label="import"]
|
---|
19 | 2 -> 2 [label="include"]
|
---|
20 | 2 -> 2 [label="annotation"]
|
---|
21 | 2 -> 3 [label="defaultOpenContent"]
|
---|
22 | 2 -> 5 [label="simpleType"]
|
---|
23 | 2 -> 5 [label="element"]
|
---|
24 | 2 -> 5 [label="notation"]
|
---|
25 | 2 -> 2 [label="override"]
|
---|
26 | 2 -> 5 [label="attribute"]
|
---|
27 | 2 -> 5 [label="attributeGroup"]
|
---|
28 | 2 -> 2 [label="redefine"]
|
---|
29 | 3 -> 5 [label="group"]
|
---|
30 | 3 -> 5 [label="complexType"]
|
---|
31 | 3 -> 4 [label="annotation"]
|
---|
32 | 3 -> 5 [label="simpleType"]
|
---|
33 | 3 -> 5 [label="element"]
|
---|
34 | 3 -> 5 [label="notation"]
|
---|
35 | 3 -> 5 [label="attribute"]
|
---|
36 | 3 -> 5 [label="attributeGroup"]
|
---|
37 | 4 -> 5 [label="group"]
|
---|
38 | 4 -> 5 [label="complexType"]
|
---|
39 | 4 -> 5 [label="simpleType"]
|
---|
40 | 4 -> 5 [label="element"]
|
---|
41 | 4 -> 5 [label="notation"]
|
---|
42 | 4 -> 5 [label="attribute"]
|
---|
43 | 4 -> 5 [label="attributeGroup"]
|
---|
44 | 5 -> 5 [label="group"]
|
---|
45 | 5 -> 5 [label="complexType"]
|
---|
46 | 5 -> 6 [label="annotation"]
|
---|
47 | 5 -> 5 [label="simpleType"]
|
---|
48 | 5 -> 5 [label="element"]
|
---|
49 | 5 -> 5 [label="notation"]
|
---|
50 | 5 -> 5 [label="attribute"]
|
---|
51 | 5 -> 5 [label="attributeGroup"]
|
---|
52 | 6 -> 5 [label="group"]
|
---|
53 | 6 -> 5 [label="complexType"]
|
---|
54 | 6 -> 6 [label="annotation"]
|
---|
55 | 6 -> 5 [label="simpleType"]
|
---|
56 | 6 -> 5 [label="element"]
|
---|
57 | 6 -> 5 [label="notation"]
|
---|
58 | 6 -> 5 [label="attribute"]
|
---|
59 | 6 -> 5 [label="attributeGroup"]
|
---|
60 | 1 [shape=doublecircle, style=filled, color=blue]
|
---|
61 | 2 [shape=doublecircle, style=filled, color=green]
|
---|
62 | 3 [shape=doublecircle, style=filled, color=green]
|
---|
63 | 4 [shape=doublecircle, style=filled, color=green]
|
---|
64 | 5 [shape=doublecircle, style=filled, color=green]
|
---|
65 | 6 [shape=doublecircle, style=filled, color=green]
|
---|
66 | }
|
---|