|
|
पंक्ति 1: |
पंक्ति 1: |
| <graphviz>
| | |
| digraph G {
| |
| node [style=filled, color=black, fillcolor=ghostwhite];
| |
| bgcolor="transparent";
| |
| node [URL="http://www.wikischool.de/wiki/\N"];
| |
| size ="8,8";
| |
| Grundschule[shape=box, style=filled, fillcolor=lightblue];
| |
| Berufsausbildung [style=filled, fillcolor=lightblue];
| |
| Grundschule -> Realschule [weight=8] [label="4"];
| |
| Grundschule -> Hauptschule [weight=8][label="4"];
| |
| Grundschule -> Gymnasium [weight=8][label="4"];
| |
| Hauptschule -> BVJ[label="5"];
| |
| Hauptschule -> Berufsfachschule [label="5"];
| |
| Hauptschule -> Berufsausbildung [label="5"];
| |
| BVJ -> Berufsausbildung [label="1"];
| |
| Berufsfachschule -> Berufsausbildung [label="1 oder 2"];
| |
| Berufsfachschule -> Oberstufe [label="1 oder 2"];
| |
| Realschule -> Oberstufe [label="6"];
| |
| Realschule -> Berufsausbildung [label="5"];
| |
| Gymnasium -> Studium [label="3 bis 5"];
| |
| Gymnasium -> Oberstufe [label="6"];
| |
| Gymnasium -> Berufsausbildung [label="9"];
| |
| Oberstufe -> TG [label="3"];
| |
| Oberstufe -> WG [label="3"];
| |
| Oberstufe -> EG [label="3"];
| |
| TG -> Berufsausbildung [label="3"];
| |
| WG -> Berufsausbildung [label="3"];
| |
| EG -> Berufsausbildung [label="3"];
| |
| TG -> Studium [label="3 bis 5"];
| |
| WG -> Studium [label="3 bis 5"];
| |
| EG -> Studium [label="3 bis 5"];
| |
| Studium -> Berufsausbildung [label="3"];
| |
| }
| |
| </graphviz>
| |