@tracepass/dpp-schemas 0.1.1 → 0.2.0
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/README.md +14 -4
- package/index.json +19 -7
- package/package.json +5 -2
- package/schema.json +13 -0
- package/templates/battery.json +2473 -236
package/templates/battery.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"sv": "Batteri",
|
|
27
27
|
"el": "Μπαταρία"
|
|
28
28
|
},
|
|
29
|
-
"version":
|
|
29
|
+
"version": 3,
|
|
30
30
|
"isLatest": true,
|
|
31
31
|
"regulation": {
|
|
32
32
|
"name": "EU Battery Regulation",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"max": null,
|
|
99
99
|
"minLength": 1,
|
|
100
100
|
"maxLength": 255,
|
|
101
|
-
"pattern": "^https://
|
|
101
|
+
"pattern": "^https://[^/]+/01/\\d{14}(/.*)?$"
|
|
102
102
|
},
|
|
103
103
|
"category": "general_info",
|
|
104
104
|
"categoryLabel": {
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
"defaultAccessLevel": "public",
|
|
132
132
|
"regulationRef": {
|
|
133
133
|
"article": "Art. 77",
|
|
134
|
-
"annex":
|
|
134
|
+
"annex": null,
|
|
135
135
|
"instrument": "32023R1542",
|
|
136
|
-
"provision": "Art. 77",
|
|
136
|
+
"provision": "Art. 77(3)",
|
|
137
137
|
"kind": "legislation"
|
|
138
138
|
},
|
|
139
139
|
"aiHints": {
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"defaultValue": null,
|
|
770
770
|
"enumOptions": null,
|
|
771
771
|
"validation": {
|
|
772
|
-
"required":
|
|
772
|
+
"required": false,
|
|
773
773
|
"min": null,
|
|
774
774
|
"max": null,
|
|
775
775
|
"minLength": 5,
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"defaultValue": null,
|
|
882
882
|
"enumOptions": null,
|
|
883
883
|
"validation": {
|
|
884
|
-
"required":
|
|
884
|
+
"required": false,
|
|
885
885
|
"min": null,
|
|
886
886
|
"max": null,
|
|
887
887
|
"minLength": 1,
|
|
@@ -1543,10 +1543,10 @@
|
|
|
1543
1543
|
"sortOrder": 12,
|
|
1544
1544
|
"defaultAccessLevel": "public",
|
|
1545
1545
|
"regulationRef": {
|
|
1546
|
-
"article": "Art.
|
|
1547
|
-
"annex": "Annex VI",
|
|
1546
|
+
"article": "Art. 38(6)",
|
|
1547
|
+
"annex": "Annex VI Part A",
|
|
1548
1548
|
"instrument": "32023R1542",
|
|
1549
|
-
"provision": "
|
|
1549
|
+
"provision": "Annex VI Part A",
|
|
1550
1550
|
"kind": "legislation"
|
|
1551
1551
|
},
|
|
1552
1552
|
"aiHints": {
|
|
@@ -1802,11 +1802,11 @@
|
|
|
1802
1802
|
"sortOrder": 13,
|
|
1803
1803
|
"defaultAccessLevel": "public",
|
|
1804
1804
|
"regulationRef": {
|
|
1805
|
-
"
|
|
1806
|
-
"annex": "Annex VI",
|
|
1805
|
+
"annex": "Annex XIII",
|
|
1807
1806
|
"instrument": "32023R1542",
|
|
1808
|
-
"provision": "
|
|
1809
|
-
"kind": "legislation"
|
|
1807
|
+
"provision": "Annex XIII 4(c)",
|
|
1808
|
+
"kind": "legislation",
|
|
1809
|
+
"article": "Art. 77"
|
|
1810
1810
|
},
|
|
1811
1811
|
"aiHints": {
|
|
1812
1812
|
"alternateNames": [
|
|
@@ -1914,10 +1914,10 @@
|
|
|
1914
1914
|
"sortOrder": 14,
|
|
1915
1915
|
"defaultAccessLevel": "public",
|
|
1916
1916
|
"regulationRef": {
|
|
1917
|
-
"article": "Art. 13(
|
|
1917
|
+
"article": "Art. 13(4)",
|
|
1918
1918
|
"annex": "Annex VI",
|
|
1919
1919
|
"instrument": "32023R1542",
|
|
1920
|
-
"provision": "Art. 13(
|
|
1920
|
+
"provision": "Art. 13(4)",
|
|
1921
1921
|
"kind": "legislation"
|
|
1922
1922
|
},
|
|
1923
1923
|
"aiHints": {
|
|
@@ -1989,7 +1989,7 @@
|
|
|
1989
1989
|
"defaultValue": false,
|
|
1990
1990
|
"enumOptions": null,
|
|
1991
1991
|
"validation": {
|
|
1992
|
-
"required":
|
|
1992
|
+
"required": false,
|
|
1993
1993
|
"min": null,
|
|
1994
1994
|
"max": null,
|
|
1995
1995
|
"minLength": null,
|
|
@@ -2026,10 +2026,10 @@
|
|
|
2026
2026
|
"sortOrder": 15,
|
|
2027
2027
|
"defaultAccessLevel": "public",
|
|
2028
2028
|
"regulationRef": {
|
|
2029
|
-
"article": "Art. 13(
|
|
2029
|
+
"article": "Art. 13(5)",
|
|
2030
2030
|
"annex": "Annex VI",
|
|
2031
2031
|
"instrument": "32023R1542",
|
|
2032
|
-
"provision": "Art. 13(
|
|
2032
|
+
"provision": "Art. 13(5)",
|
|
2033
2033
|
"kind": "legislation"
|
|
2034
2034
|
},
|
|
2035
2035
|
"aiHints": {
|
|
@@ -2100,7 +2100,7 @@
|
|
|
2100
2100
|
"defaultValue": false,
|
|
2101
2101
|
"enumOptions": null,
|
|
2102
2102
|
"validation": {
|
|
2103
|
-
"required":
|
|
2103
|
+
"required": false,
|
|
2104
2104
|
"min": null,
|
|
2105
2105
|
"max": null,
|
|
2106
2106
|
"minLength": null,
|
|
@@ -2137,10 +2137,10 @@
|
|
|
2137
2137
|
"sortOrder": 16,
|
|
2138
2138
|
"defaultAccessLevel": "public",
|
|
2139
2139
|
"regulationRef": {
|
|
2140
|
-
"article": "Art. 13(
|
|
2140
|
+
"article": "Art. 13(5)",
|
|
2141
2141
|
"annex": "Annex VI",
|
|
2142
2142
|
"instrument": "32023R1542",
|
|
2143
|
-
"provision": "Art. 13(
|
|
2143
|
+
"provision": "Art. 13(5)",
|
|
2144
2144
|
"kind": "legislation"
|
|
2145
2145
|
},
|
|
2146
2146
|
"aiHints": {
|
|
@@ -2211,12 +2211,14 @@
|
|
|
2211
2211
|
"defaultValue": null,
|
|
2212
2212
|
"enumOptions": null,
|
|
2213
2213
|
"validation": {
|
|
2214
|
-
"required":
|
|
2214
|
+
"required": false,
|
|
2215
2215
|
"min": null,
|
|
2216
2216
|
"max": null,
|
|
2217
2217
|
"minLength": null,
|
|
2218
2218
|
"maxLength": 2048,
|
|
2219
|
-
"pattern": null
|
|
2219
|
+
"pattern": null,
|
|
2220
|
+
"anticipated": true,
|
|
2221
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
2220
2222
|
},
|
|
2221
2223
|
"category": "labels_markings",
|
|
2222
2224
|
"categoryLabel": {
|
|
@@ -2770,12 +2772,14 @@
|
|
|
2770
2772
|
"defaultValue": null,
|
|
2771
2773
|
"enumOptions": null,
|
|
2772
2774
|
"validation": {
|
|
2773
|
-
"required":
|
|
2775
|
+
"required": false,
|
|
2774
2776
|
"min": 0,
|
|
2775
2777
|
"max": null,
|
|
2776
2778
|
"minLength": null,
|
|
2777
2779
|
"maxLength": null,
|
|
2778
|
-
"pattern": null
|
|
2780
|
+
"pattern": null,
|
|
2781
|
+
"anticipated": true,
|
|
2782
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
2779
2783
|
},
|
|
2780
2784
|
"category": "carbon_footprint",
|
|
2781
2785
|
"categoryLabel": {
|
|
@@ -2883,12 +2887,14 @@
|
|
|
2883
2887
|
"defaultValue": null,
|
|
2884
2888
|
"enumOptions": null,
|
|
2885
2889
|
"validation": {
|
|
2886
|
-
"required":
|
|
2890
|
+
"required": false,
|
|
2887
2891
|
"min": 0,
|
|
2888
2892
|
"max": null,
|
|
2889
2893
|
"minLength": null,
|
|
2890
2894
|
"maxLength": null,
|
|
2891
|
-
"pattern": null
|
|
2895
|
+
"pattern": null,
|
|
2896
|
+
"anticipated": true,
|
|
2897
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
2892
2898
|
},
|
|
2893
2899
|
"category": "carbon_footprint",
|
|
2894
2900
|
"categoryLabel": {
|
|
@@ -2995,12 +3001,14 @@
|
|
|
2995
3001
|
"defaultValue": null,
|
|
2996
3002
|
"enumOptions": null,
|
|
2997
3003
|
"validation": {
|
|
2998
|
-
"required":
|
|
3004
|
+
"required": false,
|
|
2999
3005
|
"min": 0,
|
|
3000
3006
|
"max": null,
|
|
3001
3007
|
"minLength": null,
|
|
3002
3008
|
"maxLength": null,
|
|
3003
|
-
"pattern": null
|
|
3009
|
+
"pattern": null,
|
|
3010
|
+
"anticipated": true,
|
|
3011
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
3004
3012
|
},
|
|
3005
3013
|
"category": "carbon_footprint",
|
|
3006
3014
|
"categoryLabel": {
|
|
@@ -3106,12 +3114,14 @@
|
|
|
3106
3114
|
"defaultValue": null,
|
|
3107
3115
|
"enumOptions": null,
|
|
3108
3116
|
"validation": {
|
|
3109
|
-
"required":
|
|
3117
|
+
"required": false,
|
|
3110
3118
|
"min": 0,
|
|
3111
3119
|
"max": null,
|
|
3112
3120
|
"minLength": null,
|
|
3113
3121
|
"maxLength": null,
|
|
3114
|
-
"pattern": null
|
|
3122
|
+
"pattern": null,
|
|
3123
|
+
"anticipated": true,
|
|
3124
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
3115
3125
|
},
|
|
3116
3126
|
"category": "carbon_footprint",
|
|
3117
3127
|
"categoryLabel": {
|
|
@@ -3218,12 +3228,14 @@
|
|
|
3218
3228
|
"defaultValue": null,
|
|
3219
3229
|
"enumOptions": null,
|
|
3220
3230
|
"validation": {
|
|
3221
|
-
"required":
|
|
3231
|
+
"required": false,
|
|
3222
3232
|
"min": 0,
|
|
3223
3233
|
"max": null,
|
|
3224
3234
|
"minLength": null,
|
|
3225
3235
|
"maxLength": null,
|
|
3226
|
-
"pattern": null
|
|
3236
|
+
"pattern": null,
|
|
3237
|
+
"anticipated": true,
|
|
3238
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
3227
3239
|
},
|
|
3228
3240
|
"category": "carbon_footprint",
|
|
3229
3241
|
"categoryLabel": {
|
|
@@ -3534,12 +3546,14 @@
|
|
|
3534
3546
|
}
|
|
3535
3547
|
],
|
|
3536
3548
|
"validation": {
|
|
3537
|
-
"required":
|
|
3549
|
+
"required": false,
|
|
3538
3550
|
"min": null,
|
|
3539
3551
|
"max": null,
|
|
3540
3552
|
"minLength": null,
|
|
3541
3553
|
"maxLength": null,
|
|
3542
|
-
"pattern": null
|
|
3554
|
+
"pattern": null,
|
|
3555
|
+
"anticipated": true,
|
|
3556
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
3543
3557
|
},
|
|
3544
3558
|
"category": "carbon_footprint",
|
|
3545
3559
|
"categoryLabel": {
|
|
@@ -3647,12 +3661,14 @@
|
|
|
3647
3661
|
"defaultValue": null,
|
|
3648
3662
|
"enumOptions": null,
|
|
3649
3663
|
"validation": {
|
|
3650
|
-
"required":
|
|
3664
|
+
"required": false,
|
|
3651
3665
|
"min": null,
|
|
3652
3666
|
"max": null,
|
|
3653
3667
|
"minLength": null,
|
|
3654
3668
|
"maxLength": 2048,
|
|
3655
|
-
"pattern": "^https?://.*$"
|
|
3669
|
+
"pattern": "^https?://.*$",
|
|
3670
|
+
"anticipated": true,
|
|
3671
|
+
"anticipatedNote": "Carbon footprint declaration format pending the implementing act (DP 17/18). Required when the implementing act is adopted."
|
|
3656
3672
|
},
|
|
3657
3673
|
"category": "carbon_footprint",
|
|
3658
3674
|
"categoryLabel": {
|
|
@@ -3759,12 +3775,14 @@
|
|
|
3759
3775
|
"defaultValue": null,
|
|
3760
3776
|
"enumOptions": null,
|
|
3761
3777
|
"validation": {
|
|
3762
|
-
"required":
|
|
3778
|
+
"required": false,
|
|
3763
3779
|
"min": null,
|
|
3764
3780
|
"max": null,
|
|
3765
3781
|
"minLength": null,
|
|
3766
3782
|
"maxLength": 2048,
|
|
3767
|
-
"pattern": "^https?://.*$"
|
|
3783
|
+
"pattern": "^https?://.*$",
|
|
3784
|
+
"anticipated": true,
|
|
3785
|
+
"anticipatedNote": "Due diligence format pending the implementing act (DP 19). Supply-chain due diligence postponed to Aug 2027; passport report due Aug 2028."
|
|
3768
3786
|
},
|
|
3769
3787
|
"category": "supply_chain",
|
|
3770
3788
|
"categoryLabel": {
|
|
@@ -3871,12 +3889,14 @@
|
|
|
3871
3889
|
"defaultValue": null,
|
|
3872
3890
|
"enumOptions": null,
|
|
3873
3891
|
"validation": {
|
|
3874
|
-
"required":
|
|
3892
|
+
"required": false,
|
|
3875
3893
|
"min": null,
|
|
3876
3894
|
"max": null,
|
|
3877
3895
|
"minLength": null,
|
|
3878
3896
|
"maxLength": 2048,
|
|
3879
|
-
"pattern": "^https?://.*$"
|
|
3897
|
+
"pattern": "^https?://.*$",
|
|
3898
|
+
"anticipated": true,
|
|
3899
|
+
"anticipatedNote": "Due diligence format pending the implementing act (DP 19). Supply-chain due diligence postponed to Aug 2027; passport report due Aug 2028."
|
|
3880
3900
|
},
|
|
3881
3901
|
"category": "supply_chain",
|
|
3882
3902
|
"categoryLabel": {
|
|
@@ -3982,12 +4002,14 @@
|
|
|
3982
4002
|
"defaultValue": null,
|
|
3983
4003
|
"enumOptions": null,
|
|
3984
4004
|
"validation": {
|
|
3985
|
-
"required":
|
|
4005
|
+
"required": false,
|
|
3986
4006
|
"min": null,
|
|
3987
4007
|
"max": null,
|
|
3988
4008
|
"minLength": null,
|
|
3989
4009
|
"maxLength": 2048,
|
|
3990
|
-
"pattern": "^https?://.*$"
|
|
4010
|
+
"pattern": "^https?://.*$",
|
|
4011
|
+
"anticipated": true,
|
|
4012
|
+
"anticipatedNote": "Due diligence format pending the implementing act (DP 19). Supply-chain due diligence postponed to Aug 2027; passport report due Aug 2028."
|
|
3991
4013
|
},
|
|
3992
4014
|
"category": "supply_chain",
|
|
3993
4015
|
"categoryLabel": {
|
|
@@ -4131,10 +4153,10 @@
|
|
|
4131
4153
|
"sortOrder": 32,
|
|
4132
4154
|
"defaultAccessLevel": "public",
|
|
4133
4155
|
"regulationRef": {
|
|
4134
|
-
"article": "Art.
|
|
4135
|
-
"annex": "Annex VI",
|
|
4156
|
+
"article": "Art. 38(6)",
|
|
4157
|
+
"annex": "Annex VI Part A",
|
|
4136
4158
|
"instrument": "32023R1542",
|
|
4137
|
-
"provision": "
|
|
4159
|
+
"provision": "Annex VI Part A",
|
|
4138
4160
|
"kind": "legislation"
|
|
4139
4161
|
},
|
|
4140
4162
|
"aiHints": {
|
|
@@ -4246,11 +4268,11 @@
|
|
|
4246
4268
|
"sortOrder": 33,
|
|
4247
4269
|
"defaultAccessLevel": "public",
|
|
4248
4270
|
"regulationRef": {
|
|
4249
|
-
"
|
|
4250
|
-
"annex": "Annex VI",
|
|
4271
|
+
"annex": "Annex XIII",
|
|
4251
4272
|
"instrument": "32023R1542",
|
|
4252
|
-
"provision": "
|
|
4253
|
-
"kind": "legislation"
|
|
4273
|
+
"provision": "Annex XIII 2(a)",
|
|
4274
|
+
"kind": "legislation",
|
|
4275
|
+
"article": "Art. 77"
|
|
4254
4276
|
},
|
|
4255
4277
|
"aiHints": {
|
|
4256
4278
|
"alternateNames": [
|
|
@@ -4358,11 +4380,11 @@
|
|
|
4358
4380
|
"sortOrder": 34,
|
|
4359
4381
|
"defaultAccessLevel": "public",
|
|
4360
4382
|
"regulationRef": {
|
|
4361
|
-
"
|
|
4362
|
-
"annex": "Annex VI",
|
|
4383
|
+
"annex": "Annex XIII",
|
|
4363
4384
|
"instrument": "32023R1542",
|
|
4364
|
-
"provision": "
|
|
4365
|
-
"kind": "legislation"
|
|
4385
|
+
"provision": "Annex XIII 2(a)",
|
|
4386
|
+
"kind": "legislation",
|
|
4387
|
+
"article": "Art. 77"
|
|
4366
4388
|
},
|
|
4367
4389
|
"aiHints": {
|
|
4368
4390
|
"alternateNames": [
|
|
@@ -4470,11 +4492,11 @@
|
|
|
4470
4492
|
"sortOrder": 35,
|
|
4471
4493
|
"defaultAccessLevel": "public",
|
|
4472
4494
|
"regulationRef": {
|
|
4473
|
-
"
|
|
4474
|
-
"annex": "Annex VI",
|
|
4495
|
+
"annex": "Annex XIII",
|
|
4475
4496
|
"instrument": "32023R1542",
|
|
4476
|
-
"provision": "
|
|
4477
|
-
"kind": "legislation"
|
|
4497
|
+
"provision": "Annex XIII 2(a)",
|
|
4498
|
+
"kind": "legislation",
|
|
4499
|
+
"article": "Art. 77"
|
|
4478
4500
|
},
|
|
4479
4501
|
"aiHints": {
|
|
4480
4502
|
"alternateNames": [
|
|
@@ -4582,10 +4604,10 @@
|
|
|
4582
4604
|
"sortOrder": 36,
|
|
4583
4605
|
"defaultAccessLevel": "public",
|
|
4584
4606
|
"regulationRef": {
|
|
4585
|
-
"article": "Art.
|
|
4586
|
-
"annex": "Annex VI",
|
|
4607
|
+
"article": "Art. 38(6)",
|
|
4608
|
+
"annex": "Annex VI Part A",
|
|
4587
4609
|
"instrument": "32023R1542",
|
|
4588
|
-
"provision": "
|
|
4610
|
+
"provision": "Annex VI Part A",
|
|
4589
4611
|
"kind": "legislation"
|
|
4590
4612
|
},
|
|
4591
4613
|
"aiHints": {
|
|
@@ -4698,10 +4720,10 @@
|
|
|
4698
4720
|
"sortOrder": 37,
|
|
4699
4721
|
"defaultAccessLevel": "public",
|
|
4700
4722
|
"regulationRef": {
|
|
4701
|
-
"article": "Art.
|
|
4702
|
-
"annex": "Annex VI",
|
|
4723
|
+
"article": "Art. 38(6)",
|
|
4724
|
+
"annex": "Annex VI Part A",
|
|
4703
4725
|
"instrument": "32023R1542",
|
|
4704
|
-
"provision": "
|
|
4726
|
+
"provision": "Annex VI Part A",
|
|
4705
4727
|
"kind": "legislation"
|
|
4706
4728
|
},
|
|
4707
4729
|
"aiHints": {
|
|
@@ -5589,11 +5611,11 @@
|
|
|
5589
5611
|
"sortOrder": 45,
|
|
5590
5612
|
"defaultAccessLevel": "restricted",
|
|
5591
5613
|
"regulationRef": {
|
|
5592
|
-
"
|
|
5593
|
-
"annex": "Annex VI",
|
|
5614
|
+
"annex": "Annex XIII",
|
|
5594
5615
|
"instrument": "32023R1542",
|
|
5595
|
-
"provision": "
|
|
5596
|
-
"kind": "legislation"
|
|
5616
|
+
"provision": "Annex XIII 2(c)",
|
|
5617
|
+
"kind": "legislation",
|
|
5618
|
+
"article": "Art. 77"
|
|
5597
5619
|
},
|
|
5598
5620
|
"aiHints": {
|
|
5599
5621
|
"alternateNames": [
|
|
@@ -5812,11 +5834,11 @@
|
|
|
5812
5834
|
"sortOrder": 47,
|
|
5813
5835
|
"defaultAccessLevel": "public",
|
|
5814
5836
|
"regulationRef": {
|
|
5815
|
-
"
|
|
5816
|
-
"annex": "Annex VI",
|
|
5837
|
+
"annex": "Annex XIII",
|
|
5817
5838
|
"instrument": "32023R1542",
|
|
5818
|
-
"provision": "
|
|
5819
|
-
"kind": "legislation"
|
|
5839
|
+
"provision": "Annex XIII 2(b)",
|
|
5840
|
+
"kind": "legislation",
|
|
5841
|
+
"article": "Art. 77"
|
|
5820
5842
|
},
|
|
5821
5843
|
"aiHints": {
|
|
5822
5844
|
"alternateNames": [
|
|
@@ -5924,11 +5946,11 @@
|
|
|
5924
5946
|
"sortOrder": 48,
|
|
5925
5947
|
"defaultAccessLevel": "restricted",
|
|
5926
5948
|
"regulationRef": {
|
|
5927
|
-
"
|
|
5928
|
-
"annex": "Annex VI",
|
|
5949
|
+
"annex": "Annex XIII",
|
|
5929
5950
|
"instrument": "32023R1542",
|
|
5930
|
-
"provision": "
|
|
5931
|
-
"kind": "legislation"
|
|
5951
|
+
"provision": "Annex XIII 2(d)",
|
|
5952
|
+
"kind": "legislation",
|
|
5953
|
+
"article": "Art. 77"
|
|
5932
5954
|
},
|
|
5933
5955
|
"aiHints": {
|
|
5934
5956
|
"alternateNames": [
|
|
@@ -6347,11 +6369,11 @@
|
|
|
6347
6369
|
"sortOrder": 51,
|
|
6348
6370
|
"defaultAccessLevel": "public",
|
|
6349
6371
|
"regulationRef": {
|
|
6350
|
-
"
|
|
6351
|
-
"annex": "Annex VI",
|
|
6372
|
+
"annex": "Annex XIII",
|
|
6352
6373
|
"instrument": "32023R1542",
|
|
6353
|
-
"provision": "
|
|
6354
|
-
"kind": "legislation"
|
|
6374
|
+
"provision": "Annex XIII 1(g)",
|
|
6375
|
+
"kind": "legislation",
|
|
6376
|
+
"article": "Art. 77"
|
|
6355
6377
|
},
|
|
6356
6378
|
"aiHints": {
|
|
6357
6379
|
"alternateNames": [
|
|
@@ -6459,11 +6481,11 @@
|
|
|
6459
6481
|
"sortOrder": 52,
|
|
6460
6482
|
"defaultAccessLevel": "public",
|
|
6461
6483
|
"regulationRef": {
|
|
6462
|
-
"
|
|
6463
|
-
"annex": "Annex VI",
|
|
6484
|
+
"annex": "Annex XIII",
|
|
6464
6485
|
"instrument": "32023R1542",
|
|
6465
|
-
"provision": "
|
|
6466
|
-
"kind": "legislation"
|
|
6486
|
+
"provision": "Annex XIII 1(h)",
|
|
6487
|
+
"kind": "legislation",
|
|
6488
|
+
"article": "Art. 77"
|
|
6467
6489
|
},
|
|
6468
6490
|
"aiHints": {
|
|
6469
6491
|
"alternateNames": [
|
|
@@ -6571,11 +6593,11 @@
|
|
|
6571
6593
|
"sortOrder": 53,
|
|
6572
6594
|
"defaultAccessLevel": "public",
|
|
6573
6595
|
"regulationRef": {
|
|
6574
|
-
"
|
|
6575
|
-
"annex": "Annex VI",
|
|
6596
|
+
"annex": "Annex XIII",
|
|
6576
6597
|
"instrument": "32023R1542",
|
|
6577
|
-
"provision": "
|
|
6578
|
-
"kind": "legislation"
|
|
6598
|
+
"provision": "Annex XIII 1(h)",
|
|
6599
|
+
"kind": "legislation",
|
|
6600
|
+
"article": "Art. 77"
|
|
6579
6601
|
},
|
|
6580
6602
|
"aiHints": {
|
|
6581
6603
|
"alternateNames": [
|
|
@@ -6683,11 +6705,11 @@
|
|
|
6683
6705
|
"sortOrder": 54,
|
|
6684
6706
|
"defaultAccessLevel": "public",
|
|
6685
6707
|
"regulationRef": {
|
|
6686
|
-
"
|
|
6687
|
-
"annex": "Annex VI",
|
|
6708
|
+
"annex": "Annex XIII",
|
|
6688
6709
|
"instrument": "32023R1542",
|
|
6689
|
-
"provision": "
|
|
6690
|
-
"kind": "legislation"
|
|
6710
|
+
"provision": "Annex XIII 1(h)",
|
|
6711
|
+
"kind": "legislation",
|
|
6712
|
+
"article": "Art. 77"
|
|
6691
6713
|
},
|
|
6692
6714
|
"aiHints": {
|
|
6693
6715
|
"alternateNames": [
|
|
@@ -6794,11 +6816,11 @@
|
|
|
6794
6816
|
"sortOrder": 55,
|
|
6795
6817
|
"defaultAccessLevel": "public",
|
|
6796
6818
|
"regulationRef": {
|
|
6797
|
-
"
|
|
6798
|
-
"annex": "Annex VI",
|
|
6819
|
+
"annex": "Annex XIII",
|
|
6799
6820
|
"instrument": "32023R1542",
|
|
6800
|
-
"provision": "
|
|
6801
|
-
"kind": "legislation"
|
|
6821
|
+
"provision": "Annex XIII 1(i)",
|
|
6822
|
+
"kind": "legislation",
|
|
6823
|
+
"article": "Art. 77"
|
|
6802
6824
|
},
|
|
6803
6825
|
"aiHints": {
|
|
6804
6826
|
"alternateNames": [
|
|
@@ -6906,11 +6928,11 @@
|
|
|
6906
6928
|
"sortOrder": 56,
|
|
6907
6929
|
"defaultAccessLevel": "public",
|
|
6908
6930
|
"regulationRef": {
|
|
6909
|
-
"
|
|
6910
|
-
"annex": "Annex VI",
|
|
6931
|
+
"annex": "Annex XIII",
|
|
6911
6932
|
"instrument": "32023R1542",
|
|
6912
|
-
"provision": "
|
|
6913
|
-
"kind": "legislation"
|
|
6933
|
+
"provision": "Annex XIII 1(i)",
|
|
6934
|
+
"kind": "legislation",
|
|
6935
|
+
"article": "Art. 77"
|
|
6914
6936
|
},
|
|
6915
6937
|
"aiHints": {
|
|
6916
6938
|
"alternateNames": [
|
|
@@ -7092,12 +7114,17 @@
|
|
|
7092
7114
|
"defaultValue": null,
|
|
7093
7115
|
"enumOptions": null,
|
|
7094
7116
|
"validation": {
|
|
7095
|
-
"required":
|
|
7117
|
+
"required": false,
|
|
7096
7118
|
"min": 0,
|
|
7097
7119
|
"max": 100,
|
|
7098
7120
|
"minLength": null,
|
|
7099
7121
|
"maxLength": null,
|
|
7100
|
-
"pattern": null
|
|
7122
|
+
"pattern": null,
|
|
7123
|
+
"requiredBy": {
|
|
7124
|
+
"EV": "required",
|
|
7125
|
+
"LMT": "required",
|
|
7126
|
+
"industrial_gt_2kwh": "conditional"
|
|
7127
|
+
}
|
|
7101
7128
|
},
|
|
7102
7129
|
"category": "performance",
|
|
7103
7130
|
"categoryLabel": {
|
|
@@ -7129,11 +7156,11 @@
|
|
|
7129
7156
|
"sortOrder": 58,
|
|
7130
7157
|
"defaultAccessLevel": "public",
|
|
7131
7158
|
"regulationRef": {
|
|
7132
|
-
"
|
|
7133
|
-
"annex": "Annex VI",
|
|
7159
|
+
"annex": "Annex XIII",
|
|
7134
7160
|
"instrument": "32023R1542",
|
|
7135
|
-
"provision": "
|
|
7136
|
-
"kind": "legislation"
|
|
7161
|
+
"provision": "Annex XIII 1(n)",
|
|
7162
|
+
"kind": "legislation",
|
|
7163
|
+
"article": "Art. 77"
|
|
7137
7164
|
},
|
|
7138
7165
|
"aiHints": {
|
|
7139
7166
|
"alternateNames": [
|
|
@@ -7241,11 +7268,11 @@
|
|
|
7241
7268
|
"sortOrder": 59,
|
|
7242
7269
|
"defaultAccessLevel": "public",
|
|
7243
7270
|
"regulationRef": {
|
|
7244
|
-
"
|
|
7245
|
-
"annex": "Annex VI",
|
|
7271
|
+
"annex": "Annex XIII",
|
|
7246
7272
|
"instrument": "32023R1542",
|
|
7247
|
-
"provision": "
|
|
7248
|
-
"kind": "legislation"
|
|
7273
|
+
"provision": "Annex XIII 1(o)",
|
|
7274
|
+
"kind": "legislation",
|
|
7275
|
+
"article": "Art. 77"
|
|
7249
7276
|
},
|
|
7250
7277
|
"aiHints": {
|
|
7251
7278
|
"alternateNames": [
|
|
@@ -7353,11 +7380,11 @@
|
|
|
7353
7380
|
"sortOrder": 60,
|
|
7354
7381
|
"defaultAccessLevel": "public",
|
|
7355
7382
|
"regulationRef": {
|
|
7356
|
-
"
|
|
7357
|
-
"annex": "Annex VI",
|
|
7383
|
+
"annex": "Annex XIII",
|
|
7358
7384
|
"instrument": "32023R1542",
|
|
7359
|
-
"provision": "
|
|
7360
|
-
"kind": "legislation"
|
|
7385
|
+
"provision": "Annex XIII 1(o)",
|
|
7386
|
+
"kind": "legislation",
|
|
7387
|
+
"article": "Art. 77"
|
|
7361
7388
|
},
|
|
7362
7389
|
"aiHints": {
|
|
7363
7390
|
"alternateNames": [
|
|
@@ -7465,11 +7492,11 @@
|
|
|
7465
7492
|
"sortOrder": 61,
|
|
7466
7493
|
"defaultAccessLevel": "public",
|
|
7467
7494
|
"regulationRef": {
|
|
7468
|
-
"
|
|
7469
|
-
"annex": "Annex VI",
|
|
7495
|
+
"annex": "Annex XIII",
|
|
7470
7496
|
"instrument": "32023R1542",
|
|
7471
|
-
"provision": "
|
|
7472
|
-
"kind": "legislation"
|
|
7497
|
+
"provision": "Annex XIII 1(o)",
|
|
7498
|
+
"kind": "legislation",
|
|
7499
|
+
"article": "Art. 77"
|
|
7473
7500
|
},
|
|
7474
7501
|
"aiHints": {
|
|
7475
7502
|
"alternateNames": [
|
|
@@ -7875,12 +7902,17 @@
|
|
|
7875
7902
|
"defaultValue": null,
|
|
7876
7903
|
"enumOptions": null,
|
|
7877
7904
|
"validation": {
|
|
7878
|
-
"required":
|
|
7905
|
+
"required": false,
|
|
7879
7906
|
"min": 0,
|
|
7880
7907
|
"max": null,
|
|
7881
7908
|
"minLength": null,
|
|
7882
7909
|
"maxLength": null,
|
|
7883
|
-
"pattern": null
|
|
7910
|
+
"pattern": null,
|
|
7911
|
+
"requiredBy": {
|
|
7912
|
+
"EV": "required",
|
|
7913
|
+
"LMT": "required",
|
|
7914
|
+
"industrial_gt_2kwh": "conditional"
|
|
7915
|
+
}
|
|
7884
7916
|
},
|
|
7885
7917
|
"category": "performance",
|
|
7886
7918
|
"categoryLabel": {
|
|
@@ -7912,11 +7944,11 @@
|
|
|
7912
7944
|
"sortOrder": 65,
|
|
7913
7945
|
"defaultAccessLevel": "public",
|
|
7914
7946
|
"regulationRef": {
|
|
7915
|
-
"
|
|
7916
|
-
"annex": "Annex VI",
|
|
7947
|
+
"annex": "Annex XIII",
|
|
7917
7948
|
"instrument": "32023R1542",
|
|
7918
|
-
"provision": "
|
|
7919
|
-
"kind": "legislation"
|
|
7949
|
+
"provision": "Annex XIII 1(j)",
|
|
7950
|
+
"kind": "legislation",
|
|
7951
|
+
"article": "Art. 77"
|
|
7920
7952
|
},
|
|
7921
7953
|
"aiHints": {
|
|
7922
7954
|
"alternateNames": [
|
|
@@ -7987,12 +8019,17 @@
|
|
|
7987
8019
|
"defaultValue": null,
|
|
7988
8020
|
"enumOptions": null,
|
|
7989
8021
|
"validation": {
|
|
7990
|
-
"required":
|
|
8022
|
+
"required": false,
|
|
7991
8023
|
"min": 0,
|
|
7992
8024
|
"max": null,
|
|
7993
8025
|
"minLength": null,
|
|
7994
8026
|
"maxLength": null,
|
|
7995
|
-
"pattern": null
|
|
8027
|
+
"pattern": null,
|
|
8028
|
+
"requiredBy": {
|
|
8029
|
+
"EV": "required",
|
|
8030
|
+
"LMT": "required",
|
|
8031
|
+
"industrial_gt_2kwh": "conditional"
|
|
8032
|
+
}
|
|
7996
8033
|
},
|
|
7997
8034
|
"category": "performance",
|
|
7998
8035
|
"categoryLabel": {
|
|
@@ -8024,11 +8061,11 @@
|
|
|
8024
8061
|
"sortOrder": 66,
|
|
8025
8062
|
"defaultAccessLevel": "public",
|
|
8026
8063
|
"regulationRef": {
|
|
8027
|
-
"
|
|
8028
|
-
"annex": "Annex VI",
|
|
8064
|
+
"annex": "Annex XIII",
|
|
8029
8065
|
"instrument": "32023R1542",
|
|
8030
|
-
"provision": "
|
|
8031
|
-
"kind": "legislation"
|
|
8066
|
+
"provision": "Annex XIII 4(a)",
|
|
8067
|
+
"kind": "legislation",
|
|
8068
|
+
"article": "Art. 77"
|
|
8032
8069
|
},
|
|
8033
8070
|
"aiHints": {
|
|
8034
8071
|
"alternateNames": [
|
|
@@ -8099,12 +8136,17 @@
|
|
|
8099
8136
|
"defaultValue": null,
|
|
8100
8137
|
"enumOptions": null,
|
|
8101
8138
|
"validation": {
|
|
8102
|
-
"required":
|
|
8139
|
+
"required": false,
|
|
8103
8140
|
"min": null,
|
|
8104
8141
|
"max": null,
|
|
8105
8142
|
"minLength": 1,
|
|
8106
8143
|
"maxLength": 2000,
|
|
8107
|
-
"pattern": null
|
|
8144
|
+
"pattern": null,
|
|
8145
|
+
"requiredBy": {
|
|
8146
|
+
"EV": "required",
|
|
8147
|
+
"LMT": "required",
|
|
8148
|
+
"industrial_gt_2kwh": "conditional"
|
|
8149
|
+
}
|
|
8108
8150
|
},
|
|
8109
8151
|
"category": "performance",
|
|
8110
8152
|
"categoryLabel": {
|
|
@@ -8136,11 +8178,11 @@
|
|
|
8136
8178
|
"sortOrder": 67,
|
|
8137
8179
|
"defaultAccessLevel": "public",
|
|
8138
8180
|
"regulationRef": {
|
|
8139
|
-
"
|
|
8140
|
-
"annex": "Annex VI",
|
|
8181
|
+
"annex": "Annex XIII",
|
|
8141
8182
|
"instrument": "32023R1542",
|
|
8142
|
-
"provision": "
|
|
8143
|
-
"kind": "legislation"
|
|
8183
|
+
"provision": "Annex XIII 1(j)",
|
|
8184
|
+
"kind": "legislation",
|
|
8185
|
+
"article": "Art. 77"
|
|
8144
8186
|
},
|
|
8145
8187
|
"aiHints": {
|
|
8146
8188
|
"alternateNames": [
|
|
@@ -8211,12 +8253,17 @@
|
|
|
8211
8253
|
"defaultValue": 80,
|
|
8212
8254
|
"enumOptions": null,
|
|
8213
8255
|
"validation": {
|
|
8214
|
-
"required":
|
|
8256
|
+
"required": false,
|
|
8215
8257
|
"min": 0,
|
|
8216
8258
|
"max": 100,
|
|
8217
8259
|
"minLength": null,
|
|
8218
8260
|
"maxLength": null,
|
|
8219
|
-
"pattern": null
|
|
8261
|
+
"pattern": null,
|
|
8262
|
+
"requiredBy": {
|
|
8263
|
+
"EV": "required",
|
|
8264
|
+
"LMT": "notApplicable",
|
|
8265
|
+
"industrial_gt_2kwh": "notApplicable"
|
|
8266
|
+
}
|
|
8220
8267
|
},
|
|
8221
8268
|
"category": "performance",
|
|
8222
8269
|
"categoryLabel": {
|
|
@@ -8249,9 +8296,9 @@
|
|
|
8249
8296
|
"defaultAccessLevel": "public",
|
|
8250
8297
|
"regulationRef": {
|
|
8251
8298
|
"article": "Art. 77",
|
|
8252
|
-
"annex": "Annex
|
|
8299
|
+
"annex": "Annex XIII",
|
|
8253
8300
|
"instrument": "32023R1542",
|
|
8254
|
-
"provision": "
|
|
8301
|
+
"provision": "Annex XIII 1(k)",
|
|
8255
8302
|
"kind": "legislation"
|
|
8256
8303
|
},
|
|
8257
8304
|
"aiHints": {
|
|
@@ -8360,11 +8407,11 @@
|
|
|
8360
8407
|
"sortOrder": 69,
|
|
8361
8408
|
"defaultAccessLevel": "public",
|
|
8362
8409
|
"regulationRef": {
|
|
8363
|
-
"
|
|
8364
|
-
"annex": "Annex VI",
|
|
8410
|
+
"annex": "Annex XIII",
|
|
8365
8411
|
"instrument": "32023R1542",
|
|
8366
|
-
"provision": "
|
|
8367
|
-
"kind": "legislation"
|
|
8412
|
+
"provision": "Annex XIII 1(l)",
|
|
8413
|
+
"kind": "legislation",
|
|
8414
|
+
"article": "Art. 77"
|
|
8368
8415
|
},
|
|
8369
8416
|
"aiHints": {
|
|
8370
8417
|
"alternateNames": [
|
|
@@ -8471,11 +8518,11 @@
|
|
|
8471
8518
|
"sortOrder": 70,
|
|
8472
8519
|
"defaultAccessLevel": "public",
|
|
8473
8520
|
"regulationRef": {
|
|
8474
|
-
"
|
|
8475
|
-
"annex": "Annex VI",
|
|
8521
|
+
"annex": "Annex XIII",
|
|
8476
8522
|
"instrument": "32023R1542",
|
|
8477
|
-
"provision": "
|
|
8478
|
-
"kind": "legislation"
|
|
8523
|
+
"provision": "Annex XIII 1(l)",
|
|
8524
|
+
"kind": "legislation",
|
|
8525
|
+
"article": "Art. 77"
|
|
8479
8526
|
},
|
|
8480
8527
|
"aiHints": {
|
|
8481
8528
|
"alternateNames": [
|
|
@@ -8545,12 +8592,17 @@
|
|
|
8545
8592
|
"defaultValue": null,
|
|
8546
8593
|
"enumOptions": null,
|
|
8547
8594
|
"validation": {
|
|
8548
|
-
"required":
|
|
8595
|
+
"required": false,
|
|
8549
8596
|
"min": 0,
|
|
8550
8597
|
"max": null,
|
|
8551
8598
|
"minLength": null,
|
|
8552
8599
|
"maxLength": null,
|
|
8553
|
-
"pattern": null
|
|
8600
|
+
"pattern": null,
|
|
8601
|
+
"requiredBy": {
|
|
8602
|
+
"EV": "required",
|
|
8603
|
+
"LMT": "required",
|
|
8604
|
+
"industrial_gt_2kwh": "conditional"
|
|
8605
|
+
}
|
|
8554
8606
|
},
|
|
8555
8607
|
"category": "performance",
|
|
8556
8608
|
"categoryLabel": {
|
|
@@ -8582,11 +8634,11 @@
|
|
|
8582
8634
|
"sortOrder": 71,
|
|
8583
8635
|
"defaultAccessLevel": "public",
|
|
8584
8636
|
"regulationRef": {
|
|
8585
|
-
"
|
|
8586
|
-
"annex": "Annex VI",
|
|
8637
|
+
"annex": "Annex XIII",
|
|
8587
8638
|
"instrument": "32023R1542",
|
|
8588
|
-
"provision": "
|
|
8589
|
-
"kind": "legislation"
|
|
8639
|
+
"provision": "Annex XIII 1(p)",
|
|
8640
|
+
"kind": "legislation",
|
|
8641
|
+
"article": "Art. 77"
|
|
8590
8642
|
},
|
|
8591
8643
|
"aiHints": {
|
|
8592
8644
|
"alternateNames": [
|
|
@@ -8657,7 +8709,7 @@
|
|
|
8657
8709
|
"defaultValue": null,
|
|
8658
8710
|
"enumOptions": null,
|
|
8659
8711
|
"validation": {
|
|
8660
|
-
"required":
|
|
8712
|
+
"required": false,
|
|
8661
8713
|
"min": 0,
|
|
8662
8714
|
"max": null,
|
|
8663
8715
|
"minLength": null,
|
|
@@ -8694,11 +8746,11 @@
|
|
|
8694
8746
|
"sortOrder": 72,
|
|
8695
8747
|
"defaultAccessLevel": "public",
|
|
8696
8748
|
"regulationRef": {
|
|
8697
|
-
"
|
|
8698
|
-
"annex": "Annex VI",
|
|
8749
|
+
"annex": "Annex XIII",
|
|
8699
8750
|
"instrument": "32023R1542",
|
|
8700
|
-
"provision": "
|
|
8701
|
-
"kind": "legislation"
|
|
8751
|
+
"provision": "Annex XIII 1(m)",
|
|
8752
|
+
"kind": "legislation",
|
|
8753
|
+
"article": "Art. 77"
|
|
8702
8754
|
},
|
|
8703
8755
|
"aiHints": {
|
|
8704
8756
|
"alternateNames": [
|
|
@@ -9110,7 +9162,7 @@
|
|
|
9110
9162
|
"defaultValue": 100,
|
|
9111
9163
|
"enumOptions": null,
|
|
9112
9164
|
"validation": {
|
|
9113
|
-
"required":
|
|
9165
|
+
"required": false,
|
|
9114
9166
|
"min": 0,
|
|
9115
9167
|
"max": 100,
|
|
9116
9168
|
"minLength": null,
|
|
@@ -9147,11 +9199,11 @@
|
|
|
9147
9199
|
"sortOrder": 75,
|
|
9148
9200
|
"defaultAccessLevel": "restricted",
|
|
9149
9201
|
"regulationRef": {
|
|
9150
|
-
"
|
|
9151
|
-
"annex": "Annex VII",
|
|
9202
|
+
"annex": "Annex XIII",
|
|
9152
9203
|
"instrument": "32023R1542",
|
|
9153
|
-
"provision": "
|
|
9154
|
-
"kind": "legislation"
|
|
9204
|
+
"provision": "Annex XIII 4(b)",
|
|
9205
|
+
"kind": "legislation",
|
|
9206
|
+
"article": "Art. 77"
|
|
9155
9207
|
},
|
|
9156
9208
|
"aiHints": {
|
|
9157
9209
|
"alternateNames": [
|
|
@@ -9223,12 +9275,17 @@
|
|
|
9223
9275
|
"defaultValue": 100,
|
|
9224
9276
|
"enumOptions": null,
|
|
9225
9277
|
"validation": {
|
|
9226
|
-
"required":
|
|
9278
|
+
"required": false,
|
|
9227
9279
|
"min": 0,
|
|
9228
9280
|
"max": 100,
|
|
9229
9281
|
"minLength": null,
|
|
9230
9282
|
"maxLength": null,
|
|
9231
|
-
"pattern": null
|
|
9283
|
+
"pattern": null,
|
|
9284
|
+
"requiredBy": {
|
|
9285
|
+
"EV": "required",
|
|
9286
|
+
"LMT": "notApplicable",
|
|
9287
|
+
"industrial_gt_2kwh": "notApplicable"
|
|
9288
|
+
}
|
|
9232
9289
|
},
|
|
9233
9290
|
"category": "performance",
|
|
9234
9291
|
"categoryLabel": {
|
|
@@ -9261,9 +9318,9 @@
|
|
|
9261
9318
|
"defaultAccessLevel": "restricted",
|
|
9262
9319
|
"regulationRef": {
|
|
9263
9320
|
"article": "Art. 77",
|
|
9264
|
-
"annex": "Annex
|
|
9321
|
+
"annex": "Annex XIII",
|
|
9265
9322
|
"instrument": "32023R1542",
|
|
9266
|
-
"provision": "
|
|
9323
|
+
"provision": "Annex XIII 4(b)",
|
|
9267
9324
|
"kind": "legislation"
|
|
9268
9325
|
},
|
|
9269
9326
|
"aiHints": {
|
|
@@ -9334,12 +9391,17 @@
|
|
|
9334
9391
|
"defaultValue": null,
|
|
9335
9392
|
"enumOptions": null,
|
|
9336
9393
|
"validation": {
|
|
9337
|
-
"required":
|
|
9394
|
+
"required": false,
|
|
9338
9395
|
"min": 0,
|
|
9339
9396
|
"max": null,
|
|
9340
9397
|
"minLength": null,
|
|
9341
9398
|
"maxLength": null,
|
|
9342
|
-
"pattern": null
|
|
9399
|
+
"pattern": null,
|
|
9400
|
+
"requiredBy": {
|
|
9401
|
+
"EV": "notApplicable",
|
|
9402
|
+
"LMT": "required",
|
|
9403
|
+
"industrial_gt_2kwh": "conditional"
|
|
9404
|
+
}
|
|
9343
9405
|
},
|
|
9344
9406
|
"category": "performance",
|
|
9345
9407
|
"categoryLabel": {
|
|
@@ -9372,9 +9434,9 @@
|
|
|
9372
9434
|
"defaultAccessLevel": "restricted",
|
|
9373
9435
|
"regulationRef": {
|
|
9374
9436
|
"article": "Art. 77",
|
|
9375
|
-
"annex": "Annex
|
|
9437
|
+
"annex": "Annex XIII",
|
|
9376
9438
|
"instrument": "32023R1542",
|
|
9377
|
-
"provision": "
|
|
9439
|
+
"provision": "Annex XIII 4(b)",
|
|
9378
9440
|
"kind": "legislation"
|
|
9379
9441
|
},
|
|
9380
9442
|
"aiHints": {
|
|
@@ -9445,12 +9507,17 @@
|
|
|
9445
9507
|
"defaultValue": null,
|
|
9446
9508
|
"enumOptions": null,
|
|
9447
9509
|
"validation": {
|
|
9448
|
-
"required":
|
|
9510
|
+
"required": false,
|
|
9449
9511
|
"min": 0,
|
|
9450
9512
|
"max": null,
|
|
9451
9513
|
"minLength": null,
|
|
9452
9514
|
"maxLength": null,
|
|
9453
|
-
"pattern": null
|
|
9515
|
+
"pattern": null,
|
|
9516
|
+
"requiredBy": {
|
|
9517
|
+
"EV": "notApplicable",
|
|
9518
|
+
"LMT": "required",
|
|
9519
|
+
"industrial_gt_2kwh": "conditional"
|
|
9520
|
+
}
|
|
9454
9521
|
},
|
|
9455
9522
|
"category": "performance",
|
|
9456
9523
|
"categoryLabel": {
|
|
@@ -9483,9 +9550,9 @@
|
|
|
9483
9550
|
"defaultAccessLevel": "restricted",
|
|
9484
9551
|
"regulationRef": {
|
|
9485
9552
|
"article": "Art. 77",
|
|
9486
|
-
"annex": "Annex
|
|
9553
|
+
"annex": "Annex XIII",
|
|
9487
9554
|
"instrument": "32023R1542",
|
|
9488
|
-
"provision": "
|
|
9555
|
+
"provision": "Annex XIII 4(b)",
|
|
9489
9556
|
"kind": "legislation"
|
|
9490
9557
|
},
|
|
9491
9558
|
"aiHints": {
|
|
@@ -9556,7 +9623,7 @@
|
|
|
9556
9623
|
"defaultValue": null,
|
|
9557
9624
|
"enumOptions": null,
|
|
9558
9625
|
"validation": {
|
|
9559
|
-
"required":
|
|
9626
|
+
"required": false,
|
|
9560
9627
|
"min": 0,
|
|
9561
9628
|
"max": null,
|
|
9562
9629
|
"minLength": null,
|
|
@@ -9667,12 +9734,17 @@
|
|
|
9667
9734
|
"defaultValue": null,
|
|
9668
9735
|
"enumOptions": null,
|
|
9669
9736
|
"validation": {
|
|
9670
|
-
"required":
|
|
9737
|
+
"required": false,
|
|
9671
9738
|
"min": 0,
|
|
9672
9739
|
"max": null,
|
|
9673
9740
|
"minLength": null,
|
|
9674
9741
|
"maxLength": null,
|
|
9675
|
-
"pattern": null
|
|
9742
|
+
"pattern": null,
|
|
9743
|
+
"requiredBy": {
|
|
9744
|
+
"EV": "notApplicable",
|
|
9745
|
+
"LMT": "required",
|
|
9746
|
+
"industrial_gt_2kwh": "conditional"
|
|
9747
|
+
}
|
|
9676
9748
|
},
|
|
9677
9749
|
"category": "performance",
|
|
9678
9750
|
"categoryLabel": {
|
|
@@ -9705,9 +9777,9 @@
|
|
|
9705
9777
|
"defaultAccessLevel": "restricted",
|
|
9706
9778
|
"regulationRef": {
|
|
9707
9779
|
"article": "Art. 77",
|
|
9708
|
-
"annex": "Annex
|
|
9780
|
+
"annex": "Annex XIII",
|
|
9709
9781
|
"instrument": "32023R1542",
|
|
9710
|
-
"provision": "
|
|
9782
|
+
"provision": "Annex XIII 4(b)",
|
|
9711
9783
|
"kind": "legislation"
|
|
9712
9784
|
},
|
|
9713
9785
|
"aiHints": {
|
|
@@ -9778,12 +9850,17 @@
|
|
|
9778
9850
|
"defaultValue": 0,
|
|
9779
9851
|
"enumOptions": null,
|
|
9780
9852
|
"validation": {
|
|
9781
|
-
"required":
|
|
9853
|
+
"required": false,
|
|
9782
9854
|
"min": 0,
|
|
9783
9855
|
"max": null,
|
|
9784
9856
|
"minLength": null,
|
|
9785
9857
|
"maxLength": null,
|
|
9786
|
-
"pattern": null
|
|
9858
|
+
"pattern": null,
|
|
9859
|
+
"requiredBy": {
|
|
9860
|
+
"EV": "required",
|
|
9861
|
+
"LMT": "required",
|
|
9862
|
+
"industrial_gt_2kwh": "conditional"
|
|
9863
|
+
}
|
|
9787
9864
|
},
|
|
9788
9865
|
"category": "performance",
|
|
9789
9866
|
"categoryLabel": {
|
|
@@ -9815,11 +9892,11 @@
|
|
|
9815
9892
|
"sortOrder": 81,
|
|
9816
9893
|
"defaultAccessLevel": "restricted",
|
|
9817
9894
|
"regulationRef": {
|
|
9818
|
-
"
|
|
9819
|
-
"annex": "Annex VII",
|
|
9895
|
+
"annex": "Annex XIII",
|
|
9820
9896
|
"instrument": "32023R1542",
|
|
9821
|
-
"provision": "
|
|
9822
|
-
"kind": "legislation"
|
|
9897
|
+
"provision": "Annex XIII 4(a)",
|
|
9898
|
+
"kind": "legislation",
|
|
9899
|
+
"article": "Art. 77"
|
|
9823
9900
|
},
|
|
9824
9901
|
"aiHints": {
|
|
9825
9902
|
"alternateNames": [
|
|
@@ -9889,12 +9966,17 @@
|
|
|
9889
9966
|
"defaultValue": 0,
|
|
9890
9967
|
"enumOptions": null,
|
|
9891
9968
|
"validation": {
|
|
9892
|
-
"required":
|
|
9969
|
+
"required": false,
|
|
9893
9970
|
"min": 0,
|
|
9894
9971
|
"max": 100,
|
|
9895
9972
|
"minLength": null,
|
|
9896
9973
|
"maxLength": null,
|
|
9897
|
-
"pattern": null
|
|
9974
|
+
"pattern": null,
|
|
9975
|
+
"requiredBy": {
|
|
9976
|
+
"EV": "required",
|
|
9977
|
+
"LMT": "required",
|
|
9978
|
+
"industrial_gt_2kwh": "conditional"
|
|
9979
|
+
}
|
|
9898
9980
|
},
|
|
9899
9981
|
"category": "performance",
|
|
9900
9982
|
"categoryLabel": {
|
|
@@ -9926,11 +10008,11 @@
|
|
|
9926
10008
|
"sortOrder": 82,
|
|
9927
10009
|
"defaultAccessLevel": "restricted",
|
|
9928
10010
|
"regulationRef": {
|
|
9929
|
-
"
|
|
9930
|
-
"annex": "Annex VII",
|
|
10011
|
+
"annex": "Annex XIII",
|
|
9931
10012
|
"instrument": "32023R1542",
|
|
9932
|
-
"provision": "
|
|
9933
|
-
"kind": "legislation"
|
|
10013
|
+
"provision": "Annex XIII 4(a)",
|
|
10014
|
+
"kind": "legislation",
|
|
10015
|
+
"article": "Art. 77"
|
|
9934
10016
|
},
|
|
9935
10017
|
"aiHints": {
|
|
9936
10018
|
"alternateNames": [
|
|
@@ -10000,12 +10082,17 @@
|
|
|
10000
10082
|
"defaultValue": 0,
|
|
10001
10083
|
"enumOptions": null,
|
|
10002
10084
|
"validation": {
|
|
10003
|
-
"required":
|
|
10085
|
+
"required": false,
|
|
10004
10086
|
"min": 0,
|
|
10005
10087
|
"max": 100,
|
|
10006
10088
|
"minLength": null,
|
|
10007
10089
|
"maxLength": null,
|
|
10008
|
-
"pattern": null
|
|
10090
|
+
"pattern": null,
|
|
10091
|
+
"requiredBy": {
|
|
10092
|
+
"EV": "required",
|
|
10093
|
+
"LMT": "required",
|
|
10094
|
+
"industrial_gt_2kwh": "conditional"
|
|
10095
|
+
}
|
|
10009
10096
|
},
|
|
10010
10097
|
"category": "performance",
|
|
10011
10098
|
"categoryLabel": {
|
|
@@ -10037,11 +10124,11 @@
|
|
|
10037
10124
|
"sortOrder": 83,
|
|
10038
10125
|
"defaultAccessLevel": "restricted",
|
|
10039
10126
|
"regulationRef": {
|
|
10040
|
-
"
|
|
10041
|
-
"annex": "Annex VII",
|
|
10127
|
+
"annex": "Annex XIII",
|
|
10042
10128
|
"instrument": "32023R1542",
|
|
10043
|
-
"provision": "
|
|
10044
|
-
"kind": "legislation"
|
|
10129
|
+
"provision": "Annex XIII 4(a)",
|
|
10130
|
+
"kind": "legislation",
|
|
10131
|
+
"article": "Art. 77"
|
|
10045
10132
|
},
|
|
10046
10133
|
"aiHints": {
|
|
10047
10134
|
"alternateNames": [
|
|
@@ -10111,7 +10198,7 @@
|
|
|
10111
10198
|
"defaultValue": 0,
|
|
10112
10199
|
"enumOptions": null,
|
|
10113
10200
|
"validation": {
|
|
10114
|
-
"required":
|
|
10201
|
+
"required": false,
|
|
10115
10202
|
"min": 0,
|
|
10116
10203
|
"max": 100,
|
|
10117
10204
|
"minLength": null,
|
|
@@ -10148,11 +10235,11 @@
|
|
|
10148
10235
|
"sortOrder": 84,
|
|
10149
10236
|
"defaultAccessLevel": "restricted",
|
|
10150
10237
|
"regulationRef": {
|
|
10151
|
-
"
|
|
10152
|
-
"annex": "Annex VII",
|
|
10238
|
+
"annex": "Annex XIII",
|
|
10153
10239
|
"instrument": "32023R1542",
|
|
10154
|
-
"provision": "
|
|
10155
|
-
"kind": "legislation"
|
|
10240
|
+
"provision": "Annex XIII 4(a)",
|
|
10241
|
+
"kind": "legislation",
|
|
10242
|
+
"article": "Art. 77"
|
|
10156
10243
|
},
|
|
10157
10244
|
"aiHints": {
|
|
10158
10245
|
"alternateNames": [
|
|
@@ -10222,12 +10309,17 @@
|
|
|
10222
10309
|
"defaultValue": null,
|
|
10223
10310
|
"enumOptions": null,
|
|
10224
10311
|
"validation": {
|
|
10225
|
-
"required":
|
|
10312
|
+
"required": false,
|
|
10226
10313
|
"min": 0,
|
|
10227
10314
|
"max": 100,
|
|
10228
10315
|
"minLength": null,
|
|
10229
10316
|
"maxLength": null,
|
|
10230
|
-
"pattern": null
|
|
10317
|
+
"pattern": null,
|
|
10318
|
+
"requiredBy": {
|
|
10319
|
+
"EV": "notApplicable",
|
|
10320
|
+
"LMT": "required",
|
|
10321
|
+
"industrial_gt_2kwh": "conditional"
|
|
10322
|
+
}
|
|
10231
10323
|
},
|
|
10232
10324
|
"category": "performance",
|
|
10233
10325
|
"categoryLabel": {
|
|
@@ -10260,9 +10352,9 @@
|
|
|
10260
10352
|
"defaultAccessLevel": "restricted",
|
|
10261
10353
|
"regulationRef": {
|
|
10262
10354
|
"article": "Art. 77",
|
|
10263
|
-
"annex": "Annex
|
|
10355
|
+
"annex": "Annex XIII",
|
|
10264
10356
|
"instrument": "32023R1542",
|
|
10265
|
-
"provision": "
|
|
10357
|
+
"provision": "Annex XIII 4(b)",
|
|
10266
10358
|
"kind": "legislation"
|
|
10267
10359
|
},
|
|
10268
10360
|
"aiHints": {
|
|
@@ -10333,7 +10425,7 @@
|
|
|
10333
10425
|
"defaultValue": 0,
|
|
10334
10426
|
"enumOptions": null,
|
|
10335
10427
|
"validation": {
|
|
10336
|
-
"required":
|
|
10428
|
+
"required": false,
|
|
10337
10429
|
"min": 0,
|
|
10338
10430
|
"max": null,
|
|
10339
10431
|
"minLength": null,
|
|
@@ -10370,10 +10462,10 @@
|
|
|
10370
10462
|
"sortOrder": 86,
|
|
10371
10463
|
"defaultAccessLevel": "restricted",
|
|
10372
10464
|
"regulationRef": {
|
|
10373
|
-
"article": "
|
|
10374
|
-
"annex": "Annex
|
|
10465
|
+
"article": "Annex XIII 4(d)",
|
|
10466
|
+
"annex": "Annex XIII",
|
|
10375
10467
|
"instrument": "32023R1542",
|
|
10376
|
-
"provision": "
|
|
10468
|
+
"provision": "Annex XIII 4(d)",
|
|
10377
10469
|
"kind": "legislation"
|
|
10378
10470
|
},
|
|
10379
10471
|
"aiHints": {
|
|
@@ -10445,7 +10537,7 @@
|
|
|
10445
10537
|
"defaultValue": 0,
|
|
10446
10538
|
"enumOptions": null,
|
|
10447
10539
|
"validation": {
|
|
10448
|
-
"required":
|
|
10540
|
+
"required": false,
|
|
10449
10541
|
"min": 0,
|
|
10450
10542
|
"max": null,
|
|
10451
10543
|
"minLength": null,
|
|
@@ -10482,11 +10574,11 @@
|
|
|
10482
10574
|
"sortOrder": 87,
|
|
10483
10575
|
"defaultAccessLevel": "restricted",
|
|
10484
10576
|
"regulationRef": {
|
|
10485
|
-
"
|
|
10486
|
-
"annex": "Annex VII",
|
|
10577
|
+
"annex": "Annex XIII",
|
|
10487
10578
|
"instrument": "32023R1542",
|
|
10488
|
-
"provision": "
|
|
10489
|
-
"kind": "legislation"
|
|
10579
|
+
"provision": "Annex XIII 4(d)",
|
|
10580
|
+
"kind": "legislation",
|
|
10581
|
+
"article": "Art. 77"
|
|
10490
10582
|
},
|
|
10491
10583
|
"aiHints": {
|
|
10492
10584
|
"alternateNames": [
|
|
@@ -10668,7 +10760,7 @@
|
|
|
10668
10760
|
"defaultValue": [],
|
|
10669
10761
|
"enumOptions": null,
|
|
10670
10762
|
"validation": {
|
|
10671
|
-
"required":
|
|
10763
|
+
"required": false,
|
|
10672
10764
|
"min": null,
|
|
10673
10765
|
"max": null,
|
|
10674
10766
|
"minLength": 0,
|
|
@@ -10705,11 +10797,11 @@
|
|
|
10705
10797
|
"sortOrder": 89,
|
|
10706
10798
|
"defaultAccessLevel": "authority",
|
|
10707
10799
|
"regulationRef": {
|
|
10708
|
-
"
|
|
10709
|
-
"annex": "Annex VII",
|
|
10800
|
+
"annex": "Annex XIII",
|
|
10710
10801
|
"instrument": "32023R1542",
|
|
10711
|
-
"provision": "
|
|
10712
|
-
"kind": "legislation"
|
|
10802
|
+
"provision": "Annex XIII 4(d)",
|
|
10803
|
+
"kind": "legislation",
|
|
10804
|
+
"article": "Art. 77"
|
|
10713
10805
|
},
|
|
10714
10806
|
"aiHints": {
|
|
10715
10807
|
"alternateNames": [
|
|
@@ -10781,7 +10873,7 @@
|
|
|
10781
10873
|
"defaultValue": null,
|
|
10782
10874
|
"enumOptions": null,
|
|
10783
10875
|
"validation": {
|
|
10784
|
-
"required":
|
|
10876
|
+
"required": false,
|
|
10785
10877
|
"min": 0,
|
|
10786
10878
|
"max": 100,
|
|
10787
10879
|
"minLength": null,
|
|
@@ -10818,11 +10910,11 @@
|
|
|
10818
10910
|
"sortOrder": 90,
|
|
10819
10911
|
"defaultAccessLevel": "restricted",
|
|
10820
10912
|
"regulationRef": {
|
|
10821
|
-
"
|
|
10822
|
-
"annex": "Annex VII",
|
|
10913
|
+
"annex": "Annex XIII",
|
|
10823
10914
|
"instrument": "32023R1542",
|
|
10824
|
-
"provision": "
|
|
10825
|
-
"kind": "legislation"
|
|
10915
|
+
"provision": "Annex XIII 4(d)",
|
|
10916
|
+
"kind": "legislation",
|
|
10917
|
+
"article": "Art. 77"
|
|
10826
10918
|
},
|
|
10827
10919
|
"aiHints": {
|
|
10828
10920
|
"alternateNames": [
|
|
@@ -10894,7 +10986,7 @@
|
|
|
10894
10986
|
"defaultValue": null,
|
|
10895
10987
|
"enumOptions": null,
|
|
10896
10988
|
"validation": {
|
|
10897
|
-
"required":
|
|
10989
|
+
"required": false,
|
|
10898
10990
|
"min": null,
|
|
10899
10991
|
"max": null,
|
|
10900
10992
|
"minLength": null,
|
|
@@ -10931,11 +11023,11 @@
|
|
|
10931
11023
|
"sortOrder": 91,
|
|
10932
11024
|
"defaultAccessLevel": "authority",
|
|
10933
11025
|
"regulationRef": {
|
|
10934
|
-
"
|
|
10935
|
-
"annex": "Annex VII",
|
|
11026
|
+
"annex": "Annex XIII",
|
|
10936
11027
|
"instrument": "32023R1542",
|
|
10937
|
-
"provision": "
|
|
10938
|
-
"kind": "legislation"
|
|
11028
|
+
"provision": "Annex XIII 4(d)",
|
|
11029
|
+
"kind": "legislation",
|
|
11030
|
+
"article": "Art. 77"
|
|
10939
11031
|
},
|
|
10940
11032
|
"aiHints": {
|
|
10941
11033
|
"alternateNames": [
|
|
@@ -11487,10 +11579,2155 @@
|
|
|
11487
11579
|
"expectedFormat": "e.g. 'Water mist or CO2; fire class D'",
|
|
11488
11580
|
"extractionPriority": 6
|
|
11489
11581
|
}
|
|
11582
|
+
},
|
|
11583
|
+
{
|
|
11584
|
+
"key": "renewableContentShare",
|
|
11585
|
+
"label": {
|
|
11586
|
+
"en": "Share of Renewable Content"
|
|
11587
|
+
},
|
|
11588
|
+
"description": {
|
|
11589
|
+
"en": "Percentage share of renewable content in the battery (Annex XIII 1(f))"
|
|
11590
|
+
},
|
|
11591
|
+
"dataType": "number",
|
|
11592
|
+
"unit": "%",
|
|
11593
|
+
"translatable": false,
|
|
11594
|
+
"defaultValue": null,
|
|
11595
|
+
"enumOptions": null,
|
|
11596
|
+
"validation": {
|
|
11597
|
+
"required": true,
|
|
11598
|
+
"min": 0,
|
|
11599
|
+
"max": 100,
|
|
11600
|
+
"minLength": null,
|
|
11601
|
+
"maxLength": null,
|
|
11602
|
+
"pattern": null
|
|
11603
|
+
},
|
|
11604
|
+
"category": "materials_composition",
|
|
11605
|
+
"categoryLabel": {
|
|
11606
|
+
"en": "Materials Composition & Recycled Content",
|
|
11607
|
+
"bg": "Материален състав и рециклирано съдържание",
|
|
11608
|
+
"de": "Materialzusammensetzung & Recyclinggehalt",
|
|
11609
|
+
"hr": "Sastav materijala i reciklirani sadržaj",
|
|
11610
|
+
"cs": "Složení materiálu a obsah recyklovaného obsahu",
|
|
11611
|
+
"da": "Materialsammensætning og genbrugsindhold",
|
|
11612
|
+
"nl": "Materiaalsamenstelling en gerecycleerd gehalte",
|
|
11613
|
+
"et": "Materjali koostis ja ringlussevõetud sisu",
|
|
11614
|
+
"fi": "Materiaalin koostumus ja kierrätetty sisältö",
|
|
11615
|
+
"fr": "Composition des matériaux et contenu recyclé",
|
|
11616
|
+
"hu": "Anyagösszetétel és újrahasznosított tartalom",
|
|
11617
|
+
"ga": "Comhdhéanamh Ábhair agus Ábhar Athchúrsáilte",
|
|
11618
|
+
"it": "Composizione dei Materiali e Contenuto Riciclato",
|
|
11619
|
+
"lv": "Materiāla sastāvs un pārstrādātais saturs",
|
|
11620
|
+
"lt": "Medžiagų sudėtis ir perdirbtas turinys",
|
|
11621
|
+
"mt": "Kompożizzjoni tal-Materjali u Kontenut Riċiklat",
|
|
11622
|
+
"pl": "Skład materiałowy i zawartość materiałów z recyklingu",
|
|
11623
|
+
"pt": "Composição de Materiais e Conteúdo Reciclado",
|
|
11624
|
+
"ro": "Compoziția materialelor și conținut reciclat",
|
|
11625
|
+
"sk": "Zloženie materiálov a recyklovaný obsah",
|
|
11626
|
+
"sl": "Sestava materialov in reciklirana vsebina",
|
|
11627
|
+
"es": "Composición de Materiales y Contenido Reciclado",
|
|
11628
|
+
"sv": "Materialsammansättning och återvunnet innehåll",
|
|
11629
|
+
"el": "Σύνθεση υλικών και ανακυκλωμένο περιεχόμενο"
|
|
11630
|
+
},
|
|
11631
|
+
"sortOrder": 95,
|
|
11632
|
+
"defaultAccessLevel": "public",
|
|
11633
|
+
"regulationRef": {
|
|
11634
|
+
"instrument": "32023R1542",
|
|
11635
|
+
"provision": "Annex XIII 1(f)",
|
|
11636
|
+
"annex": "Annex XIII",
|
|
11637
|
+
"kind": "legislation",
|
|
11638
|
+
"article": "Annex XIII 1(f)"
|
|
11639
|
+
},
|
|
11640
|
+
"aiHints": {
|
|
11641
|
+
"alternateNames": [
|
|
11642
|
+
"renewable content",
|
|
11643
|
+
"renewable share",
|
|
11644
|
+
"share of renewable",
|
|
11645
|
+
"renewable material percentage"
|
|
11646
|
+
],
|
|
11647
|
+
"expectedFormat": "Percentage 0-100",
|
|
11648
|
+
"extractionPriority": 5
|
|
11649
|
+
}
|
|
11650
|
+
},
|
|
11651
|
+
{
|
|
11652
|
+
"key": "roundTripEfficiencyAtHalfCycleLife",
|
|
11653
|
+
"label": {
|
|
11654
|
+
"en": "Round-Trip Energy Efficiency at 50% of Cycle-Life"
|
|
11655
|
+
},
|
|
11656
|
+
"description": {
|
|
11657
|
+
"en": "Energy round-trip efficiency measured at 50% of the battery's rated cycle-life (Annex XIII 1(n) DP 37). Distinct from the t=0 measurement in initialEnergyRoundTripEfficiency."
|
|
11658
|
+
},
|
|
11659
|
+
"dataType": "number",
|
|
11660
|
+
"unit": "%",
|
|
11661
|
+
"translatable": false,
|
|
11662
|
+
"defaultValue": null,
|
|
11663
|
+
"enumOptions": null,
|
|
11664
|
+
"validation": {
|
|
11665
|
+
"required": false,
|
|
11666
|
+
"requiredBy": {
|
|
11667
|
+
"EV": "required",
|
|
11668
|
+
"LMT": "required",
|
|
11669
|
+
"industrial_gt_2kwh": "conditional"
|
|
11670
|
+
},
|
|
11671
|
+
"min": 0,
|
|
11672
|
+
"max": 100,
|
|
11673
|
+
"minLength": null,
|
|
11674
|
+
"maxLength": null,
|
|
11675
|
+
"pattern": null
|
|
11676
|
+
},
|
|
11677
|
+
"category": "performance",
|
|
11678
|
+
"categoryLabel": {
|
|
11679
|
+
"en": "Performance & Durability",
|
|
11680
|
+
"bg": "Производителност и издръжливост",
|
|
11681
|
+
"de": "Leistung & Haltbarkeit",
|
|
11682
|
+
"hr": "Izvedba i trajnost",
|
|
11683
|
+
"cs": "Výkon a trvanlivost",
|
|
11684
|
+
"da": "Ydeevne og holdbarhed",
|
|
11685
|
+
"nl": "Prestaties en duurzaamheid",
|
|
11686
|
+
"et": "Jõudlus ja vastupidavus",
|
|
11687
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
11688
|
+
"fr": "Performance et durabilité",
|
|
11689
|
+
"hu": "Teljesítmény és tartósság",
|
|
11690
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
11691
|
+
"it": "Prestazioni e Durabilità",
|
|
11692
|
+
"lv": "Veiktspēja un izturība",
|
|
11693
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
11694
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
11695
|
+
"pl": "Wydajność i trwałość",
|
|
11696
|
+
"pt": "Desempenho e Durabilidade",
|
|
11697
|
+
"ro": "Performanță și Durabilitate",
|
|
11698
|
+
"sk": "Výkon a trvanlivosť",
|
|
11699
|
+
"sl": "Zmogljivost in trajnost",
|
|
11700
|
+
"es": "Rendimiento y Durabilidad",
|
|
11701
|
+
"sv": "Prestanda och hållbarhet",
|
|
11702
|
+
"el": "Απόδοση και αντοχή"
|
|
11703
|
+
},
|
|
11704
|
+
"sortOrder": 96,
|
|
11705
|
+
"defaultAccessLevel": "public",
|
|
11706
|
+
"regulationRef": {
|
|
11707
|
+
"instrument": "32023R1542",
|
|
11708
|
+
"provision": "Annex XIII 1(n)",
|
|
11709
|
+
"annex": "Annex XIII",
|
|
11710
|
+
"kind": "legislation",
|
|
11711
|
+
"article": "Annex XIII 1(n)"
|
|
11712
|
+
},
|
|
11713
|
+
"aiHints": {
|
|
11714
|
+
"alternateNames": [
|
|
11715
|
+
"round trip efficiency at 50% cycle life",
|
|
11716
|
+
"energy efficiency at half life",
|
|
11717
|
+
"RTE at 50% cycles",
|
|
11718
|
+
"efficiency at half cycle life"
|
|
11719
|
+
],
|
|
11720
|
+
"expectedFormat": "Percentage 0-100",
|
|
11721
|
+
"extractionPriority": 5
|
|
11722
|
+
}
|
|
11723
|
+
},
|
|
11724
|
+
{
|
|
11725
|
+
"key": "componentPartNumbers",
|
|
11726
|
+
"label": {
|
|
11727
|
+
"en": "Part Numbers for Components"
|
|
11728
|
+
},
|
|
11729
|
+
"description": {
|
|
11730
|
+
"en": "Part numbers for components subject to replacement, per Annex XIII 2(b). Structured list with component name and part number."
|
|
11731
|
+
},
|
|
11732
|
+
"dataType": "array",
|
|
11733
|
+
"unit": null,
|
|
11734
|
+
"translatable": false,
|
|
11735
|
+
"defaultValue": null,
|
|
11736
|
+
"enumOptions": null,
|
|
11737
|
+
"validation": {
|
|
11738
|
+
"required": true,
|
|
11739
|
+
"minLength": null,
|
|
11740
|
+
"maxLength": null,
|
|
11741
|
+
"min": null,
|
|
11742
|
+
"max": null,
|
|
11743
|
+
"pattern": null
|
|
11744
|
+
},
|
|
11745
|
+
"category": "end_of_life",
|
|
11746
|
+
"categoryLabel": {
|
|
11747
|
+
"en": "Circularity & Resource Efficiency",
|
|
11748
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
11749
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
11750
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
11751
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
11752
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
11753
|
+
"nl": "Circulariteit en hulpbronefficiëntie",
|
|
11754
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
11755
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
11756
|
+
"fr": "Circularité et efficacité des ressources",
|
|
11757
|
+
"hu": "Körkörösgadaság és erőforrás-hatékonyság",
|
|
11758
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
11759
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
11760
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
11761
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
11762
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
11763
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
11764
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
11765
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
11766
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
11767
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
11768
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
11769
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
11770
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
11771
|
+
},
|
|
11772
|
+
"sortOrder": 97,
|
|
11773
|
+
"defaultAccessLevel": "public",
|
|
11774
|
+
"regulationRef": {
|
|
11775
|
+
"instrument": "32023R1542",
|
|
11776
|
+
"provision": "Annex XIII 2(b)",
|
|
11777
|
+
"annex": "Annex XIII",
|
|
11778
|
+
"kind": "legislation",
|
|
11779
|
+
"article": "Annex XIII 2(b)"
|
|
11780
|
+
},
|
|
11781
|
+
"aiHints": {
|
|
11782
|
+
"alternateNames": [
|
|
11783
|
+
"part numbers",
|
|
11784
|
+
"component part numbers",
|
|
11785
|
+
"replacement part numbers",
|
|
11786
|
+
"parts list"
|
|
11787
|
+
],
|
|
11788
|
+
"expectedFormat": "Array of objects with componentName and partNumber",
|
|
11789
|
+
"extractionPriority": 4
|
|
11790
|
+
}
|
|
11791
|
+
},
|
|
11792
|
+
{
|
|
11793
|
+
"key": "dynamicPowerCapability",
|
|
11794
|
+
"label": {
|
|
11795
|
+
"en": "Power Capability (Dynamic, in W)"
|
|
11796
|
+
},
|
|
11797
|
+
"description": {
|
|
11798
|
+
"en": "In-service power capability in watts, measured dynamically per Annex XIII 4(a) DP 53. Distinct from originalPowerCapability which is the static nameplate value at manufacture."
|
|
11799
|
+
},
|
|
11800
|
+
"dataType": "number",
|
|
11801
|
+
"unit": "W",
|
|
11802
|
+
"translatable": false,
|
|
11803
|
+
"defaultValue": null,
|
|
11804
|
+
"enumOptions": null,
|
|
11805
|
+
"validation": {
|
|
11806
|
+
"required": false,
|
|
11807
|
+
"requiredBy": {
|
|
11808
|
+
"EV": "required",
|
|
11809
|
+
"LMT": "required",
|
|
11810
|
+
"industrial_gt_2kwh": "conditional"
|
|
11811
|
+
},
|
|
11812
|
+
"min": 0,
|
|
11813
|
+
"max": null,
|
|
11814
|
+
"minLength": null,
|
|
11815
|
+
"maxLength": null,
|
|
11816
|
+
"pattern": null
|
|
11817
|
+
},
|
|
11818
|
+
"category": "performance",
|
|
11819
|
+
"categoryLabel": {
|
|
11820
|
+
"en": "Performance & Durability",
|
|
11821
|
+
"bg": "Производителност и издръжливост",
|
|
11822
|
+
"de": "Leistung & Haltbarkeit",
|
|
11823
|
+
"hr": "Izvedba i trajnost",
|
|
11824
|
+
"cs": "Výkon a trvanlivost",
|
|
11825
|
+
"da": "Ydeevne og holdbarhed",
|
|
11826
|
+
"nl": "Prestaties en duurzaamheid",
|
|
11827
|
+
"et": "Jõudlus ja vastupidavus",
|
|
11828
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
11829
|
+
"fr": "Performance et durabilité",
|
|
11830
|
+
"hu": "Teljesítmény és tartósság",
|
|
11831
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
11832
|
+
"it": "Prestazioni e Durabilità",
|
|
11833
|
+
"lv": "Veiktspēja un izturība",
|
|
11834
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
11835
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
11836
|
+
"pl": "Wydajność i trwałość",
|
|
11837
|
+
"pt": "Desempenho e Durabilidade",
|
|
11838
|
+
"ro": "Performanță și Durabilitate",
|
|
11839
|
+
"sk": "Výkon a trvanlivosť",
|
|
11840
|
+
"sl": "Zmogljivost in trajnost",
|
|
11841
|
+
"es": "Rendimiento y Durabilidad",
|
|
11842
|
+
"sv": "Prestanda och hållbarhet",
|
|
11843
|
+
"el": "Απόδοση και αντοχή"
|
|
11844
|
+
},
|
|
11845
|
+
"sortOrder": 98,
|
|
11846
|
+
"defaultAccessLevel": "public",
|
|
11847
|
+
"regulationRef": {
|
|
11848
|
+
"instrument": "32023R1542",
|
|
11849
|
+
"provision": "Annex XIII 4(a)",
|
|
11850
|
+
"annex": "Annex XIII",
|
|
11851
|
+
"kind": "legislation",
|
|
11852
|
+
"article": "Annex XIII 4(a)"
|
|
11853
|
+
},
|
|
11854
|
+
"aiHints": {
|
|
11855
|
+
"alternateNames": [
|
|
11856
|
+
"dynamic power",
|
|
11857
|
+
"in-service power",
|
|
11858
|
+
"current power capability",
|
|
11859
|
+
"power in watts"
|
|
11860
|
+
],
|
|
11861
|
+
"expectedFormat": "Power in Watts (W)",
|
|
11862
|
+
"extractionPriority": 5
|
|
11863
|
+
}
|
|
11864
|
+
},
|
|
11865
|
+
{
|
|
11866
|
+
"key": "dynamicEnergyRoundTripEfficiency",
|
|
11867
|
+
"label": {
|
|
11868
|
+
"en": "Energy Round-Trip Efficiency (Dynamic, %)"
|
|
11869
|
+
},
|
|
11870
|
+
"description": {
|
|
11871
|
+
"en": "Where applicable, in-service energy round-trip efficiency percentage per Annex XIII 4(a) DP 57. Conditional for all three battery categories."
|
|
11872
|
+
},
|
|
11873
|
+
"dataType": "number",
|
|
11874
|
+
"unit": "%",
|
|
11875
|
+
"translatable": false,
|
|
11876
|
+
"defaultValue": null,
|
|
11877
|
+
"enumOptions": null,
|
|
11878
|
+
"validation": {
|
|
11879
|
+
"required": false,
|
|
11880
|
+
"min": 0,
|
|
11881
|
+
"max": 100,
|
|
11882
|
+
"minLength": null,
|
|
11883
|
+
"maxLength": null,
|
|
11884
|
+
"pattern": null
|
|
11885
|
+
},
|
|
11886
|
+
"category": "performance",
|
|
11887
|
+
"categoryLabel": {
|
|
11888
|
+
"en": "Performance & Durability",
|
|
11889
|
+
"bg": "Производителност и издръжливост",
|
|
11890
|
+
"de": "Leistung & Haltbarkeit",
|
|
11891
|
+
"hr": "Izvedba i trajnost",
|
|
11892
|
+
"cs": "Výkon a trvanlivost",
|
|
11893
|
+
"da": "Ydeevne og holdbarhed",
|
|
11894
|
+
"nl": "Prestaties en duurzaamheid",
|
|
11895
|
+
"et": "Jõudlus ja vastupidavus",
|
|
11896
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
11897
|
+
"fr": "Performance et durabilité",
|
|
11898
|
+
"hu": "Teljesítmény és tartósság",
|
|
11899
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
11900
|
+
"it": "Prestazioni e Durabilità",
|
|
11901
|
+
"lv": "Veiktspēja un izturība",
|
|
11902
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
11903
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
11904
|
+
"pl": "Wydajność i trwałość",
|
|
11905
|
+
"pt": "Desempenho e Durabilidade",
|
|
11906
|
+
"ro": "Performanță și Durabilitate",
|
|
11907
|
+
"sk": "Výkon a trvanlivosť",
|
|
11908
|
+
"sl": "Zmogljivost in trajnost",
|
|
11909
|
+
"es": "Rendimiento y Durabilidad",
|
|
11910
|
+
"sv": "Prestanda och hållbarhet",
|
|
11911
|
+
"el": "Απόδοση και αντοχή"
|
|
11912
|
+
},
|
|
11913
|
+
"sortOrder": 99,
|
|
11914
|
+
"defaultAccessLevel": "public",
|
|
11915
|
+
"regulationRef": {
|
|
11916
|
+
"instrument": "32023R1542",
|
|
11917
|
+
"provision": "Annex XIII 4(a)",
|
|
11918
|
+
"annex": "Annex XIII",
|
|
11919
|
+
"kind": "legislation",
|
|
11920
|
+
"article": "Annex XIII 4(a)"
|
|
11921
|
+
},
|
|
11922
|
+
"aiHints": {
|
|
11923
|
+
"alternateNames": [
|
|
11924
|
+
"dynamic energy round trip efficiency",
|
|
11925
|
+
"in-service energy efficiency",
|
|
11926
|
+
"round trip efficiency percentage",
|
|
11927
|
+
"energy RTE"
|
|
11928
|
+
],
|
|
11929
|
+
"expectedFormat": "Percentage 0-100",
|
|
11930
|
+
"extractionPriority": 4
|
|
11931
|
+
}
|
|
11932
|
+
},
|
|
11933
|
+
{
|
|
11934
|
+
"key": "dynamicRatedCapacity",
|
|
11935
|
+
"label": {
|
|
11936
|
+
"en": "Rated Capacity (Dynamic, in Ah)"
|
|
11937
|
+
},
|
|
11938
|
+
"description": {
|
|
11939
|
+
"en": "In-service capacity in ampere-hours, measured dynamically per Annex XIII 4(a) DP 51. The guidance defines it as \"same as data point 11 (capacity), but now dynamic\" — so it is the same quantity as ratedCapacity (Annex XIII 1(g)) re-measured in service, not a second nameplate figure."
|
|
11940
|
+
},
|
|
11941
|
+
"dataType": "number",
|
|
11942
|
+
"unit": "Ah",
|
|
11943
|
+
"translatable": false,
|
|
11944
|
+
"defaultValue": null,
|
|
11945
|
+
"validation": {
|
|
11946
|
+
"required": false,
|
|
11947
|
+
"requiredBy": {
|
|
11948
|
+
"EV": "required",
|
|
11949
|
+
"LMT": "required",
|
|
11950
|
+
"industrial_gt_2kwh": "conditional"
|
|
11951
|
+
},
|
|
11952
|
+
"min": 0,
|
|
11953
|
+
"max": null,
|
|
11954
|
+
"minLength": null,
|
|
11955
|
+
"maxLength": null,
|
|
11956
|
+
"pattern": null
|
|
11957
|
+
},
|
|
11958
|
+
"category": "performance",
|
|
11959
|
+
"categoryLabel": {
|
|
11960
|
+
"en": "Performance & Durability",
|
|
11961
|
+
"bg": "Производителност и издръжливост",
|
|
11962
|
+
"de": "Leistung & Haltbarkeit",
|
|
11963
|
+
"hr": "Izvedba i trajnost",
|
|
11964
|
+
"cs": "Výkon a trvanlivost",
|
|
11965
|
+
"da": "Ydeevne og holdbarhed",
|
|
11966
|
+
"nl": "Prestaties en duurzaamheid",
|
|
11967
|
+
"et": "Jõudlus ja vastupidavus",
|
|
11968
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
11969
|
+
"fr": "Performance et durabilité",
|
|
11970
|
+
"hu": "Teljesítmény és tartósság",
|
|
11971
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
11972
|
+
"it": "Prestazioni e Durabilità",
|
|
11973
|
+
"lv": "Veiktspēja un izturība",
|
|
11974
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
11975
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
11976
|
+
"pl": "Wydajność i trwałość",
|
|
11977
|
+
"pt": "Desempenho e Durabilidade",
|
|
11978
|
+
"ro": "Performanță și Durabilitate",
|
|
11979
|
+
"sk": "Výkon a trvanlivosť",
|
|
11980
|
+
"sl": "Zmogljivost in trajnost",
|
|
11981
|
+
"es": "Rendimiento y Durabilidad",
|
|
11982
|
+
"sv": "Prestanda och hållbarhet",
|
|
11983
|
+
"el": "Απόδοση και αντοχή"
|
|
11984
|
+
},
|
|
11985
|
+
"sortOrder": 101,
|
|
11986
|
+
"defaultAccessLevel": "public",
|
|
11987
|
+
"regulationRef": {
|
|
11988
|
+
"instrument": "32023R1542",
|
|
11989
|
+
"provision": "Annex XIII 4(a)",
|
|
11990
|
+
"annex": "Annex XIII",
|
|
11991
|
+
"kind": "legislation",
|
|
11992
|
+
"article": "Annex XIII 4(a)"
|
|
11993
|
+
},
|
|
11994
|
+
"aiHints": {
|
|
11995
|
+
"alternateNames": [
|
|
11996
|
+
"dynamic capacity",
|
|
11997
|
+
"in-service capacity",
|
|
11998
|
+
"measured capacity",
|
|
11999
|
+
"current capacity"
|
|
12000
|
+
],
|
|
12001
|
+
"expectedFormat": "Capacity in ampere-hours (Ah)",
|
|
12002
|
+
"extractionPriority": 5
|
|
12003
|
+
}
|
|
12004
|
+
},
|
|
12005
|
+
{
|
|
12006
|
+
"key": "dynamicInternalResistance",
|
|
12007
|
+
"label": {
|
|
12008
|
+
"en": "Internal Resistance (Dynamic, in Ω)"
|
|
12009
|
+
},
|
|
12010
|
+
"description": {
|
|
12011
|
+
"en": "In-service internal resistance in ohms, measured dynamically per Annex XIII 4(a) DP 55. Distinct from initialInternalResistancePack (Annex XIII 1(o)), the static value at manufacture, and from currentInternalResistancePack (Annex XIII 4(b)), which is the state-of-health reading that must not be filled for EV."
|
|
12012
|
+
},
|
|
12013
|
+
"dataType": "number",
|
|
12014
|
+
"unit": "Ohm",
|
|
12015
|
+
"translatable": false,
|
|
12016
|
+
"defaultValue": null,
|
|
12017
|
+
"validation": {
|
|
12018
|
+
"required": false,
|
|
12019
|
+
"requiredBy": {
|
|
12020
|
+
"EV": "required",
|
|
12021
|
+
"LMT": "required",
|
|
12022
|
+
"industrial_gt_2kwh": "conditional"
|
|
12023
|
+
},
|
|
12024
|
+
"min": 0,
|
|
12025
|
+
"max": null,
|
|
12026
|
+
"minLength": null,
|
|
12027
|
+
"maxLength": null,
|
|
12028
|
+
"pattern": null
|
|
12029
|
+
},
|
|
12030
|
+
"category": "performance",
|
|
12031
|
+
"categoryLabel": {
|
|
12032
|
+
"en": "Performance & Durability",
|
|
12033
|
+
"bg": "Производителност и издръжливост",
|
|
12034
|
+
"de": "Leistung & Haltbarkeit",
|
|
12035
|
+
"hr": "Izvedba i trajnost",
|
|
12036
|
+
"cs": "Výkon a trvanlivost",
|
|
12037
|
+
"da": "Ydeevne og holdbarhed",
|
|
12038
|
+
"nl": "Prestaties en duurzaamheid",
|
|
12039
|
+
"et": "Jõudlus ja vastupidavus",
|
|
12040
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
12041
|
+
"fr": "Performance et durabilité",
|
|
12042
|
+
"hu": "Teljesítmény és tartósság",
|
|
12043
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
12044
|
+
"it": "Prestazioni e Durabilità",
|
|
12045
|
+
"lv": "Veiktspēja un izturība",
|
|
12046
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
12047
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
12048
|
+
"pl": "Wydajność i trwałość",
|
|
12049
|
+
"pt": "Desempenho e Durabilidade",
|
|
12050
|
+
"ro": "Performanță și Durabilitate",
|
|
12051
|
+
"sk": "Výkon a trvanlivosť",
|
|
12052
|
+
"sl": "Zmogljivost in trajnost",
|
|
12053
|
+
"es": "Rendimiento y Durabilidad",
|
|
12054
|
+
"sv": "Prestanda och hållbarhet",
|
|
12055
|
+
"el": "Απόδοση και αντοχή"
|
|
12056
|
+
},
|
|
12057
|
+
"sortOrder": 102,
|
|
12058
|
+
"defaultAccessLevel": "public",
|
|
12059
|
+
"regulationRef": {
|
|
12060
|
+
"instrument": "32023R1542",
|
|
12061
|
+
"provision": "Annex XIII 4(a)",
|
|
12062
|
+
"annex": "Annex XIII",
|
|
12063
|
+
"kind": "legislation",
|
|
12064
|
+
"article": "Annex XIII 4(a)"
|
|
12065
|
+
},
|
|
12066
|
+
"aiHints": {
|
|
12067
|
+
"alternateNames": [
|
|
12068
|
+
"dynamic internal resistance",
|
|
12069
|
+
"in-service resistance",
|
|
12070
|
+
"measured internal resistance"
|
|
12071
|
+
],
|
|
12072
|
+
"expectedFormat": "Resistance in ohms (Ω)",
|
|
12073
|
+
"extractionPriority": 5
|
|
12074
|
+
}
|
|
12075
|
+
},
|
|
12076
|
+
{
|
|
12077
|
+
"key": "dynamicExpectedLifetimeCycles",
|
|
12078
|
+
"label": {
|
|
12079
|
+
"en": "Expected Lifetime (Dynamic, in cycles)"
|
|
12080
|
+
},
|
|
12081
|
+
"description": {
|
|
12082
|
+
"en": "Expected remaining lifetime in cycles under the battery's design reference conditions, per Annex XIII 4(a) DP 59 — the in-service re-estimate. Distinct from expectedLifetimeCycles (Annex XIII 1(j)), the design figure declared at manufacture. Excluded for non-cycle applications."
|
|
12083
|
+
},
|
|
12084
|
+
"dataType": "number",
|
|
12085
|
+
"unit": "cycles",
|
|
12086
|
+
"translatable": false,
|
|
12087
|
+
"defaultValue": null,
|
|
12088
|
+
"validation": {
|
|
12089
|
+
"required": false,
|
|
12090
|
+
"requiredBy": {
|
|
12091
|
+
"EV": "required",
|
|
12092
|
+
"LMT": "required",
|
|
12093
|
+
"industrial_gt_2kwh": "conditional"
|
|
12094
|
+
},
|
|
12095
|
+
"min": 0,
|
|
12096
|
+
"max": null,
|
|
12097
|
+
"minLength": null,
|
|
12098
|
+
"maxLength": null,
|
|
12099
|
+
"pattern": null
|
|
12100
|
+
},
|
|
12101
|
+
"category": "performance",
|
|
12102
|
+
"categoryLabel": {
|
|
12103
|
+
"en": "Performance & Durability",
|
|
12104
|
+
"bg": "Производителност и издръжливост",
|
|
12105
|
+
"de": "Leistung & Haltbarkeit",
|
|
12106
|
+
"hr": "Izvedba i trajnost",
|
|
12107
|
+
"cs": "Výkon a trvanlivost",
|
|
12108
|
+
"da": "Ydeevne og holdbarhed",
|
|
12109
|
+
"nl": "Prestaties en duurzaamheid",
|
|
12110
|
+
"et": "Jõudlus ja vastupidavus",
|
|
12111
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
12112
|
+
"fr": "Performance et durabilité",
|
|
12113
|
+
"hu": "Teljesítmény és tartósság",
|
|
12114
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
12115
|
+
"it": "Prestazioni e Durabilità",
|
|
12116
|
+
"lv": "Veiktspēja un izturība",
|
|
12117
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
12118
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
12119
|
+
"pl": "Wydajność i trwałość",
|
|
12120
|
+
"pt": "Desempenho e Durabilidade",
|
|
12121
|
+
"ro": "Performanță și Durabilitate",
|
|
12122
|
+
"sk": "Výkon a trvanlivosť",
|
|
12123
|
+
"sl": "Zmogljivost in trajnost",
|
|
12124
|
+
"es": "Rendimiento y Durabilidad",
|
|
12125
|
+
"sv": "Prestanda och hållbarhet",
|
|
12126
|
+
"el": "Απόδοση και αντοχή"
|
|
12127
|
+
},
|
|
12128
|
+
"sortOrder": 103,
|
|
12129
|
+
"defaultAccessLevel": "public",
|
|
12130
|
+
"regulationRef": {
|
|
12131
|
+
"instrument": "32023R1542",
|
|
12132
|
+
"provision": "Annex XIII 4(a)",
|
|
12133
|
+
"annex": "Annex XIII",
|
|
12134
|
+
"kind": "legislation",
|
|
12135
|
+
"article": "Annex XIII 4(a)"
|
|
12136
|
+
},
|
|
12137
|
+
"aiHints": {
|
|
12138
|
+
"alternateNames": [
|
|
12139
|
+
"dynamic expected lifetime",
|
|
12140
|
+
"remaining cycles",
|
|
12141
|
+
"in-service cycle life"
|
|
12142
|
+
],
|
|
12143
|
+
"expectedFormat": "Whole number of cycles",
|
|
12144
|
+
"extractionPriority": 5
|
|
12145
|
+
}
|
|
12146
|
+
},
|
|
12147
|
+
{
|
|
12148
|
+
"key": "remainingRoundTripEfficiency",
|
|
12149
|
+
"label": {
|
|
12150
|
+
"en": "Remaining Round-Trip Efficiency"
|
|
12151
|
+
},
|
|
12152
|
+
"description": {
|
|
12153
|
+
"en": "Where possible, the remaining energy round-trip efficiency as part of the state-of-health information per Annex XIII 4(b) DP 64. Applies to LMT batteries (mandatory); conditional for industrial; not applicable to EV."
|
|
12154
|
+
},
|
|
12155
|
+
"dataType": "number",
|
|
12156
|
+
"unit": "%",
|
|
12157
|
+
"translatable": false,
|
|
12158
|
+
"defaultValue": null,
|
|
12159
|
+
"enumOptions": null,
|
|
12160
|
+
"validation": {
|
|
12161
|
+
"required": false,
|
|
12162
|
+
"requiredBy": {
|
|
12163
|
+
"EV": "notApplicable",
|
|
12164
|
+
"LMT": "required",
|
|
12165
|
+
"industrial_gt_2kwh": "conditional"
|
|
12166
|
+
},
|
|
12167
|
+
"min": 0,
|
|
12168
|
+
"max": 100,
|
|
12169
|
+
"minLength": null,
|
|
12170
|
+
"maxLength": null,
|
|
12171
|
+
"pattern": null
|
|
12172
|
+
},
|
|
12173
|
+
"category": "performance",
|
|
12174
|
+
"categoryLabel": {
|
|
12175
|
+
"en": "Performance & Durability",
|
|
12176
|
+
"bg": "Производителност и издръжливост",
|
|
12177
|
+
"de": "Leistung & Haltbarkeit",
|
|
12178
|
+
"hr": "Izvedba i trajnost",
|
|
12179
|
+
"cs": "Výkon a trvanlivost",
|
|
12180
|
+
"da": "Ydeevne og holdbarhed",
|
|
12181
|
+
"nl": "Prestaties en duurzaamheid",
|
|
12182
|
+
"et": "Jõudlus ja vastupidavus",
|
|
12183
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
12184
|
+
"fr": "Performance et durabilité",
|
|
12185
|
+
"hu": "Teljesítmény és tartósság",
|
|
12186
|
+
"ga": "Feidhmíocht agus Inbhuanaitheacht",
|
|
12187
|
+
"it": "Prestazioni e Durabilità",
|
|
12188
|
+
"lv": "Veiktspēja un izturība",
|
|
12189
|
+
"lt": "Efektyvumas ir ilgaamžiškumas",
|
|
12190
|
+
"mt": "Prestazzjonijiet u Durabbiltà",
|
|
12191
|
+
"pl": "Wydajność i trwałość",
|
|
12192
|
+
"pt": "Desempenho e Durabilidade",
|
|
12193
|
+
"ro": "Performanță și Durabilitate",
|
|
12194
|
+
"sk": "Výkon a trvanlivosť",
|
|
12195
|
+
"sl": "Zmogljivost in trajnost",
|
|
12196
|
+
"es": "Rendimiento y Durabilidad",
|
|
12197
|
+
"sv": "Prestanda och hållbarhet",
|
|
12198
|
+
"el": "Απόδοση και αντοχή"
|
|
12199
|
+
},
|
|
12200
|
+
"sortOrder": 100,
|
|
12201
|
+
"defaultAccessLevel": "public",
|
|
12202
|
+
"regulationRef": {
|
|
12203
|
+
"instrument": "32023R1542",
|
|
12204
|
+
"provision": "Annex XIII 4(b)",
|
|
12205
|
+
"annex": "Annex XIII",
|
|
12206
|
+
"kind": "legislation",
|
|
12207
|
+
"article": "Annex XIII 4(b)"
|
|
12208
|
+
},
|
|
12209
|
+
"aiHints": {
|
|
12210
|
+
"alternateNames": [
|
|
12211
|
+
"remaining round trip efficiency",
|
|
12212
|
+
"remaining RTE",
|
|
12213
|
+
"remaining energy efficiency",
|
|
12214
|
+
"remaining round-trip efficiency"
|
|
12215
|
+
],
|
|
12216
|
+
"expectedFormat": "Percentage 0-100",
|
|
12217
|
+
"extractionPriority": 5
|
|
12218
|
+
}
|
|
12219
|
+
},
|
|
12220
|
+
{
|
|
12221
|
+
"key": "preConsumerRecycledNickelShare",
|
|
12222
|
+
"label": {
|
|
12223
|
+
"en": "Pre-Consumer Recycled Nickel Share",
|
|
12224
|
+
"bg": "Дял на рециклиран никел от предпотребителски отпадъци",
|
|
12225
|
+
"de": "Vorverbraucher-Recyclinganteil — Nickel",
|
|
12226
|
+
"hr": "Predpotrošački udio recikliranog nickela",
|
|
12227
|
+
"cs": "Předspotřebitelský podíl recyklovaného nickelu",
|
|
12228
|
+
"da": "Forforbruger genanvendt nickel",
|
|
12229
|
+
"nl": "Pre-consument gerecycled nickel",
|
|
12230
|
+
"et": "Tarbijaeelne ringlusnickel",
|
|
12231
|
+
"fi": "Esikulüttajan kierrätetty nickel",
|
|
12232
|
+
"fr": "Part pré-consommateur de nickel recyclé",
|
|
12233
|
+
"hu": "Fogyasztás előtti jrahasznosított nickel",
|
|
12234
|
+
"ga": "Sciar Nickel Athchúrsáilte Réamh-Tomhaltóra",
|
|
12235
|
+
"it": "Quota Pre-Consumatore di Nickel Riciclato",
|
|
12236
|
+
"lv": "Pirmspatēriņa pārstrādāts nickels",
|
|
12237
|
+
"lt": "Ikivartotojinis perdirbtas nickels",
|
|
12238
|
+
"mt": "Sehem Nickel Riċiklat Qabel il-Konsum",
|
|
12239
|
+
"pl": "Przedkonsumencki recykling nickelu",
|
|
12240
|
+
"pt": "Quota Pré-Consumidor de Nickel Reciclado",
|
|
12241
|
+
"ro": "Cotă Pre-Consum de Nickel Reciclat",
|
|
12242
|
+
"sk": "Predspotrebitelský podiel recyklovaného nickelu",
|
|
12243
|
+
"sl": "Predpotrošniški delež predelanega nickela",
|
|
12244
|
+
"es": "Cuota Pre-Consumidor de Nickel Reciclado",
|
|
12245
|
+
"sv": "Förkonsument återvunnet nickel",
|
|
12246
|
+
"el": "Μερίδιο ανακυκλωμένου νικελίου από απόβλητα προ της κατανάλωσης"
|
|
12247
|
+
},
|
|
12248
|
+
"description": {
|
|
12249
|
+
"en": "Percentage of Nickel from pre-consumer recycled waste in the battery's active materials. Complements the combined recycledContentNickel figure by splitting it into waste-origin streams per Annex XIII 1(e).",
|
|
12250
|
+
"hr": "Postotak nickel iz pre-consumer recikliranih otpada u aktivnim materijalima baterije.",
|
|
12251
|
+
"cs": "Procento nickel z pre-consumer recyklovaného odpadu v aktivních materiálech baterie.",
|
|
12252
|
+
"da": "Procentdel af nickel fra pre-consumer genanvendt affald i batteriets aktive materialer.",
|
|
12253
|
+
"nl": "Percentage nickel uit pre-consumer gerecycled afval in de actieve materialen van de batterij.",
|
|
12254
|
+
"et": "Nickel protsent pre-consumer ringlusjäätmest akupatareide aktiivsetes materjalides.",
|
|
12255
|
+
"fi": "Nickeln osuusprosentti pre-consumer kierrätysjätteistä akun aktiivisissa materiaaleissa.",
|
|
12256
|
+
"fr": "Pourcentage de nickel issu de déchets recyclés pre-consumer dans les matières actives de la batterie.",
|
|
12257
|
+
"hu": "A pre-consumer újrahasznosított hulladékból származó nickel százalékos aránya az akkumulátor aktív anyagaiban.",
|
|
12258
|
+
"ga": "Céatadán nickel ó dhramhaíl athchúrsáilte pre-consumer in ábhair ghníomhacha na cadhnra.",
|
|
12259
|
+
"it": "Percentuale di nickel da rifiuti riciclati pre-consumer nei materiali attivi della batteria.",
|
|
12260
|
+
"lv": "Nickel procents no pre-consumer pārstrādātiem atkritumiem akumulatora aktīvajos materiālos.",
|
|
12261
|
+
"lt": "Nickel procentas iš pre-consumer perdirbtų atliekų akumuliatoriaus aktyviose medžiagose.",
|
|
12262
|
+
"mt": "Perċentwal ta' nickel minn skart riċiklat pre-consumer fil-materjali attivi tal-batterija.",
|
|
12263
|
+
"pl": "Procent nickel z odpadów recyklingowanych pre-consumer w aktywnych materiałach baterii.",
|
|
12264
|
+
"pt": "Percentagem de nickel proveniente de resíduos reciclados pre-consumer nos materiais ativos da bateria.",
|
|
12265
|
+
"ro": "Procentul de nickel din deșeuri reciclate pre-consumer în materialele active ale bateriei.",
|
|
12266
|
+
"sk": "Percentuálny podiel nickel z pre-consumer recyklovaného odpadu v aktívnych materiáloch batérie.",
|
|
12267
|
+
"sl": "Odstotek nickel iz pre-consumer recikliranega odpadka v aktivnih materialih baterije.",
|
|
12268
|
+
"es": "Porcentaje de nickel de residuos reciclados pre-consumer en los materiales activos de la batería.",
|
|
12269
|
+
"sv": "Procentandel nickel från pre-consumer återvunnet avfall i batteriets aktiva material.",
|
|
12270
|
+
"el": "Το μερίδιο νικελίου που ανακυκλώνεται από απόβλητα προ της κατανάλωσης στα ενεργά υλικά της μπαταρίας."
|
|
12271
|
+
},
|
|
12272
|
+
"dataType": "number",
|
|
12273
|
+
"unit": "%",
|
|
12274
|
+
"translatable": false,
|
|
12275
|
+
"defaultValue": null,
|
|
12276
|
+
"enumOptions": null,
|
|
12277
|
+
"validation": {
|
|
12278
|
+
"required": false,
|
|
12279
|
+
"requiredBy": {
|
|
12280
|
+
"EV": "required",
|
|
12281
|
+
"LMT": "required",
|
|
12282
|
+
"industrial_gt_2kwh": "required"
|
|
12283
|
+
},
|
|
12284
|
+
"min": 0,
|
|
12285
|
+
"max": 100,
|
|
12286
|
+
"minLength": null,
|
|
12287
|
+
"maxLength": null,
|
|
12288
|
+
"pattern": null
|
|
12289
|
+
},
|
|
12290
|
+
"category": "end_of_life",
|
|
12291
|
+
"categoryLabel": {
|
|
12292
|
+
"en": "Circularity & Resource Efficiency",
|
|
12293
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
12294
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
12295
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
12296
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
12297
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
12298
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
12299
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
12300
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
12301
|
+
"fr": "Circularité et efficacité des ressources",
|
|
12302
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
12303
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
12304
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
12305
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
12306
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
12307
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
12308
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
12309
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
12310
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
12311
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
12312
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
12313
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
12314
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
12315
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
12316
|
+
},
|
|
12317
|
+
"sortOrder": 104,
|
|
12318
|
+
"defaultAccessLevel": "public",
|
|
12319
|
+
"regulationRef": {
|
|
12320
|
+
"article": "Art. 8(1); Art. 3, 1(51)",
|
|
12321
|
+
"annex": "Annex XIII (1e)",
|
|
12322
|
+
"instrument": "32023R1542",
|
|
12323
|
+
"provision": "Annex XIII (1e)",
|
|
12324
|
+
"kind": "legislation"
|
|
12325
|
+
},
|
|
12326
|
+
"aiHints": {
|
|
12327
|
+
"alternateNames": [
|
|
12328
|
+
"pre-consumer recycled nickel",
|
|
12329
|
+
"pre-consumer nickel content",
|
|
12330
|
+
"nickel from pre-consumer waste"
|
|
12331
|
+
],
|
|
12332
|
+
"expectedFormat": "Percentage value (0-100)",
|
|
12333
|
+
"extractionPriority": 6
|
|
12334
|
+
}
|
|
12335
|
+
},
|
|
12336
|
+
{
|
|
12337
|
+
"key": "preConsumerRecycledCobaltShare",
|
|
12338
|
+
"label": {
|
|
12339
|
+
"en": "Pre-Consumer Recycled Cobalt Share",
|
|
12340
|
+
"bg": "Дял на рециклиран кобалт от предпотребителски отпадъци",
|
|
12341
|
+
"de": "Vorverbraucher-Recyclinganteil — Cobalt",
|
|
12342
|
+
"hr": "Predpotrošački udio recikliranog cobalta",
|
|
12343
|
+
"cs": "Předspotřebitelský podíl recyklovaného cobaltu",
|
|
12344
|
+
"da": "Forforbruger genanvendt cobalt",
|
|
12345
|
+
"nl": "Pre-consument gerecycled cobalt",
|
|
12346
|
+
"et": "Tarbijaeelne ringluscobalt",
|
|
12347
|
+
"fi": "Esikulüttajan kierrätetty cobalt",
|
|
12348
|
+
"fr": "Part pré-consommateur de cobalt recyclé",
|
|
12349
|
+
"hu": "Fogyasztás előtti jrahasznosított cobalt",
|
|
12350
|
+
"ga": "Sciar Cobalt Athchúrsáilte Réamh-Tomhaltóra",
|
|
12351
|
+
"it": "Quota Pre-Consumatore di Cobalt Riciclato",
|
|
12352
|
+
"lv": "Pirmspatēriņa pārstrādāts cobalts",
|
|
12353
|
+
"lt": "Ikivartotojinis perdirbtas cobalts",
|
|
12354
|
+
"mt": "Sehem Cobalt Riċiklat Qabel il-Konsum",
|
|
12355
|
+
"pl": "Przedkonsumencki recykling cobaltu",
|
|
12356
|
+
"pt": "Quota Pré-Consumidor de Cobalt Reciclado",
|
|
12357
|
+
"ro": "Cotă Pre-Consum de Cobalt Reciclat",
|
|
12358
|
+
"sk": "Predspotrebitelský podiel recyklovaného cobaltu",
|
|
12359
|
+
"sl": "Predpotrošniški delež predelanega cobalta",
|
|
12360
|
+
"es": "Cuota Pre-Consumidor de Cobalt Reciclado",
|
|
12361
|
+
"sv": "Förkonsument återvunnet cobalt",
|
|
12362
|
+
"el": "Μερίδιο ανακυκλωμένου κοβαλτίου από απόβλητα προ της κατανάλωσης"
|
|
12363
|
+
},
|
|
12364
|
+
"description": {
|
|
12365
|
+
"en": "Percentage of Cobalt from pre-consumer recycled waste in the battery's active materials. Complements the combined recycledContentCobalt figure by splitting it into waste-origin streams per Annex XIII 1(e).",
|
|
12366
|
+
"hr": "Postotak cobalt iz pre-consumer recikliranih otpada u aktivnim materijalima baterije.",
|
|
12367
|
+
"cs": "Procento cobalt z pre-consumer recyklovaného odpadu v aktivních materiálech baterie.",
|
|
12368
|
+
"da": "Procentdel af cobalt fra pre-consumer genanvendt affald i batteriets aktive materialer.",
|
|
12369
|
+
"nl": "Percentage cobalt uit pre-consumer gerecycled afval in de actieve materialen van de batterij.",
|
|
12370
|
+
"et": "Cobalt protsent pre-consumer ringlusjäätmest akupatareide aktiivsetes materjalides.",
|
|
12371
|
+
"fi": "Cobaltn osuusprosentti pre-consumer kierrätysjätteistä akun aktiivisissa materiaaleissa.",
|
|
12372
|
+
"fr": "Pourcentage de cobalt issu de déchets recyclés pre-consumer dans les matières actives de la batterie.",
|
|
12373
|
+
"hu": "A pre-consumer újrahasznosított hulladékból származó cobalt százalékos aránya az akkumulátor aktív anyagaiban.",
|
|
12374
|
+
"ga": "Céatadán cobalt ó dhramhaíl athchúrsáilte pre-consumer in ábhair ghníomhacha na cadhnra.",
|
|
12375
|
+
"it": "Percentuale di cobalt da rifiuti riciclati pre-consumer nei materiali attivi della batteria.",
|
|
12376
|
+
"lv": "Cobalt procents no pre-consumer pārstrādātiem atkritumiem akumulatora aktīvajos materiālos.",
|
|
12377
|
+
"lt": "Cobalt procentas iš pre-consumer perdirbtų atliekų akumuliatoriaus aktyviose medžiagose.",
|
|
12378
|
+
"mt": "Perċentwal ta' cobalt minn skart riċiklat pre-consumer fil-materjali attivi tal-batterija.",
|
|
12379
|
+
"pl": "Procent cobalt z odpadów recyklingowanych pre-consumer w aktywnych materiałach baterii.",
|
|
12380
|
+
"pt": "Percentagem de cobalt proveniente de resíduos reciclados pre-consumer nos materiais ativos da bateria.",
|
|
12381
|
+
"ro": "Procentul de cobalt din deșeuri reciclate pre-consumer în materialele active ale bateriei.",
|
|
12382
|
+
"sk": "Percentuálny podiel cobalt z pre-consumer recyklovaného odpadu v aktívnych materiáloch batérie.",
|
|
12383
|
+
"sl": "Odstotek cobalt iz pre-consumer recikliranega odpadka v aktivnih materialih baterije.",
|
|
12384
|
+
"es": "Porcentaje de cobalt de residuos reciclados pre-consumer en los materiales activos de la batería.",
|
|
12385
|
+
"sv": "Procentandel cobalt från pre-consumer återvunnet avfall i batteriets aktiva material.",
|
|
12386
|
+
"el": "Το μερίδιο κοβαλτίου που ανακυκλώνεται από απόβλητα προ της κατανάλωσης στα ενεργά υλικά της μπαταρίας."
|
|
12387
|
+
},
|
|
12388
|
+
"dataType": "number",
|
|
12389
|
+
"unit": "%",
|
|
12390
|
+
"translatable": false,
|
|
12391
|
+
"defaultValue": null,
|
|
12392
|
+
"enumOptions": null,
|
|
12393
|
+
"validation": {
|
|
12394
|
+
"required": false,
|
|
12395
|
+
"requiredBy": {
|
|
12396
|
+
"EV": "required",
|
|
12397
|
+
"LMT": "required",
|
|
12398
|
+
"industrial_gt_2kwh": "required"
|
|
12399
|
+
},
|
|
12400
|
+
"min": 0,
|
|
12401
|
+
"max": 100,
|
|
12402
|
+
"minLength": null,
|
|
12403
|
+
"maxLength": null,
|
|
12404
|
+
"pattern": null
|
|
12405
|
+
},
|
|
12406
|
+
"category": "end_of_life",
|
|
12407
|
+
"categoryLabel": {
|
|
12408
|
+
"en": "Circularity & Resource Efficiency",
|
|
12409
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
12410
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
12411
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
12412
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
12413
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
12414
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
12415
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
12416
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
12417
|
+
"fr": "Circularité et efficacité des ressources",
|
|
12418
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
12419
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
12420
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
12421
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
12422
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
12423
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
12424
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
12425
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
12426
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
12427
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
12428
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
12429
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
12430
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
12431
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
12432
|
+
},
|
|
12433
|
+
"sortOrder": 105,
|
|
12434
|
+
"defaultAccessLevel": "public",
|
|
12435
|
+
"regulationRef": {
|
|
12436
|
+
"article": "Art. 8(1); Art. 3, 1(51)",
|
|
12437
|
+
"annex": "Annex XIII (1e)",
|
|
12438
|
+
"instrument": "32023R1542",
|
|
12439
|
+
"provision": "Annex XIII (1e)",
|
|
12440
|
+
"kind": "legislation"
|
|
12441
|
+
},
|
|
12442
|
+
"aiHints": {
|
|
12443
|
+
"alternateNames": [
|
|
12444
|
+
"pre-consumer recycled cobalt",
|
|
12445
|
+
"pre-consumer cobalt content",
|
|
12446
|
+
"cobalt from pre-consumer waste"
|
|
12447
|
+
],
|
|
12448
|
+
"expectedFormat": "Percentage value (0-100)",
|
|
12449
|
+
"extractionPriority": 6
|
|
12450
|
+
}
|
|
12451
|
+
},
|
|
12452
|
+
{
|
|
12453
|
+
"key": "preConsumerRecycledLithiumShare",
|
|
12454
|
+
"label": {
|
|
12455
|
+
"en": "Pre-Consumer Recycled Lithium Share",
|
|
12456
|
+
"bg": "Дял на рециклиран литий от предпотребителски отпадъци",
|
|
12457
|
+
"de": "Vorverbraucher-Recyclinganteil — Lithium",
|
|
12458
|
+
"hr": "Predpotrošački udio recikliranog lithiuma",
|
|
12459
|
+
"cs": "Předspotřebitelský podíl recyklovaného lithiumu",
|
|
12460
|
+
"da": "Forforbruger genanvendt lithium",
|
|
12461
|
+
"nl": "Pre-consument gerecycled lithium",
|
|
12462
|
+
"et": "Tarbijaeelne ringluslithium",
|
|
12463
|
+
"fi": "Esikulüttajan kierrätetty lithium",
|
|
12464
|
+
"fr": "Part pré-consommateur de lithium recyclé",
|
|
12465
|
+
"hu": "Fogyasztás előtti jrahasznosított lithium",
|
|
12466
|
+
"ga": "Sciar Lithium Athchúrsáilte Réamh-Tomhaltóra",
|
|
12467
|
+
"it": "Quota Pre-Consumatore di Lithium Riciclato",
|
|
12468
|
+
"lv": "Pirmspatēriņa pārstrādāts lithiums",
|
|
12469
|
+
"lt": "Ikivartotojinis perdirbtas lithiums",
|
|
12470
|
+
"mt": "Sehem Lithium Riċiklat Qabel il-Konsum",
|
|
12471
|
+
"pl": "Przedkonsumencki recykling lithiumu",
|
|
12472
|
+
"pt": "Quota Pré-Consumidor de Lithium Reciclado",
|
|
12473
|
+
"ro": "Cotă Pre-Consum de Lithium Reciclat",
|
|
12474
|
+
"sk": "Predspotrebitelský podiel recyklovaného lithiumu",
|
|
12475
|
+
"sl": "Predpotrošniški delež predelanega lithiuma",
|
|
12476
|
+
"es": "Cuota Pre-Consumidor de Lithium Reciclado",
|
|
12477
|
+
"sv": "Förkonsument återvunnet lithium",
|
|
12478
|
+
"el": "Μερίδιο ανακυκλωμένου λιθίου από απόβλητα προ της κατανάλωσης"
|
|
12479
|
+
},
|
|
12480
|
+
"description": {
|
|
12481
|
+
"en": "Percentage of Lithium from pre-consumer recycled waste in the battery's active materials. Complements the combined recycledContentLithium figure by splitting it into waste-origin streams per Annex XIII 1(e).",
|
|
12482
|
+
"hr": "Postotak lithium iz pre-consumer recikliranih otpada u aktivnim materijalima baterije.",
|
|
12483
|
+
"cs": "Procento lithium z pre-consumer recyklovaného odpadu v aktivních materiálech baterie.",
|
|
12484
|
+
"da": "Procentdel af lithium fra pre-consumer genanvendt affald i batteriets aktive materialer.",
|
|
12485
|
+
"nl": "Percentage lithium uit pre-consumer gerecycled afval in de actieve materialen van de batterij.",
|
|
12486
|
+
"et": "Lithium protsent pre-consumer ringlusjäätmest akupatareide aktiivsetes materjalides.",
|
|
12487
|
+
"fi": "Lithiumn osuusprosentti pre-consumer kierrätysjätteistä akun aktiivisissa materiaaleissa.",
|
|
12488
|
+
"fr": "Pourcentage de lithium issu de déchets recyclés pre-consumer dans les matières actives de la batterie.",
|
|
12489
|
+
"hu": "A pre-consumer újrahasznosított hulladékból származó lithium százalékos aránya az akkumulátor aktív anyagaiban.",
|
|
12490
|
+
"ga": "Céatadán lithium ó dhramhaíl athchúrsáilte pre-consumer in ábhair ghníomhacha na cadhnra.",
|
|
12491
|
+
"it": "Percentuale di lithium da rifiuti riciclati pre-consumer nei materiali attivi della batteria.",
|
|
12492
|
+
"lv": "Lithium procents no pre-consumer pārstrādātiem atkritumiem akumulatora aktīvajos materiālos.",
|
|
12493
|
+
"lt": "Lithium procentas iš pre-consumer perdirbtų atliekų akumuliatoriaus aktyviose medžiagose.",
|
|
12494
|
+
"mt": "Perċentwal ta' lithium minn skart riċiklat pre-consumer fil-materjali attivi tal-batterija.",
|
|
12495
|
+
"pl": "Procent lithium z odpadów recyklingowanych pre-consumer w aktywnych materiałach baterii.",
|
|
12496
|
+
"pt": "Percentagem de lithium proveniente de resíduos reciclados pre-consumer nos materiais ativos da bateria.",
|
|
12497
|
+
"ro": "Procentul de lithium din deșeuri reciclate pre-consumer în materialele active ale bateriei.",
|
|
12498
|
+
"sk": "Percentuálny podiel lithium z pre-consumer recyklovaného odpadu v aktívnych materiáloch batérie.",
|
|
12499
|
+
"sl": "Odstotek lithium iz pre-consumer recikliranega odpadka v aktivnih materialih baterije.",
|
|
12500
|
+
"es": "Porcentaje de lithium de residuos reciclados pre-consumer en los materiales activos de la batería.",
|
|
12501
|
+
"sv": "Procentandel lithium från pre-consumer återvunnet avfall i batteriets aktiva material.",
|
|
12502
|
+
"el": "Το μερίδιο λιθίου που ανακυκλώνεται από απόβλητα προ της κατανάλωσης στα ενεργά υλικά της μπαταρίας."
|
|
12503
|
+
},
|
|
12504
|
+
"dataType": "number",
|
|
12505
|
+
"unit": "%",
|
|
12506
|
+
"translatable": false,
|
|
12507
|
+
"defaultValue": null,
|
|
12508
|
+
"enumOptions": null,
|
|
12509
|
+
"validation": {
|
|
12510
|
+
"required": false,
|
|
12511
|
+
"requiredBy": {
|
|
12512
|
+
"EV": "required",
|
|
12513
|
+
"LMT": "required",
|
|
12514
|
+
"industrial_gt_2kwh": "required"
|
|
12515
|
+
},
|
|
12516
|
+
"min": 0,
|
|
12517
|
+
"max": 100,
|
|
12518
|
+
"minLength": null,
|
|
12519
|
+
"maxLength": null,
|
|
12520
|
+
"pattern": null
|
|
12521
|
+
},
|
|
12522
|
+
"category": "end_of_life",
|
|
12523
|
+
"categoryLabel": {
|
|
12524
|
+
"en": "Circularity & Resource Efficiency",
|
|
12525
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
12526
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
12527
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
12528
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
12529
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
12530
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
12531
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
12532
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
12533
|
+
"fr": "Circularité et efficacité des ressources",
|
|
12534
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
12535
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
12536
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
12537
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
12538
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
12539
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
12540
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
12541
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
12542
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
12543
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
12544
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
12545
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
12546
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
12547
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
12548
|
+
},
|
|
12549
|
+
"sortOrder": 106,
|
|
12550
|
+
"defaultAccessLevel": "public",
|
|
12551
|
+
"regulationRef": {
|
|
12552
|
+
"article": "Art. 8(1); Art. 3, 1(51)",
|
|
12553
|
+
"annex": "Annex XIII (1e)",
|
|
12554
|
+
"instrument": "32023R1542",
|
|
12555
|
+
"provision": "Annex XIII (1e)",
|
|
12556
|
+
"kind": "legislation"
|
|
12557
|
+
},
|
|
12558
|
+
"aiHints": {
|
|
12559
|
+
"alternateNames": [
|
|
12560
|
+
"pre-consumer recycled lithium",
|
|
12561
|
+
"pre-consumer lithium content",
|
|
12562
|
+
"lithium from pre-consumer waste"
|
|
12563
|
+
],
|
|
12564
|
+
"expectedFormat": "Percentage value (0-100)",
|
|
12565
|
+
"extractionPriority": 6
|
|
12566
|
+
}
|
|
12567
|
+
},
|
|
12568
|
+
{
|
|
12569
|
+
"key": "postConsumerRecycledNickelShare",
|
|
12570
|
+
"label": {
|
|
12571
|
+
"en": "Post-Consumer Recycled Nickel Share",
|
|
12572
|
+
"bg": "Дял на рециклиран никел от следпотребителски отпадъци",
|
|
12573
|
+
"de": "Nachverbraucher-Recyclinganteil — Nickel",
|
|
12574
|
+
"hr": "Postpotrošački udio recikliranog nickela",
|
|
12575
|
+
"cs": "Pospotřebitelský podíl recyklovaného nickelu",
|
|
12576
|
+
"da": "Efterforbruger genanvendt nickel",
|
|
12577
|
+
"nl": "Post-consument gerecycled nickel",
|
|
12578
|
+
"et": "Tarbijajärgne ringlusnickel",
|
|
12579
|
+
"fi": "Jälkikulüttajan kierrätetty nickel",
|
|
12580
|
+
"fr": "Part post-consommateur de nickel recyclé",
|
|
12581
|
+
"hu": "Fogyasztás utáni újrahasznosított nickel",
|
|
12582
|
+
"ga": "Sciar Nickel Athchúrsáilte Iar-Thomhaltóra",
|
|
12583
|
+
"it": "Quota Post-Consumatore di Nickel Riciclato",
|
|
12584
|
+
"lv": "Pēcpatēriņa pārstrādāts nickels",
|
|
12585
|
+
"lt": "Povartotojinis perdirbtas nickels",
|
|
12586
|
+
"mt": "Sehem Nickel Riċiklat Wara l-Konsum",
|
|
12587
|
+
"pl": "Pokonsumencki recykling nickelu",
|
|
12588
|
+
"pt": "Quota Pós-Consumidor de Nickel Reciclado",
|
|
12589
|
+
"ro": "Cotă Post-Consum de Nickel Reciclat",
|
|
12590
|
+
"sk": "Pospotřebitelský podiel recyklovaného nickelu",
|
|
12591
|
+
"sl": "Popotrošniški delež predelanega nickela",
|
|
12592
|
+
"es": "Cuota Post-Consumidor de Nickel Reciclado",
|
|
12593
|
+
"sv": "Efterkonsument återvunnet nickel",
|
|
12594
|
+
"el": "Μερίδιο ανακυκλωμένου νικελίου από απόβλητα μετά την κατανάλωση"
|
|
12595
|
+
},
|
|
12596
|
+
"description": {
|
|
12597
|
+
"en": "Percentage of Nickel from post-consumer recycled waste in the battery's active materials. Complements the combined recycledContentNickel figure by splitting it into waste-origin streams per Annex XIII 1(e).",
|
|
12598
|
+
"hr": "Postotak nickel iz post-consumer recikliranih otpada u aktivnim materijalima baterije.",
|
|
12599
|
+
"cs": "Procento nickel z post-consumer recyklovaného odpadu v aktivních materiálech baterie.",
|
|
12600
|
+
"da": "Procentdel af nickel fra post-consumer genanvendt affald i batteriets aktive materialer.",
|
|
12601
|
+
"nl": "Percentage nickel uit post-consumer gerecycled afval in de actieve materialen van de batterij.",
|
|
12602
|
+
"et": "Nickel protsent post-consumer ringlusjäätmest akupatareide aktiivsetes materjalides.",
|
|
12603
|
+
"fi": "Nickeln osuusprosentti post-consumer kierrätysjätteistä akun aktiivisissa materiaaleissa.",
|
|
12604
|
+
"fr": "Pourcentage de nickel issu de déchets recyclés post-consumer dans les matières actives de la batterie.",
|
|
12605
|
+
"hu": "A post-consumer újrahasznosított hulladékból származó nickel százalékos aránya az akkumulátor aktív anyagaiban.",
|
|
12606
|
+
"ga": "Céatadán nickel ó dhramhaíl athchúrsáilte post-consumer in ábhair ghníomhacha na cadhnra.",
|
|
12607
|
+
"it": "Percentuale di nickel da rifiuti riciclati post-consumer nei materiali attivi della batteria.",
|
|
12608
|
+
"lv": "Nickel procents no post-consumer pārstrādātiem atkritumiem akumulatora aktīvajos materiālos.",
|
|
12609
|
+
"lt": "Nickel procentas iš post-consumer perdirbtų atliekų akumuliatoriaus aktyviose medžiagose.",
|
|
12610
|
+
"mt": "Perċentwal ta' nickel minn skart riċiklat post-consumer fil-materjali attivi tal-batterija.",
|
|
12611
|
+
"pl": "Procent nickel z odpadów recyklingowanych post-consumer w aktywnych materiałach baterii.",
|
|
12612
|
+
"pt": "Percentagem de nickel proveniente de resíduos reciclados post-consumer nos materiais ativos da bateria.",
|
|
12613
|
+
"ro": "Procentul de nickel din deșeuri reciclate post-consumer în materialele active ale bateriei.",
|
|
12614
|
+
"sk": "Percentuálny podiel nickel z post-consumer recyklovaného odpadu v aktívnych materiáloch batérie.",
|
|
12615
|
+
"sl": "Odstotek nickel iz post-consumer recikliranega odpadka v aktivnih materialih baterije.",
|
|
12616
|
+
"es": "Porcentaje de nickel de residuos reciclados post-consumer en los materiales activos de la batería.",
|
|
12617
|
+
"sv": "Procentandel nickel från post-consumer återvunnet avfall i batteriets aktiva material.",
|
|
12618
|
+
"el": "Το μερίδιο νικελίου που ανακυκλώνεται από απόβλητα μετά την κατανάλωση στα ενεργά υλικά της μπαταρίας."
|
|
12619
|
+
},
|
|
12620
|
+
"dataType": "number",
|
|
12621
|
+
"unit": "%",
|
|
12622
|
+
"translatable": false,
|
|
12623
|
+
"defaultValue": null,
|
|
12624
|
+
"enumOptions": null,
|
|
12625
|
+
"validation": {
|
|
12626
|
+
"required": false,
|
|
12627
|
+
"requiredBy": {
|
|
12628
|
+
"EV": "required",
|
|
12629
|
+
"LMT": "required",
|
|
12630
|
+
"industrial_gt_2kwh": "required"
|
|
12631
|
+
},
|
|
12632
|
+
"min": 0,
|
|
12633
|
+
"max": 100,
|
|
12634
|
+
"minLength": null,
|
|
12635
|
+
"maxLength": null,
|
|
12636
|
+
"pattern": null
|
|
12637
|
+
},
|
|
12638
|
+
"category": "end_of_life",
|
|
12639
|
+
"categoryLabel": {
|
|
12640
|
+
"en": "Circularity & Resource Efficiency",
|
|
12641
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
12642
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
12643
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
12644
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
12645
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
12646
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
12647
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
12648
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
12649
|
+
"fr": "Circularité et efficacité des ressources",
|
|
12650
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
12651
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
12652
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
12653
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
12654
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
12655
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
12656
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
12657
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
12658
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
12659
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
12660
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
12661
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
12662
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
12663
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
12664
|
+
},
|
|
12665
|
+
"sortOrder": 107,
|
|
12666
|
+
"defaultAccessLevel": "public",
|
|
12667
|
+
"regulationRef": {
|
|
12668
|
+
"article": "Art. 8(1)",
|
|
12669
|
+
"annex": "Annex XIII (1e)",
|
|
12670
|
+
"instrument": "32023R1542",
|
|
12671
|
+
"provision": "Annex XIII (1e)",
|
|
12672
|
+
"kind": "legislation"
|
|
12673
|
+
},
|
|
12674
|
+
"aiHints": {
|
|
12675
|
+
"alternateNames": [
|
|
12676
|
+
"post-consumer recycled nickel",
|
|
12677
|
+
"post-consumer nickel content",
|
|
12678
|
+
"nickel from post-consumer waste"
|
|
12679
|
+
],
|
|
12680
|
+
"expectedFormat": "Percentage value (0-100)",
|
|
12681
|
+
"extractionPriority": 6
|
|
12682
|
+
}
|
|
12683
|
+
},
|
|
12684
|
+
{
|
|
12685
|
+
"key": "postConsumerRecycledCobaltShare",
|
|
12686
|
+
"label": {
|
|
12687
|
+
"en": "Post-Consumer Recycled Cobalt Share",
|
|
12688
|
+
"bg": "Дял на рециклиран кобалт от следпотребителски отпадъци",
|
|
12689
|
+
"de": "Nachverbraucher-Recyclinganteil — Cobalt",
|
|
12690
|
+
"hr": "Postpotrošački udio recikliranog cobalta",
|
|
12691
|
+
"cs": "Pospotřebitelský podíl recyklovaného cobaltu",
|
|
12692
|
+
"da": "Efterforbruger genanvendt cobalt",
|
|
12693
|
+
"nl": "Post-consument gerecycled cobalt",
|
|
12694
|
+
"et": "Tarbijajärgne ringluscobalt",
|
|
12695
|
+
"fi": "Jälkikulüttajan kierrätetty cobalt",
|
|
12696
|
+
"fr": "Part post-consommateur de cobalt recyclé",
|
|
12697
|
+
"hu": "Fogyasztás utáni újrahasznosított cobalt",
|
|
12698
|
+
"ga": "Sciar Cobalt Athchúrsáilte Iar-Thomhaltóra",
|
|
12699
|
+
"it": "Quota Post-Consumatore di Cobalt Riciclato",
|
|
12700
|
+
"lv": "Pēcpatēriņa pārstrādāts cobalts",
|
|
12701
|
+
"lt": "Povartotojinis perdirbtas cobalts",
|
|
12702
|
+
"mt": "Sehem Cobalt Riċiklat Wara l-Konsum",
|
|
12703
|
+
"pl": "Pokonsumencki recykling cobaltu",
|
|
12704
|
+
"pt": "Quota Pós-Consumidor de Cobalt Reciclado",
|
|
12705
|
+
"ro": "Cotă Post-Consum de Cobalt Reciclat",
|
|
12706
|
+
"sk": "Pospotřebitelský podiel recyklovaného cobaltu",
|
|
12707
|
+
"sl": "Popotrošniški delež predelanega cobalta",
|
|
12708
|
+
"es": "Cuota Post-Consumidor de Cobalt Reciclado",
|
|
12709
|
+
"sv": "Efterkonsument återvunnet cobalt",
|
|
12710
|
+
"el": "Μερίδιο ανακυκλωμένου κοβαλτίου από απόβλητα μετά την κατανάλωση"
|
|
12711
|
+
},
|
|
12712
|
+
"description": {
|
|
12713
|
+
"en": "Percentage of Cobalt from post-consumer recycled waste in the battery's active materials. Complements the combined recycledContentCobalt figure by splitting it into waste-origin streams per Annex XIII 1(e).",
|
|
12714
|
+
"hr": "Postotak cobalt iz post-consumer recikliranih otpada u aktivnim materijalima baterije.",
|
|
12715
|
+
"cs": "Procento cobalt z post-consumer recyklovaného odpadu v aktivních materiálech baterie.",
|
|
12716
|
+
"da": "Procentdel af cobalt fra post-consumer genanvendt affald i batteriets aktive materialer.",
|
|
12717
|
+
"nl": "Percentage cobalt uit post-consumer gerecycled afval in de actieve materialen van de batterij.",
|
|
12718
|
+
"et": "Cobalt protsent post-consumer ringlusjäätmest akupatareide aktiivsetes materjalides.",
|
|
12719
|
+
"fi": "Cobaltn osuusprosentti post-consumer kierrätysjätteistä akun aktiivisissa materiaaleissa.",
|
|
12720
|
+
"fr": "Pourcentage de cobalt issu de déchets recyclés post-consumer dans les matières actives de la batterie.",
|
|
12721
|
+
"hu": "A post-consumer újrahasznosított hulladékból származó cobalt százalékos aránya az akkumulátor aktív anyagaiban.",
|
|
12722
|
+
"ga": "Céatadán cobalt ó dhramhaíl athchúrsáilte post-consumer in ábhair ghníomhacha na cadhnra.",
|
|
12723
|
+
"it": "Percentuale di cobalt da rifiuti riciclati post-consumer nei materiali attivi della batteria.",
|
|
12724
|
+
"lv": "Cobalt procents no post-consumer pārstrādātiem atkritumiem akumulatora aktīvajos materiālos.",
|
|
12725
|
+
"lt": "Cobalt procentas iš post-consumer perdirbtų atliekų akumuliatoriaus aktyviose medžiagose.",
|
|
12726
|
+
"mt": "Perċentwal ta' cobalt minn skart riċiklat post-consumer fil-materjali attivi tal-batterija.",
|
|
12727
|
+
"pl": "Procent cobalt z odpadów recyklingowanych post-consumer w aktywnych materiałach baterii.",
|
|
12728
|
+
"pt": "Percentagem de cobalt proveniente de resíduos reciclados post-consumer nos materiais ativos da bateria.",
|
|
12729
|
+
"ro": "Procentul de cobalt din deșeuri reciclate post-consumer în materialele active ale bateriei.",
|
|
12730
|
+
"sk": "Percentuálny podiel cobalt z post-consumer recyklovaného odpadu v aktívnych materiáloch batérie.",
|
|
12731
|
+
"sl": "Odstotek cobalt iz post-consumer recikliranega odpadka v aktivnih materialih baterije.",
|
|
12732
|
+
"es": "Porcentaje de cobalt de residuos reciclados post-consumer en los materiales activos de la batería.",
|
|
12733
|
+
"sv": "Procentandel cobalt från post-consumer återvunnet avfall i batteriets aktiva material.",
|
|
12734
|
+
"el": "Το μερίδιο κοβαλτίου που ανακυκλώνεται από απόβλητα μετά την κατανάλωση στα ενεργά υλικά της μπαταρίας."
|
|
12735
|
+
},
|
|
12736
|
+
"dataType": "number",
|
|
12737
|
+
"unit": "%",
|
|
12738
|
+
"translatable": false,
|
|
12739
|
+
"defaultValue": null,
|
|
12740
|
+
"enumOptions": null,
|
|
12741
|
+
"validation": {
|
|
12742
|
+
"required": false,
|
|
12743
|
+
"requiredBy": {
|
|
12744
|
+
"EV": "required",
|
|
12745
|
+
"LMT": "required",
|
|
12746
|
+
"industrial_gt_2kwh": "required"
|
|
12747
|
+
},
|
|
12748
|
+
"min": 0,
|
|
12749
|
+
"max": 100,
|
|
12750
|
+
"minLength": null,
|
|
12751
|
+
"maxLength": null,
|
|
12752
|
+
"pattern": null
|
|
12753
|
+
},
|
|
12754
|
+
"category": "end_of_life",
|
|
12755
|
+
"categoryLabel": {
|
|
12756
|
+
"en": "Circularity & Resource Efficiency",
|
|
12757
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
12758
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
12759
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
12760
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
12761
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
12762
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
12763
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
12764
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
12765
|
+
"fr": "Circularité et efficacité des ressources",
|
|
12766
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
12767
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
12768
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
12769
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
12770
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
12771
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
12772
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
12773
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
12774
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
12775
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
12776
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
12777
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
12778
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
12779
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
12780
|
+
},
|
|
12781
|
+
"sortOrder": 108,
|
|
12782
|
+
"defaultAccessLevel": "public",
|
|
12783
|
+
"regulationRef": {
|
|
12784
|
+
"article": "Art. 8(1)",
|
|
12785
|
+
"annex": "Annex XIII (1e)",
|
|
12786
|
+
"instrument": "32023R1542",
|
|
12787
|
+
"provision": "Annex XIII (1e)",
|
|
12788
|
+
"kind": "legislation"
|
|
12789
|
+
},
|
|
12790
|
+
"aiHints": {
|
|
12791
|
+
"alternateNames": [
|
|
12792
|
+
"post-consumer recycled cobalt",
|
|
12793
|
+
"post-consumer cobalt content",
|
|
12794
|
+
"cobalt from post-consumer waste"
|
|
12795
|
+
],
|
|
12796
|
+
"expectedFormat": "Percentage value (0-100)",
|
|
12797
|
+
"extractionPriority": 6
|
|
12798
|
+
}
|
|
12799
|
+
},
|
|
12800
|
+
{
|
|
12801
|
+
"key": "postConsumerRecycledLithiumShare",
|
|
12802
|
+
"label": {
|
|
12803
|
+
"en": "Post-Consumer Recycled Lithium Share",
|
|
12804
|
+
"bg": "Дял на рециклиран литий от следпотребителски отпадъци",
|
|
12805
|
+
"de": "Nachverbraucher-Recyclinganteil — Lithium",
|
|
12806
|
+
"hr": "Postpotrošački udio recikliranog lithiuma",
|
|
12807
|
+
"cs": "Pospotřebitelský podíl recyklovaného lithiumu",
|
|
12808
|
+
"da": "Efterforbruger genanvendt lithium",
|
|
12809
|
+
"nl": "Post-consument gerecycled lithium",
|
|
12810
|
+
"et": "Tarbijajärgne ringluslithium",
|
|
12811
|
+
"fi": "Jälkikulüttajan kierrätetty lithium",
|
|
12812
|
+
"fr": "Part post-consommateur de lithium recyclé",
|
|
12813
|
+
"hu": "Fogyasztás utáni újrahasznosított lithium",
|
|
12814
|
+
"ga": "Sciar Lithium Athchúrsáilte Iar-Thomhaltóra",
|
|
12815
|
+
"it": "Quota Post-Consumatore di Lithium Riciclato",
|
|
12816
|
+
"lv": "Pēcpatēriņa pārstrādāts lithiums",
|
|
12817
|
+
"lt": "Povartotojinis perdirbtas lithiums",
|
|
12818
|
+
"mt": "Sehem Lithium Riċiklat Wara l-Konsum",
|
|
12819
|
+
"pl": "Pokonsumencki recykling lithiumu",
|
|
12820
|
+
"pt": "Quota Pós-Consumidor de Lithium Reciclado",
|
|
12821
|
+
"ro": "Cotă Post-Consum de Lithium Reciclat",
|
|
12822
|
+
"sk": "Pospotřebitelský podiel recyklovaného lithiumu",
|
|
12823
|
+
"sl": "Popotrošniški delež predelanega lithiuma",
|
|
12824
|
+
"es": "Cuota Post-Consumidor de Lithium Reciclado",
|
|
12825
|
+
"sv": "Efterkonsument återvunnet lithium",
|
|
12826
|
+
"el": "Μερίδιο ανακυκλωμένου λιθίου από απόβλητα μετά την κατανάλωση"
|
|
12827
|
+
},
|
|
12828
|
+
"description": {
|
|
12829
|
+
"en": "Percentage of Lithium from post-consumer recycled waste in the battery's active materials. Complements the combined recycledContentLithium figure by splitting it into waste-origin streams per Annex XIII 1(e).",
|
|
12830
|
+
"hr": "Postotak lithium iz post-consumer recikliranih otpada u aktivnim materijalima baterije.",
|
|
12831
|
+
"cs": "Procento lithium z post-consumer recyklovaného odpadu v aktivních materiálech baterie.",
|
|
12832
|
+
"da": "Procentdel af lithium fra post-consumer genanvendt affald i batteriets aktive materialer.",
|
|
12833
|
+
"nl": "Percentage lithium uit post-consumer gerecycled afval in de actieve materialen van de batterij.",
|
|
12834
|
+
"et": "Lithium protsent post-consumer ringlusjäätmest akupatareide aktiivsetes materjalides.",
|
|
12835
|
+
"fi": "Lithiumn osuusprosentti post-consumer kierrätysjätteistä akun aktiivisissa materiaaleissa.",
|
|
12836
|
+
"fr": "Pourcentage de lithium issu de déchets recyclés post-consumer dans les matières actives de la batterie.",
|
|
12837
|
+
"hu": "A post-consumer újrahasznosított hulladékból származó lithium százalékos aránya az akkumulátor aktív anyagaiban.",
|
|
12838
|
+
"ga": "Céatadán lithium ó dhramhaíl athchúrsáilte post-consumer in ábhair ghníomhacha na cadhnra.",
|
|
12839
|
+
"it": "Percentuale di lithium da rifiuti riciclati post-consumer nei materiali attivi della batteria.",
|
|
12840
|
+
"lv": "Lithium procents no post-consumer pārstrādātiem atkritumiem akumulatora aktīvajos materiālos.",
|
|
12841
|
+
"lt": "Lithium procentas iš post-consumer perdirbtų atliekų akumuliatoriaus aktyviose medžiagose.",
|
|
12842
|
+
"mt": "Perċentwal ta' lithium minn skart riċiklat post-consumer fil-materjali attivi tal-batterija.",
|
|
12843
|
+
"pl": "Procent lithium z odpadów recyklingowanych post-consumer w aktywnych materiałach baterii.",
|
|
12844
|
+
"pt": "Percentagem de lithium proveniente de resíduos reciclados post-consumer nos materiais ativos da bateria.",
|
|
12845
|
+
"ro": "Procentul de lithium din deșeuri reciclate post-consumer în materialele active ale bateriei.",
|
|
12846
|
+
"sk": "Percentuálny podiel lithium z post-consumer recyklovaného odpadu v aktívnych materiáloch batérie.",
|
|
12847
|
+
"sl": "Odstotek lithium iz post-consumer recikliranega odpadka v aktivnih materialih baterije.",
|
|
12848
|
+
"es": "Porcentaje de lithium de residuos reciclados post-consumer en los materiales activos de la batería.",
|
|
12849
|
+
"sv": "Procentandel lithium från post-consumer återvunnet avfall i batteriets aktiva material.",
|
|
12850
|
+
"el": "Το μερίδιο λιθίου που ανακυκλώνεται από απόβλητα μετά την κατανάλωση στα ενεργά υλικά της μπαταρίας."
|
|
12851
|
+
},
|
|
12852
|
+
"dataType": "number",
|
|
12853
|
+
"unit": "%",
|
|
12854
|
+
"translatable": false,
|
|
12855
|
+
"defaultValue": null,
|
|
12856
|
+
"enumOptions": null,
|
|
12857
|
+
"validation": {
|
|
12858
|
+
"required": false,
|
|
12859
|
+
"requiredBy": {
|
|
12860
|
+
"EV": "required",
|
|
12861
|
+
"LMT": "required",
|
|
12862
|
+
"industrial_gt_2kwh": "required"
|
|
12863
|
+
},
|
|
12864
|
+
"min": 0,
|
|
12865
|
+
"max": 100,
|
|
12866
|
+
"minLength": null,
|
|
12867
|
+
"maxLength": null,
|
|
12868
|
+
"pattern": null
|
|
12869
|
+
},
|
|
12870
|
+
"category": "end_of_life",
|
|
12871
|
+
"categoryLabel": {
|
|
12872
|
+
"en": "Circularity & Resource Efficiency",
|
|
12873
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
12874
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
12875
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
12876
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
12877
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
12878
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
12879
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
12880
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
12881
|
+
"fr": "Circularité et efficacité des ressources",
|
|
12882
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
12883
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
12884
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
12885
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
12886
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
12887
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
12888
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
12889
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
12890
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
12891
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
12892
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
12893
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
12894
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
12895
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
12896
|
+
},
|
|
12897
|
+
"sortOrder": 109,
|
|
12898
|
+
"defaultAccessLevel": "public",
|
|
12899
|
+
"regulationRef": {
|
|
12900
|
+
"article": "Art. 8(1)",
|
|
12901
|
+
"annex": "Annex XIII (1e)",
|
|
12902
|
+
"instrument": "32023R1542",
|
|
12903
|
+
"provision": "Annex XIII (1e)",
|
|
12904
|
+
"kind": "legislation"
|
|
12905
|
+
},
|
|
12906
|
+
"aiHints": {
|
|
12907
|
+
"alternateNames": [
|
|
12908
|
+
"post-consumer recycled lithium",
|
|
12909
|
+
"post-consumer lithium content",
|
|
12910
|
+
"lithium from post-consumer waste"
|
|
12911
|
+
],
|
|
12912
|
+
"expectedFormat": "Percentage value (0-100)",
|
|
12913
|
+
"extractionPriority": 6
|
|
12914
|
+
}
|
|
12915
|
+
},
|
|
12916
|
+
{
|
|
12917
|
+
"key": "originalPowerCapabilityAt80Soc",
|
|
12918
|
+
"label": {
|
|
12919
|
+
"en": "Original Power Capability at 80% SoC",
|
|
12920
|
+
"bg": "Начален капацитет на мощност при 80% СОЗ",
|
|
12921
|
+
"de": "Ursprüngliche Leistungsfähigkeit bei 80 % SoC",
|
|
12922
|
+
"hr": "Izvorna sposobnost snage pri 80% SoC",
|
|
12923
|
+
"cs": "Původní výkon při 80 % SoC",
|
|
12924
|
+
"da": "Oprindelig effektkapacitet ved 80 % SoC",
|
|
12925
|
+
"nl": "Oorspronkelijke vermogenscapaciteit bij 80 % SoC",
|
|
12926
|
+
"et": "Algne võimsusevõime 80% laetuse juures",
|
|
12927
|
+
"fi": "Alkuperäinen tehonsuorituskyky 80 % SoC:lla",
|
|
12928
|
+
"fr": "Capacité de puissance d’origine à 80 % d’état de charge",
|
|
12929
|
+
"hu": "Eredeti teljesítmény-képesség 80%-os SoC-nál",
|
|
12930
|
+
"ga": "Cumas Cumhachta Bunaidh ag 80% SoC",
|
|
12931
|
+
"it": "Capacità di Potenza Originale all’80% SoC",
|
|
12932
|
+
"lv": "Sākotnējā jaudas spēja pie 80% SoC",
|
|
12933
|
+
"lt": "Pradinė galios gebėjimas esant 80% įkrovos",
|
|
12934
|
+
"mt": "Kapaċità ta’ Qawwa Oriġinali fl-80% SoC",
|
|
12935
|
+
"pl": "Pierwotna zdolność mocy przy 80% SoC",
|
|
12936
|
+
"pt": "Capacidade de Potência Original a 80% SoC",
|
|
12937
|
+
"ro": "Capacitate de Putere Originală la 80% SoC",
|
|
12938
|
+
"sk": "Pôvodná výkonová kapacita pri 80% SoC",
|
|
12939
|
+
"sl": "Izvirna zmogljivost moči pri 80% SoC",
|
|
12940
|
+
"es": "Capacidad de Potencia Original al 80% SoC",
|
|
12941
|
+
"sv": "Ursprunglig effektkapacitet vid 80% SoC",
|
|
12942
|
+
"el": "Αρχική ικανότητα ισχύος στο 80% SoC"
|
|
12943
|
+
},
|
|
12944
|
+
"description": {
|
|
12945
|
+
"en": "Power capability of the battery at 80% state of charge (Watts). Together with the 20% SoC figure forms the OriginalPowerCapability GEFEG composite required by Annex XIII 1(i).",
|
|
12946
|
+
"hr": "Sposobnost snage baterije pri 80% stanja napunjenosti (Wati).",
|
|
12947
|
+
"cs": "Výkon baterie při 80% stavu nabítí (Watty).",
|
|
12948
|
+
"da": "Batteriets effektkapacitet ved 80% ladetilstand (Watt).",
|
|
12949
|
+
"nl": "Vermogenscapaciteit van de batterij bij 80% laadtoestand (Watt).",
|
|
12950
|
+
"et": "Aku võimsusevõime 80% laadimisseisundis (Vatid).",
|
|
12951
|
+
"fi": "Akun tehonsuorituskyky 80% lataustilassa (Wattia).",
|
|
12952
|
+
"fr": "Capacité de puissance de la batterie à 80 % d’état de charge (Watts).",
|
|
12953
|
+
"hu": "Az akkumulátor teljesítmény-képessége 80%-os SoC-nál (Watt).",
|
|
12954
|
+
"ga": "Cumas cumhachta an chaidhnra ag 80% staid luchtú (Watts).",
|
|
12955
|
+
"it": "Capacità di potenza della batteria all’80% dello stato di carica (Watt).",
|
|
12956
|
+
"lv": "Akumulātora jaudas spēja pie 80% uzlādes stāvokļa (Vati).",
|
|
12957
|
+
"lt": "Akumuliatoriaus galios gebėjimas 80% įkrovos būsenoje (Vatai).",
|
|
12958
|
+
"mt": "Kapaċità ta’ qawwa tal-batterija fl-80% tal-istat tal-bžieq (Watts).",
|
|
12959
|
+
"pl": "Zdolność mocy baterii przy 80% stanu naładowania (Waty).",
|
|
12960
|
+
"pt": "Capacidade de potência da bateria a 80% do estado de carga (Watts).",
|
|
12961
|
+
"ro": "Capacitate de putere a bateriei la 80% stare de încărcare (Wați).",
|
|
12962
|
+
"sk": "Výkonová kapacita batérie pri 80% stave nabitia (Wattov).",
|
|
12963
|
+
"sl": "Zmogljivost moči baterije pri 80% stanju polnjenja (Wati).",
|
|
12964
|
+
"es": "Capacidad de potencia de la batería al 80% del estado de carga (Vatios).",
|
|
12965
|
+
"sv": "Batteriets effektkapacitet vid 80% laddningstillstånd (Watt).",
|
|
12966
|
+
"el": "Ικανότητα ισχύος της μπαταρίας στο 80% κατάστασης φόρτισης (Watt)."
|
|
12967
|
+
},
|
|
12968
|
+
"dataType": "number",
|
|
12969
|
+
"unit": "W",
|
|
12970
|
+
"translatable": false,
|
|
12971
|
+
"defaultValue": null,
|
|
12972
|
+
"enumOptions": null,
|
|
12973
|
+
"validation": {
|
|
12974
|
+
"required": false,
|
|
12975
|
+
"requiredBy": {
|
|
12976
|
+
"EV": "required",
|
|
12977
|
+
"LMT": "required",
|
|
12978
|
+
"industrial_gt_2kwh": "required"
|
|
12979
|
+
},
|
|
12980
|
+
"min": 0,
|
|
12981
|
+
"max": null,
|
|
12982
|
+
"minLength": null,
|
|
12983
|
+
"maxLength": null,
|
|
12984
|
+
"pattern": null
|
|
12985
|
+
},
|
|
12986
|
+
"category": "performance",
|
|
12987
|
+
"categoryLabel": {
|
|
12988
|
+
"en": "Performance & Durability",
|
|
12989
|
+
"bg": "Производителност и дълготрайност",
|
|
12990
|
+
"de": "Leistung & Haltbarkeit",
|
|
12991
|
+
"hr": "Učinkovitost i trajnost",
|
|
12992
|
+
"cs": "Výkonnost a trvanlivost",
|
|
12993
|
+
"da": "Ydeevne og holdbarhed",
|
|
12994
|
+
"nl": "Prestaties en duurzaamheid",
|
|
12995
|
+
"et": "Jõudlus ja vastupidavus",
|
|
12996
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
12997
|
+
"fr": "Performance et durabilité",
|
|
12998
|
+
"hu": "Teljesítmény és tartósság",
|
|
12999
|
+
"ga": "Feidhmíochta agus Teannas",
|
|
13000
|
+
"it": "Prestazioni e Durabilità",
|
|
13001
|
+
"lv": "Veiktspēja un ilgtspēja",
|
|
13002
|
+
"lt": "Veikimas ir trumalunas",
|
|
13003
|
+
"mt": "Prestazzjoni u Durabilità",
|
|
13004
|
+
"pl": "Wydajność i trwałość",
|
|
13005
|
+
"pt": "Desempenho e Durabilidade",
|
|
13006
|
+
"ro": "Performanță și Durabilitate",
|
|
13007
|
+
"sk": "Výkonnosť a trvanlivosť",
|
|
13008
|
+
"sl": "Zmogljivost in trajnost",
|
|
13009
|
+
"es": "Desempeño y Durabilidad",
|
|
13010
|
+
"sv": "Prestanda och hållbarhet",
|
|
13011
|
+
"el": "Επιδόσεις και ανθεκτικότητα"
|
|
13012
|
+
},
|
|
13013
|
+
"sortOrder": 110,
|
|
13014
|
+
"defaultAccessLevel": "public",
|
|
13015
|
+
"regulationRef": {
|
|
13016
|
+
"article": "Art. 10, Annex IV Part B (4)",
|
|
13017
|
+
"annex": "Annex XIII (1i)",
|
|
13018
|
+
"instrument": "32023R1542",
|
|
13019
|
+
"provision": "Annex XIII (1i)",
|
|
13020
|
+
"kind": "legislation"
|
|
13021
|
+
},
|
|
13022
|
+
"aiHints": {
|
|
13023
|
+
"alternateNames": [
|
|
13024
|
+
"power at 80% SoC",
|
|
13025
|
+
"power capability 80 SoC",
|
|
13026
|
+
"watt at 80 percent state of charge"
|
|
13027
|
+
],
|
|
13028
|
+
"expectedFormat": "Numeric value in Watts",
|
|
13029
|
+
"extractionPriority": 7
|
|
13030
|
+
}
|
|
13031
|
+
},
|
|
13032
|
+
{
|
|
13033
|
+
"key": "originalPowerCapabilityAt20Soc",
|
|
13034
|
+
"label": {
|
|
13035
|
+
"en": "Original Power Capability at 20% SoC",
|
|
13036
|
+
"bg": "Начален капацитет на мощност при 20% СОЗ",
|
|
13037
|
+
"de": "Ursprüngliche Leistungsfähigkeit bei 20 % SoC",
|
|
13038
|
+
"hr": "Izvorna sposobnost snage pri 20% SoC",
|
|
13039
|
+
"cs": "Původní výkon při 20 % SoC",
|
|
13040
|
+
"da": "Oprindelig effektkapacitet ved 20 % SoC",
|
|
13041
|
+
"nl": "Oorspronkelijke vermogenscapaciteit bij 20 % SoC",
|
|
13042
|
+
"et": "Algne võimsusevõime 20% laetuse juures",
|
|
13043
|
+
"fi": "Alkuperäinen tehonsuorituskyky 20 % SoC:lla",
|
|
13044
|
+
"fr": "Capacité de puissance d’origine à 20 % d’état de charge",
|
|
13045
|
+
"hu": "Eredeti teljesítmény-képesség 20%-os SoC-nál",
|
|
13046
|
+
"ga": "Cumas Cumhachta Bunaidh ag 20% SoC",
|
|
13047
|
+
"it": "Capacità di Potenza Originale al 20% SoC",
|
|
13048
|
+
"lv": "Sākotnējā jaudas spēja pie 20% SoC",
|
|
13049
|
+
"lt": "Pradinė galios gebėjimas esant 20% įkrovos",
|
|
13050
|
+
"mt": "Kapaċità ta’ Qawwa Oriġinali fil-20% SoC",
|
|
13051
|
+
"pl": "Pierwotna zdolność mocy przy 20% SoC",
|
|
13052
|
+
"pt": "Capacidade de Potência Original a 20% SoC",
|
|
13053
|
+
"ro": "Capacitate de Putere Originală la 20% SoC",
|
|
13054
|
+
"sk": "Pôvodná výkonová kapacita pri 20% SoC",
|
|
13055
|
+
"sl": "Izvirna zmogljivost moči pri 20% SoC",
|
|
13056
|
+
"es": "Capacidad de Potencia Original al 20% SoC",
|
|
13057
|
+
"sv": "Ursprunglig effektkapacitet vid 20% SoC",
|
|
13058
|
+
"el": "Αρχική ικανότητα ισχύος στο 20% SoC"
|
|
13059
|
+
},
|
|
13060
|
+
"description": {
|
|
13061
|
+
"en": "Power capability of the battery at 20% state of charge (Watts). Together with the 80% SoC figure forms the OriginalPowerCapability GEFEG composite required by Annex XIII 1(i).",
|
|
13062
|
+
"hr": "Sposobnost snage baterije pri 20% stanja napunjenosti (Wati).",
|
|
13063
|
+
"cs": "Výkon baterie při 20% stavu nabítí (Watty).",
|
|
13064
|
+
"da": "Batteriets effektkapacitet ved 20% ladetilstand (Watt).",
|
|
13065
|
+
"nl": "Vermogenscapaciteit van de batterij bij 20% laadtoestand (Watt).",
|
|
13066
|
+
"et": "Aku võimsusevõime 20% laadimisseisundis (Vatid).",
|
|
13067
|
+
"fi": "Akun tehonsuorituskyky 20% lataustilassa (Wattia).",
|
|
13068
|
+
"fr": "Capacité de puissance de la batterie à 20 % d’état de charge (Watts).",
|
|
13069
|
+
"hu": "Az akkumulátor teljesítmény-képessége 20%-os SoC-nál (Watt).",
|
|
13070
|
+
"ga": "Cumas cumhachta an chaidhnra ag 20% staid luchtú (Watts).",
|
|
13071
|
+
"it": "Capacità di potenza della batteria al 20% dello stato di carica (Watt).",
|
|
13072
|
+
"lv": "Akumulātora jaudas spēja pie 20% uzlādes stāvokļa (Vati).",
|
|
13073
|
+
"lt": "Akumuliatoriaus galios gebėjimas 20% įkrovos būsenoje (Vatai).",
|
|
13074
|
+
"mt": "Kapaċità ta’ qawwa tal-batterija fil-20% tal-istat tal-bžieq (Watts).",
|
|
13075
|
+
"pl": "Zdolność mocy baterii przy 20% stanu naładowania (Waty).",
|
|
13076
|
+
"pt": "Capacidade de potência da bateria a 20% do estado de carga (Watts).",
|
|
13077
|
+
"ro": "Capacitate de putere a bateriei la 20% stare de încărcare (Wați).",
|
|
13078
|
+
"sk": "Výkonová kapacita batérie pri 20% stave nabitia (Wattov).",
|
|
13079
|
+
"sl": "Zmogljivost moči baterije pri 20% stanju polnjenja (Wati).",
|
|
13080
|
+
"es": "Capacidad de potencia de la batería al 20% del estado de carga (Vatios).",
|
|
13081
|
+
"sv": "Batteriets effektkapacitet vid 20% laddningstillstånd (Watt).",
|
|
13082
|
+
"el": "Ικανότητα ισχύος της μπαταρίας στο 20% κατάστασης φόρτισης (Watt)."
|
|
13083
|
+
},
|
|
13084
|
+
"dataType": "number",
|
|
13085
|
+
"unit": "W",
|
|
13086
|
+
"translatable": false,
|
|
13087
|
+
"defaultValue": null,
|
|
13088
|
+
"enumOptions": null,
|
|
13089
|
+
"validation": {
|
|
13090
|
+
"required": false,
|
|
13091
|
+
"requiredBy": {
|
|
13092
|
+
"EV": "required",
|
|
13093
|
+
"LMT": "required",
|
|
13094
|
+
"industrial_gt_2kwh": "required"
|
|
13095
|
+
},
|
|
13096
|
+
"min": 0,
|
|
13097
|
+
"max": null,
|
|
13098
|
+
"minLength": null,
|
|
13099
|
+
"maxLength": null,
|
|
13100
|
+
"pattern": null
|
|
13101
|
+
},
|
|
13102
|
+
"category": "performance",
|
|
13103
|
+
"categoryLabel": {
|
|
13104
|
+
"en": "Performance & Durability",
|
|
13105
|
+
"bg": "Производителност и дълготрайност",
|
|
13106
|
+
"de": "Leistung & Haltbarkeit",
|
|
13107
|
+
"hr": "Učinkovitost i trajnost",
|
|
13108
|
+
"cs": "Výkonnost a trvanlivost",
|
|
13109
|
+
"da": "Ydeevne og holdbarhed",
|
|
13110
|
+
"nl": "Prestaties en duurzaamheid",
|
|
13111
|
+
"et": "Jõudlus ja vastupidavus",
|
|
13112
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
13113
|
+
"fr": "Performance et durabilité",
|
|
13114
|
+
"hu": "Teljesítmény és tartósság",
|
|
13115
|
+
"ga": "Feidhmíochta agus Teannas",
|
|
13116
|
+
"it": "Prestazioni e Durabilità",
|
|
13117
|
+
"lv": "Veiktspēja un ilgtspēja",
|
|
13118
|
+
"lt": "Veikimas ir trumalunas",
|
|
13119
|
+
"mt": "Prestazzjoni u Durabilità",
|
|
13120
|
+
"pl": "Wydajność i trwałość",
|
|
13121
|
+
"pt": "Desempenho e Durabilidade",
|
|
13122
|
+
"ro": "Performanță și Durabilitate",
|
|
13123
|
+
"sk": "Výkonnosť a trvanlivosť",
|
|
13124
|
+
"sl": "Zmogljivost in trajnost",
|
|
13125
|
+
"es": "Desempeño y Durabilidad",
|
|
13126
|
+
"sv": "Prestanda och hållbarhet",
|
|
13127
|
+
"el": "Επιδόσεις και ανθεκτικότητα"
|
|
13128
|
+
},
|
|
13129
|
+
"sortOrder": 111,
|
|
13130
|
+
"defaultAccessLevel": "public",
|
|
13131
|
+
"regulationRef": {
|
|
13132
|
+
"article": "Art. 10, Annex IV Part B (4)",
|
|
13133
|
+
"annex": "Annex XIII (1i)",
|
|
13134
|
+
"instrument": "32023R1542",
|
|
13135
|
+
"provision": "Annex XIII (1i)",
|
|
13136
|
+
"kind": "legislation"
|
|
13137
|
+
},
|
|
13138
|
+
"aiHints": {
|
|
13139
|
+
"alternateNames": [
|
|
13140
|
+
"power at 20% SoC",
|
|
13141
|
+
"power capability 20 SoC",
|
|
13142
|
+
"watt at 20 percent state of charge"
|
|
13143
|
+
],
|
|
13144
|
+
"expectedFormat": "Numeric value in Watts",
|
|
13145
|
+
"extractionPriority": 7
|
|
13146
|
+
}
|
|
13147
|
+
},
|
|
13148
|
+
{
|
|
13149
|
+
"key": "temperatureInformation",
|
|
13150
|
+
"label": {
|
|
13151
|
+
"en": "Temperature Information",
|
|
13152
|
+
"bg": "Информация за температурата",
|
|
13153
|
+
"de": "Temperaturinformation",
|
|
13154
|
+
"hr": "Temperaturne informacije",
|
|
13155
|
+
"cs": "Informace o teplotě",
|
|
13156
|
+
"da": "Temperaturoplysninger",
|
|
13157
|
+
"nl": "Temperatuurinformatie",
|
|
13158
|
+
"et": "Temperatuuriteave",
|
|
13159
|
+
"fi": "Lämpötilatieto",
|
|
13160
|
+
"fr": "Informations sur la température",
|
|
13161
|
+
"hu": "Hőmérsékleti információ",
|
|
13162
|
+
"ga": "Faisnéis Teochta",
|
|
13163
|
+
"it": "Informazioni sulla Temperatura",
|
|
13164
|
+
"lv": "Temperatūras informācija",
|
|
13165
|
+
"lt": "Temperatūros informacija",
|
|
13166
|
+
"mt": "Informazzjoni dwar it-Temperatura",
|
|
13167
|
+
"pl": "Informacje o temperaturze",
|
|
13168
|
+
"pt": "Informação de Temperatura",
|
|
13169
|
+
"ro": "Informații privind Temperatura",
|
|
13170
|
+
"sk": "Informácie o teplote",
|
|
13171
|
+
"sl": "Temperaturne informacije",
|
|
13172
|
+
"es": "Información de Temperatura",
|
|
13173
|
+
"sv": "Temperaturinformation",
|
|
13174
|
+
"el": "Πληροφορίες θερμοκρασίας"
|
|
13175
|
+
},
|
|
13176
|
+
"description": {
|
|
13177
|
+
"en": "Single Celsius temperature figure characterising the battery's thermal operating or design condition (integer, can be negative). Distinct from temperatureConditionsHistorical, which is a descriptive record of historical temperature ranges.",
|
|
13178
|
+
"hr": "Jedinstven temperaturni podatak u Celzijusima koji karakterizira toplinske uvjete baterije.",
|
|
13179
|
+
"cs": "Jednočíselná teplotní hodnota v Celsiích charakterizující teplotní podmínky baterie.",
|
|
13180
|
+
"da": "Enkelt Celsius temperaturtal der karakteriserer batteriets termiske driftsforhold.",
|
|
13181
|
+
"nl": "Enkel Celsius temperatuurcijfer dat de thermische bedrijfsomstandigheden van de batterij karakteriseert.",
|
|
13182
|
+
"et": "Üksik Celsiuse temperatuuri näitaja, mis iseloomustab aku termilisi tööstingimusi.",
|
|
13183
|
+
"fi": "Yksittäinen Celsius-lämpötilaluku, joka kuvaa akun lämpötilaolosuhteita.",
|
|
13184
|
+
"fr": "Température unique en Celsius caractérisant les conditions thermiques de la batterie.",
|
|
13185
|
+
"hu": "Egy Celsius hőmérsékleti érték, amely az akkumulátor hőmérsékleti állapotát jellemzi.",
|
|
13186
|
+
"ga": "Figiúr teochta aonair Celsius a léiríonn coinníollacha teirmeacha na cadhnra.",
|
|
13187
|
+
"it": "Singolo valore di temperatura in Celsius che caratterizza le condizioni termiche della batteria.",
|
|
13188
|
+
"lv": "Vienots Celsija temperatūras rādītājs, kas raksturo akumulatora termiskos darbības apstākļus.",
|
|
13189
|
+
"lt": "Vienas Celsijaus temperatūros skaičius, apibūdinantis akumuliatoriaus terminius veikimo sąlygas.",
|
|
13190
|
+
"mt": "Figura unika ta' temperatura f'Celsius li tikkaratterizza l-kundizzjonijiet termali tal-batterija.",
|
|
13191
|
+
"pl": "Pojedyncza liczba temperatury w Celsjuszach charakteryzująca warunki termiczne baterii.",
|
|
13192
|
+
"pt": "Temperatura única em Celsius que caracteriza as condições térmicas da bateria.",
|
|
13193
|
+
"ro": "Temperatură unică în Celsius care caracterizează condițiile termice ale bateriei.",
|
|
13194
|
+
"sk": "Jednočíselná hodnota teploty v Celziusoch charakterizujúca teplotné podmienky batérie.",
|
|
13195
|
+
"sl": "Enojna temperatura v Celzijih, ki označuje termalne pogoje baterije.",
|
|
13196
|
+
"es": "Temperatura única en Celsius que caracteriza las condiciones térmicas de la batería.",
|
|
13197
|
+
"sv": "Enstaka Celsius-temperaturvärde som karakteriserar batteriets termiska driftförhållanden.",
|
|
13198
|
+
"el": "Μονή τιμή θερμοκρασίας Κελσίου που χαρακτηρίζει τις θερμικές συνθήκες λειτουργίας της μπαταρίας."
|
|
13199
|
+
},
|
|
13200
|
+
"dataType": "number",
|
|
13201
|
+
"unit": "°C",
|
|
13202
|
+
"translatable": false,
|
|
13203
|
+
"defaultValue": null,
|
|
13204
|
+
"enumOptions": null,
|
|
13205
|
+
"validation": {
|
|
13206
|
+
"required": false,
|
|
13207
|
+
"requiredBy": {
|
|
13208
|
+
"EV": "conditional",
|
|
13209
|
+
"LMT": "conditional",
|
|
13210
|
+
"industrial_gt_2kwh": "conditional"
|
|
13211
|
+
},
|
|
13212
|
+
"min": null,
|
|
13213
|
+
"max": null,
|
|
13214
|
+
"minLength": null,
|
|
13215
|
+
"maxLength": null,
|
|
13216
|
+
"pattern": null
|
|
13217
|
+
},
|
|
13218
|
+
"category": "performance",
|
|
13219
|
+
"categoryLabel": {
|
|
13220
|
+
"en": "Performance & Durability",
|
|
13221
|
+
"bg": "Производителност и дълготрайност",
|
|
13222
|
+
"de": "Leistung & Haltbarkeit",
|
|
13223
|
+
"hr": "Učinkovitost i trajnost",
|
|
13224
|
+
"cs": "Výkonnost a trvanlivost",
|
|
13225
|
+
"da": "Ydeevne og holdbarhed",
|
|
13226
|
+
"nl": "Prestaties en duurzaamheid",
|
|
13227
|
+
"et": "Jõudlus ja vastupidavus",
|
|
13228
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
13229
|
+
"fr": "Performance et durabilité",
|
|
13230
|
+
"hu": "Teljesítmény és tartósság",
|
|
13231
|
+
"ga": "Feidhmíochta agus Teannas",
|
|
13232
|
+
"it": "Prestazioni e Durabilità",
|
|
13233
|
+
"lv": "Veiktspēja un ilgtspēja",
|
|
13234
|
+
"lt": "Veikimas ir trumalunas",
|
|
13235
|
+
"mt": "Prestazzjoni u Durabilità",
|
|
13236
|
+
"pl": "Wydajność i trwałość",
|
|
13237
|
+
"pt": "Desempenho e Durabilidade",
|
|
13238
|
+
"ro": "Performanță și Durabilitate",
|
|
13239
|
+
"sk": "Výkonnosť a trvanlivosť",
|
|
13240
|
+
"sl": "Zmogljivost in trajnost",
|
|
13241
|
+
"es": "Desempeño y Durabilidad",
|
|
13242
|
+
"sv": "Prestanda och hållbarhet",
|
|
13243
|
+
"el": "Επιδόσεις και ανθεκτικότητα"
|
|
13244
|
+
},
|
|
13245
|
+
"sortOrder": 112,
|
|
13246
|
+
"defaultAccessLevel": "restricted",
|
|
13247
|
+
"regulationRef": {
|
|
13248
|
+
"article": "Annex XIII (4d)",
|
|
13249
|
+
"annex": "Annex XIII (4d)",
|
|
13250
|
+
"instrument": "32023R1542",
|
|
13251
|
+
"provision": "Annex XIII (4d)",
|
|
13252
|
+
"kind": "legislation"
|
|
13253
|
+
},
|
|
13254
|
+
"aiHints": {
|
|
13255
|
+
"alternateNames": [
|
|
13256
|
+
"temperature information",
|
|
13257
|
+
"operating temperature",
|
|
13258
|
+
"design temperature"
|
|
13259
|
+
],
|
|
13260
|
+
"expectedFormat": "Integer value in degrees Celsius (can be negative)",
|
|
13261
|
+
"extractionPriority": 5
|
|
13262
|
+
}
|
|
13263
|
+
},
|
|
13264
|
+
{
|
|
13265
|
+
"key": "cadmiumLeadSymbolsUrl",
|
|
13266
|
+
"label": {
|
|
13267
|
+
"en": "Cadmium and Lead Symbols URL",
|
|
13268
|
+
"bg": "URL на символи за кадмий и олово",
|
|
13269
|
+
"de": "URL der Cadmium- und Bleisymbole",
|
|
13270
|
+
"hr": "URL simbola kadmija i olova",
|
|
13271
|
+
"cs": "URL symbolů kadmia a olova",
|
|
13272
|
+
"da": "URL for cadmium- og blysymboler",
|
|
13273
|
+
"nl": "URL cadmium- en loodsymbolen",
|
|
13274
|
+
"et": "Kaadmiumi ja plii sümbolite URL",
|
|
13275
|
+
"fi": "Kadmium- ja lyijysümbolien URL-osoite",
|
|
13276
|
+
"fr": "URL des symboles cadmium et plomb",
|
|
13277
|
+
"hu": "Kadmium és ólom szimbólumok URL-je",
|
|
13278
|
+
"ga": "URL Siombailí Caidmiam agus Luaidhe",
|
|
13279
|
+
"it": "URL Simboli Cadmio e Piombo",
|
|
13280
|
+
"lv": "Kadmija un svina simbolu URL",
|
|
13281
|
+
"lt": "Kadmio ir švino simbolių URL",
|
|
13282
|
+
"mt": "URL tas-Simboli tal-Kadmju u l-Ċomb",
|
|
13283
|
+
"pl": "Adres URL symboli kadmu i ołowiu",
|
|
13284
|
+
"pt": "URL dos Símbolos de Cádmio e Chumbo",
|
|
13285
|
+
"ro": "URL Simboluri Cadmiu şi Plumb",
|
|
13286
|
+
"sk": "URL symbolov kadmia a olova",
|
|
13287
|
+
"sl": "URL simbolov kadmija in svinca",
|
|
13288
|
+
"es": "URL de Símbolos de Cadmio y Plomo",
|
|
13289
|
+
"sv": "URL för kadmium- och blysymboler",
|
|
13290
|
+
"el": "URL συμβόλων καδμίου και μολύβδου"
|
|
13291
|
+
},
|
|
13292
|
+
"description": {
|
|
13293
|
+
"en": "URI linking to the artwork or documentation for the cadmium and lead chemical symbols required to be marked on the battery per Art. 13(5). Complements the cadmiumSymbol and leadSymbol boolean fields, which only indicate presence.",
|
|
13294
|
+
"hr": "URI koji upućuje na oznake za kemijske simbole kadmija i olova prema čl. 13(5).",
|
|
13295
|
+
"cs": "URI odkazující na dokumentaci pro chemické symboly kadmia a olova dle čl. 13(5).",
|
|
13296
|
+
"da": "URI der linker til dokumentation for cadmium- og blysymboler iflølge art. 13(5).",
|
|
13297
|
+
"nl": "URI die linkt naar de documentatie voor cadmium- en loodsymbolen conform art. 13(5).",
|
|
13298
|
+
"et": "URI, mis viitab kaadmiumi ja plii keemiliste sümbolite dokumentatsioonile vastavalt art. 13(5).",
|
|
13299
|
+
"fi": "URI, joka linkittää kadmium- ja lyijysümbolien dokumentaatioon art. 13(5) mukaisesti.",
|
|
13300
|
+
"fr": "URI renvoyant à la documentation pour les symboles chimiques du cadmium et du plomb selon l’art. 13(5).",
|
|
13301
|
+
"hu": "URI, amely a kadmium és ólom szimbólumok dokumentaciójára mutat az art. 13(5) szerint.",
|
|
13302
|
+
"ga": "URI ag nascúdh le doiciéadú d’fhocail cheimiceúcha caidmiam agus luaidhe de réir art. 13(5).",
|
|
13303
|
+
"it": "URI che collega alla documentazione per i simboli chimici di cadmio e piombo ai sensi dell’art. 13(5).",
|
|
13304
|
+
"lv": "URI, kas saista ar kadmija un svina ķīmiski simbolu dokumentāciju saskaņā ar 13(5) pantu.",
|
|
13305
|
+
"lt": "URI, susietas su kadmio ir švino cheminių simbolių dokumentacija pagal 13(5) str.",
|
|
13306
|
+
"mt": "URI li jgħaqqad mad-dokumentazzjoni tas-simboli kimiċi tal-kadmju u l-ċomb skont l-art. 13(5).",
|
|
13307
|
+
"pl": "URI łączący z dokumentacją symboli chemicznych kadmu i ołowiu zgodnie z art. 13(5).",
|
|
13308
|
+
"pt": "URI que liga à documentação dos símbolos químicos de cádmio e chumbo conforme art. 13(5).",
|
|
13309
|
+
"ro": "URI care face legătura cu documentația simbolurilor chimice ale cadmiului şi plumbului conform art. 13(5).",
|
|
13310
|
+
"sk": "URI odkazujúci na dokumentáciu chemických symbolov kadmia a olova podļa čl. 13(5).",
|
|
13311
|
+
"sl": "URI, ki se nanaša na dokumentacijo kemičnih simbolov kadmija in svinca v skladu z 13(5).",
|
|
13312
|
+
"es": "URI que enlaza a la documentación de los símbolos químicos de cadmio y plomo según art. 13(5).",
|
|
13313
|
+
"sv": "URI som länkar till dokumentation för kadmium- och blysymboler enligt art. 13(5).",
|
|
13314
|
+
"el": "URI που συνδέεται με τη τεκμηρίωση χημικών συμβόλων καδμίου και μολύβδου κατά το άρθρο 13(5)."
|
|
13315
|
+
},
|
|
13316
|
+
"dataType": "url",
|
|
13317
|
+
"unit": null,
|
|
13318
|
+
"translatable": false,
|
|
13319
|
+
"defaultValue": null,
|
|
13320
|
+
"enumOptions": null,
|
|
13321
|
+
"validation": {
|
|
13322
|
+
"required": false,
|
|
13323
|
+
"requiredBy": {
|
|
13324
|
+
"EV": "required",
|
|
13325
|
+
"LMT": "required",
|
|
13326
|
+
"industrial_gt_2kwh": "required"
|
|
13327
|
+
},
|
|
13328
|
+
"min": null,
|
|
13329
|
+
"max": null,
|
|
13330
|
+
"minLength": null,
|
|
13331
|
+
"maxLength": null,
|
|
13332
|
+
"pattern": "^https?://.*$"
|
|
13333
|
+
},
|
|
13334
|
+
"category": "labels_markings",
|
|
13335
|
+
"categoryLabel": {
|
|
13336
|
+
"en": "Labels, Symbols & Conformity",
|
|
13337
|
+
"bg": "Етикети, символи и съответствие",
|
|
13338
|
+
"de": "Kennzeichnungen, Symbole & Konformität",
|
|
13339
|
+
"hr": "Oznake, simboli i sukladnost",
|
|
13340
|
+
"cs": "Štítky, symboly a shoda",
|
|
13341
|
+
"da": "Mærker, symboler og overensstemmelse",
|
|
13342
|
+
"nl": "Labels, symbolen en conformiteit",
|
|
13343
|
+
"et": "Sildid, sümbolid ja vastavus",
|
|
13344
|
+
"fi": "Merkinnät, symbolit ja vaatimustenmukaisuus",
|
|
13345
|
+
"fr": "Étiquettes, symboles et conformité",
|
|
13346
|
+
"hu": "Címkék, szimbólumok és megfelelőség",
|
|
13347
|
+
"ga": "Lipéid, Siombail agus Comhfhonméad",
|
|
13348
|
+
"it": "Etichette, Simboli e Conformità",
|
|
13349
|
+
"lv": "Etiķetes, simboli un atbilstība",
|
|
13350
|
+
"lt": "Žymos, simboliai ir atitiktis",
|
|
13351
|
+
"mt": "Etiketti, Simboli u Konformità",
|
|
13352
|
+
"pl": "Etykiety, symbole i zgodność",
|
|
13353
|
+
"pt": "Etiquetas, Símbolos e Conformidade",
|
|
13354
|
+
"ro": "Etichete, Simboluri și Conformitate",
|
|
13355
|
+
"sk": "Označenia, symboly a zhoda",
|
|
13356
|
+
"sl": "Oznake, simboli in skladnost",
|
|
13357
|
+
"es": "Etiquetas, Símbolos y Conformidad",
|
|
13358
|
+
"sv": "Etiketter, symboler och överensstämmelse",
|
|
13359
|
+
"el": "Σημάνσεις, σύμβολα και συμμόρφωση"
|
|
13360
|
+
},
|
|
13361
|
+
"sortOrder": 113,
|
|
13362
|
+
"defaultAccessLevel": "public",
|
|
13363
|
+
"regulationRef": {
|
|
13364
|
+
"article": "Art. 13(5)",
|
|
13365
|
+
"annex": "Annex XIII (1s)",
|
|
13366
|
+
"instrument": "32023R1542",
|
|
13367
|
+
"provision": "Annex XIII (1s)",
|
|
13368
|
+
"kind": "legislation"
|
|
13369
|
+
},
|
|
13370
|
+
"aiHints": {
|
|
13371
|
+
"alternateNames": [
|
|
13372
|
+
"cadmium lead symbol link",
|
|
13373
|
+
"Cd Pb symbol URL",
|
|
13374
|
+
"chemical symbols URL"
|
|
13375
|
+
],
|
|
13376
|
+
"expectedFormat": "Full URL to the cadmium/lead symbol artwork",
|
|
13377
|
+
"extractionPriority": 5
|
|
13378
|
+
}
|
|
13379
|
+
},
|
|
13380
|
+
{
|
|
13381
|
+
"key": "componentPartNumbersUrl",
|
|
13382
|
+
"label": {
|
|
13383
|
+
"en": "Component Part Numbers URL",
|
|
13384
|
+
"bg": "URL на номера на части на компоненти",
|
|
13385
|
+
"de": "URL der Bauteil-Teilenummern",
|
|
13386
|
+
"hr": "URL broja dijelova komponenata",
|
|
13387
|
+
"cs": "URL čísel dílů komponent",
|
|
13388
|
+
"da": "URL for komponentdelsnumre",
|
|
13389
|
+
"nl": "URL onderdeel-nummers componenten",
|
|
13390
|
+
"et": "Komponentide osanumbrite URL",
|
|
13391
|
+
"fi": "Komponenttien osanumeroiden URL-osoite",
|
|
13392
|
+
"fr": "URL des numéros de pièces des composants",
|
|
13393
|
+
"hu": "Alkatrész-komponens számok URL-je",
|
|
13394
|
+
"ga": "URL Uimhreacha Páirteanna Comhpháirteanna",
|
|
13395
|
+
"it": "URL Numeri di Parte dei Componenti",
|
|
13396
|
+
"lv": "Komponentu detaļu numuru URL",
|
|
13397
|
+
"lt": "Komponentų dalių numerių URL",
|
|
13398
|
+
"mt": "URL tan-Numri tal-Partijiet tal-Komponenti",
|
|
13399
|
+
"pl": "Adres URL numerów części komponentów",
|
|
13400
|
+
"pt": "URL dos Números de Peça dos Componentes",
|
|
13401
|
+
"ro": "URL Numerele de Piese ale Componentelor",
|
|
13402
|
+
"sk": "URL čísel dielov komponentov",
|
|
13403
|
+
"sl": "URL števlk delov komponent",
|
|
13404
|
+
"es": "URL de Números de Pieza de Componentes",
|
|
13405
|
+
"sv": "URL för komponentdelsnummer",
|
|
13406
|
+
"el": "URL αριθμών μερών εξαρτημάτων"
|
|
13407
|
+
},
|
|
13408
|
+
"description": {
|
|
13409
|
+
"en": "URI linking to a list of part numbers for components and spare parts of the battery per Annex XIII 2(b). Complements the componentPartNumbers array field, which holds the structured part-number list; this URI field satisfies the GEFEG format:uri requirement.",
|
|
13410
|
+
"hr": "URI koji upućuje na popis broja dijelova za komponente i rezervne dijelove baterije prema Aneksu XIII 2(b).",
|
|
13411
|
+
"cs": "URI odkazující na seznam čísel dílů pro komponenty a náhradní díly baterie dle přílohy XIII 2(b).",
|
|
13412
|
+
"da": "URI der linker til en liste over delsnumre for komponenter og reservedele til batteriet iflølge bilag XIII 2(b).",
|
|
13413
|
+
"nl": "URI die linkt naar een lijst van onderdeel-nummers voor componenten en reserveonderdelen van de batterij conform bijlage XIII 2(b).",
|
|
13414
|
+
"et": "URI, mis viitab aku komponentide ja varuosade osanumbrite loendile vastavalt XIII lisa 2(b).",
|
|
13415
|
+
"fi": "URI, joka linkittää akun komponenttien ja varaosien osanumeroluetteloon liitteen XIII 2(b) mukaisesti.",
|
|
13416
|
+
"fr": "URI renvoyant à la liste des numéros de pièces pour les composants et pièces de rechange de la batterie selon l’annexe XIII 2(b).",
|
|
13417
|
+
"hu": "URI, amely az akkumulátor komponenseinek alkatrész-szám-listájára mutat a XIII. melléklet 2(b) szerint.",
|
|
13418
|
+
"ga": "URI ag nascúdh le liosta de na huimhreacha páirteanna do chomhpháirteanna agus spárpháirteanna na cadhnra de réir Iarscríbhinn XIII 2(b).",
|
|
13419
|
+
"it": "URI che collega a un elenco di numeri di parte per componenti e pezzi di ricambio della batteria ai sensi dell’allegato XIII 2(b).",
|
|
13420
|
+
"lv": "URI, kas saista ar komponentu un rezerves daļu numuru sarakstu saskaņā ar XIII pielikuma 2(b).",
|
|
13421
|
+
"lt": "URI, susietas su komponentų ir atsarginių dalių numerių sąrašu pagal XIII priedo 2(b).",
|
|
13422
|
+
"mt": "URI li jgħaqqad ma’ lista tan-numri tal-partijiet għal komponenti u biċiet ta’ bdil tal-batterija skont l-Anness XIII 2(b).",
|
|
13423
|
+
"pl": "URI łączący z listą numerów części dla komponentów i części zamiennych baterii zgodnie z załącznikiem XIII 2(b).",
|
|
13424
|
+
"pt": "URI que liga a uma lista de números de peça para componentes e peças de reposição da bateria conforme Anexo XIII 2(b).",
|
|
13425
|
+
"ro": "URI care face legătura cu o listă de numere de piese pentru componente şi piese de schimb ale bateriei conform Anexei XIII 2(b).",
|
|
13426
|
+
"sk": "URI odkazujúci na zoznam čísel dielov pre komponenty a náhradné diely batérie podļa prílohy XIII 2(b).",
|
|
13427
|
+
"sl": "URI, ki se nanaša na seznam števlk delov za komponente in nadomestne dele baterije v skladu s Prilogo XIII 2(b).",
|
|
13428
|
+
"es": "URI que enlaza a una lista de números de pieza para componentes y piezas de repuesto de la batería según el Anexo XIII 2(b).",
|
|
13429
|
+
"sv": "URI som länkar till en lista med delsnummer för komponenter och reservdelar till batteriet enligt bilaga XIII 2(b).",
|
|
13430
|
+
"el": "URI που συνδέεται με κατάλογο αριθμών μερών εξαρτημάτων και ανταλλακτικών σύμφωνα με το Παράρτημα XIII 2(β)."
|
|
13431
|
+
},
|
|
13432
|
+
"dataType": "url",
|
|
13433
|
+
"unit": null,
|
|
13434
|
+
"translatable": false,
|
|
13435
|
+
"defaultValue": null,
|
|
13436
|
+
"enumOptions": null,
|
|
13437
|
+
"validation": {
|
|
13438
|
+
"required": false,
|
|
13439
|
+
"requiredBy": {
|
|
13440
|
+
"EV": "required",
|
|
13441
|
+
"LMT": "required",
|
|
13442
|
+
"industrial_gt_2kwh": "required"
|
|
13443
|
+
},
|
|
13444
|
+
"min": null,
|
|
13445
|
+
"max": null,
|
|
13446
|
+
"minLength": null,
|
|
13447
|
+
"maxLength": null,
|
|
13448
|
+
"pattern": "^https?://.*$"
|
|
13449
|
+
},
|
|
13450
|
+
"category": "end_of_life",
|
|
13451
|
+
"categoryLabel": {
|
|
13452
|
+
"en": "Circularity & Resource Efficiency",
|
|
13453
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
13454
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
13455
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
13456
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
13457
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
13458
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
13459
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
13460
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
13461
|
+
"fr": "Circularité et efficacité des ressources",
|
|
13462
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
13463
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
13464
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
13465
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
13466
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
13467
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
13468
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
13469
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
13470
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
13471
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
13472
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
13473
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
13474
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
13475
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
13476
|
+
},
|
|
13477
|
+
"sortOrder": 114,
|
|
13478
|
+
"defaultAccessLevel": "restricted",
|
|
13479
|
+
"regulationRef": {
|
|
13480
|
+
"article": "Annex XIII (2b)",
|
|
13481
|
+
"annex": "Annex XIII (2b)",
|
|
13482
|
+
"instrument": "32023R1542",
|
|
13483
|
+
"provision": "Annex XIII (2b)",
|
|
13484
|
+
"kind": "legislation"
|
|
13485
|
+
},
|
|
13486
|
+
"aiHints": {
|
|
13487
|
+
"alternateNames": [
|
|
13488
|
+
"parts list URL",
|
|
13489
|
+
"component part numbers link",
|
|
13490
|
+
"spare parts catalog URL"
|
|
13491
|
+
],
|
|
13492
|
+
"expectedFormat": "Full URL to the component parts list",
|
|
13493
|
+
"extractionPriority": 5
|
|
13494
|
+
}
|
|
13495
|
+
},
|
|
13496
|
+
{
|
|
13497
|
+
"key": "sparePartsSourcesUrl",
|
|
13498
|
+
"label": {
|
|
13499
|
+
"en": "Spare Parts Sources URL",
|
|
13500
|
+
"bg": "URL на източници на резервни части",
|
|
13501
|
+
"de": "URL der Ersatzteilquellen",
|
|
13502
|
+
"hr": "URL izvora rezervnih dijelova",
|
|
13503
|
+
"cs": "URL zdrojů náhradních dílů",
|
|
13504
|
+
"da": "URL for reservedelskilder",
|
|
13505
|
+
"nl": "URL bronnen reserveonderdelen",
|
|
13506
|
+
"et": "Varuosade allikate URL",
|
|
13507
|
+
"fi": "Varaosien lähteiden URL-osoite",
|
|
13508
|
+
"fr": "URL des sources de pièces de rechange",
|
|
13509
|
+
"hu": "Pótalkatalészek forrásainak URL-je",
|
|
13510
|
+
"ga": "URL Foinsí Spárpháirteanna",
|
|
13511
|
+
"it": "URL Fonti Pezzi di Ricambio",
|
|
13512
|
+
"lv": "Rezerves daļu avotu URL",
|
|
13513
|
+
"lt": "Atsarginių dalių šaltinių URL",
|
|
13514
|
+
"mt": "URL tal-Sorsi tal-Biċiet ta’ Bdil",
|
|
13515
|
+
"pl": "Adres URL źródeł części zamiennych",
|
|
13516
|
+
"pt": "URL das Fontes de Peças de Reposição",
|
|
13517
|
+
"ro": "URL Sursele de Piese de Schimb",
|
|
13518
|
+
"sk": "URL zdrojov náhradných dielov",
|
|
13519
|
+
"sl": "URL virov nadomestnih delov",
|
|
13520
|
+
"es": "URL de Fuentes de Repuestos",
|
|
13521
|
+
"sv": "URL för källor till reservdelar",
|
|
13522
|
+
"el": "URL πηγών ανταλλακτικών"
|
|
13523
|
+
},
|
|
13524
|
+
"description": {
|
|
13525
|
+
"en": "URI linking to information on sources where spare parts can be obtained for the battery per Annex XIII 2(b). When present, takes precedence over the URL derived from the sparePartsInformation.catalogUrl field in the GEFEG export.",
|
|
13526
|
+
"hr": "URI koji upućuje na izvore rezervnih dijelova za bateriju prema Aneksu XIII 2(b).",
|
|
13527
|
+
"cs": "URI odkazující na zdroje náhradních dílů pro baterii dle přílohy XIII 2(b).",
|
|
13528
|
+
"da": "URI der linker til information om reservedelskilder til batteriet iflølge bilag XIII 2(b).",
|
|
13529
|
+
"nl": "URI die linkt naar informatie over bronnen van reserveonderdelen voor de batterij conform bijlage XIII 2(b).",
|
|
13530
|
+
"et": "URI, mis viitab aku varuosade allikate teabele vastavalt XIII lisa 2(b).",
|
|
13531
|
+
"fi": "URI, joka linkittää akun varaosien lähteitä koskevaan tietoon liitteen XIII 2(b) mukaisesti.",
|
|
13532
|
+
"fr": "URI renvoyant aux informations sur les sources de pièces de rechange pour la batterie selon l’annexe XIII 2(b).",
|
|
13533
|
+
"hu": "URI, amely az akkumulátor pótalkatalészei forrásaira vonatkozó információkra mutat a XIII. melléklet 2(b) szerint.",
|
|
13534
|
+
"ga": "URI ag nascúdh le faisnéis ar fhoinsí spárpháirteanna don chaidhnra de réir Iarscríbhinn XIII 2(b).",
|
|
13535
|
+
"it": "URI che collega alle informazioni sulle fonti di pezzi di ricambio per la batteria ai sensi dell’allegato XIII 2(b).",
|
|
13536
|
+
"lv": "URI, kas saista ar informāciju par rezerves daļu avotiem saskaņā ar XIII pielikuma 2(b).",
|
|
13537
|
+
"lt": "URI, susietas su informacija apie atsarginių dalių šaltinius pagal XIII priedo 2(b).",
|
|
13538
|
+
"mt": "URI li jgħaqqad ma’ informazzjoni dwar sorsi ta’ biċiet ta’ bdil skont l-Anness XIII 2(b).",
|
|
13539
|
+
"pl": "URI łączący z informacjami o źródłach części zamiennych baterii zgodnie z załącznikiem XIII 2(b).",
|
|
13540
|
+
"pt": "URI que liga às informações sobre fontes de peças de reposição para a bateria conforme Anexo XIII 2(b).",
|
|
13541
|
+
"ro": "URI care face legătura cu informații despre sursele de piese de schimb pentru baterie conform Anexei XIII 2(b).",
|
|
13542
|
+
"sk": "URI odkazujúci na informácie o zdrojoch náhradných dielov pre batériu podļa prílohy XIII 2(b).",
|
|
13543
|
+
"sl": "URI, ki se nanaša na informacije o virih nadomestnih delov za baterijo v skladu s Prilogo XIII 2(b).",
|
|
13544
|
+
"es": "URI que enlaza a información sobre fuentes de repuestos para la batería según el Anexo XIII 2(b).",
|
|
13545
|
+
"sv": "URI som länkar till information om källor till reservdelar för batteriet enligt bilaga XIII 2(b).",
|
|
13546
|
+
"el": "URI που συνδέεται με πληροφορίες για πηγές ανταλλακτικών σύμφωνα με το Παράρτημα XIII 2(β)."
|
|
13547
|
+
},
|
|
13548
|
+
"dataType": "url",
|
|
13549
|
+
"unit": null,
|
|
13550
|
+
"translatable": false,
|
|
13551
|
+
"defaultValue": null,
|
|
13552
|
+
"enumOptions": null,
|
|
13553
|
+
"validation": {
|
|
13554
|
+
"required": false,
|
|
13555
|
+
"requiredBy": {
|
|
13556
|
+
"EV": "required",
|
|
13557
|
+
"LMT": "required",
|
|
13558
|
+
"industrial_gt_2kwh": "required"
|
|
13559
|
+
},
|
|
13560
|
+
"min": null,
|
|
13561
|
+
"max": null,
|
|
13562
|
+
"minLength": null,
|
|
13563
|
+
"maxLength": null,
|
|
13564
|
+
"pattern": "^https?://.*$"
|
|
13565
|
+
},
|
|
13566
|
+
"category": "end_of_life",
|
|
13567
|
+
"categoryLabel": {
|
|
13568
|
+
"en": "Circularity & Resource Efficiency",
|
|
13569
|
+
"bg": "Кръгова икономика и ресурсна ефективност",
|
|
13570
|
+
"de": "Kreislaufwirtschaft & Ressourceneffizienz",
|
|
13571
|
+
"hr": "Kružna gospodarstva i učinkovitost resursa",
|
|
13572
|
+
"cs": "Oběhové hospodářství a efektivita zdrojů",
|
|
13573
|
+
"da": "Økonomi og ressourceeffektivitet",
|
|
13574
|
+
"nl": "Circulariteit en hulpbroneffiëntie",
|
|
13575
|
+
"et": "Ringlusemajandus ja ressursi efektiivsus",
|
|
13576
|
+
"fi": "Kiertotalous ja resurssin tehokkuus",
|
|
13577
|
+
"fr": "Circularité et efficacité des ressources",
|
|
13578
|
+
"hu": "Körkörös gazdaság és erőforrás-hatékonyság",
|
|
13579
|
+
"ga": "Foluain agus Éifeachtúlacht Acmhainní",
|
|
13580
|
+
"it": "Circolarità e Efficienza delle Risorse",
|
|
13581
|
+
"lv": "Aprites ekonomika un resursu efektivitāte",
|
|
13582
|
+
"lt": "Apyvartinumas ir išteklių efektyvumas",
|
|
13583
|
+
"mt": "Ċirkularità u Effiċjenza tar-Risorsi",
|
|
13584
|
+
"pl": "Gospodarność i efektywność zasobów",
|
|
13585
|
+
"pt": "Circularidade e Eficiência de Recursos",
|
|
13586
|
+
"ro": "Circularitate și Eficiență a Resurselor",
|
|
13587
|
+
"sk": "Obehovosť a efektívnosť zdrojov",
|
|
13588
|
+
"sl": "Krožnost in učinkovitost virov",
|
|
13589
|
+
"es": "Circularidad y Eficiencia de Recursos",
|
|
13590
|
+
"sv": "Cirkularitet och resurseffektivitet",
|
|
13591
|
+
"el": "Κυκλικότητα και αποδοτικότητα πόρων"
|
|
13592
|
+
},
|
|
13593
|
+
"sortOrder": 115,
|
|
13594
|
+
"defaultAccessLevel": "restricted",
|
|
13595
|
+
"regulationRef": {
|
|
13596
|
+
"article": "Annex XIII (2b)",
|
|
13597
|
+
"annex": "Annex XIII (2b)",
|
|
13598
|
+
"instrument": "32023R1542",
|
|
13599
|
+
"provision": "Annex XIII (2b)",
|
|
13600
|
+
"kind": "legislation"
|
|
13601
|
+
},
|
|
13602
|
+
"aiHints": {
|
|
13603
|
+
"alternateNames": [
|
|
13604
|
+
"spare parts sources link",
|
|
13605
|
+
"spare parts information URL",
|
|
13606
|
+
"repair parts URL"
|
|
13607
|
+
],
|
|
13608
|
+
"expectedFormat": "Full URL to spare parts source information",
|
|
13609
|
+
"extractionPriority": 5
|
|
13610
|
+
}
|
|
13611
|
+
},
|
|
13612
|
+
{
|
|
13613
|
+
"key": "accidentsInformationUrl",
|
|
13614
|
+
"label": {
|
|
13615
|
+
"en": "Accidents Information URL",
|
|
13616
|
+
"bg": "URL на информация за инциденти",
|
|
13617
|
+
"de": "URL der Unfallinformationen",
|
|
13618
|
+
"hr": "URL informacija o nezgodama",
|
|
13619
|
+
"cs": "URL informací o nehodách",
|
|
13620
|
+
"da": "URL for ulykkesoplysninger",
|
|
13621
|
+
"nl": "URL ongevalleninformatie",
|
|
13622
|
+
"et": "Õnnetusjuhtumite teabe URL",
|
|
13623
|
+
"fi": "Onnettomuustietojen URL-osoite",
|
|
13624
|
+
"fr": "URL des informations sur les accidents",
|
|
13625
|
+
"hu": "Baleseti információk URL-je",
|
|
13626
|
+
"ga": "URL Faisnéis Timpiscí",
|
|
13627
|
+
"it": "URL Informazioni sugli Incidenti",
|
|
13628
|
+
"lv": "Negadījumu informācijas URL",
|
|
13629
|
+
"lt": "Avarijų informacijos URL",
|
|
13630
|
+
"mt": "URL tal-Informazzjoni dwar l-Inċidenti",
|
|
13631
|
+
"pl": "Adres URL informacji o wypadkach",
|
|
13632
|
+
"pt": "URL de Informações sobre Acidentes",
|
|
13633
|
+
"ro": "URL Informații privind Accidentele",
|
|
13634
|
+
"sk": "URL informácií o nehodách",
|
|
13635
|
+
"sl": "URL informacij o nesrečah",
|
|
13636
|
+
"es": "URL de Información sobre Accidentes",
|
|
13637
|
+
"sv": "URL för olycksinformation",
|
|
13638
|
+
"el": "URL πληροφοριών ατυχημάτων"
|
|
13639
|
+
},
|
|
13640
|
+
"description": {
|
|
13641
|
+
"en": "URI linking to information on accidents relating to the battery per Annex XIII 4(d). Complements the negativeEvents array field, which holds structured event records; this URI field satisfies the GEFEG format:uri requirement.",
|
|
13642
|
+
"hr": "URI koji upućuje na informacije o nesrećama vezanim uz bateriju prema Aneksu XIII 4(d).",
|
|
13643
|
+
"cs": "URI odkazující na informace o nehodách týkajících se baterie dle přílohy XIII 4(d).",
|
|
13644
|
+
"da": "URI der linker til information om ulykker med batteriet iflølge bilag XIII 4(d).",
|
|
13645
|
+
"nl": "URI die linkt naar informatie over ongelukken met betrekking tot de batterij conform bijlage XIII 4(d).",
|
|
13646
|
+
"et": "URI, mis viitab akuga seotud õnnetusjuhtumite teabele vastavalt XIII lisa 4(d).",
|
|
13647
|
+
"fi": "URI, joka linkittää akkuun liittyviin onnettomuustietoihin liitteen XIII 4(d) mukaisesti.",
|
|
13648
|
+
"fr": "URI renvoyant aux informations sur les accidents liés à la batterie selon l’annexe XIII 4(d).",
|
|
13649
|
+
"hu": "URI, amely az akkumulátorral kapcsolatos balesetekre vonatkozó információkra mutat a XIII. melléklet 4(d) szerint.",
|
|
13650
|
+
"ga": "URI ag nascúdh le faisnéis ar thimpiscí a bhaineann leis an gcaidhnra de réir Iarscríbhinn XIII 4(d).",
|
|
13651
|
+
"it": "URI che collega alle informazioni sugli incidenti relativi alla batteria ai sensi dell’allegato XIII 4(d).",
|
|
13652
|
+
"lv": "URI, kas saista ar informāciju par negadījumiem, kas saistīti ar akumulātoru saskaņā ar XIII pielikuma 4(d).",
|
|
13653
|
+
"lt": "URI, susietas su informacija apie su akumuliatoriumi susijusias avarijas pagal XIII priedo 4(d).",
|
|
13654
|
+
"mt": "URI li jgħaqqad ma’ informazzjoni dwar inċidenti relatati mal-batterija skont l-Anness XIII 4(d).",
|
|
13655
|
+
"pl": "URI łączący z informacjami o wypadkach dotyczących baterii zgodnie z załącznikiem XIII 4(d).",
|
|
13656
|
+
"pt": "URI que liga a informações sobre acidentes relacionados com a bateria conforme Anexo XIII 4(d).",
|
|
13657
|
+
"ro": "URI care face legătura cu informații despre accidente legate de baterie conform Anexei XIII 4(d).",
|
|
13658
|
+
"sk": "URI odkazujúci na informácie o nehodách týkajúcich sa batérie podļa prílohy XIII 4(d).",
|
|
13659
|
+
"sl": "URI, ki se nanaša na informacije o nesrečah v zvezi z baterijo v skladu s Prilogo XIII 4(d).",
|
|
13660
|
+
"es": "URI que enlaza a información sobre accidentes relacionados con la batería según el Anexo XIII 4(d).",
|
|
13661
|
+
"sv": "URI som länkar till information om olyckor relaterade till batteriet enligt bilaga XIII 4(d).",
|
|
13662
|
+
"el": "URI που συνδέεται με πληροφορίες για ατυχήματα σχετικά με την μπαταρία σύμφωνα με το Παράρτημα XIII 4(δ)."
|
|
13663
|
+
},
|
|
13664
|
+
"dataType": "url",
|
|
13665
|
+
"unit": null,
|
|
13666
|
+
"translatable": false,
|
|
13667
|
+
"defaultValue": null,
|
|
13668
|
+
"enumOptions": null,
|
|
13669
|
+
"validation": {
|
|
13670
|
+
"required": false,
|
|
13671
|
+
"requiredBy": {
|
|
13672
|
+
"EV": "conditional",
|
|
13673
|
+
"LMT": "conditional",
|
|
13674
|
+
"industrial_gt_2kwh": "conditional"
|
|
13675
|
+
},
|
|
13676
|
+
"min": null,
|
|
13677
|
+
"max": null,
|
|
13678
|
+
"minLength": null,
|
|
13679
|
+
"maxLength": null,
|
|
13680
|
+
"pattern": "^https?://.*$"
|
|
13681
|
+
},
|
|
13682
|
+
"category": "performance",
|
|
13683
|
+
"categoryLabel": {
|
|
13684
|
+
"en": "Performance & Durability",
|
|
13685
|
+
"bg": "Производителност и дълготрайност",
|
|
13686
|
+
"de": "Leistung & Haltbarkeit",
|
|
13687
|
+
"hr": "Učinkovitost i trajnost",
|
|
13688
|
+
"cs": "Výkonnost a trvanlivost",
|
|
13689
|
+
"da": "Ydeevne og holdbarhed",
|
|
13690
|
+
"nl": "Prestaties en duurzaamheid",
|
|
13691
|
+
"et": "Jõudlus ja vastupidavus",
|
|
13692
|
+
"fi": "Suorituskyky ja kestävyys",
|
|
13693
|
+
"fr": "Performance et durabilité",
|
|
13694
|
+
"hu": "Teljesítmény és tartósság",
|
|
13695
|
+
"ga": "Feidhmíochta agus Teannas",
|
|
13696
|
+
"it": "Prestazioni e Durabilità",
|
|
13697
|
+
"lv": "Veiktspēja un ilgtspēja",
|
|
13698
|
+
"lt": "Veikimas ir trumalunas",
|
|
13699
|
+
"mt": "Prestazzjoni u Durabilità",
|
|
13700
|
+
"pl": "Wydajność i trwałość",
|
|
13701
|
+
"pt": "Desempenho e Durabilidade",
|
|
13702
|
+
"ro": "Performanță și Durabilitate",
|
|
13703
|
+
"sk": "Výkonnosť a trvanlivosť",
|
|
13704
|
+
"sl": "Zmogljivost in trajnost",
|
|
13705
|
+
"es": "Desempeño y Durabilidad",
|
|
13706
|
+
"sv": "Prestanda och hållbarhet",
|
|
13707
|
+
"el": "Επιδόσεις και ανθεκτικότητα"
|
|
13708
|
+
},
|
|
13709
|
+
"sortOrder": 116,
|
|
13710
|
+
"defaultAccessLevel": "restricted",
|
|
13711
|
+
"regulationRef": {
|
|
13712
|
+
"article": "Annex XIII (4d)",
|
|
13713
|
+
"annex": "Annex XIII (4d)",
|
|
13714
|
+
"instrument": "32023R1542",
|
|
13715
|
+
"provision": "Annex XIII (4d)",
|
|
13716
|
+
"kind": "legislation"
|
|
13717
|
+
},
|
|
13718
|
+
"aiHints": {
|
|
13719
|
+
"alternateNames": [
|
|
13720
|
+
"accidents information link",
|
|
13721
|
+
"accident history URL",
|
|
13722
|
+
"safety incidents URL"
|
|
13723
|
+
],
|
|
13724
|
+
"expectedFormat": "Full URL to accidents/incidents information",
|
|
13725
|
+
"extractionPriority": 5
|
|
13726
|
+
}
|
|
11490
13727
|
}
|
|
11491
13728
|
],
|
|
11492
|
-
"fieldCount":
|
|
11493
|
-
"requiredFieldCount":
|
|
13729
|
+
"fieldCount": 117,
|
|
13730
|
+
"requiredFieldCount": 59,
|
|
11494
13731
|
"_note": "The source markdown lists ~93 fields; CRM sub-fields (name/weight%/country) and hazardous-substance sub-fields (name/CAS/concentration/classification/location) are modeled as array items within criticalRawMaterials and hazardousSubstances respectively.",
|
|
11495
13732
|
"categories": [
|
|
11496
13733
|
"general_info",
|
|
@@ -11502,5 +13739,5 @@
|
|
|
11502
13739
|
"performance"
|
|
11503
13740
|
],
|
|
11504
13741
|
"createdBy": "system",
|
|
11505
|
-
"changelog": "
|
|
11506
|
-
}
|
|
13742
|
+
"changelog": "v3: Per-category field applicability (requiredBy) for the EV/LMT/industrial state-of-health inversion (DP 33, 61-66). Demoted carbon-footprint (DP 17/18 deferred format) and due-diligence (DP 19 deferred format) fields to anticipated. Demoted truly optional/conditional fields (DP 5 manufacturer web/email, DP 35 commercial warranty, DP 41 Cd/Pb symbols, DP 68-71 if-applicable SoH). Added 6 new fields: DP 24 renewable content share, DP 37 RTE at 50% cycle-life, DP 46 component part numbers, DP 53 dynamic power, DP 57 dynamic energy RTE, DP 64 remaining round-trip efficiency. Fixed DP 40/41 citations per Corrigendum 2026/90285. | v4: Add 13 Annex XIII fields (pre/post-consumer recycled shares Ni/Co/Li, SoC-split power capability, temperature information, cadmium/lead symbols URL, component part numbers URL, spare parts sources URL, accidents information URL). Closes GEFEG mapping gaps."
|
|
13743
|
+
}
|