@tricoteuses/assemblee 1.9.2 → 1.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/examples/PIONANR5L15B0020/input.ts +193 -0
- package/lib/examples/PIONANR5L15B0020/loi.json +26 -0
- package/lib/examples/PIONANR5L15B0020/loi_populated.json +29 -0
- package/lib/examples/PIONANR5L15B0020/meta.json +28 -0
- package/lib/examples/PIONANR5L15B0020/motifs.json +5 -0
- package/lib/examples/PIONANR5L15B0020/motifs_populated.json +6 -0
- package/lib/examples/PIONANR5L15B0020/sommaire.json +3 -0
- package/lib/examples/PRJLANR5L16B0914/input.ts +322 -0
- package/lib/examples/PRJLANR5L16B0914/loi.json +14 -0
- package/lib/examples/PRJLANR5L16B0914/loi_populated.json +20 -0
- package/lib/examples/PRJLANR5L16B0914/meta.json +35 -0
- package/lib/examples/PRJLANR5L16B0914/motifs.json +4 -0
- package/lib/examples/PRJLANR5L16B0914/motifs_populated.json +5 -0
- package/lib/examples/PRJLANR5L16B0914/sommaire.json +3 -0
- package/lib/examples/PRJLANR5L16B2014/README.md +2 -0
- package/lib/examples/PRJLANR5L16B2014/input.ts +577 -0
- package/lib/examples/PRJLANR5L16B2014/loi.json +369 -0
- package/lib/examples/PRJLANR5L16B2014/meta.json +31 -0
- package/lib/examples/PRJLANR5L16B2014/motifs.json +5 -0
- package/lib/examples/PRJLANR5L16B2014/sommaire.json +51 -0
- package/lib/examples/PRJLANR5L16B2424/alineas.json +44 -0
- package/lib/examples/PRJLANR5L16B2424/input.ts +322 -0
- package/lib/examples/PRJLANR5L16B2424/loi.json +74 -0
- package/lib/examples/PRJLANR5L16B2424/loi_populated.json +87 -0
- package/lib/examples/PRJLANR5L16B2424/meta.json +31 -0
- package/lib/examples/PRJLANR5L16B2424/motifs.json +4 -0
- package/lib/examples/PRJLANR5L16B2424/motifs_populated.json +5 -0
- package/lib/examples/PRJLANR5L16B2424/sommaire.json +3 -0
- package/lib/examples/PRJLANR5L16B2462/input.ts +1308 -0
- package/lib/examples/PRJLANR5L16B2462/loi.json +74 -0
- package/lib/examples/PRJLANR5L16B2462/loi_populated.json +310 -0
- package/lib/examples/PRJLANR5L16B2462/meta.json +29 -0
- package/lib/examples/PRJLANR5L16B2462/motifs.json +6 -0
- package/lib/examples/PRJLANR5L16B2462/motifs_populated.json +6 -0
- package/lib/examples/PRJLANR5L16B2462/sommaire.json +50 -0
- package/lib/examples/README.md +3 -0
- package/lib/schemas/acteur/Acteur.json +56 -0
- package/lib/schemas/acteur/AdresseElectronique.json +52 -0
- package/lib/schemas/acteur/AdressePostale.json +75 -0
- package/lib/schemas/acteur/Civ.json +14 -0
- package/lib/schemas/acteur/Collaborateur.json +29 -0
- package/lib/schemas/acteur/EtatCivil.json +51 -0
- package/lib/schemas/acteur/Ident.json +40 -0
- package/lib/schemas/acteur/Lieu.json +66 -0
- package/lib/schemas/acteur/Mandat.json +192 -0
- package/lib/schemas/acteur/Profession.json +46 -0
- package/lib/schemas/agenda/Agenda.json +318 -0
- package/lib/schemas/agenda/CycleDeVie.json +45 -0
- package/lib/schemas/agenda/PointOdj.json +82 -0
- package/lib/schemas/amendement/Amendement.json +246 -0
- package/lib/schemas/amendement/Diff.json +25 -0
- package/lib/schemas/amendement/DispositifAmdtCredit.json +85 -0
- package/lib/schemas/amendement/Identifiant.json +62 -0
- package/lib/schemas/amendement/PointeurFragmentTexte.json +127 -0
- package/lib/schemas/amendement/Representation.json +67 -0
- package/lib/schemas/amendement/Total.json +26 -0
- package/lib/schemas/converted_from_type/acteurs_et_organes.json +666 -0
- package/lib/schemas/converted_from_type/agendas.json +1100 -0
- package/lib/schemas/converted_from_type/amendements.json +3191 -0
- package/lib/schemas/converted_from_type/debats.json +682 -0
- package/lib/schemas/converted_from_type/deputes.json +26 -0
- package/lib/schemas/converted_from_type/dossiers_legislatifs.json +2918 -0
- package/lib/schemas/converted_from_type/legislatures.json +16 -0
- package/lib/schemas/converted_from_type/questions.json +328 -0
- package/lib/schemas/converted_from_type/scrutins.json +393 -0
- package/lib/schemas/debat/Contenu.json +75 -0
- package/lib/schemas/debat/Debat.json +40 -0
- package/lib/schemas/debat/Metadonnees.json +75 -0
- package/lib/schemas/debat/Orateur.json +60 -0
- package/lib/schemas/debat/Point.json +169 -0
- package/lib/schemas/debat/Sommaire.json +71 -0
- package/lib/schemas/debat/SommaireElement.json +108 -0
- package/lib/schemas/debat/Texte.json +34 -0
- package/lib/schemas/document/CodeLibelle.json +25 -0
- package/lib/schemas/document/Document.json +385 -0
- package/lib/schemas/document/Indexation.json +38 -0
- package/lib/schemas/dossier/ActeLegislatif.json +211 -0
- package/lib/schemas/dossier/ActeLegislatifBase.json +62 -0
- package/lib/schemas/dossier/Agenda.json +23 -0
- package/lib/schemas/dossier/ConseilConstitutionnel.json +35 -0
- package/lib/schemas/dossier/Decision.json +25 -0
- package/lib/schemas/dossier/Dossier.json +124 -0
- package/lib/schemas/dossier/EtudeImpact.json +29 -0
- package/lib/schemas/dossier/EtudePlf.json +105 -0
- package/lib/schemas/dossier/Europe.json +42 -0
- package/lib/schemas/dossier/FamCodeLibelle.json +25 -0
- package/lib/schemas/dossier/InfoJO.json +23 -0
- package/lib/schemas/dossier/Initiateur.json +36 -0
- package/lib/schemas/dossier/Motion.json +27 -0
- package/lib/schemas/dossier/Promulgation.json +62 -0
- package/lib/schemas/dossier/Rapporteur.json +36 -0
- package/lib/schemas/dossier/Texte.json +47 -0
- package/lib/schemas/organe/CodeTypeOrgane.json +43 -0
- package/lib/schemas/organe/Organe.json +136 -0
- package/lib/schemas/organe/ViMoDe.json +28 -0
- package/lib/schemas/question/Auteur.json +58 -0
- package/lib/schemas/question/Cloture.json +28 -0
- package/lib/schemas/question/InfoJO.json +40 -0
- package/lib/schemas/question/MinAttribElement.json +30 -0
- package/lib/schemas/question/Question.json +172 -0
- package/lib/schemas/question/Renouvellement.json +17 -0
- package/lib/schemas/question/Signalement.json +21 -0
- package/lib/schemas/question/Texte.json +24 -0
- package/lib/schemas/scrutin/DecompteVoix.json +35 -0
- package/lib/schemas/scrutin/Dysfonctionnement.json +50 -0
- package/lib/schemas/scrutin/MiseAuPoint.json +53 -0
- package/lib/schemas/scrutin/OrganeVotant.json +88 -0
- package/lib/schemas/scrutin/Scrutin.json +187 -0
- package/lib/schemas/scrutin/Votant.json +37 -0
- package/lib/schemas/texte_loi/Alinea.json +36 -0
- package/lib/schemas/texte_loi/ExposeMotifs.json +24 -0
- package/lib/schemas/texte_loi/MetaDonnees.json +126 -0
- package/lib/schemas/texte_loi/ProjetLoi.json +64 -0
- package/lib/schemas/texte_loi/Sommaire.json +48 -0
- package/lib/schemas/texte_loi/TexteLoi.json +225 -0
- package/lib/schemas/texte_loi/TexteLoiPartiel.json +237 -0
- package/package.json +4 -2
- package/lib/examples/PIONANR5L15B0020/input.d.ts +0 -2
- package/lib/examples/PIONANR5L15B0020/input.js +0 -10
- package/lib/examples/PIONANR5L15B0020/input.mjs +0 -193
- package/lib/examples/PRJLANR5L16B0914/input.d.ts +0 -2
- package/lib/examples/PRJLANR5L16B0914/input.js +0 -10
- package/lib/examples/PRJLANR5L16B0914/input.mjs +0 -322
- package/lib/examples/PRJLANR5L16B2014/input.d.ts +0 -2
- package/lib/examples/PRJLANR5L16B2014/input.js +0 -10
- package/lib/examples/PRJLANR5L16B2014/input.mjs +0 -577
- package/lib/examples/PRJLANR5L16B2424/input.d.ts +0 -2
- package/lib/examples/PRJLANR5L16B2424/input.js +0 -10
- package/lib/examples/PRJLANR5L16B2424/input.mjs +0 -322
- package/lib/examples/PRJLANR5L16B2462/input.d.ts +0 -2
- package/lib/examples/PRJLANR5L16B2462/input.js +0 -10
- package/lib/examples/PRJLANR5L16B2462/input.mjs +0 -1308
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"title": "ProjetLoi",
|
|
4
|
+
"description": "Contenu du texte de loi lié à un projet de loi ou à une proposition de loi.",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"articles": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"description": "Liste des articles",
|
|
12
|
+
"properties": {
|
|
13
|
+
"numeroArticle": {
|
|
14
|
+
"type": "integer",
|
|
15
|
+
"description": "Numéro de l'article (sans cardinal)"
|
|
16
|
+
},
|
|
17
|
+
"numeroArticles": {
|
|
18
|
+
"type": "array",
|
|
19
|
+
"description": "Numéros des articles (sans cardinal), si le mot 'Articles' est présent. Ex: [1, 2, 3]. Si le mot 'Articles' est absent, ce tableau est vide.",
|
|
20
|
+
"items": {
|
|
21
|
+
"type": "integer",
|
|
22
|
+
"description": "Numéros de l'article (sans cardinal)"
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
"cardinal": {
|
|
26
|
+
"type": "string",
|
|
27
|
+
"description": "Adverbe multiplicatif lié au numéro (ex: bis, ter)"
|
|
28
|
+
},
|
|
29
|
+
"parent": {
|
|
30
|
+
"type": "string",
|
|
31
|
+
"description": "Identifiant de la division parente"
|
|
32
|
+
},
|
|
33
|
+
"nouveau": {
|
|
34
|
+
"type": "boolean",
|
|
35
|
+
"description": "'true' si le mot '(nouveau)' est trouvé dans le titre de l'article. 'false' sinon."
|
|
36
|
+
},
|
|
37
|
+
"titre": {
|
|
38
|
+
"type": "string",
|
|
39
|
+
"description": "Titre de l'article"
|
|
40
|
+
},
|
|
41
|
+
"debut": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"description": "Première ligne du texte de l'article."
|
|
44
|
+
},
|
|
45
|
+
"fin": {
|
|
46
|
+
"type": "string",
|
|
47
|
+
"description": "Dernière ligne du texte de l'article."
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"required": [
|
|
51
|
+
"numeroArticle",
|
|
52
|
+
"numeroArticles",
|
|
53
|
+
"debut",
|
|
54
|
+
"fin",
|
|
55
|
+
"nouveau",
|
|
56
|
+
"titre"
|
|
57
|
+
]
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
},
|
|
61
|
+
"required": [
|
|
62
|
+
"articles"
|
|
63
|
+
]
|
|
64
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"title": "Sommaire",
|
|
4
|
+
"description": "Le sommaire du texte de loi",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"sommaire": {
|
|
8
|
+
"type": "array",
|
|
9
|
+
"items": {
|
|
10
|
+
"type": "object",
|
|
11
|
+
"description": "Les articles sont séparés par des divisions : titres, chapitres, sections, sous-sections",
|
|
12
|
+
"properties": {
|
|
13
|
+
"typeDivision": {
|
|
14
|
+
"description": "Nom de la division",
|
|
15
|
+
"type": "string",
|
|
16
|
+
"enum": [
|
|
17
|
+
"Titre",
|
|
18
|
+
"Chapitre",
|
|
19
|
+
"Section",
|
|
20
|
+
"Sous-section"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"numeroDivision": {
|
|
24
|
+
"description": "Numéro de la division",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"sequence": {
|
|
28
|
+
"description": "Ordre de la division dans le document",
|
|
29
|
+
"type": "integer"
|
|
30
|
+
},
|
|
31
|
+
"titre": {
|
|
32
|
+
"description": "Titre de la division",
|
|
33
|
+
"type": "string"
|
|
34
|
+
},
|
|
35
|
+
"parent": {
|
|
36
|
+
"description": "Identifiant de la division parente",
|
|
37
|
+
"type": "string"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"required": [
|
|
41
|
+
"titre",
|
|
42
|
+
"typeDivision",
|
|
43
|
+
"sequence"
|
|
44
|
+
]
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,225 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"title": "TexteDeLoi",
|
|
4
|
+
"description": "Contenu du texte de loi lié à un projet de loi ou à une proposition de loi.",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"uid": {
|
|
8
|
+
"description": "Identifiant unique.",
|
|
9
|
+
"type": "string"
|
|
10
|
+
},
|
|
11
|
+
"documentRef": {
|
|
12
|
+
"description": "Identifiant unique.",
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"titre": {
|
|
16
|
+
"description": "Titre du texte de loi",
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"organe": {
|
|
20
|
+
"description": "Chambre (e.g. Assemblée Nationale, Sénat)",
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"typeTexte": {
|
|
24
|
+
"description": "Type du texte : (e.g. Projet de loi, Proposition de loi)",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"commission": {
|
|
28
|
+
"description": "Commission",
|
|
29
|
+
"type": "string"
|
|
30
|
+
},
|
|
31
|
+
"procedureAcceleree": {
|
|
32
|
+
"description": "Procédure accélérée : true/false",
|
|
33
|
+
"type": "boolean"
|
|
34
|
+
},
|
|
35
|
+
"representants": {
|
|
36
|
+
"type": "object",
|
|
37
|
+
"properties": {
|
|
38
|
+
"auNomDe": {
|
|
39
|
+
"type": "array",
|
|
40
|
+
"items": {
|
|
41
|
+
"type": "object",
|
|
42
|
+
"properties": {
|
|
43
|
+
"nom": {
|
|
44
|
+
"description": "Présenté au nom du représentant",
|
|
45
|
+
"type": "string"
|
|
46
|
+
},
|
|
47
|
+
"fonction": {
|
|
48
|
+
"description": "Fonction du représentant",
|
|
49
|
+
"type": "string"
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"required": [
|
|
53
|
+
"nom",
|
|
54
|
+
"fonction"
|
|
55
|
+
]
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"par": {
|
|
59
|
+
"type": "array",
|
|
60
|
+
"items": {
|
|
61
|
+
"type": "object",
|
|
62
|
+
"properties": {
|
|
63
|
+
"nom": {
|
|
64
|
+
"description": "Présenté par Nom du député",
|
|
65
|
+
"type": "string"
|
|
66
|
+
},
|
|
67
|
+
"fonction": {
|
|
68
|
+
"description": "Fonction du député",
|
|
69
|
+
"type": "string"
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"required": [
|
|
73
|
+
"nom",
|
|
74
|
+
"fonction"
|
|
75
|
+
]
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
"signataires": {
|
|
81
|
+
"type": "array",
|
|
82
|
+
"items": {
|
|
83
|
+
"type": "object",
|
|
84
|
+
"properties": {
|
|
85
|
+
"nom": {
|
|
86
|
+
"description": "Nom du signataire",
|
|
87
|
+
"type": "string"
|
|
88
|
+
},
|
|
89
|
+
"fonction": {
|
|
90
|
+
"description": "Fonction du signataire",
|
|
91
|
+
"type": "string"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"required": [
|
|
95
|
+
"nom",
|
|
96
|
+
"fonction"
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"dateConstitution": {
|
|
101
|
+
"description": "Date de la constitution",
|
|
102
|
+
"type": "string"
|
|
103
|
+
},
|
|
104
|
+
"dateDepotAssemblee": {
|
|
105
|
+
"description": "Date d'enregistrement à la Présidence de l’Assemblée nationale",
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
"numeroLegislature": {
|
|
109
|
+
"description": "Numéro de la législature",
|
|
110
|
+
"type": "string"
|
|
111
|
+
},
|
|
112
|
+
"numeroTexte": {
|
|
113
|
+
"description": "Numéro du texte",
|
|
114
|
+
"type": "string"
|
|
115
|
+
},
|
|
116
|
+
"sommaire": {
|
|
117
|
+
"type": "array",
|
|
118
|
+
"items": {
|
|
119
|
+
"type": "object",
|
|
120
|
+
"description": "Les articles sont séparés par des divisions : titres, chapitres, sections, sous-sections",
|
|
121
|
+
"properties": {
|
|
122
|
+
"typeDivision": {
|
|
123
|
+
"description": "Nom de la division",
|
|
124
|
+
"type": "string",
|
|
125
|
+
"enum": [
|
|
126
|
+
"Titre",
|
|
127
|
+
"Chapitre",
|
|
128
|
+
"Section",
|
|
129
|
+
"Sous-section"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
132
|
+
"numeroDivision": {
|
|
133
|
+
"description": "Numéro de la division",
|
|
134
|
+
"type": "string"
|
|
135
|
+
},
|
|
136
|
+
"sequence": {
|
|
137
|
+
"description": "Ordre de la division dans le document",
|
|
138
|
+
"type": "integer"
|
|
139
|
+
},
|
|
140
|
+
"titre": {
|
|
141
|
+
"description": "Titre de la division",
|
|
142
|
+
"type": "string"
|
|
143
|
+
},
|
|
144
|
+
"parent": {
|
|
145
|
+
"description": "Identifiant de la division parente",
|
|
146
|
+
"type": "string"
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"required": [
|
|
150
|
+
"typeDivision",
|
|
151
|
+
"sequence"
|
|
152
|
+
]
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"contenu": {
|
|
156
|
+
"type": "object",
|
|
157
|
+
"properties": {
|
|
158
|
+
"exposeMotifs": {
|
|
159
|
+
"type": "object",
|
|
160
|
+
"properties": {
|
|
161
|
+
"texte": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"description": "Texte de l'exposé des motifs"
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"required": [
|
|
167
|
+
"texte"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
170
|
+
"articles": {
|
|
171
|
+
"type": "array",
|
|
172
|
+
"items": {
|
|
173
|
+
"type": "object",
|
|
174
|
+
"description": "Liste des articles",
|
|
175
|
+
"properties": {
|
|
176
|
+
"numeroArticle": {
|
|
177
|
+
"type": "integer",
|
|
178
|
+
"description": "Numéro de l'article (sans cardinal)"
|
|
179
|
+
},
|
|
180
|
+
"cardinal": {
|
|
181
|
+
"type": "string",
|
|
182
|
+
"description": "Adverbe multiplicatif lié au numéro (ex: bis, ter)"
|
|
183
|
+
},
|
|
184
|
+
"parent": {
|
|
185
|
+
"type": "string",
|
|
186
|
+
"description": "Identifiant de la division parente"
|
|
187
|
+
},
|
|
188
|
+
"titre": {
|
|
189
|
+
"type": "string",
|
|
190
|
+
"description": "Titre de l'article"
|
|
191
|
+
},
|
|
192
|
+
"alineas": {
|
|
193
|
+
"type": "array",
|
|
194
|
+
"items": {
|
|
195
|
+
"type": "object",
|
|
196
|
+
"description": "Liste des alineas",
|
|
197
|
+
"properties": {
|
|
198
|
+
"numeroAlinea": {
|
|
199
|
+
"type": "integer",
|
|
200
|
+
"description": "Numéro de l'alinea"
|
|
201
|
+
},
|
|
202
|
+
"texte": {
|
|
203
|
+
"type": "string",
|
|
204
|
+
"description": "Texte de l'alinea"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"required": [
|
|
208
|
+
"numeroAlinea",
|
|
209
|
+
"texte"
|
|
210
|
+
]
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
"required": [
|
|
218
|
+
"articles"
|
|
219
|
+
]
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
"required": [
|
|
223
|
+
"contenu"
|
|
224
|
+
]
|
|
225
|
+
}
|
|
@@ -0,0 +1,237 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"title": "TexteDeLoi",
|
|
4
|
+
"description": "Contenu du texte de loi lié à un projet de loi ou à une proposition de loi.",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"properties": {
|
|
7
|
+
"documentRef": {
|
|
8
|
+
"description": "Identifiant unique.",
|
|
9
|
+
"type": "string"
|
|
10
|
+
},
|
|
11
|
+
"titre": {
|
|
12
|
+
"description": "Titre du texte de loi",
|
|
13
|
+
"type": "string"
|
|
14
|
+
},
|
|
15
|
+
"organe": {
|
|
16
|
+
"description": "Chambre (e.g. Assemblée Nationale, Sénat)",
|
|
17
|
+
"type": "string"
|
|
18
|
+
},
|
|
19
|
+
"typeTexte": {
|
|
20
|
+
"description": "Type du texte : (e.g. Projet de loi, Proposition de loi)",
|
|
21
|
+
"type": "string"
|
|
22
|
+
},
|
|
23
|
+
"commission": {
|
|
24
|
+
"description": "Commission",
|
|
25
|
+
"type": "string"
|
|
26
|
+
},
|
|
27
|
+
"procedureAcceleree": {
|
|
28
|
+
"description": "Procédure accélérée : true/false",
|
|
29
|
+
"type": "boolean"
|
|
30
|
+
},
|
|
31
|
+
"representants": {
|
|
32
|
+
"type": "object",
|
|
33
|
+
"properties": {
|
|
34
|
+
"auNomDe": {
|
|
35
|
+
"type": "array",
|
|
36
|
+
"items": {
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"nom": {
|
|
40
|
+
"description": "Présenté au nom du représentant",
|
|
41
|
+
"type": "string"
|
|
42
|
+
},
|
|
43
|
+
"fonction": {
|
|
44
|
+
"description": "Fonction du représentant",
|
|
45
|
+
"type": "string"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"required": [
|
|
49
|
+
"nom",
|
|
50
|
+
"fonction"
|
|
51
|
+
]
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
"par": {
|
|
55
|
+
"type": "array",
|
|
56
|
+
"items": {
|
|
57
|
+
"type": "object",
|
|
58
|
+
"properties": {
|
|
59
|
+
"nom": {
|
|
60
|
+
"description": "Présenté par Nom du député",
|
|
61
|
+
"type": "string"
|
|
62
|
+
},
|
|
63
|
+
"fonction": {
|
|
64
|
+
"description": "Fonction du député",
|
|
65
|
+
"type": "string"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"required": [
|
|
69
|
+
"nom",
|
|
70
|
+
"fonction"
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"signataires": {
|
|
77
|
+
"type": "array",
|
|
78
|
+
"items": {
|
|
79
|
+
"type": "object",
|
|
80
|
+
"properties": {
|
|
81
|
+
"nom": {
|
|
82
|
+
"description": "Nom du signataire",
|
|
83
|
+
"type": "string"
|
|
84
|
+
},
|
|
85
|
+
"fonction": {
|
|
86
|
+
"description": "Fonction du signataire",
|
|
87
|
+
"type": "string"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
"required": [
|
|
91
|
+
"nom",
|
|
92
|
+
"fonction"
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"dateConstitution": {
|
|
97
|
+
"description": "Date de la constitution",
|
|
98
|
+
"type": "string"
|
|
99
|
+
},
|
|
100
|
+
"dateDepotAssemblee": {
|
|
101
|
+
"description": "Date d'enregistrement à la Présidence de l’Assemblée nationale",
|
|
102
|
+
"type": "string"
|
|
103
|
+
},
|
|
104
|
+
"numeroLegislature": {
|
|
105
|
+
"description": "Numéro de la législature",
|
|
106
|
+
"type": "string"
|
|
107
|
+
},
|
|
108
|
+
"numeroTexte": {
|
|
109
|
+
"description": "Numéro du texte",
|
|
110
|
+
"type": "string"
|
|
111
|
+
},
|
|
112
|
+
"sommaire": {
|
|
113
|
+
"type": "array",
|
|
114
|
+
"items": {
|
|
115
|
+
"type": "object",
|
|
116
|
+
"description": "Les articles sont séparés par des divisions : titres, chapitres, sections, sous-sections",
|
|
117
|
+
"properties": {
|
|
118
|
+
"typeDivision": {
|
|
119
|
+
"description": "Nom de la division",
|
|
120
|
+
"type": "string",
|
|
121
|
+
"enum": [
|
|
122
|
+
"Titre",
|
|
123
|
+
"Chapitre",
|
|
124
|
+
"Section",
|
|
125
|
+
"Sous-section"
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
"numeroDivision": {
|
|
129
|
+
"description": "Numéro de la division",
|
|
130
|
+
"type": "string"
|
|
131
|
+
},
|
|
132
|
+
"sequence": {
|
|
133
|
+
"description": "Ordre de la division dans le document",
|
|
134
|
+
"type": "integer"
|
|
135
|
+
},
|
|
136
|
+
"titre": {
|
|
137
|
+
"description": "Titre de la division",
|
|
138
|
+
"type": "string"
|
|
139
|
+
},
|
|
140
|
+
"parent": {
|
|
141
|
+
"description": "Identifiant de la division parente",
|
|
142
|
+
"type": "string"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"required": [
|
|
146
|
+
"typeDivision",
|
|
147
|
+
"sequence"
|
|
148
|
+
]
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"contenu": {
|
|
152
|
+
"type": "object",
|
|
153
|
+
"properties": {
|
|
154
|
+
"exposeMotifs": {
|
|
155
|
+
"type": "object",
|
|
156
|
+
"properties": {
|
|
157
|
+
"debut": {
|
|
158
|
+
"type": "string",
|
|
159
|
+
"description": "Première ligne de l'exposé des motifs"
|
|
160
|
+
},
|
|
161
|
+
"fin": {
|
|
162
|
+
"type": "string",
|
|
163
|
+
"description": "Dernière ligne de l'exposé des motifs. Il est situé juste avant le texte \"PROPOSITION DE LOI\" ou \"PROJET DE LOI\"."
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
"required": [
|
|
167
|
+
"debut",
|
|
168
|
+
"fin"
|
|
169
|
+
]
|
|
170
|
+
},
|
|
171
|
+
"articles": {
|
|
172
|
+
"type": "array",
|
|
173
|
+
"items": {
|
|
174
|
+
"type": "object",
|
|
175
|
+
"description": "Liste des articles",
|
|
176
|
+
"properties": {
|
|
177
|
+
"numeroArticle": {
|
|
178
|
+
"type": "integer",
|
|
179
|
+
"description": "Numéro de l'article (sans cardinal)"
|
|
180
|
+
},
|
|
181
|
+
"cardinal": {
|
|
182
|
+
"type": "string",
|
|
183
|
+
"description": "Adverbe multiplicatif lié au numéro (ex: bis, ter)"
|
|
184
|
+
},
|
|
185
|
+
"parent": {
|
|
186
|
+
"type": "string",
|
|
187
|
+
"description": "Identifiant de la division parente"
|
|
188
|
+
},
|
|
189
|
+
"titre": {
|
|
190
|
+
"type": "string",
|
|
191
|
+
"description": "Titre de l'article"
|
|
192
|
+
},
|
|
193
|
+
"debutArticle": {
|
|
194
|
+
"type": "string",
|
|
195
|
+
"description": "Première ligne du texte de l'article"
|
|
196
|
+
},
|
|
197
|
+
"finArticle": {
|
|
198
|
+
"type": "string",
|
|
199
|
+
"description": "Dernière ligne du texte de l'article. Si le texte de l'article ne comporte qu'une unique ligne. Laisser ce champ vide."
|
|
200
|
+
},
|
|
201
|
+
"alineas": {
|
|
202
|
+
"type": "array",
|
|
203
|
+
"items": {
|
|
204
|
+
"type": "object",
|
|
205
|
+
"description": "Liste des alineas",
|
|
206
|
+
"properties": {
|
|
207
|
+
"numeroAlinea": {
|
|
208
|
+
"type": "integer",
|
|
209
|
+
"description": "Numéro de l'alinea"
|
|
210
|
+
},
|
|
211
|
+
"debut": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"description": "3 premiers mots de l'alinea"
|
|
214
|
+
},
|
|
215
|
+
"fin": {
|
|
216
|
+
"type": "string",
|
|
217
|
+
"description": "3 derniers mots de l'alinea"
|
|
218
|
+
}
|
|
219
|
+
},
|
|
220
|
+
"required": [
|
|
221
|
+
"numeroAlinea"
|
|
222
|
+
]
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"required": [
|
|
230
|
+
"articles"
|
|
231
|
+
]
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
"required": [
|
|
235
|
+
"contenu"
|
|
236
|
+
]
|
|
237
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tricoteuses/assemblee",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.4",
|
|
4
4
|
"description": "Retrieve, clean up & handle French Assemblée nationale's open data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Assemblée nationale",
|
|
@@ -88,9 +88,11 @@
|
|
|
88
88
|
"access": "public"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
|
-
"build": "npm run build:types && npm run build:mjs && npm run build:cjs",
|
|
91
|
+
"build": "npm run build:types && npm run build:mjs && npm run build:cjs && npm run build:schemas && npm run build:examples",
|
|
92
92
|
"build:cjs": "babel src --out-dir lib --extensions \".ts\" --source-maps inline",
|
|
93
|
+
"build:examples": "rm -Rf lib/examples && cp -R src/examples lib/examples",
|
|
93
94
|
"build:mjs": "babel src --out-dir lib --config-file ./babel.mjs-config.cjs --extensions \".ts\" --out-file-extension .mjs --source-maps inline",
|
|
95
|
+
"build:schemas": "rm -Rf lib/schemas && cp -R src/schemas lib/schemas",
|
|
94
96
|
"build:types": "tsc --emitDeclarationOnly",
|
|
95
97
|
"data:retrieve_open_data": "npx babel-node --extensions '.ts' -- src/scripts/retrieve_open_data.ts --fetch",
|
|
96
98
|
"data:reorganize_data": "npx babel-node --extensions '.ts' -- src/scripts/reorganize_data.ts --no-validate-raw",
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const example = "\n<!DOCTYPE html>\n<html lang=\"fr-FR\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\n\t\t<style type=\"text/css\">\n body { width: 600pt; margin:0 auto }\n .leaderZone { display: block;position:relative }\n .leaderZone::before { position:absolute; bottom:6px; display:block; flex-grow: 1; border-bottom: 3px dotted black; width: 100%; content: '' }\n .leaderText { position:relative; background-color: white; padding-right:2px }\n\t\t\t@page assnatSection1 { size:595.3pt 841.9pt; margin:79.4pt 85.05pt 85.05pt }\n\t\t\t@page assnatSection2 { size:595.3pt 841.9pt; margin:79.4pt 85.05pt 85.05pt }\n\t\t\tdiv.assnatSection1 { margin:79.4pt 85.05pt 85.05pt; page:assnatSection1 }\n\t\t\tdiv.assnatSection2 { margin:79.4pt 85.05pt 85.05pt; page:assnatSection2 }\n\t\t\tbody { text-align:justify; font-family:'Times New Roman'; font-size:14pt }\n\t\t\th1, h2, h3, h4, h5, h6, p { margin:0pt }\n\t\t\tli { margin-top:0pt; margin-bottom:0pt }\n\t\t\th1 { margin-top:12pt; text-align:center; font-size:14pt; font-weight:bold; text-transform:uppercase; color:#ff00ff }\n\t\t\th2 { text-align:center; font-size:14pt; font-weight:bold; text-transform:uppercase; color:#ff00ff }\n\t\t\th3 { margin-left:28.35pt; text-indent:-28.35pt; text-align:justify; font-size:14pt; font-weight:bold; text-transform:uppercase; color:#008000 }\n\t\t\th4 { margin-left:85.05pt; text-indent:-21.3pt; text-align:justify; font-size:10pt; font-weight:bold; text-transform:uppercase }\n\t\t\th5 { margin-left:85.05pt; text-indent:-21.3pt; text-align:justify; font-size:14pt; font-weight:bold }\n\t\t\th6 { margin-left:85.05pt; text-indent:-21.3pt; text-align:justify; font-size:14pt; font-weight:normal; font-style:italic }\n\t\t\t.assnatHeading7 { margin-left:85.05pt; text-indent:-21.3pt; text-align:justify; font-size:14pt; font-weight:bold; font-style:italic }\n\t\t\t.assnatHeading8 { margin-left:85.05pt; text-indent:21.3pt; text-align:justify; font-size:14pt; font-weight:bold }\n\t\t\t.assnatHeading9 { margin-left:85.05pt; text-indent:21.3pt; text-align:justify; font-size:10pt; font-weight:normal; font-style:italic }\n\t\t\t.assnat1TomeIntit0 { text-align:center; page-break-after:avoid; font-family:Arial; font-size:13pt; font-weight:bold; font-style:italic }\n\t\t\t.assnat1TomeNum0 { margin-top:12pt; text-align:center; page-break-after:avoid; font-family:Arial; font-size:13pt; font-style:italic }\n\t\t\t.assnat2PartieIntit0 { text-align:center; page-break-after:avoid; font-family:'Arial Narrow'; font-size:13pt; font-weight:bold; font-style:italic }\n\t\t\t.assnat3LivreNum { margin-bottom:12pt; text-indent:0pt; text-align:center; font-size:13pt; font-style:italic }\n\t\t\t.assnat4TitreIntit0 { margin-top:0pt; margin-bottom:30pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold; font-style:italic; text-transform:uppercase }\n\t\t\t.assnat4TitreNum0 { margin-top:12pt; text-align:center; font-size:14pt; font-style:italic; text-transform:uppercase; color:#000000 }\n\t\t\t.assnat5ChapitreIntit0 { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold; font-style:italic }\n\t\t\t.assnat5ChapitreNum { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-style:italic; font-variant:small-caps }\n\t\t\t.assnat6SectionIntit0 { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold; font-style:italic }\n\t\t\t.assnat6SectionNum0 { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-style:italic; font-variant:normal }\n\t\t\t.assnat7Sous-sectionIntit0 { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-style:italic }\n\t\t\t.assnat7Sous-sectionNum { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-style:italic; font-variant:normal }\n\t\t\t.assnat8ParagrapheIntit { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-style:italic }\n\t\t\t.assnat8ParagrapheNum { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-style:italic; font-variant:normal }\n\t\t\t.assnat9ArticleNum0 { margin-top:15pt; margin-bottom:2pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold; font-style:italic }\n\t\t\t.assnatDlibren { margin-top:42pt; text-align:right; line-height:13pt; font-size:14pt; font-style:italic }\n\t\t\t.assnatLoiTexte { margin-bottom:12pt; text-indent:25.5pt; text-align:justify; font-size:14pt }\n\t\t\t.assnat1TomeIntit { text-align:center; page-break-after:avoid; font-family:Arial; font-size:13pt; font-weight:bold }\n\t\t\t.assnat1TomeNum { margin-top:12pt; text-align:center; page-break-after:avoid; font-family:Arial; font-size:13pt }\n\t\t\t.assnat2PartieIntit { text-align:center; page-break-after:avoid; font-family:'Arial Narrow'; font-size:13pt; font-weight:bold }\n\t\t\t.assnat2PartieNum { margin-top:12pt; text-align:center; page-break-after:avoid; font-family:Arial; font-size:13pt }\n\t\t\t.assnat3LivreIntit { text-align:center; page-break-after:avoid; font-family:'Arial Narrow'; font-size:13pt; font-weight:bold }\n\t\t\t.assnat3LivreNum0 { margin-top:12pt; text-align:center; page-break-after:avoid; font-family:'Times New Roman'; font-size:13pt }\n\t\t\t.assnat4TitreIntit { margin-top:0pt; margin-bottom:30pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold; text-transform:uppercase }\n\t\t\t.assnat4TitreNum { margin-top:24pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; text-transform:uppercase }\n\t\t\t.assnat4titreintit1 { margin-top:3pt; margin-bottom:12pt; text-align:center; font-family:'CG TIMES (WN)'; font-size:14pt; font-weight:bold; text-transform:uppercase }\n\t\t\t.assnat5ChapitreIntit { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold }\n\t\t\t.assnat5ChapitreNum0 { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-variant:small-caps }\n\t\t\t.assnat6SectionIntit { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold }\n\t\t\t.assnat6SectionNum { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-variant:normal }\n\t\t\t.assnat7Sous-sectionIntit { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal }\n\t\t\t.assnat7Sous-sectionNum0 { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-variant:normal }\n\t\t\t.assnat8ParagrapheIntit0 { margin-top:6pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal }\n\t\t\t.assnat8ParagrapheNum0 { margin-top:18pt; margin-bottom:6pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:normal; font-variant:normal }\n\t\t\t.assnat9ArticleNum { margin-top:24pt; margin-bottom:12pt; text-indent:0pt; text-align:center; page-break-after:avoid; font-size:14pt; font-weight:bold }\n\t\t\t.assnatTextenonpastill { margin-bottom:12pt; text-indent:25.5pt; text-align:justify; font-size:14pt }\n\t\t\t.assnatTitrePG { margin-top:6pt; margin-bottom:6pt; text-align:center; font-family:'Times New Roman Italique'; font-size:14pt; letter-spacing:0.75pt }\n\t\t\t.assnatDate { text-align:justify; font-size:14pt }\n\t\t\t.assnatDlibr { margin-top:24pt; margin-bottom:12pt; text-indent:25.5pt; text-align:justify; font-size:14pt; font-style:italic }\n\t\t\t.assnatHeader { margin-bottom:12pt; text-align:center; font-size:11pt }\n\t\t\t.assnatCaption { margin-top:126pt; text-align:center; font-size:24pt; font-weight:bold; text-transform:uppercase }\n\t\t\t.assnatNormalWeb { margin-top:5pt; margin-bottom:5pt; text-align:left; font-size:14pt }\n\t\t\t.assnatFootnoteText { text-indent:25.5pt; text-align:justify; font-size:14pt }\n\t\t\t.assnatFooter { text-align:justify; font-size:14pt }\n\t\t\t.assnatProjet { margin-right:-26.7pt; margin-left:-7.1pt; margin-bottom:0pt; text-align:center; font-size:14pt; font-style:italic }\n\t\t\t.assnatPrsident { margin-top:18pt; text-align:justify; font-size:14pt; font-style:italic }\n\t\t\t.assnatBodyTextIndent { text-indent:27pt; text-align:justify; font-size:14pt }\n\t\t\t.assnatSignaturePrsident { margin-top:6pt; text-align:justify; font-size:14pt; font-style:italic }\n\t\t\t.assnatTITRE { margin-top:24pt; margin-bottom:12pt; text-align:center; font-size:14pt; text-transform:uppercase }\n\t\t\t.assnatTITRE4 { margin-right:-26.7pt; margin-left:-7.1pt; margin-bottom:12pt; text-indent:-21.3pt; text-align:justify; font-family:'CG TIMES (WN)'; font-size:12pt; font-weight:normal; text-transform:uppercase }\n\t\t\t.assnatBalloonText { text-align:justify; font-family:Tahoma; font-size:8pt }\n\t\t\t.assnatTitle { margin-right:-26.7pt; margin-left:-7.1pt; margin-bottom:12pt; text-align:center; font-size:14pt }\n\t\t\t.assnatTitre1 { margin:24pt -26.7pt 24pt -7.1pt; text-align:center; font-size:18pt; font-weight:bold }\n\t\t\t.assnatTitre7 { margin:24pt -26.7pt 24pt -7.1pt; text-align:justify; font-size:18pt; font-weight:bold }\n\t\t\t.assnatTitre8 { margin-right:93.75pt; margin-left:106.35pt; margin-bottom:12pt; text-align:center; font-size:14pt }\n\t\t\t.assnatTitre0 { margin-right:-26.7pt; margin-left:-7.1pt; margin-bottom:12pt; text-align:center; font-size:14pt; text-decoration:underline }\n\t\t\t.assnatTrait { margin-right:-26.7pt; margin-left:-7.1pt; text-align:center; border-bottom:1.5pt solid #000000; padding-bottom:1pt; font-size:14pt }\n\t\t\t.assnatconstitution { margin-top:6pt; text-align:center; font-size:14pt; letter-spacing:0.75pt }\n\t\t\t.assnatdroite { text-align:right; font-size:14pt }\n\t\t\t.assnatenregistr { margin-top:6pt; margin-right:-21.3pt; margin-left:-21.3pt; text-align:center; border-top:1.5pt double #000000; padding-top:5pt; font-size:11pt }\n\t\t\t.assnattreizieme { margin-top:6pt; text-align:center; font-size:10pt; letter-spacing:0.75pt }\n\t\t\tspan.assnatLoiTexteCar { font-size:14pt }\n\t\t\tspan.assnat9ArticleNumCar { font-size:14pt; font-weight:bold }\n\t\t\tspan.assnatEloiPastille { font-size:18pt; font-weight:bold }\n\t\t\tspan.assnatLnom { font-family:'Times New Roman'; font-size:13pt; text-decoration:none; text-transform:uppercase; vertical-align:baseline }\n\t\t\tspan.assnatLprnom { font-family:'Times New Roman'; font-size:13pt; text-decoration:none; vertical-align:baseline }\n\t\t\tspan.assnatPastille { font-size:12pt; font-weight:bold; text-decoration:none; vertical-align:baseline; color:#000000 }\n\t\t\tspan.assnatPastilleBis { font-size:12pt; font-weight:bold; color:#000000 }\n\t\t\tspan.assnatEmphasis { font-style:italic }\n\t\t\tspan.assnatFootnoteReference { vertical-align:super }\n\t\t\tspan.assnatPageNumber { font-family:'Times New Roman' }\n\t\t\tspan.assnatStyle24ptToutenmajuscule { font-family:'Times New Roman'; font-size:24pt; text-transform:uppercase }\n\t\t\tspan.assnatPlaceholderText { color:#808080 }\n\t\t\tspan.assnatStrong { font-weight:bold }\n\t\t\t.assnatTableGrid { }\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"assnatSection1\">\n\t\t\t<p style=\"text-align:center; font-size:24pt\">\n\t\t\t\t<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJAAAABSCAYAAAC7Zl0HAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAABEBSURBVHhe7Z0HrFRVE8exocZGoog1KEKMgIQEEzu22LBgAcQQERFUrMSCaKyJ2AvYFYkVsSsq9oboEwSsoBKwi2DvFfR8+V129pt7ds7d+9z33t7ddyf5R9/u3LP3zPnfmXPmzLm0cbnkUoHkBMqlIskJlEtFkhMol4okJ1AuFUkigebOnevefvvtHK0Yb731lvviiy8KjCiVIIH+/fdf98wzz7jHHnssRyvGo48+6t59990CK0olJ1COROQEylERcgJVAIwHrO9aC3ICNQKTJ0+O8NRTT7lZs2a5zz77zH333Xdu3rx5btq0aZHOI4880qpIlRMoAPEuU6ZMcc8995ybMWOGW7Bggfv222/dkiVLClb4v2CP33//3X355ZeRQV9++WX39NNPR21BunolVU6gAoQw4Mknn4wIg4f566+/Cj1uvGCjH3/80b333nvuxRdfjP2O//u1CvrSKglExyUk4SkISeQzfvnlF/f3339H/WtK+eeff9wff/zhvv/+e/fBBx9EHurxxx+v+ZDXaghER8ETTzwReYPZs2e7Dz/8MJrDLF26tNCrlpXffvvNLVy4MErINjQ0FO0Jqf37zyrqmkBCGjzM66+/HnkYvEtWBZv+8MMPEaEgOR6K+7f6lhXUDYHoiIQk7uvNN990ixYtcr/++qs56c266JDHKm/q1KlRP7MW8mqWQNw4ICRhXAjz8ccfR09wtUJScwr2JuSxypszZ4577bXXYiGvWqSqGQIJYfj/Z5991s2cOTOaP2Q5JDW3MAZ4KAl5pBy0nVoCmSUQN4a7lpDEri8hiVxLLYak5hZC3p9//hl5YFZ5eGWxYXMSKjMEkvkLIYklLoT59NNPozwKxsmlcaJDHh5KQh4D3pQhr2oE4ocBKw0yvW+88UbU2dYckppbeBDJpEOol156KQp5eiz8MUqDFicQ7IcwFCN9/fXX0UqjHie9WRcd8t5///2IUP+FSC1KIIjDDechKZtCyoMEa2NI1KIEwmUyr8kJlE355ptvohWuNXYhtCiBAD84ffr0PGxlSHigyS1Z41UOLU4gwDyI+hnayKX68tFHH0XLfWusyqEqBOJHX3jhhZxAGZH58+dHY2KNVTnkBMolJ1AulUnNEojJG+3kqC5qjkCAJT37NWxbCJhY52h5kJ+zxigNqkYgwI8L8++6665oH0x/nqN5cM899xSL1QR6XBoDrq0agQQck9lwww3dHnvs4SZNmhR1ztLTSKOTFeBteTgqGaimAPdx/fXXu/32289dcsklTWLDTBAI46677rquTZs2bpVVVnG33367qSeg4w8//HBEPOt7C7JxmAROYwDyVNb3GhgujR5gjkGxPuGiHInoG+1yH9b3FtLqYoOrr77a7bvvvq5Pnz7u+OOPN/Uag6oTiE7dcsstbqWVVooIBPBESeS47rrr3FprreV22mknd/fdd5s6AgaE9ocOHepuvfXWRCJ98skn0eYu57/KPZ0YjWM/aTwLhftiM6omLR3Bfffd5/r16+eOPPLIYqix9AQkAI877jh38803l31I+H7UqFFun332KZLo/PPPL3tdEqpOIAbgoIMOKpIHtGvXzj300EOmPjjjjDOKurvuumsi2SioZ0DQXX311d24cePMQcEQ7AWJcC7M19GgTgnBs8gBwhDQ0cJWjqXHfd12223R4DLIkKgcOSdOnBgRYe+993YXX3xxIhnw2gcffHDUvqB///6pPamFTBCIzgshwHLLLRfFamug+YwnTnRXW20198ADDwSfVAzapUuXov5mm21m6mEIykNF8EYYPKT7888/FzRdVPSeNAi6XYTKSkufPtx5553RHIXB3Wuvvdxll11WoqcxYcKEyGOjz4No6QjuvffeYtuCAw44INjPNKg6gRjg3XbbrTjAgvPOO898mjDyUUcdFdO98MILgwTCxbdv376ou+KKK7obb7yxRB9DUGoiAkH09z7EAyGcXg3Zgnb9FzBRlmvpAh6Gvn37Fgf48MMPT/SwEI4HEF08UZIXsggEaMPST4OqEwgPtOeee8YIAY499tgggU444YSYLiEqRCCerjXXXLOoi3cbNmxYycQTQ2hPQf9IdmodrSvzGhFOtoZ0KWHRQiVCiBQQHk8ig5vUN6BJQdgbPHiwqQfuuOOOItkEAwYMqG0PBIFw1ZoQgFgdepKY+Gndrl27Bo3ME83KTutvscUWpgf66quvCr1bJpTZah2Nn376qaC1TDCipUe7hEMt2I5TFHyndbmn+++/P+Yl8EbMB0P9Q3///fcv6h94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\" width=\"144\" height=\"82\" alt=\"LOGO\" />\n\t\t\t</p>\n\t\t\t<p style=\"text-align:center; font-size:28pt\">\n\t\t\t\tN<span style=\"vertical-align:3pt\">\u00B0</span> 20\n\t\t\t</p>\n\t\t\t<p style=\"text-align:center\">\n\t\t\t\t<span style=\"font-weight:bold; vertical-align:3pt\">_____</span>\n\t\t\t</p>\n\t\t\t<p style=\"text-align:center; font-size:28pt\">\n\t\t\t\t<span class=\"assnatStyle24ptToutenmajuscule\" style=\"font-size:28pt\">ASSEMBL\u00C9E</span><span class=\"assnatStyle24ptToutenmajuscule\" style=\"font-size:28pt\">  </span><span class=\"assnatStyle24ptToutenmajuscule\" style=\"font-size:28pt\">NATIONALE</span>\n\t\t\t</p>\n\t\t\t<p class=\"assnatconstitution\">\n\t\t\t\t<span style=\"letter-spacing:normal\">CONSTITUTION DU 4 OCTOBRE 1958</span>\n\t\t\t</p>\n\t\t\t<p class=\"assnattreizieme\">\n\t\t\t\t<span style=\"letter-spacing:normal\">QU</span><span style=\"letter-spacing:normal\">IN</span><span style=\"letter-spacing:normal\">ZI\u00C8ME</span><span style=\"letter-spacing:normal\"> </span><span style=\"letter-spacing:normal\">L\u00C9GISLATURE</span>\n\t\t\t</p>\n\t\t\t<p class=\"assnatenregistr\" style=\"margin-right:0pt; margin-left:0pt\">\n\t\t\t\tEnregistr\u00E9 \u00E0 la Pr\u00E9sidence de l\u2019Assembl\u00E9e nationale le 6 juillet 2017.\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:42pt; margin-bottom:12pt; text-align:center; font-size:28pt\">\n\t\t\t\t<span style=\"font-family:'Times New Roman Gras'; font-weight:bold\">PROPOSITION DE LOI</span><span style=\"font-family:'Times New Roman Gras'; font-weight:bold\"> CONSTITUTIONNELLE</span>\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:6pt; margin-bottom:6pt; text-align:center; font-size:12pt\">\n\t\t\t\tADOPT\u00C9E PAR LE S\u00C9NAT,\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:6pt; margin-bottom:18pt\">\n\t\t\t\t<a id=\"B3929596689\"><span style=\"font-style:italic\">tendant \u00E0 pr\u00E9voir dans chaque assembl\u00E9e parlementaire une s\u00E9ance mensuelle r\u00E9serv\u00E9e </span><span style=\"font-style:italic\">\u00E0</span><span style=\"font-style:italic\"> la</span><span style=\"font-style:italic\"> </span><span style=\"font-weight:bold\">transposition</span><span style=\"font-weight:bold; font-style:italic\"> </span><span style=\"font-style:italic\">des</span><span style=\"font-weight:bold; font-style:italic\"> </span><span style=\"font-weight:bold\">directives</span><span style=\"font-style:italic\"> et \u00E0 l</span><span style=\"font-style:italic\">\u2019</span><span style=\"font-weight:bold\">autorisation</span><span style=\"font-weight:bold; font-style:italic\"> </span><span style=\"font-style:italic\">de</span><span style=\"font-weight:bold; font-style:italic\"> </span><span style=\"font-weight:bold\">ratification</span><span style=\"font-weight:bold; font-style:italic\"> </span><span style=\"font-style:italic\">des</span><span style=\"font-style:italic\"> </span><span style=\"font-weight:bold\">conventions</span><span style=\"font-weight:bold; font-style:italic\"> </span><span style=\"font-weight:bold\">internationales</span>,</a>\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:12pt; margin-bottom:12pt; text-align:center\">\n\t\t\t\tTRANSMISE PAR\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:3pt; margin-bottom:3pt; text-align:center; font-size:15pt\">\n\t\t\t\tM. LE PR\u00C9SIDENT DU S\u00C9NAT\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:12pt; margin-bottom:12pt; text-align:center; font-size:15pt\">\n\t\t\t\t<span style=\"font-variant:small-caps\">\u00E0</span>\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:3pt; margin-bottom:12pt; text-align:center; font-size:15pt\">\n\t\t\t\tM. LE PR\u00C9SIDENT\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:3pt; margin-bottom:3pt; text-align:center; font-size:15pt\">\n\t\t\t\tDE L\u2019ASSEMBL\u00C9E NATIONALE\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:21pt; margin-bottom:21pt; text-align:center; font-size:10pt\">\n\t\t\t\t(Renvoy\u00E9e \u00E0 la commission des lois constitutionnelles, de la l\u00E9gislation et de l\u2019administration g\u00E9n\u00E9rale<br />de la R\u00E9publique, \u00E0 d\u00E9faut de constitution d\u2019une commission sp\u00E9ciale<br />dans les d\u00E9lais pr\u00E9vus par les articles 30 et 31 du R\u00E8glement.)\n\t\t\t</p>\n\t\t\t<p style=\"margin-bottom:6pt; text-indent:25.5pt\">\n\t\t\t\t<span style=\"font-style:italic\">Le S\u00E9nat a adopt\u00E9, en premi\u00E8re lecture, la proposition de loi dont la teneur suit</span><span style=\"font-style:italic\"> </span><span style=\"font-style:italic\">:</span>\n\t\t\t</p>\n\t\t\t<p style=\"margin-top:12pt; margin-bottom:6pt; border-top:0.75pt solid #000000; padding-top:8pt; font-size:11pt\">\n\t\t\t\tVoir les num\u00E9ros :\n\t\t\t</p>\n\t\t\t<p style=\"font-size:11pt\">\n\t\t\t\t<span style=\"font-style:italic\">S\u00E9nat</span><span style=\"font-style:italic\"> </span><span style=\"font-style:italic\">:</span><span style=\"width:37.3pt; display:inline-block\"> </span><span style=\"font-style:italic\"> </span><span style=\"font-weight:bold\">74</span>, <span style=\"font-weight:bold\">360 </span>et T.A.<span style=\"font-weight:bold\"> </span><span style=\"font-weight:bold\">103 </span>(2000‑2001).\n\t\t\t</p>\n\t\t</div>\n\t\t<br style=\"page-break-before:right; clear:both; mso-break-type:section-break\" />\n\t\t<div class=\"assnatSection2\">\n\t\t\t<p class=\"assnat9ArticleNum\">\n\t\t\t\t<a id=\"B1635066102\">Article unique</a>\n\t\t\t</p>\n\t\t\t<p class=\"assnatLoiTexte\">\n\t\t\t\t<span style=\"height:0pt; text-align:left; display:block; position:absolute; z-index:2\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAeCAYAAAC49JeZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAEkSURBVFhH7dYBbcMwEIXhABiBEiiBERiCIiiDMiiFURiGkRiLktnuk3qSVSVxtLX2KvmXnhL5HPk5Pp89DQaPYx86hT5Cn1edQ8fQLvSvYIjB7xCTryFofwu9h8T0MbHuMMHQ1/V9CRPQR9+Dhl6Uhl80VNAnjVuBLlxCDJT5ypi81k5SokQ8v9sy0btiiQ3MYIlNmIbnTGPp24eTy3z7t6QM5cacMw0xf7wpBmV8iZrpjDcthWuGUDOdeZ/lsQl/Na2edzH9dOlRG7RmWqz5RqyVrTXT3UoesuzNHd9LppVI7dT8cEEe45Z5iwF91ibajDROa5VALI/vbveOEn8wr5+eTDFJ7tKZKmJNq8UWGLLJbDB12JNMokv+DgaDwWDwC6bpB3AXX6jMtIlYAAAAAElFTkSuQmCC\" width=\"45\" height=\"30\" alt=\"\" style=\"margin-left:-65.5pt; position:absolute\" /></span>L\u2019article 48 de la Constitution est compl\u00E9t\u00E9 par un alin\u00E9a ainsi r\u00E9dig\u00E9 :\n\t\t\t</p>\n\t\t\t<p class=\"assnatLoiTexte\">\n\t\t\t\t<span style=\"height:0pt; text-align:left; display:block; position:absolute; z-index:3\"><img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAeCAYAAAC49JeZAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAE+SURBVFhH7ZZhDQIxDIVPAAYwgAEMoAAFOMABFrCABkzgAjPQL7mXNJdtXAhb+dEvebnLNrLXre0xJUk/dqaz6Wa6z7qYTqat6a/AEAZfJkzuTcD4wXQ1MccaAgsHExh6zO81CIA1rD0yEIU3vGHgA6yRcW4ghKcJAz5fOUWNI/Lb3wDGNb8m0J+COTam8DwEgFGKT8Yx6an9tju65tZpUZQyvqQUTHfYFOMt1DVKptVtfGp1hw3ZuIVyF/NLSA3m1B6H8Mm0z+mSMaXOcNO19ODKZRhzJULSo7WpipRnrVCZH16Itbbli4935pEPLqzlgU7UfzxkeCnlLievseEfF9BnnGteY4A1pUCHI+Oo1QmYUwsM+9/h4QSVyzwxhUlE61PRMje0W6wBQxQZBUarUxESREj+JkmSJMkXTNMbN4hmLyGuGeUAAAAASUVORK5CYII=\" width=\"45\" height=\"30\" alt=\"\" style=\"margin-left:-65.5pt; position:absolute\" /></span>\u00AB Une s\u00E9ance par mois est r\u00E9serv\u00E9e \u00E0 la transposition des directives communautaires et \u00E0 l\u2019autorisation de ratification ou d\u2019approbation des conventions internationales. L\u2019ordre du jour de cette s\u00E9ance est fix\u00E9 par le Gouvernement ou, \u00E0 d\u00E9faut, par chaque assembl\u00E9e. \u00BB\n\t\t\t</p>\n\t\t\t<p class=\"assnatLoiTexte\" style=\"margin-top:30pt; text-align:right\">\n\t\t\t\t<span style=\"font-style:italic\">D\u00E9lib\u00E9r\u00E9 en s\u00E9ance publique, \u00E0 Paris, le </span><span style=\"font-style:italic\">14 juin 2001</span><span style=\"font-style:italic\">.</span>\n\t\t\t</p>\n\t\t\t<p class=\"assnatLoiTexte\" style=\"margin-top:30pt; text-indent:0pt\">\n\t\t\t\t<span style=\"width:302.87pt; display:inline-block\"> </span><span style=\"font-style:italic\">Le Pr\u00E9sident,</span>\n\t\t\t</p>\n\t\t\t<p class=\"assnatLoiTexte\" style=\"text-indent:0pt\">\n\t\t\t\t<span style=\"width:324.65pt; display:inline-block\"> </span><span style=\"font-style:italic\">Sign\u00E9</span><span style=\"font-style:italic\"> </span><span style=\"font-style:italic\">:</span> Christian PONCELET\n\t\t\t</p>\n\t\t\t<p class=\"assnatLoiTexte\">\n\t\t\t\t \n\t\t\t</p>\n\t\t</div>\n\t</body>\n</html>\n";
|
|
2
|
-
export default example;
|