forked from hfreye/RLP-XML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mapping
81 lines (74 loc) · 1.91 KB
/
Mapping
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
zu Bloom A-H und Alter und Klasse
attribute: fach, alter, bundesland/location, alias, category, subcategory, bloom, competence,
Fähigkeit/Skill:
getNodebyName = standard iterate through id und content
standard.content (standard.id für subcategory und competence zuordnung)
Kompetenz:
competence.name (id für zuordnung zu skill)
subcategory:
subarea.name oder area.name (id für zuordnung zu kompetenz bzw. skill)
Bloom:
stufe.level
name:
alias: [id, name, andere bundesländer name]
<fach>
<id></id>
<title></title>
<c1>
<id>C-DE-1</id>
<title>Kompetenzentwicklung</title>
<subtext>
<id>C-DE-1-1</id>
<title></title>
<content></content>
</subtext>
</c1>
<c2>
<vorwort>
<id>C-DE-2-BE</id>
<title></title>
<content></content>
</vorwort>
<area>
<id></id>
<name></name>
<subarea>/<competence>
<id></id>
<name></name>
<competence>/<stufe>
<id>
<level>/<name>
<standard>/<stufe>
<id>
<content>/<standard>,{<id>,<content>}<level>AH</level>
</area>
</c2>
<c3>
<id>C-DE-3</id>
<title>Themen und Inhalte</title>
<vortext>
<id>C-DE-3-0</id>
<title>Vorwort</title>
<content></content>
<subtext>{
<id>C-GEO-3-0-1</id>
<title>Übersicht über die Themenfelder</title>
<content></content>}
</subtext>
</vortext>
<themainhalt>
<id>
<content>
<title>Themenbereich „Zahlen und Operationen“</title>
<inhalt>
<id>C-MA-I1-1</id>
<title>Zahlen auffassen und darstellen</title>
<inhalt>
{<id>C-DE-3-1-1-1</id>,<title>Literarische Texte</title>,<content>Kinderbuch, Märchen, Gedicht (Lied), kurze erzählende Texte, dramatische Szene </content>}
<id>C-MA-I1-1-A</id>
<title></title>
<inhalt>
<id>C-MA-I1-1-A-1</id>
<title></title>
<content>schnelles Erfassen von Mengen (z. B. strukturierte Mengenbilder)</content>
</fach>