-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNA_SEC+ESTAT+v2_0+1.5.xml
12922 lines (12915 loc) · 938 KB
/
NA_SEC+ESTAT+v2_0+1.5.xml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<mes:Structure xsi:schemaLocation="http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message https://registry.sdmx.org/schemas/v2_0/SDMXMessage.xsd" xmlns:mes="http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:str="http://www.SDMX.org/resources/SDMXML/schemas/v2_0/structure">
<mes:Header>
<mes:ID>IDREFa4e996df-3a92-4f3f-becb-74790eaf7feb</mes:ID>
<mes:Test>false</mes:Test>
<mes:Prepared>2015-06-09T11:28:47.069Z</mes:Prepared>
<mes:Sender id="GLOBAL_REGISTRY"/>
<mes:Receiver id="unknown"/>
</mes:Header>
<mes:OrganisationSchemes>
<str:OrganisationScheme agencyID="SDMX" id="AGENCIES" urn="urn:sdmx:org.sdmx.infomodel.base.AgencyScheme=SDMX:AGENCIES(1.0)" version="1.0">
<str:Name xml:lang="en">SDMX Agency Scheme</str:Name>
<str:Agencies>
<str:Agency id="SDMX" urn="urn:sdmx:org.sdmx.infomodel.base.Agency=SDMX">
<str:Name xml:lang="en">SDMX</str:Name>
<str:Description xml:lang="en">SDMX is an initiative to foster standards for the exchange of statistical information. It is sponsored by the Bank for International Settlements (BIS), the European Central Bank (ECB), the Statistical Office of the European Union (Eurostat), the International Monetary Fund (IMF), the Organization for Economic Co-Operation and Development (OECD), the United Nations (UN) and the World Bank.</str:Description>
</str:Agency>
<str:Agency id="IMF" urn="urn:sdmx:org.sdmx.infomodel.base.Agency=IMF">
<str:Name xml:lang="en">International Monetary Fund (IMF)</str:Name>
<str:Description xml:lang="en">The IMF works to foster global growth and economic stability. It provides policy advice and financing to members in economic difficulties and also works with developing nations to help them achieve macroeconomic stability and reduce poverty.</str:Description>
</str:Agency>
<str:Agency id="ESTAT" urn="urn:sdmx:org.sdmx.infomodel.base.Agency=ESTAT">
<str:Name xml:lang="en">Statistical Office of the European Union (Eurostat)</str:Name>
<str:Description xml:lang="en">Eurostat is the statistical office of the European Union situated in Luxembourg. Its task is to provide the European Union with high quality statistics at European level that enable comparisons between countries and regions. Website: http://ec.europa.eu/eurostat/.</str:Description>
</str:Agency>
<str:Agency id="UNESCO" urn="urn:sdmx:org.sdmx.infomodel.base.Agency=UNESCO">
<str:Name xml:lang="en">United Nations Organization for Education, Science and Culture (UNESCO)</str:Name>
<str:Description xml:lang="en">The United Nations Organization for Education, Science and Culture (UNESCO) was founded on 16 November 1945.
UNESCO has 195 Members and eight Associate Members. It is governed by the General Conference and the Executive Board. The Secretariat, headed by the Director-General, implements the decisions of these two bodies.
The Organization has more than 50 field offices around the world. Its headquarters are located at Place de Fontenoy in Paris, France, in in an outstanding, Modernist building inaugurated in 1958 and recently renovated.</str:Description>
</str:Agency>
<str:Agency id="OECD" urn="urn:sdmx:org.sdmx.infomodel.base.Agency=OECD">
<str:Name xml:lang="en">Organisation for Economic Co-operation and Development (OECD)</str:Name>
<str:Description xml:lang="en">The mission of the Organisation for Economic Co-operation and Development (OECD) is to promote policies that will improve the economic and social well-being of people around the world.
The OECD provides a forum in which governments can work together to share experiences and seek solutions to common problems. We work with governments to understand what drives economic, social and environmental change. We measure productivity and global flows of trade and investment. We analyse and compare data to predict future trends. We set international standards on a wide range of things, from agriculture and tax to the safety of chemicals.
We look, too, at issues that directly affect the lives of ordinary people, like how much they pay in taxes and social security, and how much leisure time they can take. We compare how different countries’ school systems are readying their young people for modern life, and how different countries’ pension systems will look after their citizens in old age.
Drawing on facts and real-life experience, we recommend policies designed to make the lives of ordinary people better. We work with business, through the Business and Industry Advisory Committee to the OECD, and with labour, through the Trade Union Advisory Committee. We have active contacts as well with other civil society organisations. The common thread of our work is a shared commitment to market economies backed by democratic institutions and focused on the wellbeing of all citizens. Along the way, we also set out to make life harder for the terrorists, tax dodgers, crooked businessmen and others whose actions undermine a fair and open society.</str:Description>
</str:Agency>
</str:Agencies>
</str:OrganisationScheme>
</mes:OrganisationSchemes>
<mes:CodeLists>
<str:CodeList agencyID="ESTAT" id="CL_ACTIVITY" urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=ESTAT:CL_ACTIVITY(1.3)" version="1.3" isExternalReference="false" isFinal="true">
<str:Name xml:lang="en">Industrial activity code list</str:Name>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3)._T" value="_T">
<str:Description xml:lang="en">Total - All activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3)._Z" value="_Z">
<str:Description xml:lang="en">Not applicable</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).A" value="A">
<str:Description xml:lang="en">Agriculture, forestry and fishing</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).A_B" value="A_B">
<str:Description xml:lang="en">Total Primary sector</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).A01" value="A01">
<str:Description xml:lang="en">Crop and animal production, hunting and related service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).A02" value="A02">
<str:Description xml:lang="en">Forestry and logging</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).A03" value="A03">
<str:Description xml:lang="en">Fishing and aquaculture</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).ATUXFPRV" value="ATUXFPRV">
<str:Description xml:lang="en">Activities other than financial and insurance</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B" value="B">
<str:Description xml:lang="en">Mining and quarrying</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B05" value="B05">
<str:Description xml:lang="en">Mining of coal and lignite</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B06" value="B06">
<str:Description xml:lang="en">Extraction of crude petroleum and natural gas</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B06_09" value="B06_09">
<str:Description xml:lang="en">Extraction of crude petroleum and natural gas; mining support service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B07" value="B07">
<str:Description xml:lang="en">Mining of metal ores</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B08" value="B08">
<str:Description xml:lang="en">Other mining and quarrying</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).B09" value="B09">
<str:Description xml:lang="en">Mining support service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).BTE" value="BTE">
<str:Description xml:lang="en">Industry (except construction)</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).BTF" value="BTF">
<str:Description xml:lang="en">Industry and construction</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).BTN" value="BTN">
<str:Description xml:lang="en">Business economy</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).BTS" value="BTS">
<str:Description xml:lang="en">Industry, construction and services (except activities of households as employers and extra-territorial organisations and bodies)</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C" value="C">
<str:Description xml:lang="en">Manufacturing</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C_OTH" value="C_OTH">
<str:Description xml:lang="en">Other manufacturing (C15, C23, C27, C31, C32, C33)</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C10" value="C10">
<str:Description xml:lang="en">Manufacture of food products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C10T12" value="C10T12">
<str:Description xml:lang="en">Manufacture of food products; beverages and tobacco products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C11" value="C11">
<str:Description xml:lang="en">Manufacture of beverages</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C12" value="C12">
<str:Description xml:lang="en">Manufacture of tobacco products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C13" value="C13">
<str:Description xml:lang="en">Manufacture of textiles</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C13_14" value="C13_14">
<str:Description xml:lang="en">Manufacture of textiles and wearing apparel</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C13T15" value="C13T15">
<str:Description xml:lang="en">Manufacture of textiles, wearing apparel, leather and related products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C13T18X15" value="C13T18X15">
<str:Description xml:lang="en">Manufacture of textiles, wearing apparel, wood and paper products; printing and reproduction</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C14" value="C14">
<str:Description xml:lang="en">Manufacture of wearing apparel</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C15" value="C15">
<str:Description xml:lang="en">Manufacture of leather and related products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C16" value="C16">
<str:Description xml:lang="en">Manufacture of wood and of products of wood and cork, except furniture; manufacture of articles of straw and plaiting materials</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C16T18" value="C16T18">
<str:Description xml:lang="en">Manufacture of wood, paper, and their products; printing and reproduction of recorded media</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C17" value="C17">
<str:Description xml:lang="en">Manufacture of paper and paper products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C18" value="C18">
<str:Description xml:lang="en">Printing and reproduction of recorded media</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C19" value="C19">
<str:Description xml:lang="en">Manufacture of coke and refined petroleum products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C19T22" value="C19T22">
<str:Description xml:lang="en">Manufacture of petroleum, chemical, pharmaceutical, rubber and plastic products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C20" value="C20">
<str:Description xml:lang="en">Manufacture of chemicals and chemical products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C21" value="C21">
<str:Description xml:lang="en">Manufacture of basic pharmaceutical products and pharmaceutical preparations</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C22" value="C22">
<str:Description xml:lang="en">Manufacture of rubber and plastic products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C22_23" value="C22_23">
<str:Description xml:lang="en">Manufacture of rubber and plastic products and other non-metallic mineral products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C23" value="C23">
<str:Description xml:lang="en">Manufacture of other non-metallic mineral products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C24" value="C24">
<str:Description xml:lang="en">Manufacture of basic metals</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C24_25" value="C24_25">
<str:Description xml:lang="en">Manufacture of basic metals and fabricated metal products, except machinery and equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C24T28X27" value="C24T28X27">
<str:Description xml:lang="en">Manufacture of metal and machinery products, except electrical equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C25" value="C25">
<str:Description xml:lang="en">Manufacture of fabricated metal products, except machinery and equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C26" value="C26">
<str:Description xml:lang="en">Manufacture of computer, electronic and optical products</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C262" value="C262">
<str:Description xml:lang="en">Manufacture of computers and peripheral equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C263_264" value="C263_264">
<str:Description xml:lang="en">Manufacture of communication equipment and consumer electronics.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C265_266" value="C265_266">
<str:Description xml:lang="en">Manufacture of instruments and appliances for measuring, testing and navigation; watches and clocks; manufacture of irradiation, electromedical and electrotherapeutic equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C27" value="C27">
<str:Description xml:lang="en">Manufacture of electrical equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C28" value="C28">
<str:Description xml:lang="en">Manufacture of machinery and equipment n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C29" value="C29">
<str:Description xml:lang="en">Manufacture of motor vehicles, trailers and semi-trailers</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C29_30" value="C29_30">
<str:Description xml:lang="en">Manufacture of motor vehicles, trailers, semi-trailers and of other transport equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C30" value="C30">
<str:Description xml:lang="en">Manufacture of other transport equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C303" value="C303">
<str:Description xml:lang="en">Manufacture of air and spacecraft and related machinery</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C31" value="C31">
<str:Description xml:lang="en">Manufacture of furniture</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C31_32" value="C31_32">
<str:Description xml:lang="en">Manufacture of furniture; other manufacturing</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C31T33" value="C31T33">
<str:Description xml:lang="en">Manufacture of furniture; jewellery, musical instruments, toys, etc.; repair and installation of machinery and equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C32" value="C32">
<str:Description xml:lang="en">Other manufacturing</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).C33" value="C33">
<str:Description xml:lang="en">Repair and installation of machinery and equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).D" value="D">
<str:Description xml:lang="en">Electricity, gas, steam and air conditioning supply</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).D35" value="D35">
<str:Description xml:lang="en">Electricity, gas, steam and air conditioning supply</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).E" value="E">
<str:Description xml:lang="en">Water supply; sewerage, waste management and remediation activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).E36" value="E36">
<str:Description xml:lang="en">Water collection, treatment and supply</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).E37" value="E37">
<str:Description xml:lang="en">Sewerage</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).E37T39" value="E37T39">
<str:Description xml:lang="en">Sewerage, waste management, remediation activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).E38" value="E38">
<str:Description xml:lang="en">Waste collection, treatment and disposal activities; materials recovery</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).E39" value="E39">
<str:Description xml:lang="en">Remediation activities and other waste management services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).F" value="F">
<str:Description xml:lang="en">Construction</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).F41" value="F41">
<str:Description xml:lang="en">Construction of buildings</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).F42" value="F42">
<str:Description xml:lang="en">Civil engineering</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).F43" value="F43">
<str:Description xml:lang="en">Specialised construction activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).FDI_T" value="FDI_T">
<str:Description xml:lang="en">All FDI activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).G" value="G">
<str:Description xml:lang="en">Wholesale and retail trade; repair of motor vehicles and motorcycles</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).G_I" value="G_I">
<str:Description xml:lang="en">Wholesale and retail trade; repair of motor vehicles and motorcycles; Accommodation and food service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).G45" value="G45">
<str:Description xml:lang="en">Wholesale and retail trade and repair of motor vehicles and motorcycles</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).G46" value="G46">
<str:Description xml:lang="en">Wholesale trade, except of motor vehicles and motorcycles</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).G47" value="G47">
<str:Description xml:lang="en">Retail trade, except of motor vehicles and motorcycles</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).GTI" value="GTI">
<str:Description xml:lang="en">Wholesale and retail trade, transport, accommodation and food service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).GTJ" value="GTJ">
<str:Description xml:lang="en">Wholesale and retail trade; transport; accommodation and food service activities; information and communication</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).GTN" value="GTN">
<str:Description xml:lang="en">Market services - sections G to N</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).GTN_RTU" value="GTN_RTU">
<str:Description xml:lang="en">Market services - Services excluding public administration, education, health and social services - sections G to N and R to U</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).GTU" value="GTU">
<str:Description xml:lang="en">Services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H" value="H">
<str:Description xml:lang="en">Transportation and storage</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H_J" value="H_J">
<str:Description xml:lang="en">Transportation and storage; Information and communication</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H49" value="H49">
<str:Description xml:lang="en">Land transport and transport via pipelines</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H50" value="H50">
<str:Description xml:lang="en">Water transport</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H51" value="H51">
<str:Description xml:lang="en">Air transport</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H52" value="H52">
<str:Description xml:lang="en">Warehousing and support activities for transportation</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).H53" value="H53">
<str:Description xml:lang="en">Postal and courier activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).HX53" value="HX53">
<str:Description xml:lang="en">Transport and storage except postal and courier activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).I" value="I">
<str:Description xml:lang="en">Accommodation and food service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).I55" value="I55">
<str:Description xml:lang="en">Accommodation</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).I56" value="I56">
<str:Description xml:lang="en">Food and beverage service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J" value="J">
<str:Description xml:lang="en">Information and communication</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J_M_N_RTU" value="J_M_N_RTU">
<str:Description xml:lang="en">Information, communication, professional, business and other services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J58" value="J58">
<str:Description xml:lang="en">Publishing activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J58_62_63" value="J58_62_63">
<str:Description xml:lang="en">Publishing, computer programming and consultancy, information service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J58T60" value="J58T60">
<str:Description xml:lang="en">Publishing, motion picture, video, television programme production; sound recording, programming and broadcasting activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J59" value="J59">
<str:Description xml:lang="en">Motion picture, video and television programme production, sound recording and music publishing activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J59_60" value="J59_60">
<str:Description xml:lang="en">Motion picture, video, television programme production; programming and broadcasting activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J60" value="J60">
<str:Description xml:lang="en">Programming and broadcasting activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J61" value="J61">
<str:Description xml:lang="en">Telecommunications</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J62" value="J62">
<str:Description xml:lang="en">Computer programming, consultancy and related activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J62_63" value="J62_63">
<str:Description xml:lang="en">Computer programming, consultancy, and information service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).J63" value="J63">
<str:Description xml:lang="en">Information service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K" value="K">
<str:Description xml:lang="en">Financial and insurance activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K_L" value="K_L">
<str:Description xml:lang="en">Financial and real estate services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K64" value="K64">
<str:Description xml:lang="en">Financial service activities, except insurance and pension funding</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K641" value="K641">
<str:Description xml:lang="en">Monetary intermediation</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K642" value="K642">
<str:Description xml:lang="en">Activities of holding companies</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K643" value="K643">
<str:Description xml:lang="en">Trusts, funds, and similar financial activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K65" value="K65">
<str:Description xml:lang="en">Insurance, reinsurance and pension funding, except compulsory social security</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).K66" value="K66">
<str:Description xml:lang="en">Activities auxiliary to financial services and insurance activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).KTN" value="KTN">
<str:Description xml:lang="en">Financial and insurance activities; real estate activities; professional, scientific and technical activities; administrative and support service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).L" value="L">
<str:Description xml:lang="en">Real estate activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).L68A" value="L68A">
<str:Description xml:lang="en">Imputed rents of owner-occupied dwellings</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).L68B" value="L68B">
<str:Description xml:lang="en">Real estate activities excluding imputed rents</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M" value="M">
<str:Description xml:lang="en">Professional, scientific and technical activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M_N" value="M_N">
<str:Description xml:lang="en">Professional, scientific and technical activities; administrative and support service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M69" value="M69">
<str:Description xml:lang="en">Legal and accounting activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M69_70" value="M69_70">
<str:Description xml:lang="en">Legal and accounting activities; activities of head offices; management consultancy activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M691" value="M691">
<str:Description xml:lang="en">Legal activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M692" value="M692">
<str:Description xml:lang="en">Accounting, bookkeeping and auditing activities; tax consultancy</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M69T71" value="M69T71">
<str:Description xml:lang="en">Legal and accounting activities; activities of head offices; management consultancy activities; architectural and engineering activities; technical testing and analysis</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M70" value="M70">
<str:Description xml:lang="en">Activities of head offices; management consultancy activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M701" value="M701">
<str:Description xml:lang="en">Activities of head offices</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M702" value="M702">
<str:Description xml:lang="en">Management consultancy activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M71" value="M71">
<str:Description xml:lang="en">Architectural and engineering activities; technical testing and analysis</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M72" value="M72">
<str:Description xml:lang="en">Scientific research and development</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M73" value="M73">
<str:Description xml:lang="en">Advertising and market research</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M731" value="M731">
<str:Description xml:lang="en">Advertising</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M732" value="M732">
<str:Description xml:lang="en">Market research and public opinion polling</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M73T75" value="M73T75">
<str:Description xml:lang="en">Advertising and market research; other professional, scientific and technical activities; veterinary activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M74" value="M74">
<str:Description xml:lang="en">Other professional, scientific and technical activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M74_75" value="M74_75">
<str:Description xml:lang="en">Other professional, scientific and technical activities; veterinary activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).M75" value="M75">
<str:Description xml:lang="en">Veterinary activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N" value="N">
<str:Description xml:lang="en">Administrative and support service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N77" value="N77">
<str:Description xml:lang="en">Rental and leasing activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N78" value="N78">
<str:Description xml:lang="en">Employment activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N78T82" value="N78T82">
<str:Description xml:lang="en">Employment, travel agency, security and investigation, service and landscape, office administrative and support activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N79" value="N79">
<str:Description xml:lang="en">Travel agency, tour operator reservation service and related activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N80" value="N80">
<str:Description xml:lang="en">Security and investigation activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N80T82" value="N80T82">
<str:Description xml:lang="en">Security and investigation, service and landscape, office administrative and support activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N81" value="N81">
<str:Description xml:lang="en">Services to buildings and landscape activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).N82" value="N82">
<str:Description xml:lang="en">Office administrative, office support and other business support activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).NAL" value="NAL">
<str:Description xml:lang="en">Not allocated</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).O" value="O">
<str:Description xml:lang="en">Public administration and defence; compulsory social security</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).O_T_U" value="O_T_U">
<str:Description xml:lang="en">Public administration; activities of households and of extraterritorial organisations</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).O84" value="O84">
<str:Description xml:lang="en">Public administration and defence; compulsory social security</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).OTQ" value="OTQ">
<str:Description xml:lang="en">Public administration, defence, education, human health and social work activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).OTS" value="OTS">
<str:Description xml:lang="en">Public administration and defence; compulsory social security; education; human health and social work activities; arts, entertainment and recreation; other service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).OTU" value="OTU">
<str:Description xml:lang="en">Public administration and defence; compulsory social security; education; human health and social work activities; arts, entertainment and recreation, repair of household goods and other services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).P" value="P">
<str:Description xml:lang="en">Education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).P85" value="P85">
<str:Description xml:lang="en">Education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).PRV_RE" value="PRV_RE">
<str:Description xml:lang="en">Private real estate activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).Q" value="Q">
<str:Description xml:lang="en">Human health and social work activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).Q86" value="Q86">
<str:Description xml:lang="en">Human health activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).Q87" value="Q87">
<str:Description xml:lang="en">Residential care activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).Q87_88" value="Q87_88">
<str:Description xml:lang="en">Residential care activities and social work activities without accommodation</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).Q88" value="Q88">
<str:Description xml:lang="en">Social work activities without accommodation</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R" value="R">
<str:Description xml:lang="en">Arts, entertainment and recreation</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R_S" value="R_S">
<str:Description xml:lang="en">Arts, entertainment and recreation; other service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R90" value="R90">
<str:Description xml:lang="en">Creative, arts and entertainment activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R90T92" value="R90T92">
<str:Description xml:lang="en">Creative, arts and entertainment activities; libraries, archives, museums and other cultural activities; gambling and betting activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R91" value="R91">
<str:Description xml:lang="en">Libraries, archives, museums and other cultural activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R92" value="R92">
<str:Description xml:lang="en">Gambling and betting activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R92_93" value="R92_93">
<str:Description xml:lang="en">Gambling and betting activities; sporting and other recreational activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).R93" value="R93">
<str:Description xml:lang="en">Sports activities and amusement and recreation activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).RTT" value="RTT">
<str:Description xml:lang="en">Arts, entertainment and recreation; Activities of households as employers; undifferentiated goods- and services-producing activities of households for own use; other service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).RTU" value="RTU">
<str:Description xml:lang="en">Arts, entertainment and recreation; other service activities; activities of household and extra-territorial organizations and bodies</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).S" value="S">
<str:Description xml:lang="en">Other service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).S94" value="S94">
<str:Description xml:lang="en">Activities of membership organisations</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).S95" value="S95">
<str:Description xml:lang="en">Repair of computers and personal and household goods</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).S95_96" value="S95_96">
<str:Description xml:lang="en">Repair of computers, personal and household goods; other personal service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).S96" value="S96">
<str:Description xml:lang="en">Other personal service activities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).T" value="T">
<str:Description xml:lang="en">Activities of households as employers; undifferentiated goods- and services-producing activities of households for own use</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).T97" value="T97">
<str:Description xml:lang="en">Activities of households as employers of domestic personnel</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).T98" value="T98">
<str:Description xml:lang="en">Undifferentiated goods- and services-producing activities of private households for own use</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).U" value="U">
<str:Description xml:lang="en">Activities of extraterritorial organisations and bodies</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ACTIVITY(1.3).U99" value="U99">
<str:Description xml:lang="en">Activities of extraterritorial organisations and bodies</str:Description>
</str:Code>
</str:CodeList>
<str:CodeList agencyID="ESTAT" id="CL_ADJUSTMENT" urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=ESTAT:CL_ADJUSTMENT(1.4)" version="1.4" isFinal="true">
<str:Name xml:lang="en">Adjustment indicator</str:Name>
<str:Description xml:lang="en">Adjustment indicator is a statistical technique used to remove the effects of seasonal and calendar influences operating on a data series.
This codelist is based on the codelist CL_SEASONAL_ADJUST+1.0 in which the code _Z(Not applicable) was added.</str:Description>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4)._Z" value="_Z">
<str:Description xml:lang="en">Not applicable</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).T" value="T">
<str:Description xml:lang="en">Trend</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).C" value="C">
<str:Description xml:lang="en">Trend-cycle data, calendar adjusted</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).R" value="R">
<str:Description xml:lang="en">Trend-cycle data, not calendar adjusted</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).K" value="K">
<str:Description xml:lang="en">Calendar component</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).X" value="X">
<str:Description xml:lang="en">Seasonal component</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).M" value="M">
<str:Description xml:lang="en">Seasonal and calendar components</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).I" value="I">
<str:Description xml:lang="en">Irregular component</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).N" value="N">
<str:Description xml:lang="en">Neither seasonally adjusted nor calendar adjusted data</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).S" value="S">
<str:Description xml:lang="en">Seasonally adjusted data, not calendar adjusted</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).W" value="W">
<str:Description xml:lang="en">Calendar adjusted data, not seasonally adjusted</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_ADJUSTMENT(1.4).Y" value="Y">
<str:Description xml:lang="en">Calendar and seasonally adjusted data</str:Description>
</str:Code>
</str:CodeList>
<str:CodeList agencyID="ESTAT" id="CL_COFOG" urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=ESTAT:CL_COFOG(1.0)" version="1.0" isFinal="true">
<str:Name xml:lang="en">COFOG</str:Name>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0)._T" value="_T">
<str:Description xml:lang="en">Total</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF01" value="GF01">
<str:Description xml:lang="en">General public services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0101" value="GF0101">
<str:Description xml:lang="en">Executive and legislative organs, financial and fiscal affairs, external affairs</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0102" value="GF0102">
<str:Description xml:lang="en">Foreign economic aid</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0103" value="GF0103">
<str:Description xml:lang="en">General services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0104" value="GF0104">
<str:Description xml:lang="en">Basic research</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0105" value="GF0105">
<str:Description xml:lang="en">R&D General public services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0106" value="GF0106">
<str:Description xml:lang="en">General public services n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0107" value="GF0107">
<str:Description xml:lang="en">Public debt transactions</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0108" value="GF0108">
<str:Description xml:lang="en">Transfers of a general character between different levels of government</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF02" value="GF02">
<str:Description xml:lang="en">Defence</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0201" value="GF0201">
<str:Description xml:lang="en">Military defence</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0202" value="GF0202">
<str:Description xml:lang="en">Civil defence</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0203" value="GF0203">
<str:Description xml:lang="en">Foreign military aid</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0204" value="GF0204">
<str:Description xml:lang="en">R&D Defence</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0205" value="GF0205">
<str:Description xml:lang="en">Defence n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF03" value="GF03">
<str:Description xml:lang="en">Public order and safety</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0301" value="GF0301">
<str:Description xml:lang="en">Police services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0302" value="GF0302">
<str:Description xml:lang="en">Fire-protection services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0303" value="GF0303">
<str:Description xml:lang="en">Law courts</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0304" value="GF0304">
<str:Description xml:lang="en">Prisons</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0305" value="GF0305">
<str:Description xml:lang="en">R&D Public order and safety</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0306" value="GF0306">
<str:Description xml:lang="en">Public order and safety n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF04" value="GF04">
<str:Description xml:lang="en">Economic affairs</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0401" value="GF0401">
<str:Description xml:lang="en">General economic, commercial and labour affairs</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0402" value="GF0402">
<str:Description xml:lang="en">Agriculture, forestry, fishing and hunting</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0403" value="GF0403">
<str:Description xml:lang="en">Fuel and energy</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0404" value="GF0404">
<str:Description xml:lang="en">Mining, manufacturing and construction</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0405" value="GF0405">
<str:Description xml:lang="en">Transport</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0406" value="GF0406">
<str:Description xml:lang="en">Communication</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0407" value="GF0407">
<str:Description xml:lang="en">Other industries</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0408" value="GF0408">
<str:Description xml:lang="en">R&D Economic affairs</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0409" value="GF0409">
<str:Description xml:lang="en">Economic affairs n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF05" value="GF05">
<str:Description xml:lang="en">Environment protection</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0501" value="GF0501">
<str:Description xml:lang="en">Waste management</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0502" value="GF0502">
<str:Description xml:lang="en">Waste water management</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0503" value="GF0503">
<str:Description xml:lang="en">Pollution abatement</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0504" value="GF0504">
<str:Description xml:lang="en">Protection of biodiversity and landscape</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0505" value="GF0505">
<str:Description xml:lang="en">R&D Environmental protection</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0506" value="GF0506">
<str:Description xml:lang="en">Environmental protection n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF06" value="GF06">
<str:Description xml:lang="en">Housing and community amenities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0601" value="GF0601">
<str:Description xml:lang="en">Housing development</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0602" value="GF0602">
<str:Description xml:lang="en">Community development</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0603" value="GF0603">
<str:Description xml:lang="en">Water supply</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0604" value="GF0604">
<str:Description xml:lang="en">Street lighting</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0605" value="GF0605">
<str:Description xml:lang="en">R&D Housing and community amenities</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0606" value="GF0606">
<str:Description xml:lang="en">Housing and community amenities n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF07" value="GF07">
<str:Description xml:lang="en">Health</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0701" value="GF0701">
<str:Description xml:lang="en">Medical products, appliances and equipment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0702" value="GF0702">
<str:Description xml:lang="en">Outpatient services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0703" value="GF0703">
<str:Description xml:lang="en">Hospital services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0704" value="GF0704">
<str:Description xml:lang="en">Public health services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0705" value="GF0705">
<str:Description xml:lang="en">R&D Health</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0706" value="GF0706">
<str:Description xml:lang="en">Health n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF08" value="GF08">
<str:Description xml:lang="en">Recreation, culture and religion</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0801" value="GF0801">
<str:Description xml:lang="en">Recreational and sporting services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0802" value="GF0802">
<str:Description xml:lang="en">Cultural services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0803" value="GF0803">
<str:Description xml:lang="en">Broadcasting and publishing services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0804" value="GF0804">
<str:Description xml:lang="en">Religious and other community services</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0805" value="GF0805">
<str:Description xml:lang="en">R&D Recreation, culture and religion</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0806" value="GF0806">
<str:Description xml:lang="en">Recreation, culture and religion n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF09" value="GF09">
<str:Description xml:lang="en">Education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0901" value="GF0901">
<str:Description xml:lang="en">Pre-primary and primary education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0902" value="GF0902">
<str:Description xml:lang="en">Secondary education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0903" value="GF0903">
<str:Description xml:lang="en">Post-secondary non-tertiary education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0904" value="GF0904">
<str:Description xml:lang="en">Tertiary education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0905" value="GF0905">
<str:Description xml:lang="en">Education not definable by level</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0906" value="GF0906">
<str:Description xml:lang="en">Subsidiary services to education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0907" value="GF0907">
<str:Description xml:lang="en">R&D Education</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF0908" value="GF0908">
<str:Description xml:lang="en">Education n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF10" value="GF10">
<str:Description xml:lang="en">Social protection</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1001" value="GF1001">
<str:Description xml:lang="en">Sickness and disability</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1002" value="GF1002">
<str:Description xml:lang="en">Old age</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1003" value="GF1003">
<str:Description xml:lang="en">Survivors</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1004" value="GF1004">
<str:Description xml:lang="en">Family and children</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1005" value="GF1005">
<str:Description xml:lang="en">Unemployment</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1006" value="GF1006">
<str:Description xml:lang="en">Housing</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1007" value="GF1007">
<str:Description xml:lang="en">Social exclusion n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1008" value="GF1008">
<str:Description xml:lang="en">R&D Social protection</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1009" value="GF1009">
<str:Description xml:lang="en">Social protection n.e.c.</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0)._Z" value="_Z">
<str:Description xml:lang="en">Not applicable</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_COFOG(1.0).GF1002_3" value="GF1002_3">
<str:Description xml:lang="en">Old age and survivors</str:Description>
</str:Code>
</str:CodeList>
<str:CodeList agencyID="ESTAT" id="CL_CUST_BREAKDOWN" urn="urn:sdmx:org.sdmx.infomodel.codelist.Codelist=ESTAT:CL_CUST_BREAKDOWN(1.2)" version="1.2" isFinal="true">
<str:Name xml:lang="en">Custom breakdown code list (NA)</str:Name>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).FAM" value="FAM">
<str:Description xml:lang="en">Government assistance to the financial sector</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).FC" value="FC">
<str:Description xml:lang="en">EDP Financial Crisis concept</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2)._T" value="_T">
<str:Description xml:lang="en">Total</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C01" value="C01">
<str:Description xml:lang="en">Custom 01</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C02" value="C02">
<str:Description xml:lang="en">Custom 02</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C03" value="C03">
<str:Description xml:lang="en">Custom 03</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C04" value="C04">
<str:Description xml:lang="en">Custom 04</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C05" value="C05">
<str:Description xml:lang="en">Custom 05</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C06" value="C06">
<str:Description xml:lang="en">Custom 06</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C07" value="C07">
<str:Description xml:lang="en">Custom 07</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C08" value="C08">
<str:Description xml:lang="en">Custom 08</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C09" value="C09">
<str:Description xml:lang="en">Custom 09</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C10" value="C10">
<str:Description xml:lang="en">Custom 10</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C11" value="C11">
<str:Description xml:lang="en">Custom 11</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C12" value="C12">
<str:Description xml:lang="en">Custom 12</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C13" value="C13">
<str:Description xml:lang="en">Custom 13</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C14" value="C14">
<str:Description xml:lang="en">Custom 14</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C15" value="C15">
<str:Description xml:lang="en">Custom 15</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C16" value="C16">
<str:Description xml:lang="en">Custom 16</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C17" value="C17">
<str:Description xml:lang="en">Custom 17</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C18" value="C18">
<str:Description xml:lang="en">Custom 18</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C19" value="C19">
<str:Description xml:lang="en">Custom 19</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C20" value="C20">
<str:Description xml:lang="en">Custom 20</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C21" value="C21">
<str:Description xml:lang="en">Custom 21</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C22" value="C22">
<str:Description xml:lang="en">Custom 22</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C23" value="C23">
<str:Description xml:lang="en">Custom 23</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C24" value="C24">
<str:Description xml:lang="en">Custom 24</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C25" value="C25">
<str:Description xml:lang="en">Custom 25</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C26" value="C26">
<str:Description xml:lang="en">Custom 26</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C27" value="C27">
<str:Description xml:lang="en">Custom 27</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C28" value="C28">
<str:Description xml:lang="en">Custom 28</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C29" value="C29">
<str:Description xml:lang="en">Custom 29</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C30" value="C30">
<str:Description xml:lang="en">Custom 30</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C31" value="C31">
<str:Description xml:lang="en">Custom 31</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C32" value="C32">
<str:Description xml:lang="en">Custom 32</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C33" value="C33">
<str:Description xml:lang="en">Custom 33</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C34" value="C34">
<str:Description xml:lang="en">Custom 34</str:Description>
</str:Code>
<str:Code urn="urn:sdmx:org.sdmx.infomodel.codelist.Code=ESTAT:CL_CUST_BREAKDOWN(1.2).C35" value="C35">