onoma 0.1.1 → 0.3.3
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.
- checksums.yaml +5 -5
- data/.gitignore +2 -0
- data/README.md +13 -1
- data/config/locales/arb.yml +77 -278
- data/config/locales/cmn.yml +69 -178
- data/config/locales/deu.yml +61 -1098
- data/config/locales/eng.yml +3166 -2984
- data/config/locales/fra.yml +705 -423
- data/config/locales/ita.yml +63 -1153
- data/config/locales/jpn.yml +80 -217
- data/config/locales/por.yml +63 -960
- data/config/locales/spa.yml +70 -601
- data/db/migrate/20170904223101_add_cultivable_zone_registry.xml +4 -0
- data/db/migrate/20170914083358_add_new_product_nature_variants.xml +14 -0
- data/db/migrate/20170927144852_add_kiwi_varieties.xml +7 -0
- data/db/migrate/20171106085357_update_account_numbers.xml +431 -0
- data/db/migrate/20171212081801_add_fiscal_positions.xml +12 -0
- data/db/migrate/20180408190101_add_new_plant_variants.xml +7 -0
- data/db/migrate/20180409130101_add_common_crop.xml +4 -0
- data/db/migrate/20180418085027_add-hour-counter-indicator.xml +9 -0
- data/db/migrate/20180709134310_add_centralizing_field_to_accounts.xml +22 -0
- data/db/migrate/20180711093131_review_all_accounts_number_and_fallbacks.xml +431 -0
- data/db/migrate/20180806080646_edit_centralizing_field_accounts.xml +17 -0
- data/db/migrate/20180814184001_add_missing_categories.xml +12 -0
- data/db/migrate/20180907160001_edit_accounts_to_unlock_first_run.xml +21 -0
- data/db/migrate/20181004220301_add_journal_ledger.xml +4 -0
- data/db/migrate/20181205162401_add_intra_vat.xml +6 -0
- data/db/migrate/20181213153405_fix_accounting_systems.xml +7 -0
- data/db/migrate/20181217155149_fiscal_position_refers_to_accounting_system.xml +10 -0
- data/db/migrate/20181217173101_fiscal_position_reference_typo.xml +4 -0
- data/db/migrate/20190315154040_add_suspense_account.xml +4 -0
- data/db/migrate/20190326110849_add_asset_fixable_to_product_nature_categories.xml +25 -0
- data/db/migrate/20190326135443_change_product_nature_category_cultivable_zone_into_land.xml +21 -0
- data/db/migrate/20190329133808_change_land_fixed_assets_account_usage.xml +7 -0
- data/db/migrate/20190405120711_delete_land_sales_account_and_assign_land_parcels_sell_revenues_to_land.xml +5 -0
- data/db/migrate/20190412071057_add_new_fixed_assets_andn_depreciable_accounts.xml +22 -0
- data/db/migrate/20190509092804_add_account_exceptional_depreciations_imputations_expenses_for_fixed_assets.xml +4 -0
- data/db/migrate/20190514084753_add_approved_input_volume.xml +9 -0
- data/db/migrate/20190520072403_add_new_accounts.xml +58 -0
- data/db/migrate/20190521170601_add_missing_taxes.xml +7 -0
- data/db/migrate/20190611101014_change_deductible_vat_account.xml +5 -0
- data/db/migrate/20190620092151_fix_conflicts_in_new_accounts.xml +6 -0
- data/db/migrate/20190625152636_change_mixture_seed_product_nature_variant.xml +4 -0
- data/db/migrate/20190718130243_remove_services_expenses.xml +5 -0
- data/db/migrate/20190801142431_remove_accounts_from_pcg82.xml +5 -0
- data/db/migrate/20190823091727_fix-cubic-meter-per-hectare-symbol.xml +5 -0
- data/db/migrate/20190917161215_add_missing_mass_area_density_units.xml +21 -0
- data/db/migrate/20190917161216_update_quintal_symbol.xml +4 -0
- data/db/migrate/20190917161217_adds_more_info_to_units.xml +133 -0
- data/db/migrate/20190918074757_add_new_accounts.xml +8 -0
- data/db/migrate/20191001122750_add_accounts_fixed_assets_related.xml +10 -0
- data/db/migrate/20191028175001_add_short_balance_sheet.xml +4 -0
- data/db/migrate/20191029131921_add_vine_equipments.xml +117 -0
- data/db/migrate/20191112132413_remove_roller_from_product_natures.xml +5 -0
- data/db/migrate/20200305160358_add_varieties_for_phytosanitary.xml +11 -0
- data/db/reference.xml +1170 -900
- data/lib/onoma.rb +9 -26
- data/lib/onoma/database.rb +1 -1
- data/lib/onoma/item.rb +3 -1
- data/lib/onoma/migration/actions/item_creation.rb +1 -1
- data/lib/onoma/migration/actions/property_creation.rb +1 -1
- data/lib/onoma/nomenclature.rb +7 -11
- data/lib/onoma/version.rb +1 -1
- data/onoma.gemspec +5 -4
- metadata +73 -17
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add new accounts">
|
3
|
+
<item-creation item="accounts#statutory_or_contractual_reserves" fr_pcga="1063" fr_pcg82="1063"/>
|
4
|
+
<item-creation item="accounts#tax_regulated_reserves" fr_pcga="1064" fr_pcg82="1064"/>
|
5
|
+
<item-creation item="accounts#partners_or_associates_dividends_payable" fr_pcga="457" fr_pcg82="457"/>
|
6
|
+
<item-creation item="accounts#levies_and_taxes_from_distributions" fr_pcga="4423" fr_pcg82="4423"/>
|
7
|
+
<item-creation item="accounts#partners_or_associates_advance_payments" fr_pcga="4564" fr_pcg82="4564"/>
|
8
|
+
</migration>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add accounts fixed assets related">
|
3
|
+
<item-creation item="accounts#intangible_fixed_asset_in_progress" fr_pcga="232" fr_pcg82="232"/>
|
4
|
+
<item-creation item="accounts#other_plants_tangible_fixed_asset_in_progress" fr_pcga="2347"/>
|
5
|
+
<item-creation item="accounts#payments_on_account_on_intangible_fixed_assets" fr_pcga="237"/>
|
6
|
+
<item-creation item="accounts#payments_on_account_on_orders_for_tangible_fixed_assets" fr_pcga="238" fr_pcg82="238"/>
|
7
|
+
<item-creation item="accounts#payments_on_account_on_orders_for_tangible_fixed_assets_except_for_livestock" fr_pcga="2381"/>
|
8
|
+
<item-creation item="accounts#payments_on_account_on_orders_for_tangible_fixed_assets_for_livestock" fr_pcga="2384"/>
|
9
|
+
<item-creation item="accounts#corporeal_asset_revenues_of_livestock" fr_pcga="724"/>
|
10
|
+
</migration>
|
@@ -0,0 +1,117 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Add vine equipments">
|
3
|
+
<item-creation item="abilities#lift" parameters="variety"/>
|
4
|
+
<item-creation item="indicators#element_count" datatype="integer"/>
|
5
|
+
<item-creation item="product_natures#roller" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width" abilities="tamp"/>
|
6
|
+
<item-creation item="product_natures#cutting_equipment" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, element_count, length, rows_count" abilities="cut"/>
|
7
|
+
<item-creation item="product_natures#plant_grinder" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, rows_count" abilities="grind(matter)"/>
|
8
|
+
<item-creation item="product_natures#vine_shoot_extractor" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="rows_count" abilities="remove(matter)"/>
|
9
|
+
<item-creation item="product_natures#tool" category="equipment" variety="equipment" population_counting="unitary"/>
|
10
|
+
<item-creation item="product_natures#vine_lifter" category="equipment" variety="equipment" population_counting="unitary" abilities="remove(vitis)"/>
|
11
|
+
<item-creation item="product_natures#self_propelled_harvester" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, fuel_consumption, motor_power, rows_count" abilities="harvest(plant), move, consume(oil), consume(fuel)"/>
|
12
|
+
<item-creation item="product_natures#platform" category="equipment" variety="equipment" population_counting="unitary" abilities="lift(worker)"/>
|
13
|
+
<item-creation item="product_natures#soil_grinder" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, rows_count" abilities="grind(cultivable_zone)"/>
|
14
|
+
<item-creation item="product_nature_variants#self_propelled_carrier" nature="tractor" unit_name="equipment"/>
|
15
|
+
<item-creation item="product_nature_variants#vine_and_ochard_tractor" nature="tractor" unit_name="equipment"/>
|
16
|
+
<item-creation item="product_nature_variants#vine_tractor" nature="tractor" unit_name="equipment"/>
|
17
|
+
<item-creation item="product_nature_variants#arboreal_tractor" nature="tractor" unit_name="equipment"/>
|
18
|
+
<item-creation item="product_nature_variants#straddle_tractor" nature="tractor" unit_name="equipment"/>
|
19
|
+
<item-creation item="product_nature_variants#crawler_tractor" nature="tractor" unit_name="equipment"/>
|
20
|
+
<item-creation item="product_nature_variants#blade_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
21
|
+
<item-creation item="product_nature_variants#disc_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
22
|
+
<item-creation item="product_nature_variants#brush_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
23
|
+
<item-creation item="product_nature_variants#rotary_flail_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
24
|
+
<item-creation item="product_nature_variants#star_intercep_vtv" nature="weeder" unit_name="equipment"/>
|
25
|
+
<item-creation item="product_nature_variants#plow_interrow_vtv" nature="plow" unit_name="equipment"/>
|
26
|
+
<item-creation item="product_nature_variants#claw_interrow_vtv" nature="harrow" unit_name="equipment"/>
|
27
|
+
<item-creation item="product_nature_variants#rotary_spade_interrow_vtv" nature="superficial_plow" unit_name="equipment"/>
|
28
|
+
<item-creation item="product_nature_variants#mechanical_plow_tv" nature="plow" unit_name="equipment"/>
|
29
|
+
<item-creation item="product_nature_variants#hydraulic_plow_tv" nature="plow" unit_name="equipment"/>
|
30
|
+
<item-creation item="product_nature_variants#hydraulic_blade_intercep_tv" nature="weeder" unit_name="equipment"/>
|
31
|
+
<item-creation item="product_nature_variants#mechanical_blade_intercep_tv" nature="weeder" unit_name="equipment"/>
|
32
|
+
<item-creation item="product_nature_variants#brush_intercep_tv" nature="weeder" unit_name="equipment"/>
|
33
|
+
<item-creation item="product_nature_variants#scarifier_tv" nature="plow" unit_name="equipment"/>
|
34
|
+
<item-creation item="product_nature_variants#mechanical_plow_lv" nature="plow" unit_name="equipment"/>
|
35
|
+
<item-creation item="product_nature_variants#hydraulic_plow_lv" nature="plow" unit_name="equipment"/>
|
36
|
+
<item-creation item="product_nature_variants#hydraulic_intercep_lv" nature="weeder" unit_name="equipment"/>
|
37
|
+
<item-creation item="product_nature_variants#rotative_intercep_lv" nature="weeder" unit_name="equipment"/>
|
38
|
+
<item-creation item="product_nature_variants#subsoiler_lv" nature="soil_loosener" unit_name="equipment"/>
|
39
|
+
<item-creation item="product_nature_variants#arboricultural_cultivator" nature="superficial_plow" unit_name="equipment"/>
|
40
|
+
<item-creation item="product_nature_variants#wine_cultivator_tv" nature="superficial_plow" unit_name="equipment"/>
|
41
|
+
<item-creation item="product_nature_variants#wine_cultivator_lv" nature="superficial_plow" unit_name="equipment"/>
|
42
|
+
<item-creation item="product_nature_variants#disc_harrow_lv" nature="soil_grinder" unit_name="equipment"/>
|
43
|
+
<item-creation item="product_nature_variants#wine_disc_stubble_cultivator" nature="superficial_plow" unit_name="equipment"/>
|
44
|
+
<item-creation item="product_nature_variants#rotary_cultivator_tv" nature="superficial_plow" unit_name="equipment"/>
|
45
|
+
<item-creation item="product_nature_variants#rotary_cultivator_lv" nature="superficial_plow" unit_name="equipment"/>
|
46
|
+
<item-creation item="product_nature_variants#stone_grinder" nature="soil_grinder" unit_name="equipment"/>
|
47
|
+
<item-creation item="product_nature_variants#interrow_sower_lv" nature="sower" unit_name="equipment"/>
|
48
|
+
<item-creation item="product_nature_variants#plant_cover_sower" nature="sower" unit_name="equipment"/>
|
49
|
+
<item-creation item="product_nature_variants#destructive_crush_roller" nature="roller" unit_name="equipment"/>
|
50
|
+
<item-creation item="product_nature_variants#pre_pruner_tv" nature="cutting_equipment" unit_name="equipment"/>
|
51
|
+
<item-creation item="product_nature_variants#pre_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
52
|
+
<item-creation item="product_nature_variants#carrier_pre_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
53
|
+
<item-creation item="product_nature_variants#pre_pruner_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
54
|
+
<item-creation item="product_nature_variants#vine_shoot_extractor" nature="vine_shoot_extractor" unit_name="equipment"/>
|
55
|
+
<item-creation item="product_nature_variants#grinder_vine_shoot_extractor" nature="vine_shoot_extractor" unit_name="equipment"/>
|
56
|
+
<item-creation item="product_nature_variants#manual_mechanical_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
57
|
+
<item-creation item="product_nature_variants#electronic_mechanical_pruner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
58
|
+
<item-creation item="product_nature_variants#electric_pruning" nature="cutting_equipment" unit_name="equipment"/>
|
59
|
+
<item-creation item="product_nature_variants#pneumatic_pruning" nature="cutting_equipment" unit_name="equipment"/>
|
60
|
+
<item-creation item="product_nature_variants#hand_tying_lv" nature="tool" unit_name="equipment"/>
|
61
|
+
<item-creation item="product_nature_variants#back_arboricultural_hay_rake" nature="hay_rake" unit_name="equipment"/>
|
62
|
+
<item-creation item="product_nature_variants#front_arboricultural_hay_rake" nature="hay_rake" unit_name="equipment"/>
|
63
|
+
<item-creation item="product_nature_variants#shoot_hay_rake_lv" nature="hay_rake" unit_name="equipment"/>
|
64
|
+
<item-creation item="product_nature_variants#tractor_shoot_grinder_tv" nature="plant_grinder" unit_name="equipment"/>
|
65
|
+
<item-creation item="product_nature_variants#straddle_tractor_shoot_grinder_tv" nature="plant_grinder" unit_name="equipment"/>
|
66
|
+
<item-creation item="product_nature_variants#rotary_grinder_tv" nature="plant_grinder" unit_name="equipment"/>
|
67
|
+
<item-creation item="product_nature_variants#rotary_trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
68
|
+
<item-creation item="product_nature_variants#shoot_grinder_lv" nature="plant_grinder" unit_name="equipment"/>
|
69
|
+
<item-creation item="product_nature_variants#rotary_trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
70
|
+
<item-creation item="product_nature_variants#trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
71
|
+
<item-creation item="product_nature_variants#strap_trunck_cleaner_tv" nature="cutting_equipment" unit_name="equipment"/>
|
72
|
+
<item-creation item="product_nature_variants#hydraulic_trunck_cleaner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
73
|
+
<item-creation item="product_nature_variants#chemical_trunck_cleaner_lv" nature="cutting_equipment" unit_name="equipment"/>
|
74
|
+
<item-creation item="product_nature_variants#trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
75
|
+
<item-creation item="product_nature_variants#topper_trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
76
|
+
<item-creation item="product_nature_variants#straddle_tractor_trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
77
|
+
<item-creation item="product_nature_variants#carrier_topper_trimmer_lv" nature="cutting_equipment" unit_name="equipment"/>
|
78
|
+
<item-creation item="product_nature_variants#carrier_topper_trimmer_tv" nature="cutting_equipment" unit_name="equipment"/>
|
79
|
+
<item-creation item="product_nature_variants#stripper_tv" nature="cutting_equipment" unit_name="equipment"/>
|
80
|
+
<item-creation item="product_nature_variants#stripper_lv" nature="cutting_equipment" unit_name="equipment"/>
|
81
|
+
<item-creation item="product_nature_variants#roller_stripper_lv" nature="cutting_equipment" unit_name="equipment"/>
|
82
|
+
<item-creation item="product_nature_variants#vine_lifter_lv" nature="vine_lifter" unit_name="equipment"/>
|
83
|
+
<item-creation item="product_nature_variants#spreader_tv" nature="spreader" unit_name="equipment"/>
|
84
|
+
<item-creation item="product_nature_variants#spreader_lv" nature="spreader" unit_name="equipment"/>
|
85
|
+
<item-creation item="product_nature_variants#manure_spreader_tv" nature="spreader" unit_name="equipment"/>
|
86
|
+
<item-creation item="product_nature_variants#manure_spreader_lv" nature="spreader" unit_name="equipment"/>
|
87
|
+
<item-creation item="product_nature_variants#compost_spreader_lv" nature="spreader" unit_name="equipment"/>
|
88
|
+
<item-creation item="product_nature_variants#carrier_manure_spreader" nature="spreader" unit_name="equipment"/>
|
89
|
+
<item-creation item="product_nature_variants#crop_duster" nature="sprayer" unit_name="equipment"/>
|
90
|
+
<item-creation item="product_nature_variants#projected_jet_sprayer_vtv" nature="sprayer" unit_name="equipment"/>
|
91
|
+
<item-creation item="product_nature_variants#mounted_jet_sprayer_vtv" nature="sprayer" unit_name="equipment"/>
|
92
|
+
<item-creation item="product_nature_variants#pneumatic_sprayer_vtv" nature="sprayer" unit_name="equipment"/>
|
93
|
+
<item-creation item="product_nature_variants#tank_pump_tv" nature="sprayer" unit_name="equipment"/>
|
94
|
+
<item-creation item="product_nature_variants#antidrift_panel_tv" nature="sprayer" unit_name="equipment"/>
|
95
|
+
<item-creation item="product_nature_variants#weeding_boom_tv" nature="sprayer" unit_name="equipment"/>
|
96
|
+
<item-creation item="product_nature_variants#projected_jet_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
97
|
+
<item-creation item="product_nature_variants#mounted_jet_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
98
|
+
<item-creation item="product_nature_variants#mounted_pneumatic_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
99
|
+
<item-creation item="product_nature_variants#trailed_pneumatic_sprayer_tv" nature="sprayer" unit_name="equipment"/>
|
100
|
+
<item-creation item="product_nature_variants#tank_pump_lv" nature="sprayer" unit_name="equipment"/>
|
101
|
+
<item-creation item="product_nature_variants#antidrift_panel_lv" nature="sprayer" unit_name="equipment"/>
|
102
|
+
<item-creation item="product_nature_variants#weeding_boom_lv" nature="sprayer" unit_name="equipment"/>
|
103
|
+
<item-creation item="product_nature_variants#trailed_pneumatic_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
104
|
+
<item-creation item="product_nature_variants#mounted_jet_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
105
|
+
<item-creation item="product_nature_variants#confined_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
106
|
+
<item-creation item="product_nature_variants#carrier_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
107
|
+
<item-creation item="product_nature_variants#carrier_confined_sprayer_lv" nature="sprayer" unit_name="equipment"/>
|
108
|
+
<item-creation item="product_nature_variants#arboricultural_weeding_boom" nature="sprayer" unit_name="equipment"/>
|
109
|
+
<item-creation item="product_nature_variants#arboricultural_mounted_jet_sprayer" nature="sprayer" unit_name="equipment"/>
|
110
|
+
<item-creation item="product_nature_variants#arboricultural_pneumatic_sprayer" nature="sprayer" unit_name="equipment"/>
|
111
|
+
<item-creation item="product_nature_variants#self_propelled_grape_harvester_tv" nature="self_propelled_harvester" unit_name="equipment"/>
|
112
|
+
<item-creation item="product_nature_variants#self_propelled_grape_harvester_lv" nature="self_propelled_harvester" unit_name="equipment"/>
|
113
|
+
<item-creation item="product_nature_variants#grape_harvester_tv" nature="harvester" unit_name="equipment"/>
|
114
|
+
<item-creation item="product_nature_variants#grape_harvester_lv" nature="harvester" unit_name="equipment"/>
|
115
|
+
<item-creation item="product_nature_variants#arboricultural_platform" nature="platform" unit_name="equipment"/>
|
116
|
+
<item-creation item="product_nature_variants#wine_tipper_trailer" nature="trailer" unit_name="equipment"/>
|
117
|
+
</migration>
|
@@ -0,0 +1,11 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<migration name="Addvarietiesforphytosanitary">
|
3
|
+
<item-creation item="varieties#ebenaceae" parent="plant" itis_tsn="23852"/>
|
4
|
+
<item-creation item="varieties#diospyros" parent="ebenaceae" itis_tsn="23853"/>
|
5
|
+
<item-creation item="varieties#diospyros_kaki" parent="diospyros" itis_tsn="896176"/>
|
6
|
+
<item-creation item="varieties#nasturtium" parent="brassicaceae" itis_tsn="23252"/>
|
7
|
+
<item-creation item="varieties#nasturtium_officinale" parent="nasturtium" itis_tsn="23255"/>
|
8
|
+
<item-creation item="varieties#arecaceae" parent="plant" itis_tsn="500043"/>
|
9
|
+
<item-creation item="varieties#euterpe" parent="arecaceae" itis_tsn="500808"/>
|
10
|
+
<item-creation item="varieties#euterpe_oleracea" parent="euterpe" itis_tsn="506722"/>
|
11
|
+
</migration>
|
data/db/reference.xml
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0"?>
|
2
|
-
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="
|
2
|
+
<nomenclatures xmlns="http://www.ekylibre.org/XML/2013/nomenclatures" version="20200305160358">
|
3
3
|
<nomenclature name="abilities" translateable="true">
|
4
4
|
<properties>
|
5
5
|
<property name="parameters" type="choice_list" choices="variety, issue_nature"/>
|
@@ -40,6 +40,7 @@
|
|
40
40
|
<item name="implant"/>
|
41
41
|
<item name="inseminate" parameters="variety"/>
|
42
42
|
<item name="kill" parameters="variety"/>
|
43
|
+
<item name="lift" parameters="variety"/>
|
43
44
|
<item name="lubricate" parameters="variety"/>
|
44
45
|
<item name="manage" parameters="variety"/>
|
45
46
|
<item name="milk" parameters="variety"/>
|
@@ -73,448 +74,513 @@
|
|
73
74
|
</items>
|
74
75
|
</nomenclature>
|
75
76
|
<nomenclature name="accounting_systems" translateable="true">
|
77
|
+
<properties>
|
78
|
+
<property name="country" type="item" choices="countries" required="true"/>
|
79
|
+
</properties>
|
76
80
|
<items>
|
77
|
-
<item name="fr_pcg82"/>
|
78
|
-
<item name="fr_pcga"/>
|
79
|
-
<item name="pt_snc"/>
|
81
|
+
<item name="fr_pcg82" country="fr"/>
|
82
|
+
<item name="fr_pcga" country="fr"/>
|
83
|
+
<item name="pt_snc" country="pt"/>
|
80
84
|
</items>
|
81
85
|
</nomenclature>
|
82
86
|
<nomenclature name="accounts" translateable="true">
|
83
87
|
<properties>
|
88
|
+
<property name="centralizing" type="boolean" required="true" default="false"/>
|
84
89
|
<property name="debtor" type="boolean" default="false"/>
|
85
90
|
<property name="fr_pcg82" type="string" fallbacks="fr_pcga"/>
|
86
91
|
<property name="fr_pcga" type="string" fallbacks="fr_pcg82"/>
|
87
92
|
<property name="pt_snc" type="string"/>
|
88
93
|
</properties>
|
89
94
|
<items>
|
90
|
-
<item name="accrued_bank_interests" fr_pcg82="518"/>
|
91
|
-
<item name="accrued_interests" fr_pcg82="1688"/>
|
92
|
-
<item name="accrued_interests_on_bank" fr_pcg82="16884"/>
|
93
|
-
<item name="additionnal_taxes_on_distribution_entity_expenses" fr_pcg82="696"/>
|
94
|
-
<item name="adult_animal_asset_depreciations" fr_pcga="2841"/>
|
95
|
-
<item name="adult_animal_assets" fr_pcga="241"/>
|
96
|
-
<item name="adult_animal_expenses" fr_pcga="6041"/>
|
97
|
-
<item name="adult_animal_revenues" fr_pcga="7041"/>
|
98
|
-
<item name="adult_reproductor_animals_inventory_variations" fr_pcga="7121"/>
|
99
|
-
<item name="advance_noticed_charges_accounts" fr_pcg82="486"/>
|
100
|
-
<item name="advance_noticed_products_accounts" fr_pcg82="487"/>
|
101
|
-
<item name="advertisement_expenses" fr_pcg82="6231"/>
|
102
|
-
<item name="advertising_expenses" fr_pcg82="623"/>
|
103
|
-
<item name="agricultural_disasters_compensations" fr_pcga="743"/>
|
104
|
-
<item name="animal_derivative_stock" fr_pcga="375"/>
|
105
|
-
<item name="animal_derivatives_revenues" fr_pcga="702"/>
|
106
|
-
<item name="
|
107
|
-
<item name="
|
108
|
-
<item name="
|
109
|
-
<item name="
|
110
|
-
<item name="
|
111
|
-
<item name="
|
112
|
-
<item name="
|
113
|
-
<item name="
|
114
|
-
<item name="
|
115
|
-
<item name="
|
116
|
-
<item name="
|
117
|
-
<item name="
|
118
|
-
<item name="
|
119
|
-
<item name="
|
120
|
-
<item name="
|
121
|
-
<item name="
|
122
|
-
<item name="
|
123
|
-
<item name="
|
124
|
-
<item name="
|
125
|
-
<item name="
|
126
|
-
<item name="
|
127
|
-
<item name="
|
128
|
-
<item name="
|
129
|
-
<item name="brands_and_patents_assets" fr_pcga="205"/>
|
130
|
-
<item name="
|
131
|
-
<item name="
|
132
|
-
<item name="
|
133
|
-
<item name="
|
134
|
-
<item name="
|
135
|
-
<item name="
|
136
|
-
<item name="
|
137
|
-
<item name="
|
138
|
-
<item name="
|
139
|
-
<item name="
|
140
|
-
<item name="
|
141
|
-
<item name="
|
142
|
-
<item name="
|
143
|
-
<item name="
|
144
|
-
<item name="
|
145
|
-
<item name="
|
146
|
-
<item name="
|
147
|
-
<item name="
|
148
|
-
<item name="
|
149
|
-
<item name="
|
150
|
-
<item name="
|
151
|
-
<item name="
|
152
|
-
<item name="
|
153
|
-
<item name="
|
154
|
-
<item name="
|
155
|
-
<item name="
|
156
|
-
<item name="
|
157
|
-
<item name="
|
158
|
-
<item name="
|
159
|
-
<item name="
|
160
|
-
<item name="
|
161
|
-
<item name="
|
162
|
-
<item name="
|
163
|
-
<item name="
|
164
|
-
<item name="
|
165
|
-
<item name="
|
166
|
-
<item name="
|
167
|
-
<item name="
|
168
|
-
<item name="
|
169
|
-
<item name="
|
170
|
-
<item name="
|
171
|
-
<item name="
|
172
|
-
<item name="
|
173
|
-
<item name="
|
174
|
-
<item name="
|
175
|
-
<item name="
|
176
|
-
<item name="
|
177
|
-
<item name="
|
178
|
-
<item name="
|
179
|
-
<item name="
|
180
|
-
<item name="
|
181
|
-
<item name="
|
182
|
-
<item name="
|
183
|
-
<item name="
|
184
|
-
<item name="
|
185
|
-
<item name="
|
186
|
-
<item name="
|
187
|
-
<item name="
|
188
|
-
<item name="
|
189
|
-
<item name="
|
190
|
-
<item name="
|
191
|
-
<item name="
|
192
|
-
<item name="
|
193
|
-
<item name="
|
194
|
-
<item name="
|
195
|
-
<item name="
|
196
|
-
<item name="
|
197
|
-
<item name="
|
198
|
-
<item name="
|
199
|
-
<item name="
|
200
|
-
<item name="
|
201
|
-
<item name="
|
202
|
-
<item name="
|
203
|
-
<item name="
|
204
|
-
<item name="
|
205
|
-
<item name="
|
206
|
-
<item name="
|
207
|
-
<item name="
|
208
|
-
<item name="
|
209
|
-
<item name="
|
210
|
-
<item name="
|
211
|
-
<item name="
|
212
|
-
<item name="
|
213
|
-
<item name="
|
214
|
-
<item name="
|
215
|
-
<item name="
|
216
|
-
<item name="
|
217
|
-
<item name="
|
218
|
-
<item name="
|
219
|
-
<item name="
|
220
|
-
<item name="
|
221
|
-
<item name="
|
222
|
-
<item name="
|
223
|
-
<item name="
|
224
|
-
<item name="
|
225
|
-
<item name="
|
226
|
-
<item name="
|
227
|
-
<item name="
|
228
|
-
<item name="
|
229
|
-
<item name="
|
230
|
-
<item name="
|
231
|
-
<item name="
|
232
|
-
<item name="
|
233
|
-
<item name="
|
234
|
-
<item name="
|
235
|
-
<item name="
|
236
|
-
<item name="
|
237
|
-
<item name="
|
238
|
-
<item name="
|
239
|
-
<item name="
|
240
|
-
<item name="
|
241
|
-
<item name="
|
242
|
-
<item name="
|
243
|
-
<item name="
|
244
|
-
<item name="
|
245
|
-
<item name="
|
246
|
-
<item name="
|
247
|
-
<item name="
|
248
|
-
<item name="
|
249
|
-
<item name="
|
250
|
-
<item name="
|
251
|
-
<item name="
|
252
|
-
<item name="
|
253
|
-
<item name="
|
254
|
-
<item name="
|
255
|
-
<item name="
|
256
|
-
<item name="
|
257
|
-
<item name="
|
258
|
-
<item name="
|
259
|
-
<item name="
|
260
|
-
<item name="
|
261
|
-
<item name="
|
262
|
-
<item name="
|
263
|
-
<item name="
|
264
|
-
<item name="
|
265
|
-
<item name="
|
266
|
-
<item name="
|
267
|
-
<item name="
|
268
|
-
<item name="
|
269
|
-
<item name="
|
270
|
-
<item name="
|
271
|
-
<item name="
|
272
|
-
<item name="
|
273
|
-
<item name="
|
274
|
-
<item name="
|
275
|
-
<item name="
|
276
|
-
<item name="
|
277
|
-
<item name="
|
278
|
-
<item name="
|
279
|
-
<item name="
|
280
|
-
<item name="
|
281
|
-
<item name="
|
282
|
-
<item name="
|
283
|
-
<item name="
|
284
|
-
<item name="
|
285
|
-
<item name="
|
286
|
-
<item name="
|
287
|
-
<item name="
|
288
|
-
<item name="
|
289
|
-
<item name="
|
290
|
-
<item name="
|
291
|
-
<item name="
|
292
|
-
<item name="
|
293
|
-
<item name="
|
294
|
-
<item name="
|
295
|
-
<item name="
|
296
|
-
<item name="
|
297
|
-
<item name="
|
298
|
-
<item name="
|
299
|
-
<item name="
|
300
|
-
<item name="
|
301
|
-
<item name="
|
302
|
-
<item name="
|
303
|
-
<item name="
|
304
|
-
<item name="
|
305
|
-
<item name="
|
306
|
-
<item name="
|
307
|
-
<item name="
|
308
|
-
<item name="
|
309
|
-
<item name="
|
310
|
-
<item name="
|
311
|
-
<item name="
|
312
|
-
<item name="
|
313
|
-
<item name="
|
314
|
-
<item name="
|
315
|
-
<item name="
|
316
|
-
<item name="
|
317
|
-
<item name="
|
318
|
-
<item name="
|
319
|
-
<item name="
|
320
|
-
<item name="
|
321
|
-
<item name="
|
322
|
-
<item name="
|
323
|
-
<item name="
|
324
|
-
<item name="
|
325
|
-
<item name="
|
326
|
-
<item name="
|
327
|
-
<item name="
|
328
|
-
<item name="
|
329
|
-
<item name="
|
330
|
-
<item name="
|
331
|
-
<item name="
|
332
|
-
<item name="
|
333
|
-
<item name="
|
334
|
-
<item name="
|
335
|
-
<item name="
|
336
|
-
<item name="
|
337
|
-
<item name="
|
338
|
-
<item name="
|
339
|
-
<item name="
|
340
|
-
<item name="
|
341
|
-
<item name="
|
342
|
-
<item name="
|
343
|
-
<item name="
|
344
|
-
<item name="
|
345
|
-
<item name="
|
346
|
-
<item name="
|
347
|
-
<item name="
|
348
|
-
<item name="
|
349
|
-
<item name="
|
350
|
-
<item name="
|
351
|
-
<item name="
|
352
|
-
<item name="
|
353
|
-
<item name="
|
354
|
-
<item name="
|
355
|
-
<item name="
|
356
|
-
<item name="
|
357
|
-
<item name="
|
358
|
-
<item name="
|
359
|
-
<item name="
|
360
|
-
<item name="
|
361
|
-
<item name="
|
362
|
-
<item name="
|
363
|
-
<item name="
|
364
|
-
<item name="
|
365
|
-
<item name="
|
366
|
-
<item name="
|
367
|
-
<item name="
|
368
|
-
<item name="
|
369
|
-
<item name="
|
370
|
-
<item name="
|
371
|
-
<item name="
|
372
|
-
<item name="
|
373
|
-
<item name="
|
374
|
-
<item name="
|
375
|
-
<item name="
|
376
|
-
<item name="
|
377
|
-
<item name="
|
378
|
-
<item name="
|
379
|
-
<item name="
|
380
|
-
<item name="
|
381
|
-
<item name="
|
382
|
-
<item name="
|
383
|
-
<item name="
|
384
|
-
<item name="
|
385
|
-
<item name="
|
386
|
-
<item name="
|
387
|
-
<item name="
|
388
|
-
<item name="
|
389
|
-
<item name="
|
390
|
-
<item name="
|
391
|
-
<item name="
|
392
|
-
<item name="
|
393
|
-
<item name="
|
394
|
-
<item name="
|
395
|
-
<item name="
|
396
|
-
<item name="
|
397
|
-
<item name="
|
398
|
-
<item name="
|
399
|
-
<item name="
|
400
|
-
<item name="
|
401
|
-
<item name="
|
402
|
-
<item name="
|
403
|
-
<item name="
|
404
|
-
<item name="
|
405
|
-
<item name="
|
406
|
-
<item name="
|
407
|
-
<item name="
|
408
|
-
<item name="
|
409
|
-
<item name="
|
410
|
-
<item name="
|
411
|
-
<item name="
|
412
|
-
<item name="
|
413
|
-
<item name="
|
414
|
-
<item name="
|
415
|
-
<item name="
|
416
|
-
<item name="
|
417
|
-
<item name="
|
418
|
-
<item name="
|
419
|
-
<item name="
|
420
|
-
<item name="
|
421
|
-
<item name="
|
422
|
-
<item name="
|
423
|
-
<item name="
|
424
|
-
<item name="
|
425
|
-
<item name="
|
426
|
-
<item name="
|
427
|
-
<item name="
|
428
|
-
<item name="
|
429
|
-
<item name="
|
430
|
-
<item name="
|
431
|
-
<item name="
|
432
|
-
<item name="
|
433
|
-
<item name="
|
434
|
-
<item name="
|
435
|
-
<item name="
|
436
|
-
<item name="
|
437
|
-
<item name="
|
438
|
-
<item name="
|
439
|
-
<item name="
|
440
|
-
<item name="
|
441
|
-
<item name="
|
442
|
-
<item name="
|
443
|
-
<item name="
|
444
|
-
<item name="
|
445
|
-
<item name="
|
446
|
-
<item name="
|
447
|
-
<item name="
|
448
|
-
<item name="
|
449
|
-
<item name="
|
450
|
-
<item name="
|
451
|
-
<item name="
|
452
|
-
<item name="
|
453
|
-
<item name="
|
454
|
-
<item name="
|
455
|
-
<item name="
|
456
|
-
<item name="
|
457
|
-
<item name="
|
458
|
-
<item name="
|
459
|
-
<item name="
|
460
|
-
<item name="
|
461
|
-
<item name="
|
462
|
-
<item name="
|
463
|
-
<item name="
|
464
|
-
<item name="
|
465
|
-
<item name="
|
466
|
-
<item name="
|
467
|
-
<item name="
|
468
|
-
<item name="
|
469
|
-
<item name="
|
470
|
-
<item name="
|
471
|
-
<item name="
|
472
|
-
<item name="
|
473
|
-
<item name="
|
474
|
-
<item name="
|
475
|
-
<item name="
|
476
|
-
<item name="
|
477
|
-
<item name="
|
478
|
-
<item name="
|
479
|
-
<item name="
|
480
|
-
<item name="
|
481
|
-
<item name="
|
482
|
-
<item name="
|
483
|
-
<item name="
|
484
|
-
<item name="
|
485
|
-
<item name="
|
486
|
-
<item name="
|
487
|
-
<item name="
|
488
|
-
<item name="
|
489
|
-
<item name="
|
490
|
-
<item name="
|
491
|
-
<item name="
|
492
|
-
<item name="
|
493
|
-
<item name="
|
494
|
-
<item name="
|
495
|
-
<item name="
|
496
|
-
<item name="
|
497
|
-
<item name="
|
498
|
-
<item name="
|
499
|
-
<item name="
|
500
|
-
<item name="
|
501
|
-
<item name="
|
502
|
-
<item name="
|
503
|
-
<item name="
|
504
|
-
<item name="
|
505
|
-
<item name="
|
506
|
-
<item name="
|
507
|
-
<item name="
|
508
|
-
<item name="
|
509
|
-
<item name="
|
510
|
-
<item name="
|
511
|
-
<item name="
|
512
|
-
<item name="
|
513
|
-
<item name="
|
514
|
-
<item name="
|
515
|
-
<item name="
|
516
|
-
<item name="
|
517
|
-
<item name="
|
95
|
+
<item name="accrued_bank_interests" fr_pcg82="518" fr_pcga="518"/>
|
96
|
+
<item name="accrued_interests" fr_pcg82="1688" fr_pcga="1688"/>
|
97
|
+
<item name="accrued_interests_on_bank" fr_pcg82="16884" fr_pcga="16884"/>
|
98
|
+
<item name="additionnal_taxes_on_distribution_entity_expenses" fr_pcg82="696" fr_pcga="696"/>
|
99
|
+
<item name="adult_animal_asset_depreciations" fr_pcga="2841" fr_pcg82="2841"/>
|
100
|
+
<item name="adult_animal_assets" fr_pcga="241" fr_pcg82="241"/>
|
101
|
+
<item name="adult_animal_expenses" fr_pcga="6041" fr_pcg82="NONE"/>
|
102
|
+
<item name="adult_animal_revenues" fr_pcga="7041" fr_pcg82="7041"/>
|
103
|
+
<item name="adult_reproductor_animals_inventory_variations" fr_pcga="7121" fr_pcg82="7121"/>
|
104
|
+
<item name="advance_noticed_charges_accounts" fr_pcg82="486" fr_pcga="486"/>
|
105
|
+
<item name="advance_noticed_products_accounts" fr_pcg82="487" fr_pcga="487"/>
|
106
|
+
<item name="advertisement_expenses" fr_pcg82="6231" fr_pcga="6231"/>
|
107
|
+
<item name="advertising_expenses" fr_pcg82="623" fr_pcga="623"/>
|
108
|
+
<item name="agricultural_disasters_compensations" fr_pcga="743" fr_pcg82="743"/>
|
109
|
+
<item name="animal_derivative_stock" fr_pcga="375" centralizing="false" fr_pcg82="375"/>
|
110
|
+
<item name="animal_derivatives_revenues" fr_pcga="702" fr_pcg82="702"/>
|
111
|
+
<item name="animal_expenses" fr_pcga="604"/>
|
112
|
+
<item name="animal_locative_expenses" fr_pcga="6144" fr_pcg82="6144"/>
|
113
|
+
<item name="animal_medicine_matter_expenses" fr_pcga="6015" fr_pcg82="6015"/>
|
114
|
+
<item name="animal_medicine_stock" fr_pcga="3015" fr_pcg82="3015"/>
|
115
|
+
<item name="animal_medicine_stocks_variation" fr_pcga="60315" fr_pcg82="60315"/>
|
116
|
+
<item name="animal_rent_expenses" fr_pcga="6134"/>
|
117
|
+
<item name="animal_reproduction_matter_expenses" fr_pcga="6016" fr_pcg82="6016"/>
|
118
|
+
<item name="animal_reproduction_stock" fr_pcga="3016" fr_pcg82="3016"/>
|
119
|
+
<item name="animal_reproduction_stocks_variation" fr_pcga="60316" fr_pcg82="60316"/>
|
120
|
+
<item name="animal_revenues" fr_pcga="704" fr_pcg82="704"/>
|
121
|
+
<item name="animals_making_expenses" fr_pcga="6054" fr_pcg82="6054"/>
|
122
|
+
<item name="animals_subsidies" fr_pcga="7454" fr_pcg82="7454"/>
|
123
|
+
<item name="asset_impairment_losses" fr_pcg82="29" fr_pcga="29"/>
|
124
|
+
<item name="assets_products_stock" fr_pcg82="36" fr_pcga="NONE"/>
|
125
|
+
<item name="associate_social_contribution_expenses" fr_pcga="646" fr_pcg82="646"/>
|
126
|
+
<item name="associates_current_accounts" fr_pcga="455" fr_pcg82="455"/>
|
127
|
+
<item name="associates_frozen_accounts" fr_pcga="4553" fr_pcg82="4553"/>
|
128
|
+
<item name="associates_salary" fr_pcga="6412" fr_pcg82="6413"/>
|
129
|
+
<item name="attorneys" fr_pcg82="467" centralizing="false" fr_pcga="467"/>
|
130
|
+
<item name="banks" fr_pcg82="512" fr_pcga="512"/>
|
131
|
+
<item name="banks_and_similar" fr_pcg82="51" pt_snc="12000000" fr_pcga="51"/>
|
132
|
+
<item name="banks_services_expenses" fr_pcga="627" fr_pcg82="627"/>
|
133
|
+
<item name="biocorporeal_asset_depreciations" fr_pcga="284" fr_pcg82="284"/>
|
134
|
+
<item name="brands_and_patents_assets" fr_pcga="205" fr_pcg82="205"/>
|
135
|
+
<item name="brands_and_patents_assets_amortization" fr_pcga="2805" fr_pcg82="2805"/>
|
136
|
+
<item name="building_assets" fr_pcga="2131" fr_pcg82="2131"/>
|
137
|
+
<item name="building_assets_amortization" fr_pcga="28131" fr_pcg82="28131"/>
|
138
|
+
<item name="building_depreciations_inputations_expenses" fr_pcga="68113" fr_pcg82="68113"/>
|
139
|
+
<item name="campaigns_interests" fr_pcg82="6614" fr_pcga="6614"/>
|
140
|
+
<item name="capital" fr_pcg82="101" fr_pcga="101"/>
|
141
|
+
<item name="capitalized_revenues" fr_pcg82="72" fr_pcga="72"/>
|
142
|
+
<item name="capitals" fr_pcg82="1" pt_snc="50000000" fr_pcga="1"/>
|
143
|
+
<item name="cashes" fr_pcg82="53" pt_snc="11000000" fr_pcga="53"/>
|
144
|
+
<item name="catalog_and_print_expenses" fr_pcg82="6236" fr_pcga="6236"/>
|
145
|
+
<item name="clients" fr_pcg82="411" pt_snc="21000000" centralizing="true" fr_pcga="411"/>
|
146
|
+
<item name="co_ownership_and_locative_expenses" fr_pcga="614" fr_pcg82="614"/>
|
147
|
+
<item name="collected_intra_eu_vat" fr_pcg82="4452" fr_pcga="4452"/>
|
148
|
+
<item name="collected_vat" fr_pcg82="44571" pt_snc="24330000" fr_pcga="44571"/>
|
149
|
+
<item name="collected_vat_to_resolve" fr_pcg82="44575" fr_pcga="44575"/>
|
150
|
+
<item name="commercial_property" fr_pcga="207" fr_pcg82="207"/>
|
151
|
+
<item name="commercial_property_amortization" fr_pcga="2807" fr_pcg82="2807"/>
|
152
|
+
<item name="compensation_operations" fr_pcg82="472" fr_pcga="472"/>
|
153
|
+
<item name="concession_asset_depreciations" fr_pcg82="282" fr_pcga="282"/>
|
154
|
+
<item name="concession_assets" fr_pcga="22" fr_pcg82="22"/>
|
155
|
+
<item name="congress_and_symposium_expenses" fr_pcga="6185" fr_pcg82="6185"/>
|
156
|
+
<item name="construction_on_other_land_parcel_assets" fr_pcga="214" fr_pcg82="214"/>
|
157
|
+
<item name="construction_on_own_land_parcel_assets" fr_pcga="213" fr_pcg82="213"/>
|
158
|
+
<item name="cooperative_participation_assets" fr_pcga="2621" fr_pcg82="2621"/>
|
159
|
+
<item name="corporeal_asset_depreciations" fr_pcga="281" fr_pcg82="281"/>
|
160
|
+
<item name="corporeal_asset_revenues" fr_pcg82="722" fr_pcga="722"/>
|
161
|
+
<item name="corporeal_asset_revenues_of_livestock" fr_pcga="724"/>
|
162
|
+
<item name="corporeal_assets" fr_pcga="21" pt_snc="43000000" fr_pcg82="21"/>
|
163
|
+
<item name="corporeal_depreciations_inputations_expenses" fr_pcga="68112" fr_pcg82="68112"/>
|
164
|
+
<item name="corporeal_depreciations_inputations_expenses_living_goods" fr_pcga="68114" fr_pcg82="68114"/>
|
165
|
+
<item name="corporeals_and_incorporeals_depreciations_inputations_expenses" fr_pcg82="6811" fr_pcga="6811"/>
|
166
|
+
<item name="credit_retained_earnings" fr_pcg82="110" fr_pcga="110"/>
|
167
|
+
<item name="creditor_clients" fr_pcg82="419" pt_snc="21900000" fr_pcga="419"/>
|
168
|
+
<item name="debit_retained_earnings" fr_pcg82="119" fr_pcga="119"/>
|
169
|
+
<item name="debtor_suppliers" fr_pcg82="409" fr_pcga="409"/>
|
170
|
+
<item name="deductible_asset_vat" fr_pcg82="44562" pt_snc="24322000" fr_pcga="44562"/>
|
171
|
+
<item name="deductible_intra_eu_vat" fr_pcg82="445662" fr_pcga="445662"/>
|
172
|
+
<item name="deductible_products_and_services_vat" fr_pcg82="44566" pt_snc="24320000" fr_pcga="44566"/>
|
173
|
+
<item name="deductible_vat" fr_pcga="4456" pt_snc="24320000" fr_pcg82="4456"/>
|
174
|
+
<item name="deductible_vat_to_resolve" fr_pcg82="44565" fr_pcga="44565"/>
|
175
|
+
<item name="deferred_expense_accounts" fr_pcg82="481" fr_pcga="481"/>
|
176
|
+
<item name="deprecated_client_entity_accounts" fr_pcg82="491" fr_pcga="491"/>
|
177
|
+
<item name="deprecated_entity_accounts" fr_pcg82="49" fr_pcga="49"/>
|
178
|
+
<item name="depreciation_revenues" fr_pcg82="78" fr_pcga="78"/>
|
179
|
+
<item name="depreciations_inputations_expenses" fr_pcg82="68" pt_snc="64000000" fr_pcga="68"/>
|
180
|
+
<item name="discount_and_reductions_expenses" fr_pcg82="609" fr_pcga="609"/>
|
181
|
+
<item name="discount_and_reductions_revenues" fr_pcg82="709" fr_pcga="709"/>
|
182
|
+
<item name="discount_from_cooperatives" fr_pcga="754" fr_pcg82="754"/>
|
183
|
+
<item name="discount_granted_expenses" fr_pcg82="665" fr_pcga="665"/>
|
184
|
+
<item name="donation_exceptional_expenses" fr_pcga="6713" fr_pcg82="6713"/>
|
185
|
+
<item name="electricity_expenses" fr_pcga="6063" fr_pcg82="6061"/>
|
186
|
+
<item name="employee_participation_and_income_taxes_and_assimilated_payments_expenses" fr_pcg82="69" fr_pcga="69"/>
|
187
|
+
<item name="employee_participation_expenses" fr_pcg82="691" fr_pcga="691"/>
|
188
|
+
<item name="employee_representative_committees" fr_pcg82="422" fr_pcga="422"/>
|
189
|
+
<item name="end_products_stock" fr_pcga="37" fr_pcg82="NONE"/>
|
190
|
+
<item name="enterprise_collected_vat" fr_pcga="4457" pt_snc="24330000" fr_pcg82="4457"/>
|
191
|
+
<item name="entity_collectable_taxes" fr_pcg82="442" fr_pcga="442"/>
|
192
|
+
<item name="equipment_asset_depreciations" fr_pcga="2815" fr_pcg82="2815"/>
|
193
|
+
<item name="equipment_assets" fr_pcga="2154" fr_pcg82="2154"/>
|
194
|
+
<item name="equipment_assets_amortization" fr_pcga="28154" fr_pcg82="28154"/>
|
195
|
+
<item name="equipment_cooperative_participation_assets" fr_pcga="2622" fr_pcg82="2622"/>
|
196
|
+
<item name="equipment_depreciations_inputations_expenses" fr_pcga="68115" fr_pcg82="68115"/>
|
197
|
+
<item name="equipment_expenses" fr_pcg82="605" fr_pcga="NONE"/>
|
198
|
+
<item name="equipment_locative_expenses" fr_pcga="6142" fr_pcg82="6142"/>
|
199
|
+
<item name="equipment_maintenance_expenses" fr_pcga="6155" fr_pcg82="6155"/>
|
200
|
+
<item name="equipment_rent_expenses" fr_pcga="6132" fr_pcg82="6132"/>
|
201
|
+
<item name="equipment_subventions" fr_pcg82="131" fr_pcga="131"/>
|
202
|
+
<item name="equity_securities" fr_pcg82="261" fr_pcga="261"/>
|
203
|
+
<item name="equity_security_asset_impairment_losses" fr_pcg82="296" fr_pcga="296"/>
|
204
|
+
<item name="establishment_charge_assets" fr_pcga="201" fr_pcg82="201"/>
|
205
|
+
<item name="establishment_charge_assets_amortization" fr_pcga="2801" fr_pcg82="2801"/>
|
206
|
+
<item name="exceptional_charge_transfer_revenues" fr_pcg82="797" fr_pcga="797"/>
|
207
|
+
<item name="exceptional_depreciations_imputations_expenses_for_fixed_assets" fr_pcga="6871" fr_pcg82="6871"/>
|
208
|
+
<item name="exceptional_depreciations_inputations_expenses" fr_pcg82="687" fr_pcga="687"/>
|
209
|
+
<item name="exceptional_depreciations_inputations_revenues" fr_pcg82="787" fr_pcga="787"/>
|
210
|
+
<item name="exceptional_expenses" fr_pcga="67" fr_pcg82="67"/>
|
211
|
+
<item name="exceptional_revenues" fr_pcga="77" fr_pcg82="77"/>
|
212
|
+
<item name="expenses" fr_pcg82="6" pt_snc="60000000" fr_pcga="6"/>
|
213
|
+
<item name="exploitation_depreciations_inputations_expenses" fr_pcg82="681" fr_pcga="681"/>
|
214
|
+
<item name="exploitation_expenses_transfers" fr_pcga="791" fr_pcg82="791"/>
|
215
|
+
<item name="exploitation_risk_insurance_expenses" fr_pcga="6166" fr_pcg82="6166"/>
|
216
|
+
<item name="exploitation_subsidies" fr_pcga="7452" fr_pcg82="7452"/>
|
217
|
+
<item name="exploitation_subsidies_and_compensations" fr_pcga="74" fr_pcg82="74"/>
|
218
|
+
<item name="external_expenses" fr_pcga="62" fr_pcg82="62"/>
|
219
|
+
<item name="external_service_expenses" fr_pcg82="61" fr_pcga="61"/>
|
220
|
+
<item name="external_staff_expenses" fr_pcga="621" fr_pcg82="621"/>
|
221
|
+
<item name="fees_expenses" fr_pcga="622" fr_pcg82="622"/>
|
222
|
+
<item name="fertilizer_expenses" fr_pcga="6011" fr_pcg82="6011"/>
|
223
|
+
<item name="fertilizer_stock" fr_pcga="3011" fr_pcg82="3011"/>
|
224
|
+
<item name="fertilizer_stocks_variation" fr_pcga="60311" fr_pcg82="60311"/>
|
225
|
+
<item name="fill_up_price_revenues" fr_pcga="7087" fr_pcg82="7087"/>
|
226
|
+
<item name="finances" fr_pcg82="5" pt_snc="10000000" fr_pcga="5"/>
|
227
|
+
<item name="financial_asset_depreciation_revenues" fr_pcg82="786" fr_pcga="786"/>
|
228
|
+
<item name="financial_charge_transfer_revenues" fr_pcg82="796" fr_pcga="796"/>
|
229
|
+
<item name="financial_depreciations_inputations_expenses" fr_pcg82="686" fr_pcga="686"/>
|
230
|
+
<item name="financial_expenses" fr_pcg82="66" fr_pcga="66"/>
|
231
|
+
<item name="financial_year_result" fr_pcg82="12" fr_pcga="12"/>
|
232
|
+
<item name="financial_year_result_balance" fr_pcg82="128" fr_pcga="128"/>
|
233
|
+
<item name="financial_year_result_loss" fr_pcg82="129" fr_pcga="129"/>
|
234
|
+
<item name="financial_year_result_profit" fr_pcg82="120" fr_pcga="120"/>
|
235
|
+
<item name="financials_revenues" fr_pcga="76" fr_pcg82="76"/>
|
236
|
+
<item name="fiscal_expense_on_vacations" fr_pcg82="448" fr_pcga="448"/>
|
237
|
+
<item name="fiscal_fine_exceptional_expenses" fr_pcga="6712" fr_pcg82="6712"/>
|
238
|
+
<item name="fiscal_integration_expenses" fr_pcg82="698" fr_pcga="698"/>
|
239
|
+
<item name="fixed_asset_depreciations" fr_pcga="28" fr_pcg82="28"/>
|
240
|
+
<item name="fixed_assets" fr_pcg82="2" pt_snc="40000000" fr_pcga="2"/>
|
241
|
+
<item name="fixed_assets_suppliers" fr_pcg82="404" fr_pcga="404"/>
|
242
|
+
<item name="fixed_assets_values" fr_pcg82="675" fr_pcga="675"/>
|
243
|
+
<item name="fixtures_and_fittings_for_equipment_and_tools" fr_pcga="2157" fr_pcg82="2157"/>
|
244
|
+
<item name="fixtures_and_fittings_for_equipment_and_tools_amortization" fr_pcga="28157" fr_pcg82="28157"/>
|
245
|
+
<item name="flat_rate_taxes_expenses" fr_pcg82="697" fr_pcga="697"/>
|
246
|
+
<item name="foreign_exchange_expenses" fr_pcg82="666" fr_pcga="666"/>
|
247
|
+
<item name="foreign_exchange_financials_revenues" fr_pcg82="766" fr_pcga="766"/>
|
248
|
+
<item name="forwarding_agent_fees_expenses" fr_pcga="6223" fr_pcg82="6223"/>
|
249
|
+
<item name="fuel_matter_expenses" fr_pcga="6021" fr_pcg82="6021"/>
|
250
|
+
<item name="fuel_stock" fr_pcga="3021" fr_pcg82="3021"/>
|
251
|
+
<item name="fuels_expenses" fr_pcga="6064" fr_pcg82="6064"/>
|
252
|
+
<item name="gas_expenses" fr_pcga="6062" fr_pcg82="6062"/>
|
253
|
+
<item name="gas_stock" fr_pcga="3018" fr_pcg82="3018"/>
|
254
|
+
<item name="general_installation_asset_depreciations" fr_pcga="28181" fr_pcg82="28181"/>
|
255
|
+
<item name="general_installation_assets" fr_pcga="2135" fr_pcg82="2135"/>
|
256
|
+
<item name="general_installation_assets_amortization" fr_pcga="28135" fr_pcg82="28135"/>
|
257
|
+
<item name="global_land_parcel_assets" fr_pcg82="211" fr_pcga="211"/>
|
258
|
+
<item name="government_payroll_tax_expenses" fr_pcg82="631" fr_pcga="631"/>
|
259
|
+
<item name="government_tax_expenses" fr_pcg82="635" fr_pcga="635"/>
|
260
|
+
<item name="guaranteed_obligations" fr_pcg82="446" fr_pcga="446"/>
|
261
|
+
<item name="holding_accounts" fr_pcg82="451" fr_pcga="451"/>
|
262
|
+
<item name="holding_company_and_associate_accounts" fr_pcg82="45" pt_snc="26000000" fr_pcga="45"/>
|
263
|
+
<item name="home_consumption_production" fr_pcga="726" fr_pcg82="726"/>
|
264
|
+
<item name="improvement_of_commercial_property" fr_pcga="217" fr_pcg82="217"/>
|
265
|
+
<item name="improvement_of_commercial_property_amortization" fr_pcga="2817" fr_pcg82="2817"/>
|
266
|
+
<item name="in_cycle_products_stock" fr_pcg82="33" centralizing="false" fr_pcga="NONE"/>
|
267
|
+
<item name="in_cycle_services_stock" fr_pcg82="34" centralizing="false" fr_pcga="NONE"/>
|
268
|
+
<item name="income_taxes" fr_pcg82="444" pt_snc="24100000" fr_pcga="444"/>
|
269
|
+
<item name="income_taxes_expenses" fr_pcg82="695" fr_pcga="695"/>
|
270
|
+
<item name="incorporeal_asset_depreciation_revenues" fr_pcg82="781" fr_pcga="781"/>
|
271
|
+
<item name="incorporeal_asset_depreciations" fr_pcga="280" fr_pcg82="280"/>
|
272
|
+
<item name="incorporeal_asset_revenues" fr_pcg82="721" fr_pcga="721"/>
|
273
|
+
<item name="incorporeal_assets" fr_pcga="20" pt_snc="44000000" fr_pcg82="20"/>
|
274
|
+
<item name="incorporeals_depreciations_inputations_expenses" fr_pcga="68111" fr_pcg82="68111"/>
|
275
|
+
<item name="industrial_cooperative_participation_assets" fr_pcga="2624" fr_pcg82="2624"/>
|
276
|
+
<item name="infirmity_and_death_insurance_expenses" fr_pcga="6168" fr_pcg82="6168"/>
|
277
|
+
<item name="infrastructure_works" fr_pcga="2138" fr_pcg82="2138"/>
|
278
|
+
<item name="infrastructure_works_amortization" fr_pcga="28138" fr_pcg82="28138"/>
|
279
|
+
<item name="initial_individual_capital" fr_pcg82="1011" fr_pcga="1011"/>
|
280
|
+
<item name="initial_individual_capital_variations" fr_pcg82="1012" fr_pcga="1012"/>
|
281
|
+
<item name="initial_society_capital" fr_pcg82="1015" fr_pcga="1015"/>
|
282
|
+
<item name="installation_sustainable_plant_assets" fr_pcga="2467" fr_pcg82="2467"/>
|
283
|
+
<item name="insurance_compensations" fr_pcga="742"/>
|
284
|
+
<item name="insurance_expenses" fr_pcg82="616" fr_pcga="616"/>
|
285
|
+
<item name="intangible_fixed_asset_in_progress" fr_pcga="232" fr_pcg82="232"/>
|
286
|
+
<item name="intangible_fixed_assets_revenues" fr_pcga="7751" fr_pcg82="7751"/>
|
287
|
+
<item name="internal_transfers" fr_pcg82="58" fr_pcga="58"/>
|
288
|
+
<item name="inventory_variations" fr_pcga="71" fr_pcg82="71"/>
|
289
|
+
<item name="invoice_to_create_clients" fr_pcg82="418" pt_snc="21500000" fr_pcga="418"/>
|
290
|
+
<item name="irrecoverable_losses_on_debt_obligation_expenses" fr_pcg82="654" fr_pcga="654"/>
|
291
|
+
<item name="irrigation_expenses" fr_pcga="6065" fr_pcg82="6065"/>
|
292
|
+
<item name="land_charges" fr_pcga="6752" fr_pcg82="6752"/>
|
293
|
+
<item name="land_fixed_assets" fr_pcga="2111" fr_pcg82="2111"/>
|
294
|
+
<item name="land_loans" fr_pcg82="1641" fr_pcga="1641"/>
|
295
|
+
<item name="land_loans_interests" fr_pcg82="6611" fr_pcga="6611"/>
|
296
|
+
<item name="land_parcel_asset_depreciations" fr_pcga="2811" fr_pcg82="2811"/>
|
297
|
+
<item name="land_parcel_assets" fr_pcga="2111" fr_pcg82="2111"/>
|
298
|
+
<item name="land_parcel_construction_asset_depreciations" fr_pcga="2812" fr_pcg82="2812"/>
|
299
|
+
<item name="land_parcel_construction_assets" fr_pcga="212" fr_pcg82="212"/>
|
300
|
+
<item name="land_parcel_locative_expenses" fr_pcga="6141" fr_pcg82="6141"/>
|
301
|
+
<item name="land_parcel_rent_expenses" fr_pcga="6131" fr_pcg82="6131"/>
|
302
|
+
<item name="leasing_expenses" fr_pcg82="612" fr_pcga="612"/>
|
303
|
+
<item name="legal_reserves" fr_pcg82="1061" fr_pcga="1061"/>
|
304
|
+
<item name="levies_and_taxes_from_distributions" fr_pcga="4423" fr_pcg82="4423"/>
|
305
|
+
<item name="licences_expenses" fr_pcga="651" fr_pcg82="651"/>
|
306
|
+
<item name="licenses_revenues" fr_pcga="751" fr_pcg82="751"/>
|
307
|
+
<item name="litigious_clients" fr_pcg82="416" fr_pcga="416"/>
|
308
|
+
<item name="little_office_equipment_expenses" fr_pcga="6066" fr_pcg82="6063"/>
|
309
|
+
<item name="livestock_feed_matter_expenses" fr_pcga="6014" fr_pcg82="6014"/>
|
310
|
+
<item name="livestock_feed_stock" fr_pcga="3014" fr_pcg82="3014"/>
|
311
|
+
<item name="livestock_feed_stocks_variation" fr_pcga="60314" fr_pcg82="60314"/>
|
312
|
+
<item name="living_corporeal_assets" fr_pcga="24" fr_pcg82="NONE"/>
|
313
|
+
<item name="loans" fr_pcg82="164" pt_snc="25000000" fr_pcga="164"/>
|
314
|
+
<item name="loans_interests" fr_pcg82="661" pt_snc="66150000" fr_pcga="661"/>
|
315
|
+
<item name="long_cycle_animals_inventory_variations" fr_pcga="7131" fr_pcg82="7131"/>
|
316
|
+
<item name="long_cycle_cultivation_advances" fr_pcga="331" fr_pcg82="331"/>
|
317
|
+
<item name="long_cycle_product_inventory_variations" fr_pcga="7135" fr_pcg82="7135"/>
|
318
|
+
<item name="long_cycle_products_liquors_stock" fr_pcga="352" fr_pcg82="352"/>
|
319
|
+
<item name="long_cycle_products_stock" fr_pcga="35" fr_pcg82="NONE"/>
|
320
|
+
<item name="long_cycle_products_wines_stock" fr_pcga="351" fr_pcg82="351"/>
|
321
|
+
<item name="long_cycle_vegetals_inventory_variations" fr_pcga="7133" fr_pcg82="7133"/>
|
322
|
+
<item name="long_cycle_vegetals_stock" fr_pcga="33" centralizing="false" fr_pcg82="NONE"/>
|
323
|
+
<item name="long_term_loans" fr_pcg82="1642" fr_pcga="1642"/>
|
324
|
+
<item name="long_term_loans_interests" fr_pcg82="6612" fr_pcga="6612"/>
|
325
|
+
<item name="long_time_animal_stock" fr_pcga="31" centralizing="false" fr_pcg82="NONE"/>
|
326
|
+
<item name="maintenance_expenses" fr_pcg82="615" fr_pcga="615"/>
|
327
|
+
<item name="maintenances_consumables_expenses" fr_pcga="6022" fr_pcg82="6022"/>
|
328
|
+
<item name="maintenances_consumables_stock" fr_pcga="3022" fr_pcg82="3022"/>
|
329
|
+
<item name="maintenances_consumables_stocks_variation" fr_pcga="60322"/>
|
330
|
+
<item name="making_services_expenses" fr_pcga="605" fr_pcg82="604"/>
|
331
|
+
<item name="making_services_revenues" fr_pcga="7084" fr_pcg82="7084"/>
|
332
|
+
<item name="management_operation_exceptional_expenses" fr_pcga="671" fr_pcg82="671"/>
|
333
|
+
<item name="management_operation_exceptional_revenues" fr_pcg82="771" fr_pcga="771"/>
|
334
|
+
<item name="managing_associates_salary" fr_pcga="6413"/>
|
335
|
+
<item name="market_fine_exceptional_expenses" fr_pcga="6711" fr_pcg82="6711"/>
|
336
|
+
<item name="materials_expenses" fr_pcga="6026" fr_pcg82="6026"/>
|
337
|
+
<item name="materials_stocks_variation" fr_pcga="60326"/>
|
338
|
+
<item name="merchandising_accessory_expenses" fr_pcg82="608" fr_pcga="608"/>
|
339
|
+
<item name="merchandising_accessory_revenues" fr_pcg82="7085" fr_pcga="7085"/>
|
340
|
+
<item name="merchandising_expenses" fr_pcg82="607" fr_pcga="607"/>
|
341
|
+
<item name="merchandising_products_stock" fr_pcg82="37" fr_pcga="NONE"/>
|
342
|
+
<item name="merchandising_revenues" fr_pcg82="707" fr_pcga="707"/>
|
343
|
+
<item name="merchandising_stocks_variation" fr_pcga="6037" fr_pcg82="6037"/>
|
344
|
+
<item name="office_equipment_asset_depreciations" fr_pcga="28183" fr_pcg82="28183"/>
|
345
|
+
<item name="office_equipment_assets" fr_pcga="2183" fr_pcg82="2183"/>
|
346
|
+
<item name="office_furniture_asset_depreciations" fr_pcga="28184" fr_pcg82="28184"/>
|
347
|
+
<item name="office_furniture_assets" fr_pcga="2184" fr_pcg82="2184"/>
|
348
|
+
<item name="office_supplies_stock" fr_pcga="3024"/>
|
349
|
+
<item name="office_supply_matter_expenses" fr_pcga="6024" fr_pcg82="6024"/>
|
350
|
+
<item name="office_supply_matter_stocks_variation" fr_pcga="60324"/>
|
351
|
+
<item name="other_animal_expenses" fr_pcga="6045" fr_pcg82="NONE"/>
|
352
|
+
<item name="other_animal_revenues" fr_pcga="7045" fr_pcg82="7045"/>
|
353
|
+
<item name="other_asset_depreciations" fr_pcga="28188" fr_pcg82="28188"/>
|
354
|
+
<item name="other_assets" fr_pcga="2188" fr_pcg82="2188"/>
|
355
|
+
<item name="other_building_asset_depreciations" fr_pcga="2814" fr_pcg82="2814"/>
|
356
|
+
<item name="other_building_expenses" fr_pcga="6154" fr_pcg82="6154"/>
|
357
|
+
<item name="other_compensations" fr_pcga="744" fr_pcg82="744"/>
|
358
|
+
<item name="other_consumable_matter_expenses" fr_pcga="6027" fr_pcg82="6027"/>
|
359
|
+
<item name="other_consumable_matter_stocks_variation" fr_pcga="60327"/>
|
360
|
+
<item name="other_consumables_stock" fr_pcga="3027" fr_pcg82="3027"/>
|
361
|
+
<item name="other_corporeal_asset_depreciations" fr_pcga="2818" fr_pcg82="2818"/>
|
362
|
+
<item name="other_corporeal_assets" fr_pcga="218" fr_pcg82="218"/>
|
363
|
+
<item name="other_day_to_day_management_expenses" fr_pcg82="65" fr_pcga="65"/>
|
364
|
+
<item name="other_day_to_day_management_revenues" fr_pcg82="75" fr_pcga="75"/>
|
365
|
+
<item name="other_debt_obligation_financials_revenues" fr_pcg82="763" fr_pcga="763"/>
|
366
|
+
<item name="other_entities_payroll_tax_expenses" fr_pcg82="633" fr_pcga="633"/>
|
367
|
+
<item name="other_entities_tax_expenses" fr_pcg82="637" fr_pcga="637"/>
|
368
|
+
<item name="other_expenses" fr_pcga="618" fr_pcg82="618"/>
|
369
|
+
<item name="other_exploitation_subsidies" fr_pcga="7458" fr_pcg82="7458"/>
|
370
|
+
<item name="other_fees_expenses" fr_pcga="6226" fr_pcg82="6226"/>
|
371
|
+
<item name="other_financial_expenses" fr_pcg82="668" fr_pcga="668"/>
|
372
|
+
<item name="other_financials_asset_revenues" fr_pcg82="762" fr_pcga="762"/>
|
373
|
+
<item name="other_financials_revenues" fr_pcg82="768" fr_pcga="768"/>
|
374
|
+
<item name="other_general_installation_assets" fr_pcga="2181" fr_pcg82="2181"/>
|
375
|
+
<item name="other_immobilized_plants" fr_pcga="247" fr_pcg82="247"/>
|
376
|
+
<item name="other_immobilized_plants_amortization" fr_pcga="2847" fr_pcg82="2847"/>
|
377
|
+
<item name="other_incorporeal_asset_depreciations" fr_pcga="2808" fr_pcg82="2808"/>
|
378
|
+
<item name="other_incorporeal_assets" fr_pcga="208" fr_pcg82="208"/>
|
379
|
+
<item name="other_interests_expenses" fr_pcga="6618" fr_pcg82="6618"/>
|
380
|
+
<item name="other_investment_subventions" fr_pcg82="138" fr_pcga="138"/>
|
381
|
+
<item name="other_investment_subventions_in_earnings_statement" fr_pcg82="139" fr_pcga="139"/>
|
382
|
+
<item name="other_materials_stock" fr_pcga="3026" fr_pcg82="3026"/>
|
383
|
+
<item name="other_plants_tangible_fixed_asset_in_progress" fr_pcga="2347"/>
|
384
|
+
<item name="other_professional_agricultural_participation_assets" fr_pcga="2628" fr_pcg82="2628"/>
|
385
|
+
<item name="other_rent_expenses" fr_pcga="6138"/>
|
386
|
+
<item name="other_reserves" fr_pcg82="1068" fr_pcga="1068"/>
|
387
|
+
<item name="other_social_expenses" fr_pcg82="647" fr_pcga="647"/>
|
388
|
+
<item name="other_social_organisation" fr_pcg82="437" fr_pcga="437"/>
|
389
|
+
<item name="other_staff_expenses" fr_pcga="648" fr_pcg82="648"/>
|
390
|
+
<item name="other_supplies" fr_pcg82="32" fr_pcga="NONE"/>
|
391
|
+
<item name="other_supply_expenses" fr_pcg82="602" fr_pcga="602"/>
|
392
|
+
<item name="other_supply_stocks_variation" fr_pcga="6032" fr_pcg82="6032"/>
|
393
|
+
<item name="other_usual_running_expenses" fr_pcga="658" fr_pcg82="658"/>
|
394
|
+
<item name="other_usual_running_profits" fr_pcga="758" fr_pcg82="758"/>
|
395
|
+
<item name="other_various_interests_expenses" fr_pcga="66188" fr_pcg82="66188"/>
|
396
|
+
<item name="others_corporeals_depreciations_inputations_expenses" fr_pcga="68118" fr_pcg82="68118"/>
|
397
|
+
<item name="others_taxes_and_assimilated_payments" fr_pcg82="447" fr_pcga="447"/>
|
398
|
+
<item name="outstanding_adult_animal_assets" fr_pcga="2341" fr_pcg82="2341"/>
|
399
|
+
<item name="outstanding_assets" fr_pcga="23" pt_snc="45000000" fr_pcg82="23"/>
|
400
|
+
<item name="outstanding_construction_on_other_land_parcel_assets" fr_pcga="2314" fr_pcg82="2314"/>
|
401
|
+
<item name="outstanding_construction_on_own_land_parcel_assets" fr_pcga="2313" fr_pcg82="2313"/>
|
402
|
+
<item name="outstanding_corporeal_assets" fr_pcga="231" fr_pcg82="231"/>
|
403
|
+
<item name="outstanding_equipment_assets" fr_pcga="2315" fr_pcg82="2315"/>
|
404
|
+
<item name="outstanding_land_parcel_assets" fr_pcga="2311" fr_pcg82="2311"/>
|
405
|
+
<item name="outstanding_land_parcel_construction_assets" fr_pcga="2312" fr_pcg82="2312"/>
|
406
|
+
<item name="outstanding_living_corporeal_assets" fr_pcga="234" fr_pcg82="234"/>
|
407
|
+
<item name="outstanding_other_general_installation_assets" fr_pcga="2318" fr_pcg82="2318"/>
|
408
|
+
<item name="outstanding_service_animal_assets" fr_pcga="2343" fr_pcg82="2343"/>
|
409
|
+
<item name="outstanding_sustainables_plants_assets" fr_pcga="2346" fr_pcg82="2346"/>
|
410
|
+
<item name="outstanding_young_animal_assets" fr_pcga="2342" fr_pcg82="2342"/>
|
411
|
+
<item name="own_building_asset_depreciations" fr_pcga="2813" fr_pcg82="2813"/>
|
412
|
+
<item name="own_building_expenses" fr_pcga="6153" fr_pcg82="6153"/>
|
413
|
+
<item name="owner_account" fr_pcg82="108" fr_pcga="108"/>
|
414
|
+
<item name="owner_remuneration" fr_pcg82="644" fr_pcga="644"/>
|
415
|
+
<item name="ownership_assets" fr_pcga="271" fr_pcg82="271"/>
|
416
|
+
<item name="ownership_loan" fr_pcga="274" fr_pcg82="274"/>
|
417
|
+
<item name="packaging" fr_pcga="6017" fr_pcg82="6017"/>
|
418
|
+
<item name="packaging_rent_expenses" fr_pcga="6136" fr_pcg82="6136"/>
|
419
|
+
<item name="packaging_stock" fr_pcga="3017"/>
|
420
|
+
<item name="packaging_stocks_variation" fr_pcga="60317"/>
|
421
|
+
<item name="paid_vacation" fr_pcga="6415" fr_pcg82="6412"/>
|
422
|
+
<item name="partial_net_product_on_long_term_operation_revenues" fr_pcga="73" fr_pcg82="NONE"/>
|
423
|
+
<item name="participation_financials_revenues" fr_pcg82="761" fr_pcga="761"/>
|
424
|
+
<item name="participation_losses_on_debt_obligation_expenses" fr_pcg82="664" fr_pcga="664"/>
|
425
|
+
<item name="participations" fr_pcg82="26" pt_snc="41000000" fr_pcga="26"/>
|
426
|
+
<item name="particular_operation_with_state" fr_pcg82="443" fr_pcga="443"/>
|
427
|
+
<item name="partners_or_associates_advance_payments" fr_pcga="4564" fr_pcg82="4564"/>
|
428
|
+
<item name="partners_or_associates_dividends_payable" fr_pcga="457" fr_pcg82="457"/>
|
429
|
+
<item name="payment_guarantees" fr_pcg82="275" fr_pcga="275"/>
|
430
|
+
<item name="payments_on_account_on_intangible_fixed_assets" fr_pcga="237"/>
|
431
|
+
<item name="payments_on_account_on_orders_for_tangible_fixed_assets" fr_pcga="238" fr_pcg82="238"/>
|
432
|
+
<item name="payments_on_account_on_orders_for_tangible_fixed_assets_except_for_livestock" fr_pcga="2381"/>
|
433
|
+
<item name="payments_on_account_on_orders_for_tangible_fixed_assets_for_livestock" fr_pcga="2384"/>
|
434
|
+
<item name="pending_deposit_payments" fr_pcg82="511" pt_snc="18000000" fr_pcga="511"/>
|
435
|
+
<item name="permanent_staff_salary" fr_pcga="64111"/>
|
436
|
+
<item name="plant_derivative_stock" fr_pcga="374" centralizing="false" fr_pcg82="374"/>
|
437
|
+
<item name="plant_derivatives_revenues" fr_pcga="701" fr_pcg82="701"/>
|
438
|
+
<item name="plant_medicine_matter_expenses" fr_pcga="6013" fr_pcg82="6013"/>
|
439
|
+
<item name="plant_medicine_stock" fr_pcga="3013" fr_pcg82="3013"/>
|
440
|
+
<item name="plant_medicine_stocks_variation" fr_pcga="60313" fr_pcg82="60313"/>
|
441
|
+
<item name="plants_subsidies" fr_pcga="7451" fr_pcg82="7451"/>
|
442
|
+
<item name="previous_fiscal_year_exceptional_revenues" fr_pcg82="772" fr_pcga="772"/>
|
443
|
+
<item name="previous_fiscal_year_expenses" fr_pcg82="672" fr_pcga="672"/>
|
444
|
+
<item name="previous_product_deferral_expenses" fr_pcg82="699" fr_pcga="699"/>
|
445
|
+
<item name="principal_associates_current_accounts" fr_pcga="4551" fr_pcg82="4551"/>
|
446
|
+
<item name="processing_products_revenues" fr_pcga="703" fr_pcg82="703"/>
|
447
|
+
<item name="processing_products_stock" fr_pcga="376" centralizing="false" fr_pcg82="376"/>
|
448
|
+
<item name="product_accessory_revenues" fr_pcg82="708" fr_pcga="708"/>
|
449
|
+
<item name="product_inventory_variations" fr_pcg82="713" fr_pcga="713"/>
|
450
|
+
<item name="products_inventory_variations" fr_pcga="7137" fr_pcg82="7137"/>
|
451
|
+
<item name="products_specials_taxes" fr_pcga="634" fr_pcg82="634"/>
|
452
|
+
<item name="products_specials_taxes_for_animal_products" fr_pcga="6342"/>
|
453
|
+
<item name="products_specials_taxes_for_animals" fr_pcga="6344"/>
|
454
|
+
<item name="products_specials_taxes_for_plant_products" fr_pcga="6341"/>
|
455
|
+
<item name="products_specials_taxes_for_processed_products" fr_pcga="6343"/>
|
456
|
+
<item name="products_stock" fr_pcg82="35" fr_pcga="NONE"/>
|
457
|
+
<item name="professional_agricultural_organization_assets" fr_pcga="262" fr_pcg82="262"/>
|
458
|
+
<item name="professional_subscriptions_expenses" fr_pcga="628" fr_pcg82="628"/>
|
459
|
+
<item name="raw_material_and_supplies" fr_pcg82="31" fr_pcga="NONE"/>
|
460
|
+
<item name="raw_material_expenses" fr_pcga="6028" fr_pcg82="6028"/>
|
461
|
+
<item name="raw_material_stocks_variation" fr_pcga="60328"/>
|
462
|
+
<item name="raw_matter_expenses" fr_pcg82="601" fr_pcga="601"/>
|
463
|
+
<item name="raw_product_stock" fr_pcga="3028" fr_pcg82="3028"/>
|
464
|
+
<item name="redeemable_land_parcel_construction_assets" fr_pcga="2121" fr_pcg82="2121"/>
|
465
|
+
<item name="reductions" fr_pcga="765" fr_pcg82="765"/>
|
466
|
+
<item name="reevaluation_gaps" fr_pcg82="105" fr_pcga="105"/>
|
467
|
+
<item name="regularisation_accounts" fr_pcg82="48" fr_pcga="48"/>
|
468
|
+
<item name="rent_expenses" fr_pcg82="613" fr_pcga="613"/>
|
469
|
+
<item name="report_vat_credit" fr_pcg82="44567" fr_pcga="44567"/>
|
470
|
+
<item name="research_and_development_charge_assets" fr_pcga="203" fr_pcg82="203"/>
|
471
|
+
<item name="research_and_development_charge_assets_amortization" fr_pcga="2803" fr_pcg82="2803"/>
|
472
|
+
<item name="reserves" fr_pcg82="106" fr_pcga="106"/>
|
473
|
+
<item name="residual_products_revenues" fr_pcga="705" fr_pcg82="705"/>
|
474
|
+
<item name="residual_products_stock" fr_pcga="377" fr_pcg82="377"/>
|
475
|
+
<item name="retained_earnings" fr_pcg82="11" fr_pcga="11"/>
|
476
|
+
<item name="revenue_subsidies" fr_pcga="7453" fr_pcg82="7453"/>
|
477
|
+
<item name="revenues" fr_pcg82="7" pt_snc="70000000" fr_pcga="7"/>
|
478
|
+
<item name="salary_social_contribution_expenses" fr_pcga="645" fr_pcg82="645"/>
|
479
|
+
<item name="sales_assets_revenues" fr_pcga="775" fr_pcg82="775"/>
|
480
|
+
<item name="seed_expenses" fr_pcga="6012" fr_pcg82="6012"/>
|
481
|
+
<item name="seed_stock" fr_pcga="3012" fr_pcg82="3012"/>
|
482
|
+
<item name="seed_stocks_variation" fr_pcga="60312" fr_pcg82="60312"/>
|
483
|
+
<item name="service_animal_asset_depreciations" fr_pcga="2843" fr_pcg82="2843"/>
|
484
|
+
<item name="service_animal_assets" fr_pcga="243" fr_pcg82="243"/>
|
485
|
+
<item name="service_discount_and_reductions_expenses" fr_pcg82="619" fr_pcga="619"/>
|
486
|
+
<item name="services_revenues" fr_pcg82="706" fr_pcga="706"/>
|
487
|
+
<item name="share_asset_subsidies" fr_pcga="777" fr_pcg82="777"/>
|
488
|
+
<item name="share_capital_bonus" fr_pcg82="104" fr_pcga="104"/>
|
489
|
+
<item name="shared_result_operations_expenses" fr_pcg82="655" fr_pcga="655"/>
|
490
|
+
<item name="short_cycle_animals_inventory_variations" fr_pcga="7132" fr_pcg82="7132"/>
|
491
|
+
<item name="short_cycle_cultivation_advances" fr_pcga="341" fr_pcg82="341"/>
|
492
|
+
<item name="short_cycle_cultivation_advances_culturals_ways" fr_pcga="3415" fr_pcg82="3415"/>
|
493
|
+
<item name="short_cycle_cultivation_advances_fertilizers" fr_pcga="3411" fr_pcg82="3411"/>
|
494
|
+
<item name="short_cycle_cultivation_advances_plants_medicines" fr_pcga="3413" fr_pcg82="3413"/>
|
495
|
+
<item name="short_cycle_cultivation_advances_seeds" fr_pcga="3412" fr_pcg82="3412"/>
|
496
|
+
<item name="short_cycle_product_inventory_variations" fr_pcga="7136" fr_pcg82="7136"/>
|
497
|
+
<item name="short_cycle_products_stock" fr_pcga="36" fr_pcg82="NONE"/>
|
498
|
+
<item name="short_cycle_vegetals_inventory_variations" fr_pcga="7134" fr_pcg82="7134"/>
|
499
|
+
<item name="short_cycle_vegetals_stock" fr_pcga="34" centralizing="false" fr_pcg82="NONE"/>
|
500
|
+
<item name="short_term_investment_financials_revenues" fr_pcg82="764" fr_pcga="764"/>
|
501
|
+
<item name="short_term_investment_transfer_expenses" fr_pcg82="667" fr_pcga="667"/>
|
502
|
+
<item name="short_term_investment_transfer_financials_revenues" fr_pcg82="767" fr_pcga="767"/>
|
503
|
+
<item name="short_term_loans" fr_pcg82="1643" fr_pcga="1643"/>
|
504
|
+
<item name="short_term_loans_interests" fr_pcg82="6613" fr_pcga="6613"/>
|
505
|
+
<item name="short_time_animal_stock" fr_pcga="32" centralizing="false" fr_pcg82="NONE"/>
|
506
|
+
<item name="social_agricultural_mutuality" fr_pcga="NONE" fr_pcg82="431"/>
|
507
|
+
<item name="social_expense_on_vacations" fr_pcg82="438" fr_pcga="438"/>
|
508
|
+
<item name="social_security" fr_pcg82="NONE" fr_pcga="431"/>
|
509
|
+
<item name="staff_advances" fr_pcg82="425" fr_pcga="425"/>
|
510
|
+
<item name="staff_and_linked_accounts" fr_pcg82="42" fr_pcga="42"/>
|
511
|
+
<item name="staff_bonus_participation" fr_pcg82="424" fr_pcga="424"/>
|
512
|
+
<item name="staff_due_remunerations" fr_pcg82="421" pt_snc="23100000" centralizing="false" fr_pcga="421"/>
|
513
|
+
<item name="staff_expense_to_sold" fr_pcg82="428" fr_pcga="428"/>
|
514
|
+
<item name="staff_expenses" fr_pcga="64" pt_snc="63000000" fr_pcg82="64"/>
|
515
|
+
<item name="staff_oppositions" fr_pcg82="427" fr_pcga="427"/>
|
516
|
+
<item name="staff_remuneration" fr_pcg82="641" fr_pcga="641"/>
|
517
|
+
<item name="staff_salary" fr_pcga="6411" fr_pcg82="6411"/>
|
518
|
+
<item name="staff_submissions" fr_pcg82="426" fr_pcga="426"/>
|
519
|
+
<item name="staff_supply_expenses" fr_pcga="6025"/>
|
520
|
+
<item name="staff_supply_stock" fr_pcga="3025" fr_pcg82="3025"/>
|
521
|
+
<item name="staff_supply_stocks_variation" fr_pcga="60325"/>
|
522
|
+
<item name="state_and_other_public_entities" fr_pcg82="44" pt_snc="24000000" fr_pcga="44"/>
|
523
|
+
<item name="state_emission_quota_to_restitute" fr_pcg82="449" fr_pcga="449"/>
|
524
|
+
<item name="statutory_or_contractual_reserves" fr_pcga="1063" fr_pcg82="1063"/>
|
525
|
+
<item name="stocks" fr_pcg82="3" pt_snc="30000000" fr_pcga="3"/>
|
526
|
+
<item name="stocks_variation" fr_pcga="603" pt_snc="60300000" centralizing="false" fr_pcg82="603"/>
|
527
|
+
<item name="studies_and_research_expenses" fr_pcga="617" fr_pcg82="617"/>
|
528
|
+
<item name="subcontracting_expenses" fr_pcg82="611" fr_pcga="611"/>
|
529
|
+
<item name="subsidies" fr_pcga="745" fr_pcg82="745"/>
|
530
|
+
<item name="subsidy_to_receive" fr_pcg82="441" fr_pcga="441"/>
|
531
|
+
<item name="sundry_debtors_and_creditors" fr_pcga="467" pt_snc="27800000" centralizing="false" fr_pcg82="467"/>
|
532
|
+
<item name="suppliers" fr_pcg82="401" pt_snc="22100000" centralizing="true" fr_pcga="401"/>
|
533
|
+
<item name="suppliers_balance_after_compensation" fr_pcg82="402" fr_pcga="402"/>
|
534
|
+
<item name="suppliers_invoices_not_received" fr_pcg82="408" pt_snc="22500000" fr_pcga="408"/>
|
535
|
+
<item name="supply_stock" fr_pcga="301" centralizing="false" fr_pcg82="301"/>
|
536
|
+
<item name="supply_stocks_variation" fr_pcga="6031" fr_pcg82="6031"/>
|
537
|
+
<item name="suspense" fr_pcga="471" fr_pcg82="471"/>
|
538
|
+
<item name="sustainable_packaging_asset_depreciations" fr_pcga="28186" fr_pcg82="28186"/>
|
539
|
+
<item name="sustainable_packaging_assets" fr_pcga="2186" fr_pcg82="2186"/>
|
540
|
+
<item name="sustainables_plants_asset_depreciations" fr_pcga="2846" fr_pcg82="2846"/>
|
541
|
+
<item name="sustainables_plants_assets" fr_pcga="246" fr_pcg82="246"/>
|
542
|
+
<item name="sustainables_plants_on_other_land_parcel_assets" fr_pcga="2465" fr_pcg82="2465"/>
|
543
|
+
<item name="sustainables_plants_on_own_land_parcel_assets" fr_pcga="2461" fr_pcg82="2461"/>
|
544
|
+
<item name="tangible_fixed_assets_revenues_livestock" fr_pcga="7754"/>
|
545
|
+
<item name="tangible_fixed_assets_revenues_without_livestock" fr_pcga="7752" fr_pcg82="7752"/>
|
546
|
+
<item name="tax_regulated_reserves" fr_pcga="1064" fr_pcg82="1064"/>
|
547
|
+
<item name="taxes_expenses" fr_pcg82="63" fr_pcga="63"/>
|
548
|
+
<item name="technical_installation_equipment_and_tools_assets" fr_pcga="215" fr_pcg82="215"/>
|
549
|
+
<item name="technical_installation_on_other_land_parcel_assets" fr_pcga="2152" fr_pcg82="2152"/>
|
550
|
+
<item name="technical_installation_on_other_land_parcel_assets_amortization" fr_pcga="28152" fr_pcg82="28152"/>
|
551
|
+
<item name="technical_installation_on_own_land_parcel_assets" fr_pcga="2151" fr_pcg82="2151"/>
|
552
|
+
<item name="technical_installation_on_own_land_parcel_assets_amortization" fr_pcga="28151" fr_pcg82="28151"/>
|
553
|
+
<item name="telecommunications_expenses" fr_pcga="626" fr_pcg82="626"/>
|
554
|
+
<item name="temporary_operations" fr_pcg82="47" fr_pcga="47"/>
|
555
|
+
<item name="temporary_staff_salary" fr_pcga="64115"/>
|
556
|
+
<item name="third_party" fr_pcg82="4" pt_snc="20000000" fr_pcga="4"/>
|
557
|
+
<item name="tools_assets" fr_pcga="2155" fr_pcg82="2155"/>
|
558
|
+
<item name="tools_assets_amortization" fr_pcga="28155" fr_pcg82="28155"/>
|
559
|
+
<item name="trade_show_expenses" fr_pcg82="6233" fr_pcga="6233"/>
|
560
|
+
<item name="transfer_revenues" fr_pcg82="79" fr_pcga="79"/>
|
561
|
+
<item name="transport_vehicle_asset_depreciations" fr_pcga="28182" fr_pcg82="28182"/>
|
562
|
+
<item name="transport_vehicle_assets" fr_pcga="2182" fr_pcg82="2182"/>
|
563
|
+
<item name="transports_expenses" fr_pcga="624" fr_pcg82="624"/>
|
564
|
+
<item name="travels_expenses" fr_pcga="625" fr_pcg82="625"/>
|
565
|
+
<item name="trust_creation_operation_expenses" fr_pcg82="674" fr_pcga="674"/>
|
566
|
+
<item name="unstorable_expenses" fr_pcg82="606" fr_pcga="606"/>
|
567
|
+
<item name="usual_associates_current_accounts" fr_pcga="4552" fr_pcg82="4552"/>
|
568
|
+
<item name="usual_bank_overdraft" fr_pcg82="519" fr_pcga="519"/>
|
569
|
+
<item name="various_exceptional_revenues" fr_pcg82="778" fr_pcga="778"/>
|
570
|
+
<item name="vat" fr_pcga="445" pt_snc="24300000" fr_pcg82="445"/>
|
571
|
+
<item name="vat_to_pay" fr_pcg82="44551" fr_pcga="44551"/>
|
572
|
+
<item name="vegetals_making_services_expenses" fr_pcga="6051" fr_pcg82="6051"/>
|
573
|
+
<item name="veterinary_fees_expenses" fr_pcga="6225" fr_pcg82="6225"/>
|
574
|
+
<item name="waiting_vat" fr_pcg82="4458" fr_pcga="4458"/>
|
575
|
+
<item name="water_expenses" fr_pcga="6061" fr_pcg82="6061"/>
|
576
|
+
<item name="workshop_and_warehouse_supplies_expenses" fr_pcga="6023"/>
|
577
|
+
<item name="workshop_and_warehouse_supplies_stocks_variation" fr_pcga="60323"/>
|
578
|
+
<item name="workshop_supplies_stock" fr_pcga="3023" fr_pcg82="3023"/>
|
579
|
+
<item name="young_animal_asset_depreciations" fr_pcga="2842" fr_pcg82="2842"/>
|
580
|
+
<item name="young_animal_assets" fr_pcga="242" fr_pcg82="242"/>
|
581
|
+
<item name="young_animal_expenses" fr_pcga="6042" fr_pcg82="6042"/>
|
582
|
+
<item name="young_animal_revenues" fr_pcga="7042" fr_pcg82="7042"/>
|
583
|
+
<item name="young_reproductor_animals_inventory_variations" fr_pcga="7122" fr_pcg82="7122"/>
|
518
584
|
</items>
|
519
585
|
</nomenclature>
|
520
586
|
<nomenclature name="activity_families" translateable="true">
|
@@ -1915,6 +1981,7 @@
|
|
1915
1981
|
<nomenclature name="document_natures" translateable="true">
|
1916
1982
|
<properties>
|
1917
1983
|
<property name="category" type="item_list" choices="document_categories"/>
|
1984
|
+
<property name="signed" type="boolean" required="true" default="false"/>
|
1918
1985
|
</properties>
|
1919
1986
|
<items>
|
1920
1987
|
<item name="account_journal_entry_sheet" category="accountancy"/>
|
@@ -1923,6 +1990,8 @@
|
|
1923
1990
|
<item name="animal_list" category="animal_farming"/>
|
1924
1991
|
<item name="animal_sheet" category="animal_farming"/>
|
1925
1992
|
<item name="balance_sheet" category="accountancy"/>
|
1993
|
+
<item name="by_account_fixed_asset_registry" category="accountancy"/>
|
1994
|
+
<item name="cultivable_zone_sheet" category="land_parcel_management"/>
|
1926
1995
|
<item name="deposit_list" category="exploitation"/>
|
1927
1996
|
<item name="entity_sheet" category="exploitation"/>
|
1928
1997
|
<item name="equipment_certification" category="land_parcel_management"/>
|
@@ -1933,8 +2002,9 @@
|
|
1933
2002
|
<item name="fr_pcg82_profit_and_loss_statement" category="accountancy"/>
|
1934
2003
|
<item name="fr_pcga_balance_sheet" category="accountancy"/>
|
1935
2004
|
<item name="fr_pcga_profit_and_loss_statement" category="accountancy"/>
|
2005
|
+
<item name="gain_and_loss_fixed_asset_registry" category="accountancy"/>
|
1936
2006
|
<item name="general_journal" category="accountancy"/>
|
1937
|
-
<item name="general_ledger" category="accountancy"/>
|
2007
|
+
<item name="general_ledger" category="accountancy" signed="true"/>
|
1938
2008
|
<item name="income_statement" category="accountancy"/>
|
1939
2009
|
<item name="incoming_delivery_docket" category="exploitation"/>
|
1940
2010
|
<item name="intervention_register" category="management"/>
|
@@ -1942,6 +2012,7 @@
|
|
1942
2012
|
<item name="inventory_sheet" category="exploitation"/>
|
1943
2013
|
<item name="journal" category="accountancy"/>
|
1944
2014
|
<item name="journal_entry_sheet" category="accountancy"/>
|
2015
|
+
<item name="journal_ledger" category="accountancy" signed="true"/>
|
1945
2016
|
<item name="land_parcel_register" category="land_parcel_management"/>
|
1946
2017
|
<item name="loan_registry" category="accountancy"/>
|
1947
2018
|
<item name="manure_management_plan" category="land_parcel_management"/>
|
@@ -1949,6 +2020,7 @@
|
|
1949
2020
|
<item name="outgoing_deliveries_journal" category="exploitation"/>
|
1950
2021
|
<item name="outgoing_delivery_docket" category="exploitation"/>
|
1951
2022
|
<item name="outgoing_payment_list" category="exploitation"/>
|
2023
|
+
<item name="pending_vat_register" category="accountancy"/>
|
1952
2024
|
<item name="phytosanitary_certification" category="land_parcel_management"/>
|
1953
2025
|
<item name="phytosanitary_register" category="land_parcel_management"/>
|
1954
2026
|
<item name="prescription" category="health"/>
|
@@ -1959,13 +2031,14 @@
|
|
1959
2031
|
<item name="purchases_order" category="exploitation"/>
|
1960
2032
|
<item name="purchases_original" category="exploitation"/>
|
1961
2033
|
<item name="sales_estimate" category="marketing"/>
|
1962
|
-
<item name="sales_invoice" category="marketing"/>
|
2034
|
+
<item name="sales_invoice" category="marketing" signed="true"/>
|
1963
2035
|
<item name="sales_order" category="marketing"/>
|
1964
2036
|
<item name="security_data_sheet" category="land_parcel_management"/>
|
1965
2037
|
<item name="shipping_note" category="exploitation"/>
|
2038
|
+
<item name="short_balance_sheet"/>
|
1966
2039
|
<item name="stocks" category="exploitation"/>
|
1967
2040
|
<item name="tax_assessment" category="accountancy"/>
|
1968
|
-
<item name="trial_balance" category="accountancy"/>
|
2041
|
+
<item name="trial_balance" category="accountancy" signed="true"/>
|
1969
2042
|
<item name="vat_register" category="accountancy"/>
|
1970
2043
|
<item name="veterinary_booklet" category="health"/>
|
1971
2044
|
<item name="vine_phytosanitary_register" category="land_parcel_management"/>
|
@@ -2042,6 +2115,21 @@
|
|
2042
2115
|
<item name="vehicle"/>
|
2043
2116
|
</items>
|
2044
2117
|
</nomenclature>
|
2118
|
+
<nomenclature name="fiscal_positions" translateable="true">
|
2119
|
+
<properties>
|
2120
|
+
<property name="accounting_system" type="item" choices="accounting_systems" required="true"/>
|
2121
|
+
<property name="code" type="string" required="true"/>
|
2122
|
+
<property name="country" type="item" choices="countries" required="true"/>
|
2123
|
+
</properties>
|
2124
|
+
<items>
|
2125
|
+
<item name="fr_ba_ir" country="fr" code="BA-IR" accounting_system="fr_pcga"/>
|
2126
|
+
<item name="fr_ba_is" country="fr" code="BA-IS" accounting_system="fr_pcga"/>
|
2127
|
+
<item name="fr_bic_ir" country="fr" code="BIC-IR" accounting_system="fr_pcg82"/>
|
2128
|
+
<item name="fr_bic_is" country="fr" code="BIC-IS" accounting_system="fr_pcg82"/>
|
2129
|
+
<item name="fr_bnc_ir" country="fr" code="BNC-IR" accounting_system="fr_pcg82"/>
|
2130
|
+
<item name="fr_bnc_is" country="fr" code="BNC-IS" accounting_system="fr_pcg82"/>
|
2131
|
+
</items>
|
2132
|
+
</nomenclature>
|
2045
2133
|
<nomenclature name="guide_natures" translateable="true">
|
2046
2134
|
<items>
|
2047
2135
|
<item name="best_practices"/>
|
@@ -2095,6 +2183,7 @@
|
|
2095
2183
|
<item name="animal_life_state" datatype="choice" choices="animal_life_states"/>
|
2096
2184
|
<item name="application_width" datatype="measure" unit="meter" gathering="proportional_to_population"/>
|
2097
2185
|
<item name="approved_input_dose" datatype="measure" unit="kilogram_per_hectare"/>
|
2186
|
+
<item name="approved_input_volume" datatype="measure" unit="liter_per_hectare"/>
|
2098
2187
|
<item name="atmospheric_pressure" datatype="measure" unit="hectopascal" sampling_temporal_mode="instant"/>
|
2099
2188
|
<item name="available_water_capacity_per_area" datatype="measure" unit="liter_per_square_meter"/>
|
2100
2189
|
<item name="average_atmospheric_pressure" datatype="measure" unit="hectopascal" sampling_temporal_mode="period"/>
|
@@ -2109,6 +2198,7 @@
|
|
2109
2198
|
<item name="birth_farm_number" datatype="string"/>
|
2110
2199
|
<item name="boron_concentration" datatype="measure" unit="parts_per_million"/>
|
2111
2200
|
<item name="calcium_concentration" datatype="measure" unit="mass_percent"/>
|
2201
|
+
<item name="caliber" datatype="measure" unit="millimeter"/>
|
2112
2202
|
<item name="calving_ease_index" datatype="measure" unit="unity"/>
|
2113
2203
|
<item name="cation_exchange_capacity" datatype="measure" unit="milliequivalent_per_hundred_gram"/>
|
2114
2204
|
<item name="cation_exchange_capacity_analysis_method" datatype="choice" choices="cation_exchange_capacity_analysis_methods"/>
|
@@ -2128,6 +2218,7 @@
|
|
2128
2218
|
<item name="dry_matter_rate" datatype="measure" unit="mass_percent"/>
|
2129
2219
|
<item name="easement_area" datatype="measure" unit="square_meter" gathering="proportional_to_population"/>
|
2130
2220
|
<item name="economical_milk_index" datatype="measure" unit="unity"/>
|
2221
|
+
<item name="element_count" datatype="integer"/>
|
2131
2222
|
<item name="end_of_life_witness" datatype="string"/>
|
2132
2223
|
<item name="energy" datatype="measure" unit="kilowatt_hour"/>
|
2133
2224
|
<item name="entry_date" datatype="string"/>
|
@@ -2155,6 +2246,7 @@
|
|
2155
2246
|
<item name="healthy" datatype="boolean"/>
|
2156
2247
|
<item name="height" datatype="measure" unit="meter"/>
|
2157
2248
|
<item name="horizontal_rotation" datatype="measure" unit="degree"/>
|
2249
|
+
<item name="hour_counter" datatype="measure" unit="hour"/>
|
2158
2250
|
<item name="immunoglobulins_concentration" datatype="measure" unit="unity_per_liter"/>
|
2159
2251
|
<item name="impurity_concentration" datatype="measure" unit="mass_percent"/>
|
2160
2252
|
<item name="inhibitors_presence" datatype="boolean"/>
|
@@ -2244,6 +2336,7 @@
|
|
2244
2336
|
<item name="seedling_count" datatype="measure" unit="thousand"/>
|
2245
2337
|
<item name="sex" datatype="choice" choices="sexes"/>
|
2246
2338
|
<item name="shape" datatype="multi_polygon" related_to="whole" individual_identifier="true"/>
|
2339
|
+
<item name="sodium_concentration" datatype="measure" unit="mass_percent"/>
|
2247
2340
|
<item name="soil_cultural_state" datatype="choice" choices="soil_cultural_states"/>
|
2248
2341
|
<item name="soil_depth" datatype="measure" unit="centimeter"/>
|
2249
2342
|
<item name="soil_nature" datatype="choice" choices="soil_natures"/>
|
@@ -2940,6 +3033,7 @@
|
|
2940
3033
|
</nomenclature>
|
2941
3034
|
<nomenclature name="product_nature_categories" translateable="true">
|
2942
3035
|
<properties>
|
3036
|
+
<property name="asset_fixable" type="boolean" required="true" default="false"/>
|
2943
3037
|
<property name="charge_account" type="item" choices="accounts"/>
|
2944
3038
|
<property name="depreciable" type="boolean" required="true" default="false"/>
|
2945
3039
|
<property name="depreciation_percentage" type="decimal"/>
|
@@ -2956,22 +3050,23 @@
|
|
2956
3050
|
<property name="storable" type="boolean" required="true" default="false"/>
|
2957
3051
|
</properties>
|
2958
3052
|
<items>
|
2959
|
-
<item name="adult_cat" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2960
|
-
<item name="adult_dog" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2961
|
-
<item name="
|
2962
|
-
<item name="
|
3053
|
+
<item name="adult_cat" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3054
|
+
<item name="adult_dog" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3055
|
+
<item name="agricultural_taxe" charge_account="products_specials_taxes" product_account="products_specials_taxes" purchasable="true" saleable="true" pictogram="legal"/>
|
3056
|
+
<item name="animal_food" charge_account="livestock_feed_matter_expenses" product_account="processing_products_revenues" stock_account="livestock_feed_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="livestock_feed_stocks_variation"/>
|
3057
|
+
<item name="animal_housing_services" charge_account="animals_making_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="barn"/>
|
2963
3058
|
<item name="animal_litter" charge_account="raw_material_expenses" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="products_inventory_variations"/>
|
2964
|
-
<item name="animal_medicine" charge_account="animal_medicine_matter_expenses" product_account="
|
3059
|
+
<item name="animal_medicine" charge_account="animal_medicine_matter_expenses" product_account="processing_products_revenues" stock_account="animal_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="pill" stock_movement_account="animal_medicine_stocks_variation"/>
|
2965
3060
|
<item name="animal_reproduction" charge_account="animal_reproduction_matter_expenses" product_account="animal_derivatives_revenues" stock_account="animal_reproduction_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="animal_reproduction_stocks_variation"/>
|
2966
|
-
<item name="animals_making_services" charge_account="
|
3061
|
+
<item name="animals_making_services" charge_account="animals_making_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="barn"/>
|
2967
3062
|
<item name="associate_social_contribution" charge_account="associate_social_contribution_expenses" purchasable="true" pictogram="user"/>
|
2968
3063
|
<item name="aves_band" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
2969
3064
|
<item name="aves_herd" stock_account="long_time_animal_stock" pictogram="cow"/>
|
2970
3065
|
<item name="bank_service" charge_account="banks_services_expenses" purchasable="true" pictogram="bank"/>
|
2971
|
-
<item name="bee_band" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2972
|
-
<item name="biological_auxiliary" charge_account="plant_medicine_matter_expenses" product_account="
|
2973
|
-
<item name="bonus_staff_expense" charge_account="
|
2974
|
-
<item name="building" fixed_asset_account="building_assets" fixed_asset_allocation_account="own_building_asset_depreciations" fixed_asset_expenses_account="building_depreciations_inputations_expenses" depreciation_percentage="5.0" charge_account="own_building_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="building"/>
|
3066
|
+
<item name="bee_band" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" depreciation_percentage="25.0" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3067
|
+
<item name="biological_auxiliary" charge_account="plant_medicine_matter_expenses" product_account="merchandising_revenues" stock_account="plant_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="beaker" stock_movement_account="plant_medicine_stocks_variation"/>
|
3068
|
+
<item name="bonus_staff_expense" charge_account="managing_associates_salary" purchasable="true" pictogram="user"/>
|
3069
|
+
<item name="building" fixed_asset_account="building_assets" fixed_asset_allocation_account="own_building_asset_depreciations" fixed_asset_expenses_account="building_depreciations_inputations_expenses" depreciation_percentage="5.0" charge_account="own_building_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="building" asset_fixable="true"/>
|
2975
3070
|
<item name="building_division" pictogram="barn"/>
|
2976
3071
|
<item name="calf" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
2977
3072
|
<item name="carriage" charge_account="merchandising_accessory_expenses" product_account="merchandising_accessory_revenues" purchasable="true" saleable="true" pictogram="truck"/>
|
@@ -2980,23 +3075,24 @@
|
|
2980
3075
|
<item name="congress" charge_account="congress_and_symposium_expenses" purchasable="true" pictogram="plane"/>
|
2981
3076
|
<item name="construction_materials_in_own_outstanding_installation" charge_account="outstanding_construction_on_own_land_parcel_assets" product_account="sales_assets_revenues" stock_account="other_materials_stock" purchasable="true" saleable="true" storable="true" pictogram="barn" stock_movement_account="merchandising_stocks_variation"/>
|
2982
3077
|
<item name="consumer_goods_office_item" charge_account="office_supply_matter_expenses" purchasable="true" pictogram="fax"/>
|
3078
|
+
<item name="cooperative_participation" charge_account="cooperative_participation_assets" product_account="cooperative_participation_assets" purchasable="true" saleable="true" pictogram="legal"/>
|
2983
3079
|
<item name="crop" product_account="plant_derivatives_revenues" stock_account="short_cycle_vegetals_stock" saleable="true" storable="true" pictogram="leaf" stock_movement_account="short_cycle_vegetals_inventory_variations"/>
|
2984
|
-
<item name="cultivable_zone" pictogram="land_parcels"/>
|
2985
3080
|
<item name="discount_and_reduction" charge_account="discount_and_reductions_expenses" product_account="discount_and_reductions_revenues" purchasable="true" saleable="true" pictogram="gift"/>
|
2986
|
-
<item name="duty_and_taxe" charge_account="
|
3081
|
+
<item name="duty_and_taxe" charge_account="government_tax_expenses" purchasable="true" pictogram="legal"/>
|
2987
3082
|
<item name="egg" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
2988
3083
|
<item name="electricity" charge_account="electricity_expenses" purchasable="true" pictogram="bolt"/>
|
2989
|
-
<item name="electronic_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="33.0" charge_account="
|
2990
|
-
<item name="equipment" fixed_asset_account="equipment_assets" fixed_asset_allocation_account="equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="15.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="tractor"/>
|
3084
|
+
<item name="electronic_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="33.0" charge_account="materials_expenses" product_account="merchandising_revenues" stock_account="other_materials_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="laptop" stock_movement_account="other_supply_stocks_variation" asset_fixable="true"/>
|
3085
|
+
<item name="equipment" fixed_asset_account="equipment_assets" fixed_asset_allocation_account="equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="15.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="tractor" asset_fixable="true"/>
|
2991
3086
|
<item name="equipment_fleet" pictogram="tractor"/>
|
2992
|
-
<item name="equipment_rent" charge_account="equipment_rent_expenses" product_account="
|
3087
|
+
<item name="equipment_rent" charge_account="equipment_rent_expenses" product_account="services_revenues" purchasable="true" saleable="true" pictogram="tractor"/>
|
2993
3088
|
<item name="equipment_repair_services" charge_account="equipment_maintenance_expenses" purchasable="true" pictogram="wrench"/>
|
3089
|
+
<item name="equity" charge_account="banks_services_expenses" product_account="other_financials_asset_revenues" purchasable="true" saleable="true" pictogram="legal"/>
|
2994
3090
|
<item name="exploitation_subsidies" product_account="exploitation_subsidies" saleable="true" pictogram="legal"/>
|
2995
3091
|
<item name="farm_teaching_services" charge_account="making_services_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="barn"/>
|
2996
3092
|
<item name="fee" charge_account="fees_expenses" purchasable="true" pictogram="tasks"/>
|
2997
|
-
<item name="female_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2998
|
-
<item name="female_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
2999
|
-
<item name="female_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3093
|
+
<item name="female_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3094
|
+
<item name="female_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3095
|
+
<item name="female_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3000
3096
|
<item name="fertilizer" charge_account="fertilizer_expenses" product_account="residual_products_revenues" stock_account="fertilizer_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="fertilizer_stocks_variation"/>
|
3001
3097
|
<item name="fiscal_fine" charge_account="fiscal_fine_exceptional_expenses" purchasable="true" pictogram="tasks"/>
|
3002
3098
|
<item name="fish_band" charge_account="other_animal_expenses" product_account="other_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="fish" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
@@ -3009,51 +3105,52 @@
|
|
3009
3105
|
<item name="harvest_insurance" charge_account="exploitation_risk_insurance_expenses" purchasable="true" pictogram="umbrella"/>
|
3010
3106
|
<item name="honey" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3011
3107
|
<item name="infirmity_and_death_insurance" charge_account="infirmity_and_death_insurance_expenses" purchasable="true" pictogram="umbrella"/>
|
3012
|
-
<item name="installation" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="road"/>
|
3013
|
-
<item name="installing_charge" charge_account="fees_expenses" fixed_asset_account="establishment_charge_assets" fixed_asset_allocation_account="incorporeal_asset_depreciations" fixed_asset_expenses_account="incorporeals_depreciations_inputations_expenses" depreciation_percentage="25.0" purchasable="true" depreciable="true" pictogram="book"/>
|
3108
|
+
<item name="installation" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="equipment_maintenance_expenses" product_account="sales_assets_revenues" purchasable="true" saleable="true" depreciable="true" pictogram="road" asset_fixable="true"/>
|
3109
|
+
<item name="installing_charge" charge_account="fees_expenses" fixed_asset_account="establishment_charge_assets" fixed_asset_allocation_account="incorporeal_asset_depreciations" fixed_asset_expenses_account="incorporeals_depreciations_inputations_expenses" depreciation_percentage="25.0" purchasable="true" depreciable="true" pictogram="book" asset_fixable="true"/>
|
3014
3110
|
<item name="insurance" charge_account="insurance_expenses" purchasable="true" pictogram="umbrella"/>
|
3015
3111
|
<item name="irrigation_water" charge_account="irrigation_expenses" purchasable="true" pictogram="drop"/>
|
3016
|
-
<item name="
|
3112
|
+
<item name="land" pictogram="land_parcels" purchasable="true" saleable="true" asset_fixable="true" depreciable="false" charge_account="land_charges" product_account="tangible_fixed_assets_revenues_without_livestock" fixed_asset_account="land_fixed_assets"/>
|
3113
|
+
<item name="land_parcel" charge_account="land_parcel_rent_expenses" product_account="tangible_fixed_assets_revenues_without_livestock" purchasable="true" saleable="true" pictogram="land_parcels"/>
|
3017
3114
|
<item name="land_parcel_cluster" pictogram="land_parcels"/>
|
3018
3115
|
<item name="land_parcel_construction" charge_account="redeemable_land_parcel_construction_assets" product_account="sales_assets_revenues" stock_account="other_materials_stock" purchasable="true" saleable="true" storable="false" pictogram="barn"/>
|
3019
3116
|
<item name="land_parcel_locative_charge" charge_account="land_parcel_locative_expenses" purchasable="true" pictogram="wrench"/>
|
3020
3117
|
<item name="leasing" charge_account="leasing_expenses" purchasable="true" pictogram="money"/>
|
3021
3118
|
<item name="licence" charge_account="licences_expenses" purchasable="true" pictogram="subscription"/>
|
3022
3119
|
<item name="little_office_item" charge_account="little_office_equipment_expenses" purchasable="true" pictogram="fax"/>
|
3023
|
-
<item name="loan_interest" charge_account="
|
3024
|
-
<item name="long_time_animal" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3120
|
+
<item name="loan_interest" charge_account="loans_interests" purchasable="true" pictogram="bank"/>
|
3121
|
+
<item name="long_time_animal" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3025
3122
|
<item name="maintenance" charge_account="maintenance_expenses" purchasable="true" pictogram="wrench"/>
|
3026
|
-
<item name="male_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3027
|
-
<item name="male_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="
|
3028
|
-
<item name="male_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3123
|
+
<item name="male_adult_cow" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3124
|
+
<item name="male_adult_pig" fixed_asset_account="adult_animal_assets" fixed_asset_allocation_account="adult_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3125
|
+
<item name="male_young_cow" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3029
3126
|
<item name="meat" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3030
3127
|
<item name="milk" charge_account="raw_material_expenses" product_account="animal_derivatives_revenues" stock_account="animal_derivative_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3031
3128
|
<item name="natural_water" pictogram="drop"/>
|
3032
|
-
<item name="oenological_product" charge_account="raw_material_expenses" product_account="
|
3033
|
-
<item name="office_furniture_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="
|
3034
|
-
<item name="other_consumable" charge_account="other_consumable_matter_expenses" product_account="
|
3129
|
+
<item name="oenological_product" charge_account="raw_material_expenses" product_account="merchandising_revenues" stock_account="plant_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="beaker" stock_movement_account="plant_medicine_stocks_variation"/>
|
3130
|
+
<item name="office_furniture_equipment" fixed_asset_account="office_equipment_assets" fixed_asset_allocation_account="office_equipment_asset_depreciations" fixed_asset_expenses_account="equipment_depreciations_inputations_expenses" depreciation_percentage="10.0" charge_account="office_supply_matter_expenses" product_account="merchandising_revenues" stock_account="workshop_supplies_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="fax" stock_movement_account="other_supply_stocks_variation" asset_fixable="true"/>
|
3131
|
+
<item name="other_consumable" charge_account="other_consumable_matter_expenses" product_account="merchandising_revenues" stock_account="other_consumables_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3035
3132
|
<item name="oyster_band" charge_account="other_animal_expenses" product_account="other_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="fish" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3036
3133
|
<item name="package_consumable" charge_account="packaging" stock_account="other_consumables_stock" purchasable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3037
3134
|
<item name="pig_band" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3038
|
-
<item name="plant" fixed_asset_account="sustainables_plants_assets" fixed_asset_allocation_account="sustainables_plants_asset_depreciations" fixed_asset_expenses_account="others_corporeals_depreciations_inputations_expenses" depreciation_percentage="4.0" charge_account="seed_expenses" product_account="
|
3039
|
-
<item name="plant_medicine" charge_account="plant_medicine_matter_expenses" product_account="
|
3135
|
+
<item name="plant" fixed_asset_account="sustainables_plants_assets" fixed_asset_allocation_account="sustainables_plants_asset_depreciations" fixed_asset_expenses_account="others_corporeals_depreciations_inputations_expenses" depreciation_percentage="4.0" charge_account="seed_expenses" product_account="plant_derivatives_revenues" stock_account="long_cycle_vegetals_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="matter" stock_movement_account="long_cycle_vegetals_inventory_variations" asset_fixable="true"/>
|
3136
|
+
<item name="plant_medicine" charge_account="plant_medicine_matter_expenses" product_account="residual_products_revenues" stock_account="plant_medicine_stock" purchasable="true" saleable="true" storable="true" pictogram="beaker" stock_movement_account="plant_medicine_stocks_variation"/>
|
3040
3137
|
<item name="processed_grain" charge_account="raw_material_expenses" product_account="processing_products_revenues" stock_account="processing_products_stock" purchasable="true" saleable="true" storable="true" pictogram="wheat" stock_movement_account="merchandising_stocks_variation"/>
|
3041
3138
|
<item name="processed_meat" charge_account="raw_material_expenses" product_account="processing_products_revenues" stock_account="processing_products_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="merchandising_stocks_variation"/>
|
3042
3139
|
<item name="processed_milk" charge_account="raw_material_expenses" product_account="processing_products_revenues" stock_account="processing_products_stock" purchasable="true" saleable="true" storable="true" pictogram="drop" stock_movement_account="merchandising_stocks_variation"/>
|
3043
3140
|
<item name="professional_subscription" charge_account="professional_subscriptions_expenses" purchasable="true" pictogram="cc"/>
|
3044
3141
|
<item name="rabbit_band" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3045
3142
|
<item name="raw_materials" charge_account="materials_expenses" stock_account="other_consumables_stock" purchasable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3046
|
-
<item name="rent" charge_account="rent_expenses" product_account="
|
3143
|
+
<item name="rent" charge_account="rent_expenses" product_account="services_revenues" purchasable="true" saleable="true" pictogram="money"/>
|
3047
3144
|
<item name="rent_hosting_service" charge_account="rent_expenses" purchasable="true" pictogram="subscription"/>
|
3048
3145
|
<item name="representation" charge_account="advertising_expenses" purchasable="true" pictogram="cc"/>
|
3049
3146
|
<item name="running_water" charge_account="water_expenses" purchasable="true" pictogram="drop"/>
|
3050
3147
|
<item name="salary_social_contribution" charge_account="salary_social_contribution_expenses" purchasable="true" pictogram="user"/>
|
3051
|
-
<item name="seed" charge_account="seed_expenses" product_account="
|
3148
|
+
<item name="seed" charge_account="seed_expenses" product_account="plant_derivatives_revenues" stock_account="seed_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="seed_stocks_variation"/>
|
3052
3149
|
<item name="service" product_account="services_revenues" saleable="true" pictogram="user"/>
|
3053
|
-
<item name="settlement" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="
|
3150
|
+
<item name="settlement" fixed_asset_account="general_installation_assets" fixed_asset_allocation_account="general_installation_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses" depreciation_percentage="10.0" product_account="sales_assets_revenues" saleable="true" depreciable="true" pictogram="building" asset_fixable="true"/>
|
3054
3151
|
<item name="short_time_animal" charge_account="adult_animal_expenses" product_account="adult_animal_revenues" stock_account="short_time_animal_stock" purchasable="true" saleable="true" storable="true" pictogram="cow" stock_movement_account="short_cycle_animals_inventory_variations"/>
|
3055
|
-
<item name="small_electronic_equipment" charge_account="
|
3056
|
-
<item name="small_equipment" charge_account="maintenances_consumables_expenses" product_account="
|
3152
|
+
<item name="small_electronic_equipment" charge_account="materials_expenses" product_account="merchandising_revenues" stock_account="workshop_supplies_stock" purchasable="true" saleable="true" storable="true" pictogram="laptop" stock_movement_account="other_supply_stocks_variation"/>
|
3153
|
+
<item name="small_equipment" charge_account="maintenances_consumables_expenses" product_account="merchandising_revenues" stock_account="maintenances_consumables_stock" purchasable="true" saleable="true" storable="true" pictogram="wrench" stock_movement_account="other_supply_stocks_variation"/>
|
3057
3154
|
<item name="straw" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" saleable="true" storable="true" pictogram="wheat" stock_movement_account="products_inventory_variations"/>
|
3058
3155
|
<item name="studies_and_research" charge_account="studies_and_research_expenses" purchasable="true" pictogram="book"/>
|
3059
3156
|
<item name="subcontracting" charge_account="subcontracting_expenses" purchasable="true" pictogram="user"/>
|
@@ -3065,10 +3162,10 @@
|
|
3065
3162
|
<item name="vegetable" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" saleable="true" storable="true" pictogram="leaf" stock_movement_account="products_inventory_variations"/>
|
3066
3163
|
<item name="vegetals_making_services" charge_account="vegetals_making_services_expenses" product_account="making_services_revenues" purchasable="true" saleable="true" pictogram="tractor"/>
|
3067
3164
|
<item name="wine" product_account="plant_derivatives_revenues" stock_account="plant_derivative_stock" saleable="true" storable="true" pictogram="drop" stock_movement_account="products_inventory_variations"/>
|
3068
|
-
<item name="wine_package_consumable" charge_account="packaging" product_account="
|
3069
|
-
<item name="worker" charge_account="staff_expenses" product_account="
|
3070
|
-
<item name="young_cat" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3071
|
-
<item name="young_dog" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="
|
3165
|
+
<item name="wine_package_consumable" charge_account="packaging" product_account="merchandising_revenues" stock_account="other_consumables_stock" purchasable="true" saleable="true" storable="true" pictogram="matter" stock_movement_account="other_supply_stocks_variation"/>
|
3166
|
+
<item name="worker" charge_account="staff_expenses" product_account="services_revenues" purchasable="true" saleable="true" pictogram="male"/>
|
3167
|
+
<item name="young_cat" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3168
|
+
<item name="young_dog" fixed_asset_account="young_animal_assets" fixed_asset_allocation_account="young_animal_asset_depreciations" fixed_asset_expenses_account="corporeal_depreciations_inputations_expenses_living_goods" charge_account="young_animal_expenses" product_account="young_animal_revenues" stock_account="long_time_animal_stock" purchasable="true" saleable="true" depreciable="true" storable="true" pictogram="cow" stock_movement_account="long_cycle_animals_inventory_variations" asset_fixable="true"/>
|
3072
3169
|
</items>
|
3073
3170
|
</nomenclature>
|
3074
3171
|
<nomenclature name="product_nature_variants" translateable="true">
|
@@ -3105,12 +3202,21 @@
|
|
3105
3202
|
<item name="animals_making_service" nature="animals_making_services"/>
|
3106
3203
|
<item name="annual_fallow_crop" nature="crop" variety="poa" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3107
3204
|
<item name="anti_slug" nature="molluscicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3205
|
+
<item name="antidrift_panel_lv" nature="sprayer"/>
|
3206
|
+
<item name="antidrift_panel_tv" nature="sprayer"/>
|
3108
3207
|
<item name="apple_crop" nature="fruit_crop" variety="malus" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3208
|
+
<item name="arboreal_tractor" nature="tractor"/>
|
3209
|
+
<item name="arboricultural_cultivator" nature="superficial_plow"/>
|
3210
|
+
<item name="arboricultural_mounted_jet_sprayer" nature="sprayer"/>
|
3211
|
+
<item name="arboricultural_platform" nature="platform"/>
|
3212
|
+
<item name="arboricultural_pneumatic_sprayer" nature="sprayer"/>
|
3213
|
+
<item name="arboricultural_weeding_boom" nature="sprayer"/>
|
3109
3214
|
<item name="arezzo_wheat_crop" nature="cereal_crop" variety="triticum_aestivum_arezzo" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3110
3215
|
<item name="ascott_wheat_crop" nature="cereal_crop" variety="triticum_aestivum_ascott" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3111
3216
|
<item name="ascott_wheat_seed_25" nature="seed" derivative_of="triticum_aestivum_ascott" frozen_indicators_values="net_mass: 25.00kilogram, thousand_grains_mass: 50gram" unit_name="25kg_bag"/>
|
3112
3217
|
<item name="asparagus_crop" nature="vegetable_crop" variety="asparagus" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3113
3218
|
<item name="associate_social_contribution" nature="associate_social_contribution"/>
|
3219
|
+
<item name="back_arboricultural_hay_rake" nature="hay_rake"/>
|
3114
3220
|
<item name="bale_collector" nature="bale_collector" unit_name="equipment"/>
|
3115
3221
|
<item name="baler" nature="baler" frozen_indicators_values="" unit_name="equipment"/>
|
3116
3222
|
<item name="bank_service" nature="bank_service"/>
|
@@ -3129,6 +3235,7 @@
|
|
3129
3235
|
<item name="big_sticker" nature="catalog_and_print"/>
|
3130
3236
|
<item name="blackcurrant_crop" nature="fruit_crop" variety="ribes_nigrum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="plant"/>
|
3131
3237
|
<item name="blackcurrant_seedling" nature="seedling" derivative_of="ribes_nigrum"/>
|
3238
|
+
<item name="blade_intercep_vtv" nature="weeder"/>
|
3132
3239
|
<item name="bolt" nature="mechanic_item" frozen_indicators_values="net_volume: 40milliliter, net_mass: 40gram"/>
|
3133
3240
|
<item name="bordelaise_100cl_bottle" nature="bottle" variety="cork_bottle" frozen_indicators_values="net_volume: 100.00centiliter" unit_name="100cl_bottle"/>
|
3134
3241
|
<item name="bordelaise_75cl_bottle" nature="bottle" variety="cork_bottle" frozen_indicators_values="net_volume: 75.00centiliter" unit_name="75cl_bottle"/>
|
@@ -3145,8 +3252,11 @@
|
|
3145
3252
|
<item name="bottle_75cl_wine" nature="wine" frozen_indicators_values="net_mass: 760gram, net_volume: 75.00centiliter" unit_name="75cl_bottle"/>
|
3146
3253
|
<item name="bottle_900cl_wine" nature="wine" frozen_indicators_values="net_mass: 9150gram, net_volume: 900.00centiliter"/>
|
3147
3254
|
<item name="brassicaceae_fungicide" nature="fungicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3255
|
+
<item name="brush_intercep_tv" nature="weeder"/>
|
3256
|
+
<item name="brush_intercep_vtv" nature="weeder"/>
|
3148
3257
|
<item name="buckwheat_crop" nature="cereal_crop" variety="fagopyrum_esculentum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3149
3258
|
<item name="buckwheat_grain" nature="grain" derivative_of="fagopyrum_esculentum" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3259
|
+
<item name="buckwheat_seed" nature="seed" variety="seed" derivative_of="fagopyrum" frozen_indicators_values="net_mass: 1.00gram, grains_count: 50unity, thousand_grains_mass: 20.00gram"/>
|
3150
3260
|
<item name="building" nature="building" frozen_indicators_values="" unit_name="building"/>
|
3151
3261
|
<item name="building_division" nature="building_division" frozen_indicators_values="" unit_name="room"/>
|
3152
3262
|
<item name="building_insurance" nature="insurance"/>
|
@@ -3179,31 +3289,48 @@
|
|
3179
3289
|
<item name="car_moving_travel" nature="moving_travel" unit_name="kilometer"/>
|
3180
3290
|
<item name="card" nature="catalog_and_print"/>
|
3181
3291
|
<item name="carriage" nature="carriage"/>
|
3292
|
+
<item name="carrier_confined_sprayer_lv" nature="sprayer"/>
|
3293
|
+
<item name="carrier_manure_spreader" nature="spreader"/>
|
3294
|
+
<item name="carrier_pre_pruner_lv" nature="cutting_equipment"/>
|
3295
|
+
<item name="carrier_sprayer_lv" nature="sprayer"/>
|
3296
|
+
<item name="carrier_topper_trimmer_lv" nature="cutting_equipment"/>
|
3297
|
+
<item name="carrier_topper_trimmer_tv" nature="cutting_equipment"/>
|
3182
3298
|
<item name="carrot" nature="carrot" derivative_of="daucus_carota" frozen_indicators_values="net_mass: 1.00ton"/>
|
3183
3299
|
<item name="carrot_crop" nature="vegetable_crop" variety="daucus" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3300
|
+
<item name="carrot_seed" nature="seed" variety="seed" derivative_of="daucus_carota" frozen_indicators_values="net_mass: 1.00gram, grains_count: 1thousand, thousand_grains_mass: 1.00gram"/>
|
3184
3301
|
<item name="cattle_compost" nature="organic_fertilizer" variety="compost" derivative_of="bos" frozen_indicators_values="net_mass: 1.00ton, net_volume: 1.70cubic_meter, nitrogen_concentration: 0.8percent" unit_name="ton"/>
|
3185
3302
|
<item name="cattle_herd" nature="cattle_herd" derivative_of="bos" frozen_indicators_values="sex: undefined" unit_name="band"/>
|
3186
3303
|
<item name="cattle_liquid_slurry" nature="organic_fertilizer" variety="liquid_slurry" derivative_of="bos" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.30percent" unit_name="cubic_meter"/>
|
3187
3304
|
<item name="cattle_manure" nature="organic_fertilizer" variety="manure" derivative_of="bos" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.54percent, potassium_concentration: 0.30percent, phosphorus_concentration: 0.11percent" unit_name="ton"/>
|
3188
3305
|
<item name="cattle_slurry" nature="organic_fertilizer" variety="slurry" derivative_of="bos" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.40percent" unit_name="cubic_meter"/>
|
3306
|
+
<item name="cereal_taxe" nature="crop_taxe"/>
|
3189
3307
|
<item name="cereals_feed_bag_25" nature="animal_food" variety="mix" derivative_of="poaceae" frozen_indicators_values="net_mass: 25.00kilogram" unit_name="25kg_bag"/>
|
3190
3308
|
<item name="cereals_harvest_insurance" nature="harvest_insurance"/>
|
3191
3309
|
<item name="chainsaw" nature="chainsaw" frozen_indicators_values="" unit_name="equipment"/>
|
3192
3310
|
<item name="chandler_walnut" nature="walnut" derivative_of="juglans_regia_chandler" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3193
3311
|
<item name="chard" nature="chard" derivative_of="beta_vulgaris_cicla" frozen_indicators_values="net_mass: 1.00ton"/>
|
3194
3312
|
<item name="chemical_fertilizer_division" nature="preparation_division" frozen_indicators_values="" unit_name="room"/>
|
3313
|
+
<item name="chemical_trunck_cleaner_lv" nature="cutting_equipment"/>
|
3195
3314
|
<item name="cherry_laurel_crop" nature="fruit_crop" variety="prunus_laurocerasus" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3196
3315
|
<item name="chick_hen_band" nature="hen_band" frozen_indicators_values="sex: undefined, reproductor: false" unit_name="subject"/>
|
3197
3316
|
<item name="chicken_egg" nature="egg" derivative_of="gallus" frozen_indicators_values="net_volume: 80milliliter, net_mass: 53gram"/>
|
3198
3317
|
<item name="chicken_meat" nature="poultry_meat" derivative_of="gallus_gallus_domesticus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3199
3318
|
<item name="chicory_crop" nature="crop" variety="cichorium" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3319
|
+
<item name="claw_interrow_vtv" nature="harrow"/>
|
3320
|
+
<item name="common_beta_crop" nature="crop" variety="beta_vulgaris" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3321
|
+
<item name="common_carrot_crop" nature="vegetable_crop" variety="daucus_carota" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3200
3322
|
<item name="common_consumable" nature="common_consumable" frozen_indicators_values="net_mass: 1kilogram, net_volume: 1.00liter" unit_name="liter"/>
|
3323
|
+
<item name="common_crop" nature="cereal_crop" variety="plant" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3324
|
+
<item name="common_linum_crop" nature="crop" variety="linum_usitatissimum_annua" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3325
|
+
<item name="common_onion_crop" nature="crop" variety="allium_cepa" frozen_indicators_values="net_surface_area: 1.00hectare"/>
|
3201
3326
|
<item name="common_package" nature="common_package"/>
|
3202
3327
|
<item name="complete_herbicide" nature="herbicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3328
|
+
<item name="compost_spreader_lv" nature="spreader"/>
|
3203
3329
|
<item name="computer_display" nature="computer_device"/>
|
3204
3330
|
<item name="computer_item" nature="computer_device"/>
|
3205
3331
|
<item name="computer_mouse" nature="computer_device"/>
|
3206
3332
|
<item name="concrete_tank" nature="wine_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3333
|
+
<item name="confined_sprayer_lv" nature="sprayer"/>
|
3207
3334
|
<item name="congress" nature="congress"/>
|
3208
3335
|
<item name="consumer_goods_office_item" nature="consumer_goods_office_item"/>
|
3209
3336
|
<item name="coop:adexar_5l" nature="fungicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
@@ -3308,6 +3435,8 @@
|
|
3308
3435
|
<item name="coop:uree_gr_vrac" nature="chemical_fertilizer" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 46percent" unit_name="ton"/>
|
3309
3436
|
<item name="coop:vesce_velue_savane_hiver_10k" nature="seed" derivative_of="vicia_villosa_savane" frozen_indicators_values="net_mass: 10.00kilogram, thousand_grains_mass: 32gram" unit_name="10kg_bag"/>
|
3310
3437
|
<item name="coop:yellow_pea_grain" nature="grain" derivative_of="pisum" frozen_indicators_values="net_mass: 1.00ton"/>
|
3438
|
+
<item name="cooperative_participation" nature="cooperative_participation"/>
|
3439
|
+
<item name="cooperative_share" nature="share"/>
|
3311
3440
|
<item name="corabel_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_corabel" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3312
3441
|
<item name="corker" nature="corker" frozen_indicators_values="" unit_name="equipment"/>
|
3313
3442
|
<item name="corn_crop" nature="cereal_crop" variety="zea_mays" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
@@ -3322,15 +3451,20 @@
|
|
3322
3451
|
<item name="cover_crop" nature="crop" unit_name="equipment"/>
|
3323
3452
|
<item name="cover_implanter" nature="cover_implanter" frozen_indicators_values="" unit_name="equipment"/>
|
3324
3453
|
<item name="cow_milk" nature="milk" derivative_of="bos" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.03kilogram" unit_name="liter"/>
|
3454
|
+
<item name="crawler_tractor" nature="tractor"/>
|
3325
3455
|
<item name="creation_society_study" nature="installing_charge"/>
|
3456
|
+
<item name="crop_duster" nature="sprayer"/>
|
3326
3457
|
<item name="crop_residue" nature="crop_residue" frozen_indicators_values="net_mass: 1.00ton, net_volume: 20.00cubic_meter" unit_name="ton"/>
|
3327
3458
|
<item name="cultivable_zone" nature="cultivable_zone" variety="cultivable_zone" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3328
3459
|
<item name="daily_project_management" nature="project_management" frozen_indicators_values="usage_duration: 1day" unit_name="day"/>
|
3329
3460
|
<item name="daily_software_engineering" nature="software_engineering" frozen_indicators_values="usage_duration: 1day" unit_name="day"/>
|
3330
3461
|
<item name="daily_training_course" nature="training_course" frozen_indicators_values="usage_duration: 1day" unit_name="day"/>
|
3331
3462
|
<item name="dairy_equipment_cleaner" nature="mineral_cleaner" frozen_indicators_values="net_mass: 24kilogram, net_volume: 24.00liter" unit_name="24liter_can"/>
|
3463
|
+
<item name="destructive_crush_roller" nature="roll"/>
|
3332
3464
|
<item name="diesel" nature="fuel" frozen_indicators_values="energy: 10.67kilowatt_hour, net_volume: 1liter, net_mass: 0.8kilogram" unit_name="liter"/>
|
3333
3465
|
<item name="disc_harrow" nature="superficial_plow" frozen_indicators_values="" unit_name="equipment"/>
|
3466
|
+
<item name="disc_harrow_lv" nature="soil_grinder"/>
|
3467
|
+
<item name="disc_intercep_vtv" nature="weeder"/>
|
3334
3468
|
<item name="discount_and_reduction" nature="discount_and_reduction"/>
|
3335
3469
|
<item name="disinfectant_product" nature="disinfectant_product" variety="preparation" frozen_indicators_values="net_mass: 1kilogram, net_volume: 1.00liter" unit_name="liter"/>
|
3336
3470
|
<item name="domain_name_subscription" nature="numeric_subscription" unit_name="domain"/>
|
@@ -3342,7 +3476,9 @@
|
|
3342
3476
|
<item name="duck_slurry" nature="organic_fertilizer" variety="slurry" derivative_of="anas" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.68percent" unit_name="cubic_meter"/>
|
3343
3477
|
<item name="dumper" nature="dumper" frozen_indicators_values="" unit_name="equipment"/>
|
3344
3478
|
<item name="eco_participation" nature="recycling_contribution"/>
|
3479
|
+
<item name="electric_pruning" nature="cutting_equipment"/>
|
3345
3480
|
<item name="electricity" nature="electricity" frozen_indicators_values="energy: 1.00kilowatt_hour" unit_name="kilowatt_hour"/>
|
3481
|
+
<item name="electronic_mechanical_pruner_lv" nature="cutting_equipment"/>
|
3346
3482
|
<item name="employee" nature="technician" frozen_indicators_values="" unit_name="person"/>
|
3347
3483
|
<item name="ennis_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_ennis" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3348
3484
|
<item name="equipment" nature="equipment" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3401,6 +3537,7 @@
|
|
3401
3537
|
<item name="franquette_walnut" nature="walnut" derivative_of="juglans_regia_franquette" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3402
3538
|
<item name="freelance_sofware_development" nature="freelance"/>
|
3403
3539
|
<item name="freezer_tank" nature="freezer_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3540
|
+
<item name="front_arboricultural_hay_rake" nature="hay_rake"/>
|
3404
3541
|
<item name="frozen_fruit" nature="fruit" derivative_of="plant" frozen_indicators_values="net_mass: 1.00kilogram, net_volume: 1.00liter, best_before_period: 180day" unit_name="kilogram"/>
|
3405
3542
|
<item name="fruit_derivative_good" nature="process_food" derivative_of="fruit"/>
|
3406
3543
|
<item name="fuel_tank" nature="fuel_tank" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3420,6 +3557,8 @@
|
|
3420
3557
|
<item name="grain_crusher" nature="food_distributor" frozen_indicators_values="" unit_name="equipment"/>
|
3421
3558
|
<item name="grain_tank" nature="grain_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3422
3559
|
<item name="granulated_insecticide_12" nature="insecticide" frozen_indicators_values="net_volume: 12.00liter, net_mass: 12.00kilogram" unit_name="12kg_bag"/>
|
3560
|
+
<item name="grape_harvester_lv" nature="harvester"/>
|
3561
|
+
<item name="grape_harvester_tv" nature="harvester"/>
|
3423
3562
|
<item name="grape_reaper" nature="grape_reaper" frozen_indicators_values="" unit_name="equipment"/>
|
3424
3563
|
<item name="grape_trailer" nature="grape_trailer" frozen_indicators_values="" unit_name="equipment"/>
|
3425
3564
|
<item name="grass" nature="grass" derivative_of="plant" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
@@ -3427,8 +3566,11 @@
|
|
3427
3566
|
<item name="grass_silage" nature="silage" derivative_of="poa" frozen_indicators_values="net_mass: 1.00ton, net_volume: 1.351cubic_meter" unit_name="ton"/>
|
3428
3567
|
<item name="green_compost" nature="organic_fertilizer" variety="compost" derivative_of="plant" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 1.2percent" unit_name="ton"/>
|
3429
3568
|
<item name="grinder" nature="grinder" frozen_indicators_values="" unit_name="equipment"/>
|
3569
|
+
<item name="grinder_vine_shoot_extractor" nature="vine_shoot_extractor"/>
|
3570
|
+
<item name="growth_regulator" nature="growth_regulator" frozen_indicators_values="net_volume: 1.00liter"/>
|
3430
3571
|
<item name="guineafowl_manure" nature="organic_fertilizer" variety="manure" derivative_of="numida" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 2.2percent" unit_name="ton"/>
|
3431
3572
|
<item name="hand_drawn" nature="hand_drawn" frozen_indicators_values="" unit_name="equipment"/>
|
3573
|
+
<item name="hand_tying_lv" nature="tool"/>
|
3432
3574
|
<item name="hanging_scroll" nature="catalog_and_print"/>
|
3433
3575
|
<item name="hard_wheat_crop" nature="cereal_crop" variety="triticum_durum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3434
3576
|
<item name="hard_wheat_grain" nature="grain" derivative_of="triticum_durum" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
@@ -3465,7 +3607,12 @@
|
|
3465
3607
|
<item name="hourly_training_course" nature="training_course" frozen_indicators_values="usage_duration: 1hour" unit_name="hour"/>
|
3466
3608
|
<item name="hourly_user_support" nature="user_support" frozen_indicators_values="usage_duration: 1hour" unit_name="hour"/>
|
3467
3609
|
<item name="howard_walnut" nature="walnut" derivative_of="juglans_regia_howard" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3610
|
+
<item name="hydraulic_blade_intercep_tv" nature="weeder"/>
|
3611
|
+
<item name="hydraulic_intercep_lv" nature="weeder"/>
|
3468
3612
|
<item name="hydraulic_oil" nature="hydraulic_oil" frozen_indicators_values="net_volume: 1liter, net_mass: 0.8kilogram" unit_name="liter"/>
|
3613
|
+
<item name="hydraulic_plow_lv" nature="plow"/>
|
3614
|
+
<item name="hydraulic_plow_tv" nature="plow"/>
|
3615
|
+
<item name="hydraulic_trunck_cleaner_lv" nature="cutting_equipment"/>
|
3469
3616
|
<item name="ichn_subsidies" nature="exploitation_subsidies"/>
|
3470
3617
|
<item name="implanter" nature="implanter" frozen_indicators_values="" unit_name="equipment"/>
|
3471
3618
|
<item name="infirmity_and_death_insurance" nature="infirmity_and_death_insurance"/>
|
@@ -3474,6 +3621,7 @@
|
|
3474
3621
|
<item name="inseminator" nature="inseminator" frozen_indicators_values="" unit_name="person"/>
|
3475
3622
|
<item name="insurance" nature="insurance"/>
|
3476
3623
|
<item name="internet_line_subscription" nature="radio_subscription"/>
|
3624
|
+
<item name="interrow_sower_lv" nature="sower"/>
|
3477
3625
|
<item name="intership" nature="bonus_staff_expense"/>
|
3478
3626
|
<item name="ip_address_subscription" nature="numeric_subscription" unit_name="domain"/>
|
3479
3627
|
<item name="irrigation_pivot" nature="irrigation_pivot" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3534,13 +3682,20 @@
|
|
3534
3682
|
<item name="malic_acid_25kg" nature="wine_acidifying" frozen_indicators_values="net_mass: 25.00kilogram" unit_name="25kg_bag"/>
|
3535
3683
|
<item name="manager" nature="manager" frozen_indicators_values="" unit_name="person"/>
|
3536
3684
|
<item name="manual_implanter" nature="implanter" frozen_indicators_values="" unit_name="equipment"/>
|
3685
|
+
<item name="manual_mechanical_pruner_lv" nature="cutting_equipment"/>
|
3537
3686
|
<item name="manure_division" nature="manure_division" frozen_indicators_values="" unit_name="room"/>
|
3687
|
+
<item name="manure_spreader_lv" nature="spreader"/>
|
3688
|
+
<item name="manure_spreader_tv" nature="spreader"/>
|
3538
3689
|
<item name="market_gardening_crop" nature="vegetable_crop" variety="plant" frozen_indicators_values="net_surface_area: 1.00square_meter" unit_name="square_meter"/>
|
3539
3690
|
<item name="meadow_grass" nature="grass" derivative_of="poa" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3540
3691
|
<item name="meal_travel" nature="meal_travel" unit_name="meal"/>
|
3692
|
+
<item name="mechanical_blade_intercep_tv" nature="weeder"/>
|
3693
|
+
<item name="mechanical_plow_lv" nature="plow"/>
|
3694
|
+
<item name="mechanical_plow_tv" nature="plow"/>
|
3541
3695
|
<item name="merlot_noir_so4_vine_seedling" nature="usual_vine_seedling" derivative_of="vitis_vinifera_merlot_noir" frozen_indicators_values="woodstock_variety: vitis_cinerea_x_vitis_riparia_SO4"/>
|
3542
3696
|
<item name="merveille_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_merveille" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3543
3697
|
<item name="milk_tank" nature="milk_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3698
|
+
<item name="milk_taxe" nature="animal_product_taxe"/>
|
3544
3699
|
<item name="milked_lamb_meat" nature="lamb_meat" derivative_of="ovis" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3545
3700
|
<item name="milked_pork_meat" nature="pork_meat" derivative_of="sus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3546
3701
|
<item name="milking_division" nature="food_equipment_division" frozen_indicators_values="" unit_name="room"/>
|
@@ -3554,12 +3709,16 @@
|
|
3554
3709
|
<item name="mixed_chemical_fertilizer" nature="mixed_chemical_fertilizer" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton" unit_name="ton"/>
|
3555
3710
|
<item name="mixed_liquid_fertilizer" nature="mixed_liquid_fertilizer" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3556
3711
|
<item name="mixed_organic_fertilizer" nature="mixed_organic_fertilizer" frozen_indicators_values="net_mass: 1.00kg"/>
|
3557
|
-
<item name="mixture_seed" nature="seed" derivative_of="
|
3712
|
+
<item name="mixture_seed" nature="seed" derivative_of="plant" frozen_indicators_values="net_mass: 1.00kilogram, thousand_grains_mass: 50gram" unit_name="kilogram"/>
|
3558
3713
|
<item name="mixture_vetch_oat_pea_crop" nature="crop" variety="vicia" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3559
3714
|
<item name="molluscicide" nature="molluscicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3560
3715
|
<item name="monthly_enterprise_support" nature="user_support" frozen_indicators_values="usage_duration: 30day" unit_name="month"/>
|
3561
3716
|
<item name="motor_hoe" nature="hoe" frozen_indicators_values="" unit_name="equipment"/>
|
3562
3717
|
<item name="motor_oil" nature="motor_oil" frozen_indicators_values="net_volume: 1liter, net_mass: 0.8kilogram" unit_name="liter"/>
|
3718
|
+
<item name="mounted_jet_sprayer_lv" nature="sprayer"/>
|
3719
|
+
<item name="mounted_jet_sprayer_tv" nature="sprayer"/>
|
3720
|
+
<item name="mounted_jet_sprayer_vtv" nature="sprayer"/>
|
3721
|
+
<item name="mounted_pneumatic_sprayer_tv" nature="sprayer"/>
|
3563
3722
|
<item name="moving_travel" nature="moving_travel"/>
|
3564
3723
|
<item name="mower" nature="mower" frozen_indicators_values="" unit_name="equipment"/>
|
3565
3724
|
<item name="mud" nature="organic_fertilizer" variety="slurry" derivative_of="animal" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.20percent" unit_name="ton"/>
|
@@ -3571,6 +3730,7 @@
|
|
3571
3730
|
<item name="nematicide" nature="nematicide" frozen_indicators_values="net_mass: 1.00kg"/>
|
3572
3731
|
<item name="nibble_lamb_meat" nature="lamb_meat" derivative_of="ovis" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3573
3732
|
<item name="nomacorc_cork" nature="cork"/>
|
3733
|
+
<item name="oat_grain" nature="grain" variety="grain" derivative_of="avena" frozen_indicators_values="net_mass: 1.00ton"/>
|
3574
3734
|
<item name="oenological_yeast_sc_500g" nature="oenological_yeast" variety="yeast" derivative_of="saccharomyces_cerevisiae" frozen_indicators_values="net_mass: 500.00gram, cells_mass_concentration: 10billion_per_gram" unit_name="bag"/>
|
3575
3735
|
<item name="office_building" nature="building" frozen_indicators_values="" unit_name="building"/>
|
3576
3736
|
<item name="office_building_division" nature="administrative_division" frozen_indicators_values="" unit_name="room"/>
|
@@ -3607,13 +3767,17 @@
|
|
3607
3767
|
<item name="pig_slurry" nature="organic_fertilizer" variety="slurry" derivative_of="sus" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.45percent" unit_name="cubic_meter"/>
|
3608
3768
|
<item name="piglet_band" nature="piglet_band" frozen_indicators_values="reproductor: false" unit_name="head"/>
|
3609
3769
|
<item name="piglet_meat" nature="pork_meat" derivative_of="sus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3770
|
+
<item name="plant_cover_sower" nature="sower"/>
|
3610
3771
|
<item name="plant_medicine_tank" nature="plant_medicine_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3611
3772
|
<item name="plastic_cover_500m" nature="plastic_cover" frozen_indicators_values="net_length: 500.00meter, width: 1.00meter" unit_name="roll"/>
|
3612
3773
|
<item name="plow" nature="plow" frozen_indicators_values="" unit_name="equipment"/>
|
3774
|
+
<item name="plow_interrow_vtv" nature="plow"/>
|
3613
3775
|
<item name="plum" nature="plum" derivative_of="prunus_domestica" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3614
3776
|
<item name="plum_crop" nature="fruit_crop" variety="prunus_domestica" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3615
3777
|
<item name="plum_reaper" nature="plum_reaper" frozen_indicators_values="" unit_name="equipment"/>
|
3616
3778
|
<item name="plum_seedling" nature="plum_seedling" derivative_of="prunus"/>
|
3779
|
+
<item name="pneumatic_pruning" nature="cutting_equipment"/>
|
3780
|
+
<item name="pneumatic_sprayer_vtv" nature="sprayer"/>
|
3617
3781
|
<item name="poaceae_fungicide" nature="fungicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3618
3782
|
<item name="poaceae_herbicide" nature="herbicide" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="liter"/>
|
3619
3783
|
<item name="pollination_tool" nature="pollination_tool" unit_name="equipment"/>
|
@@ -3632,10 +3796,15 @@
|
|
3632
3796
|
<item name="potato" nature="potato" derivative_of="solanum_tuberosum" frozen_indicators_values="net_mass: 1.00ton"/>
|
3633
3797
|
<item name="potato_crop" nature="crop" variety="solanum_tuberosum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3634
3798
|
<item name="poultry_sausage" nature="processed_poultry_meat" frozen_indicators_values="net_mass: 1000gram, net_volume: 100.00centiliter" unit_name="kilogram"/>
|
3799
|
+
<item name="pre_pruner_lv" nature="cutting_equipment"/>
|
3800
|
+
<item name="pre_pruner_pruner_lv" nature="cutting_equipment"/>
|
3801
|
+
<item name="pre_pruner_tv" nature="cutting_equipment"/>
|
3635
3802
|
<item name="preparation_division" nature="preparation_division" frozen_indicators_values="" unit_name="room"/>
|
3636
3803
|
<item name="printer" nature="computer"/>
|
3637
3804
|
<item name="product_warranty" nature="product_insurance"/>
|
3638
3805
|
<item name="project_study" nature="studies_and_research"/>
|
3806
|
+
<item name="projected_jet_sprayer_tv" nature="sprayer"/>
|
3807
|
+
<item name="projected_jet_sprayer_vtv" nature="sprayer"/>
|
3639
3808
|
<item name="protective_canvas" nature="protective_canvas" unit_name="meter"/>
|
3640
3809
|
<item name="protective_net" nature="protective_canvas"/>
|
3641
3810
|
<item name="pruning_platform" nature="pruning_platform" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3657,27 +3826,45 @@
|
|
3657
3826
|
<item name="riflexine" nature="animal_medicine" frozen_indicators_values="net_mass: 10g, net_volume: 10ml, meat_withdrawal_period: 5day, milk_withdrawal_period: 6day" unit_name="10ml_dose"/>
|
3658
3827
|
<item name="roast_veal_meat" nature="beef_meat" derivative_of="bos_taurus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3659
3828
|
<item name="roll" nature="roll" frozen_indicators_values="" unit_name="equipment"/>
|
3829
|
+
<item name="roller_stripper_lv" nature="cutting_equipment"/>
|
3660
3830
|
<item name="rollup" nature="catalog_and_print"/>
|
3661
3831
|
<item name="ronde_de_piemont_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_ronde_de_piemont" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3662
3832
|
<item name="rose_crop" nature="fruit_crop" variety="rosa" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3663
3833
|
<item name="rose_seedling" nature="seedling" derivative_of="rosa"/>
|
3834
|
+
<item name="rotary_cultivator_lv" nature="superficial_plow"/>
|
3835
|
+
<item name="rotary_cultivator_tv" nature="superficial_plow"/>
|
3836
|
+
<item name="rotary_flail_intercep_vtv" nature="weeder"/>
|
3837
|
+
<item name="rotary_grinder_tv" nature="plant_grinder"/>
|
3838
|
+
<item name="rotary_spade_interrow_vtv" nature="superficial_plow"/>
|
3839
|
+
<item name="rotary_trimmer_lv" nature="cutting_equipment"/>
|
3840
|
+
<item name="rotary_trimmer_tv" nature="cutting_equipment"/>
|
3841
|
+
<item name="rotative_intercep_lv" nature="weeder"/>
|
3664
3842
|
<item name="rotavator" nature="seedbed_preparator" frozen_indicators_values="" unit_name="equipment"/>
|
3665
3843
|
<item name="rubisko_wheat_crop" nature="cereal_crop" variety="triticum_aestivum_rubisko" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3666
3844
|
<item name="running_water" nature="running_water" frozen_indicators_values="net_volume: 1.00cubic_meter, net_mass: 1.00ton" unit_name="cubic_meter"/>
|
3667
3845
|
<item name="rye_crop" nature="cereal_crop" variety="secale" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3846
|
+
<item name="rye_grain" nature="grain" variety="grain" derivative_of="secale_cereale" frozen_indicators_values="net_mass: 1.00ton"/>
|
3847
|
+
<item name="rye_seed" nature="seed" variety="seed" derivative_of="secale_cereale" frozen_indicators_values="net_mass: 1.00gram, grains_count: 33unity, thousand_grains_mass: 30.00gram"/>
|
3848
|
+
<item name="rye_straw" nature="straw" variety="straw" derivative_of="secale_cereale" frozen_indicators_values="net_mass: 1.00ton"/>
|
3668
3849
|
<item name="saffron_crop" nature="flower_crop" variety="crocus_sativus" frozen_indicators_values="net_surface_area: 1.00square_meter" unit_name="hectare"/>
|
3669
3850
|
<item name="saffron_pollen" nature="species" variety="pollen" derivative_of="crocus_sativus" frozen_indicators_values="net_mass: 1.00gram, net_volume: 1.00milliliter" unit_name="gram"/>
|
3670
3851
|
<item name="saffron_seedling" nature="seedling" derivative_of="crocus_sativus"/>
|
3671
3852
|
<item name="salary_social_contribution" nature="salary_social_contribution"/>
|
3672
3853
|
<item name="salmon_band" nature="salmon_band" unit_name="subject"/>
|
3854
|
+
<item name="scarifier_tv" nature="plow"/>
|
3673
3855
|
<item name="screed_building" nature="building" frozen_indicators_values="" unit_name="building"/>
|
3674
3856
|
<item name="seed" nature="seed" derivative_of="plant" frozen_indicators_values="net_mass: 1.00kilogram, thousand_grains_mass: 45gram, grains_count: 1.00thousand" unit_name="kilogram"/>
|
3675
3857
|
<item name="seedling" nature="seedling" derivative_of="plant" frozen_indicators_values="items_count: 1"/>
|
3676
3858
|
<item name="segorbe_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_segorbe" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3859
|
+
<item name="self_propelled_carrier" nature="tractor"/>
|
3860
|
+
<item name="self_propelled_grape_harvester_lv" nature="self_propelled_harvester"/>
|
3861
|
+
<item name="self_propelled_grape_harvester_tv" nature="self_propelled_harvester"/>
|
3677
3862
|
<item name="server_certificate_subscription" nature="numeric_subscription" unit_name="domain"/>
|
3678
3863
|
<item name="server_rental" nature="numeric_hosting_rental" unit_name="server"/>
|
3679
3864
|
<item name="settlement" nature="settlement" frozen_indicators_values="" unit_name="building"/>
|
3680
3865
|
<item name="sheep_herd" nature="sheep_herd" derivative_of="ovis" frozen_indicators_values="" unit_name="band"/>
|
3866
|
+
<item name="shoot_grinder_lv" nature="plant_grinder"/>
|
3867
|
+
<item name="shoot_hay_rake_lv" nature="hay_rake"/>
|
3681
3868
|
<item name="shoulder_veal_meat" nature="beef_meat" derivative_of="bos_taurus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3682
3869
|
<item name="sieve_shaker" nature="sieve_shaker" frozen_indicators_values="" unit_name="equipment"/>
|
3683
3870
|
<item name="silage_distributor" nature="food_distributor" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3695,6 +3882,7 @@
|
|
3695
3882
|
<item name="sower" nature="sower" frozen_indicators_values="" unit_name="equipment"/>
|
3696
3883
|
<item name="soy_crop" nature="grain_crop" variety="glycine_max" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3697
3884
|
<item name="soy_grain" nature="grain" derivative_of="glycine_max" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3885
|
+
<item name="soy_seed" nature="seed" variety="seed" derivative_of="glycine_max" frozen_indicators_values="net_mass: 190gram, grains_count: 1thousand, thousand_grains_mass: 190.00gram"/>
|
3698
3886
|
<item name="spelt_grain" nature="grain" derivative_of="triticum_spelta" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3699
3887
|
<item name="spelt_seed_25" nature="seed" derivative_of="triticum_spelta" frozen_indicators_values="net_mass: 25.00kilogram, thousand_grains_mass: 50gram" unit_name="25kg_bag"/>
|
3700
3888
|
<item name="spelt_wheat_crop" nature="cereal_crop" variety="triticum_spelta" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
@@ -3702,18 +3890,29 @@
|
|
3702
3890
|
<item name="sprayer" nature="sprayer" frozen_indicators_values="" unit_name="equipment"/>
|
3703
3891
|
<item name="spread_renting" nature="spread_renting" frozen_indicators_values="usage_duration: 1hour" unit_name="hour"/>
|
3704
3892
|
<item name="spreader" nature="spreader" frozen_indicators_values="" unit_name="equipment"/>
|
3893
|
+
<item name="spreader_lv" nature="spreader"/>
|
3705
3894
|
<item name="spreader_trailer" nature="spreader_trailer" frozen_indicators_values="" unit_name="equipment"/>
|
3895
|
+
<item name="spreader_tv" nature="spreader"/>
|
3706
3896
|
<item name="spring_barley_crop" nature="cereal_crop" variety="hordeum_distichum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3707
3897
|
<item name="spring_barley_seed_25" nature="seed" derivative_of="hordeum_distichum" frozen_indicators_values="net_mass: 25.00kilogram, thousand_grains_mass: 42gram" unit_name="25kg_bag"/>
|
3708
3898
|
<item name="spring_oat_crop" nature="cereal_crop" variety="avena" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3709
3899
|
<item name="squash" nature="squash" derivative_of="cucurbita" frozen_indicators_values="net_mass: 1.00ton"/>
|
3710
3900
|
<item name="stainless_steel_tank" nature="wine_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3901
|
+
<item name="star_intercep_vtv" nature="weeder"/>
|
3711
3902
|
<item name="steam_engine" nature="steam_engine" frozen_indicators_values="" unit_name="equipment"/>
|
3903
|
+
<item name="stone_grinder" nature="soil_grinder"/>
|
3904
|
+
<item name="straddle_tractor" nature="tractor"/>
|
3905
|
+
<item name="straddle_tractor_shoot_grinder_tv" nature="plant_grinder"/>
|
3906
|
+
<item name="straddle_tractor_trimmer_tv" nature="cutting_equipment"/>
|
3907
|
+
<item name="strap_trunck_cleaner_tv" nature="cutting_equipment"/>
|
3712
3908
|
<item name="strawberry_crop" nature="fruit_crop" variety="fragaria" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="plant"/>
|
3713
3909
|
<item name="strawberry_seedling" nature="seedling" derivative_of="fragaria"/>
|
3910
|
+
<item name="stripper_lv" nature="cutting_equipment"/>
|
3911
|
+
<item name="stripper_tv" nature="cutting_equipment"/>
|
3714
3912
|
<item name="stubble_cultivator" nature="superficial_plow" frozen_indicators_values="" unit_name="equipment"/>
|
3715
3913
|
<item name="subscription_professional_society" nature="professional_subscription"/>
|
3716
3914
|
<item name="subsoil_plow" nature="plow" frozen_indicators_values="" unit_name="equipment"/>
|
3915
|
+
<item name="subsoiler_lv" nature="soil_loosener"/>
|
3717
3916
|
<item name="sugar_vinasse" nature="organic_fertilizer" variety="pomace" derivative_of="grape" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 4.0percent" unit_name="ton"/>
|
3718
3917
|
<item name="sunflower_crop" nature="grain_crop" variety="helianthus" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3719
3918
|
<item name="sunflower_grain" nature="grain" derivative_of="helianthus" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
@@ -3722,6 +3921,8 @@
|
|
3722
3921
|
<item name="tablur_hard_wheat_crop" nature="cereal_crop" variety="triticum_durum_tablur" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3723
3922
|
<item name="tablur_hard_wheat_seed_25" nature="seed" derivative_of="triticum_durum_tablur" frozen_indicators_values="net_mass: 25.00kilogram, thousand_grains_mass: 50gram" unit_name="25kg_bag"/>
|
3724
3923
|
<item name="tangerine_crop" nature="fruit_crop" variety="citrus_reticulata" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="plant"/>
|
3924
|
+
<item name="tank_pump_lv" nature="sprayer"/>
|
3925
|
+
<item name="tank_pump_tv" nature="sprayer"/>
|
3725
3926
|
<item name="taxe" nature="taxe"/>
|
3726
3927
|
<item name="technician" nature="technician" frozen_indicators_values="" unit_name="person"/>
|
3727
3928
|
<item name="telescopic_handler" nature="telescopic_handler"/>
|
@@ -3730,11 +3931,19 @@
|
|
3730
3931
|
<item name="tobacco_crop" nature="crop" variety="nicotiana" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3731
3932
|
<item name="tonda_giffoni_hazelnut" nature="hazelnut" derivative_of="corylus_avellana_tonda_giffoni" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3732
3933
|
<item name="topper" nature="topper" frozen_indicators_values="" unit_name="equipment"/>
|
3934
|
+
<item name="topper_trimmer_lv" nature="cutting_equipment"/>
|
3733
3935
|
<item name="tractor" nature="tractor" frozen_indicators_values="" unit_name="equipment"/>
|
3936
|
+
<item name="tractor_shoot_grinder_tv" nature="plant_grinder"/>
|
3937
|
+
<item name="trailed_pneumatic_sprayer_lv" nature="sprayer"/>
|
3938
|
+
<item name="trailed_pneumatic_sprayer_tv" nature="sprayer"/>
|
3734
3939
|
<item name="trailer" nature="trailer" frozen_indicators_values="" unit_name="equipment"/>
|
3735
3940
|
<item name="trimmer" nature="trimmer" frozen_indicators_values="" unit_name="equipment"/>
|
3941
|
+
<item name="trimmer_lv" nature="cutting_equipment"/>
|
3942
|
+
<item name="trimmer_tv" nature="cutting_equipment"/>
|
3736
3943
|
<item name="triticale_crop" nature="cereal_crop" variety="triticosecale" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3737
3944
|
<item name="triticale_grain" nature="grain" derivative_of="triticosecale" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
3945
|
+
<item name="triticale_seed" nature="seed" variety="seed" derivative_of="triticale" frozen_indicators_values="net_mass: 1.00gram, grains_count: 22unity, thousand_grains_mass: 45.00gram"/>
|
3946
|
+
<item name="triticale_straw" nature="straw" variety="straw" derivative_of="triticale" frozen_indicators_values="net_mass: 1.00ton"/>
|
3738
3947
|
<item name="truck" nature="truck" frozen_indicators_values="" unit_name="equipment"/>
|
3739
3948
|
<item name="turnip" nature="turnip" derivative_of="brassica_rapa_rapa" frozen_indicators_values="net_mass: 1.00ton"/>
|
3740
3949
|
<item name="uncover" nature="uncover" frozen_indicators_values="" unit_name="equipment"/>
|
@@ -3742,17 +3951,23 @@
|
|
3742
3951
|
<item name="various_loan_interest" nature="various_loan_interest"/>
|
3743
3952
|
<item name="veal_meat" nature="beef_meat" derivative_of="bos_taurus" frozen_indicators_values="net_volume: 1.00liter, net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3744
3953
|
<item name="vibrocultivator" nature="seedbed_preparator" frozen_indicators_values="" unit_name="equipment"/>
|
3954
|
+
<item name="vine_and_ochard_tractor" nature="tractor"/>
|
3745
3955
|
<item name="vine_grape_berry" nature="grape" derivative_of="vitis_vinifera" frozen_indicators_values="net_mass: 1.00kilogram, net_volume: 1.00liter" unit_name="kilogram"/>
|
3746
3956
|
<item name="vine_grape_crop" nature="wine_crop" variety="vitis_vinifera" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="plant"/>
|
3747
3957
|
<item name="vine_grape_juice" nature="grape_juice" derivative_of="grape" frozen_indicators_values="net_mass: 100.00 kilogram, net_volume: 100.00liter" unit_name="hectoliter"/>
|
3748
3958
|
<item name="vine_grape_must" nature="fermented_grape_juice" derivative_of="grape" frozen_indicators_values="net_mass: 100.00 kilogram, net_volume: 100.00liter" unit_name="hectoliter"/>
|
3959
|
+
<item name="vine_lifter_lv" nature="vine_lifter"/>
|
3749
3960
|
<item name="vine_residu" nature="fruit_residu" variety="pomace" frozen_indicators_values="net_mass: 1.00kilogram, net_volume: 1.00liter" unit_name="kilogram"/>
|
3961
|
+
<item name="vine_shoot_extractor" nature="vine_shoot_extractor"/>
|
3962
|
+
<item name="vine_tractor" nature="tractor"/>
|
3750
3963
|
<item name="vines_harvest_insurance" nature="harvest_insurance"/>
|
3751
3964
|
<item name="walnut" nature="walnut" derivative_of="juglans_regia" frozen_indicators_values="net_mass: 1.00kilogram" unit_name="kilogram"/>
|
3752
3965
|
<item name="walnut_crop" nature="walnut_crop" variety="juglans" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3753
3966
|
<item name="water_bowser" nature="water_tank" frozen_indicators_values="" unit_name="equipment"/>
|
3754
3967
|
<item name="water_spreader" nature="water_spreader" frozen_indicators_values="" unit_name="equipment"/>
|
3755
3968
|
<item name="weeder" nature="weeder" frozen_indicators_values="" unit_name="equipment"/>
|
3969
|
+
<item name="weeding_boom_lv" nature="sprayer"/>
|
3970
|
+
<item name="weeding_boom_tv" nature="sprayer"/>
|
3756
3971
|
<item name="weeding_kit" nature="weeding_kit" unit_name="equipment"/>
|
3757
3972
|
<item name="wheat_crop" nature="cereal_crop" variety="triticum_aestivum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3758
3973
|
<item name="wheat_grain" nature="grain" derivative_of="triticum_aestivum" frozen_indicators_values="net_mass: 1.00ton" unit_name="ton"/>
|
@@ -3763,8 +3978,12 @@
|
|
3763
3978
|
<item name="wheel_loader" nature="wheel_loader" unit_name="equipment"/>
|
3764
3979
|
<item name="white_sugar_25kg" nature="sugar" frozen_indicators_values="net_mass: 25.00kilogram" unit_name="25kg_bag"/>
|
3765
3980
|
<item name="wine" nature="wine" frozen_indicators_values="net_mass: 100.00 kilogram, net_volume: 100.00liter" unit_name="hectoliter"/>
|
3981
|
+
<item name="wine_cultivator_lv" nature="superficial_plow"/>
|
3982
|
+
<item name="wine_cultivator_tv" nature="superficial_plow"/>
|
3983
|
+
<item name="wine_disc_stubble_cultivator" nature="superficial_plow"/>
|
3766
3984
|
<item name="wine_press" nature="wine_press" frozen_indicators_values="" unit_name="equipment"/>
|
3767
3985
|
<item name="wine_storage_division" nature="wine_storage_division" frozen_indicators_values="" unit_name="room"/>
|
3986
|
+
<item name="wine_tipper_trailer" nature="trailer"/>
|
3768
3987
|
<item name="wine_vinasse" nature="organic_fertilizer" variety="grain" derivative_of="raw_matter" frozen_indicators_values="net_volume: 1.50cubic_meter, net_mass: 1.00ton, nitrogen_concentration: 0.002percent" unit_name="cubic_meter"/>
|
3769
3988
|
<item name="winter_barley_crop" nature="cereal_crop" variety="hordeum_hexastichum" frozen_indicators_values="net_surface_area: 1.00hectare" unit_name="hectare"/>
|
3770
3989
|
<item name="winter_barley_seed_25" nature="seed" derivative_of="hordeum_hexastichum" frozen_indicators_values="net_mass: 25.00kilogram, thousand_grains_mass: 42gram" unit_name="25kg_bag"/>
|
@@ -3786,320 +4005,336 @@
|
|
3786
4005
|
<property name="derivatives" type="item_list" choices="varieties"/>
|
3787
4006
|
<property name="frozen_indicators" type="item_list" choices="indicators"/>
|
3788
4007
|
<property name="linkage_points" type="choice_list" choices="rear, front"/>
|
4008
|
+
<property name="nature" type="choice" choices="animal, article, crop, equipment, fee_and_service, worker, zone" required="true"/>
|
3789
4009
|
<property name="population_counting" type="choice" choices="unitary, integer, decimal" required="true"/>
|
3790
4010
|
<property name="reductible" type="boolean" required="true" default="false"/>
|
3791
4011
|
<property name="variable_indicators" type="item_list" choices="indicators"/>
|
3792
4012
|
<property name="variety" type="item" choices="varieties" required="true"/>
|
3793
4013
|
</properties>
|
3794
4014
|
<items>
|
3795
|
-
<item name="accommodation_travel" category="travel" variety="service" population_counting="integer" variable_indicators=""/>
|
3796
|
-
<item name="additive" category="plant_medicine" variety="preparation" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass" abilities="care(plant)"/>
|
3797
|
-
<item name="administrative_division" category="building_division" variety="building_division" population_counting="unitary" variable_indicators="net_surface_area, shape" frozen_indicators=""/>
|
3798
|
-
<item name="air_compressor" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="blow" variable_indicators="motor_power" frozen_indicators=""/>
|
3799
|
-
<item name="animal_building_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(animal)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators=""/>
|
3800
|
-
<item name="animal_food" category="animal_food" variety="mix" derivative_of="matter" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume"/>
|
3801
|
-
<item name="animal_food_building_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(grass), store(mix)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators=""/>
|
3802
|
-
<item name="animal_housing_cleaner" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="clean(settlement),clean(building_division)" variable_indicators="application_width" frozen_indicators=""/>
|
3803
|
-
<item name="animal_housing_services" category="animal_housing_services" variety="service" population_counting="decimal" variable_indicators=""/>
|
3804
|
-
<item name="animal_litter" category="animal_litter" variety="matter" derivative_of="plant" population_counting="decimal" abilities="cover(building_division)" frozen_indicators="net_mass, net_volume"/>
|
3805
|
-
<item name="animal_medicine" category="animal_medicine" variety="preparation" population_counting="decimal" abilities="kill(bacteria), kill(virus), kill(fungus), care(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume, meat_withdrawal_period, milk_withdrawal_period"/>
|
3806
|
-
<item name="animal_medicine_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(preparation)" variable_indicators="nominal_storable_net_volume" frozen_indicators=""/>
|
3807
|
-
<item name="
|
3808
|
-
<item name="
|
3809
|
-
<item name="
|
3810
|
-
<item name="
|
3811
|
-
<item name="
|
3812
|
-
<item name="
|
3813
|
-
<item name="
|
3814
|
-
<item name="
|
3815
|
-
<item name="
|
3816
|
-
<item name="
|
3817
|
-
<item name="
|
3818
|
-
<item name="
|
3819
|
-
<item name="
|
3820
|
-
<item name="
|
3821
|
-
<item name="
|
3822
|
-
<item name="
|
3823
|
-
<item name="
|
3824
|
-
<item name="
|
3825
|
-
<item name="
|
3826
|
-
<item name="
|
3827
|
-
<item name="
|
3828
|
-
<item name="
|
3829
|
-
<item name="
|
3830
|
-
<item name="
|
3831
|
-
<item name="
|
3832
|
-
<item name="
|
3833
|
-
<item name="
|
3834
|
-
<item name="
|
3835
|
-
<item name="
|
3836
|
-
<item name="
|
3837
|
-
<item name="
|
3838
|
-
<item name="
|
3839
|
-
<item name="
|
3840
|
-
<item name="
|
3841
|
-
<item name="
|
3842
|
-
<item name="
|
3843
|
-
<item name="
|
3844
|
-
<item name="
|
3845
|
-
<item name="
|
3846
|
-
<item name="
|
3847
|
-
<item name="
|
3848
|
-
<item name="
|
3849
|
-
<item name="
|
3850
|
-
<item name="
|
3851
|
-
<item name="
|
3852
|
-
<item name="
|
3853
|
-
<item name="
|
3854
|
-
<item name="
|
3855
|
-
<item name="
|
3856
|
-
<item name="
|
3857
|
-
<item name="
|
3858
|
-
<item name="
|
3859
|
-
<item name="
|
3860
|
-
<item name="
|
3861
|
-
<item name="
|
3862
|
-
<item name="
|
3863
|
-
<item name="
|
3864
|
-
<item name="
|
3865
|
-
<item name="
|
3866
|
-
<item name="
|
3867
|
-
<item name="
|
3868
|
-
<item name="
|
3869
|
-
<item name="
|
3870
|
-
<item name="
|
3871
|
-
<item name="
|
3872
|
-
<item name="
|
3873
|
-
<item name="
|
3874
|
-
<item name="
|
3875
|
-
<item name="
|
3876
|
-
<item name="
|
3877
|
-
<item name="
|
3878
|
-
<item name="
|
3879
|
-
<item name="
|
3880
|
-
<item name="
|
3881
|
-
<item name="
|
3882
|
-
<item name="
|
3883
|
-
<item name="
|
3884
|
-
<item name="
|
3885
|
-
<item name="
|
3886
|
-
<item name="
|
3887
|
-
<item name="
|
3888
|
-
<item name="
|
3889
|
-
<item name="
|
3890
|
-
<item name="
|
3891
|
-
<item name="
|
3892
|
-
<item name="
|
3893
|
-
<item name="
|
3894
|
-
<item name="
|
3895
|
-
<item name="
|
3896
|
-
<item name="
|
3897
|
-
<item name="
|
3898
|
-
<item name="
|
3899
|
-
<item name="
|
3900
|
-
<item name="
|
3901
|
-
<item name="
|
3902
|
-
<item name="
|
3903
|
-
<item name="
|
3904
|
-
<item name="
|
3905
|
-
<item name="
|
3906
|
-
<item name="
|
3907
|
-
<item name="
|
3908
|
-
<item name="
|
3909
|
-
<item name="
|
3910
|
-
<item name="
|
3911
|
-
<item name="
|
3912
|
-
<item name="
|
3913
|
-
<item name="
|
3914
|
-
<item name="
|
3915
|
-
<item name="
|
3916
|
-
<item name="
|
3917
|
-
<item name="
|
3918
|
-
<item name="
|
3919
|
-
<item name="
|
3920
|
-
<item name="
|
3921
|
-
<item name="
|
3922
|
-
<item name="
|
3923
|
-
<item name="
|
3924
|
-
<item name="
|
3925
|
-
<item name="
|
3926
|
-
<item name="
|
3927
|
-
<item name="
|
3928
|
-
<item name="
|
3929
|
-
<item name="
|
3930
|
-
<item name="
|
3931
|
-
<item name="
|
3932
|
-
<item name="
|
3933
|
-
<item name="
|
3934
|
-
<item name="
|
3935
|
-
<item name="
|
3936
|
-
<item name="
|
3937
|
-
<item name="
|
3938
|
-
<item name="
|
3939
|
-
<item name="
|
3940
|
-
<item name="
|
3941
|
-
<item name="
|
3942
|
-
<item name="
|
3943
|
-
<item name="
|
3944
|
-
<item name="
|
3945
|
-
<item name="
|
3946
|
-
<item name="
|
3947
|
-
<item name="
|
3948
|
-
<item name="
|
3949
|
-
<item name="
|
3950
|
-
<item name="
|
3951
|
-
<item name="
|
3952
|
-
<item name="
|
3953
|
-
<item name="
|
3954
|
-
<item name="
|
3955
|
-
<item name="
|
3956
|
-
<item name="
|
3957
|
-
<item name="
|
3958
|
-
<item name="
|
3959
|
-
<item name="
|
3960
|
-
<item name="
|
3961
|
-
<item name="
|
3962
|
-
<item name="
|
3963
|
-
<item name="
|
3964
|
-
<item name="
|
3965
|
-
<item name="
|
3966
|
-
<item name="
|
3967
|
-
<item name="
|
3968
|
-
<item name="
|
3969
|
-
<item name="
|
3970
|
-
<item name="
|
3971
|
-
<item name="
|
3972
|
-
<item name="
|
3973
|
-
<item name="
|
3974
|
-
<item name="
|
3975
|
-
<item name="
|
3976
|
-
<item name="
|
3977
|
-
<item name="
|
3978
|
-
<item name="
|
3979
|
-
<item name="
|
3980
|
-
<item name="
|
3981
|
-
<item name="
|
3982
|
-
<item name="
|
3983
|
-
<item name="
|
3984
|
-
<item name="
|
3985
|
-
<item name="
|
3986
|
-
<item name="
|
3987
|
-
<item name="
|
3988
|
-
<item name="
|
3989
|
-
<item name="
|
3990
|
-
<item name="
|
3991
|
-
<item name="
|
3992
|
-
<item name="
|
3993
|
-
<item name="
|
3994
|
-
<item name="
|
3995
|
-
<item name="
|
3996
|
-
<item name="
|
3997
|
-
<item name="
|
3998
|
-
<item name="
|
3999
|
-
<item name="
|
4000
|
-
<item name="
|
4001
|
-
<item name="
|
4002
|
-
<item name="
|
4003
|
-
<item name="
|
4004
|
-
<item name="
|
4005
|
-
<item name="
|
4006
|
-
<item name="
|
4007
|
-
<item name="
|
4008
|
-
<item name="
|
4009
|
-
<item name="
|
4010
|
-
<item name="
|
4011
|
-
<item name="
|
4012
|
-
<item name="
|
4013
|
-
<item name="
|
4014
|
-
<item name="
|
4015
|
-
<item name="
|
4016
|
-
<item name="
|
4017
|
-
<item name="
|
4018
|
-
<item name="
|
4019
|
-
<item name="
|
4020
|
-
<item name="
|
4021
|
-
<item name="
|
4022
|
-
<item name="
|
4023
|
-
<item name="
|
4024
|
-
<item name="
|
4025
|
-
<item name="
|
4026
|
-
<item name="
|
4027
|
-
<item name="
|
4028
|
-
<item name="
|
4029
|
-
<item name="
|
4030
|
-
<item name="
|
4031
|
-
<item name="
|
4032
|
-
<item name="
|
4033
|
-
<item name="
|
4034
|
-
<item name="
|
4035
|
-
<item name="
|
4036
|
-
<item name="
|
4037
|
-
<item name="
|
4038
|
-
<item name="
|
4039
|
-
<item name="
|
4040
|
-
<item name="
|
4041
|
-
<item name="
|
4042
|
-
<item name="
|
4043
|
-
<item name="
|
4044
|
-
<item name="
|
4045
|
-
<item name="
|
4046
|
-
<item name="
|
4047
|
-
<item name="
|
4048
|
-
<item name="
|
4049
|
-
<item name="
|
4050
|
-
<item name="
|
4051
|
-
<item name="
|
4052
|
-
<item name="
|
4053
|
-
<item name="
|
4054
|
-
<item name="
|
4055
|
-
<item name="
|
4056
|
-
<item name="
|
4057
|
-
<item name="
|
4058
|
-
<item name="
|
4059
|
-
<item name="
|
4060
|
-
<item name="
|
4061
|
-
<item name="
|
4062
|
-
<item name="
|
4063
|
-
<item name="
|
4064
|
-
<item name="
|
4065
|
-
<item name="
|
4066
|
-
<item name="
|
4067
|
-
<item name="
|
4068
|
-
<item name="
|
4069
|
-
<item name="
|
4070
|
-
<item name="
|
4071
|
-
<item name="
|
4072
|
-
<item name="
|
4073
|
-
<item name="
|
4074
|
-
<item name="
|
4075
|
-
<item name="
|
4076
|
-
<item name="
|
4077
|
-
<item name="
|
4078
|
-
<item name="
|
4079
|
-
<item name="
|
4080
|
-
<item name="
|
4081
|
-
<item name="
|
4082
|
-
<item name="
|
4083
|
-
<item name="
|
4084
|
-
<item name="
|
4085
|
-
<item name="
|
4086
|
-
<item name="
|
4087
|
-
<item name="
|
4088
|
-
<item name="
|
4089
|
-
<item name="
|
4090
|
-
<item name="
|
4091
|
-
<item name="
|
4092
|
-
<item name="
|
4093
|
-
<item name="
|
4094
|
-
<item name="
|
4095
|
-
<item name="
|
4096
|
-
<item name="
|
4097
|
-
<item name="
|
4098
|
-
<item name="
|
4099
|
-
<item name="
|
4100
|
-
<item name="
|
4101
|
-
<item name="
|
4102
|
-
<item name="
|
4015
|
+
<item name="accommodation_travel" category="travel" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4016
|
+
<item name="additive" category="plant_medicine" variety="preparation" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass" abilities="care(plant)" nature="article"/>
|
4017
|
+
<item name="administrative_division" category="building_division" variety="building_division" population_counting="unitary" variable_indicators="net_surface_area, shape" frozen_indicators="" nature="zone"/>
|
4018
|
+
<item name="air_compressor" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="blow" variable_indicators="motor_power" frozen_indicators="" nature="equipment"/>
|
4019
|
+
<item name="animal_building_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(animal)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4020
|
+
<item name="animal_food" category="animal_food" variety="mix" derivative_of="matter" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4021
|
+
<item name="animal_food_building_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(grass), store(mix)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4022
|
+
<item name="animal_housing_cleaner" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="clean(settlement),clean(building_division)" variable_indicators="application_width" frozen_indicators="" nature="equipment"/>
|
4023
|
+
<item name="animal_housing_services" category="animal_housing_services" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4024
|
+
<item name="animal_litter" category="animal_litter" variety="matter" derivative_of="plant" population_counting="decimal" abilities="cover(building_division)" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4025
|
+
<item name="animal_medicine" category="animal_medicine" variety="preparation" population_counting="decimal" abilities="kill(bacteria), kill(virus), kill(fungus), care(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume, meat_withdrawal_period, milk_withdrawal_period" nature="article"/>
|
4026
|
+
<item name="animal_medicine_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(preparation)" variable_indicators="nominal_storable_net_volume" frozen_indicators="" nature="equipment"/>
|
4027
|
+
<item name="animal_product_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4028
|
+
<item name="animal_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4029
|
+
<item name="animals_making_services" category="animals_making_services" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4030
|
+
<item name="associate_social_contribution" category="associate_social_contribution" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4031
|
+
<item name="bale_collector" category="equipment" variety="trailed_equipment" population_counting="unitary" variable_indicators="geolocation" abilities="catch(straw), store(straw)" nature="equipment"/>
|
4032
|
+
<item name="baler" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="bunch" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4033
|
+
<item name="bank_service" category="bank_service" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4034
|
+
<item name="bean" category="vegetable" variety="vegetable" derivative_of="phaseolus_vulgaris" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4035
|
+
<item name="bee_band" category="bee_band" variety="apis" population_counting="unitary" abilities="move, pollinate(plant), produce(honey)" variable_indicators="healthy" nature="animal"/>
|
4036
|
+
<item name="beef_meat" category="meat" variety="meat" derivative_of="bos" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4037
|
+
<item name="beet" category="vegetable" variety="vegetable" derivative_of="beta_vulgaris" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4038
|
+
<item name="bonus_staff_expense" category="bonus_staff_expense" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4039
|
+
<item name="bottle" category="wine_package_consumable" variety="bottle" population_counting="integer" abilities="store(wine), store(juice)" variable_indicators="length, net_mass" frozen_indicators="net_volume" nature="article"/>
|
4040
|
+
<item name="building" category="building" variety="building" population_counting="unitary" abilities="store(building_division)" variable_indicators="net_surface_area, shape" frozen_indicators="" nature="zone"/>
|
4041
|
+
<item name="building_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(product)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4042
|
+
<item name="bumblebee_band" category="biological_auxiliary" variety="bombus" population_counting="unitary" abilities="move, pollinate(plant)" variable_indicators="" nature="animal"/>
|
4043
|
+
<item name="cabbage" category="vegetable" variety="vegetable" derivative_of="brassica_oleracea" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4044
|
+
<item name="calf" category="calf" variety="bos" population_counting="unitary" abilities="consume(water), consume(poaceae), produce(excrement), consume(milk), move, consume(mix), consume(silage)" variable_indicators="net_mass, sex, animal_life_state, healthy, mammalia_birth_condition" frozen_indicators="livestock_unit, reproductor" derivatives="meat" nature="animal"/>
|
4045
|
+
<item name="car" category="equipment" variety="car" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, fuel_consumption" frozen_indicators="" linkage_points="rear" nature="equipment"/>
|
4046
|
+
<item name="carriage" category="carriage" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4047
|
+
<item name="carrot" category="vegetable" variety="vegetable" derivative_of="daucus_carota" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4048
|
+
<item name="catalog_and_print" category="catalog_and_print" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4049
|
+
<item name="cattle_herd" category="cattle_herd" variety="animal_group" derivative_of="bos" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" frozen_indicators="sex" nature="animal"/>
|
4050
|
+
<item name="cereal_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(grain), produce(straw)" variable_indicators="fresh_mass, plant_life_state, plant_reproduction_state, plants_count, shape, tiller_count" frozen_indicators="net_surface_area" derivatives="grain, straw" nature="crop"/>
|
4051
|
+
<item name="chainsaw" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="cut" frozen_indicators="" nature="equipment"/>
|
4052
|
+
<item name="chard" category="vegetable" variety="vegetable" derivative_of="beta_vulgaris_cicla" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4053
|
+
<item name="cheese" category="processed_milk" variety="cheese" derivative_of="milk" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4054
|
+
<item name="chemical_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" variable_indicators="" frozen_indicators="net_volume, net_mass, nitrogen_concentration, potassium_concentration, phosphorus_concentration, sulfur_concentration, sulfur_trioxide_concentration" nature="article"/>
|
4055
|
+
<item name="clarification_solution" category="oenological_product" variety="preparation" population_counting="decimal" abilities="clarify(fermented_juice), clarify(wine)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4056
|
+
<item name="common_consumable" category="other_consumable" variety="preparation" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4057
|
+
<item name="common_package" category="package_consumable" variety="packaged_matter" population_counting="decimal" abilities="store(raw_matter)" variable_indicators="length, net_mass, net_volume" nature="article"/>
|
4058
|
+
<item name="complete_sower" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="spread(preparation), sow, spray" variable_indicators="nominal_storable_net_volume, application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4059
|
+
<item name="computer" category="electronic_equipment" variety="equipment" population_counting="integer" variable_indicators="" nature="equipment"/>
|
4060
|
+
<item name="computer_device" category="small_electronic_equipment" variety="equipment" population_counting="integer" variable_indicators="" nature="equipment"/>
|
4061
|
+
<item name="congress" category="congress" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4062
|
+
<item name="construction_material_in_own_outstanding_installation" category="construction_materials_in_own_outstanding_installation" variety="raw_matter" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4063
|
+
<item name="consumer_goods_office_item" category="consumer_goods_office_item" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4064
|
+
<item name="cooperative_participation" category="cooperative_participation" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4065
|
+
<item name="cork" category="wine_package_consumable" variety="cork" population_counting="integer" abilities="close(cork_bottle)" variable_indicators="length, width" nature="article"/>
|
4066
|
+
<item name="corker" category="equipment" variety="equipment" population_counting="unitary" abilities="close(bottle)" frozen_indicators="" nature="equipment"/>
|
4067
|
+
<item name="corn_topper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="castrate(plant), move" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4068
|
+
<item name="cover_implanter" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cover(plant)" variable_indicators="geolocation" frozen_indicators="application_width, theoretical_working_speed" nature="equipment"/>
|
4069
|
+
<item name="crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(straw)" variable_indicators="fresh_mass, plant_life_state, plant_reproduction_state, plants_count, shape, tiller_count" frozen_indicators="net_surface_area" derivatives="straw" nature="crop"/>
|
4070
|
+
<item name="crop_protective_item" category="small_equipment" derivative_of="equipment" variety="matter" population_counting="integer" abilities="care(plant)" variable_indicators="length, width" nature="article"/>
|
4071
|
+
<item name="crop_residue" category="straw" variety="straw" derivative_of="plant" population_counting="decimal" variable_indicators="" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4072
|
+
<item name="crop_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4073
|
+
<item name="cultivable_zone" category="land" variety="cultivable_zone" population_counting="decimal" abilities="consume(water), consume(seed), produce(plant), store(plant), store(animal), store(fungus)" variable_indicators="fence_perimeter, shape, soil_cultural_state" frozen_indicators="net_surface_area" nature="zone"/>
|
4074
|
+
<item name="cutting_equipment" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, element_count, length, rows_count" abilities="cut" nature="equipment"/>
|
4075
|
+
<item name="discount_and_reduction" category="discount_and_reduction" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4076
|
+
<item name="disinfectant_product" category="other_consumable" variety="preparation" population_counting="decimal" abilities="clean(building_division), kill(bacteria)" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4077
|
+
<item name="draining_item" category="small_equipment" derivative_of="equipment" variety="matter" population_counting="integer" abilities="drain" variable_indicators="diameter, length" nature="article"/>
|
4078
|
+
<item name="duck_band" category="aves_band" variety="aves" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" variable_indicators="healthy" derivatives="meat" nature="animal"/>
|
4079
|
+
<item name="duck_herd" category="aves_herd" variety="animal_group" derivative_of="aves" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" frozen_indicators="" nature="animal"/>
|
4080
|
+
<item name="dumper" category="equipment" variety="heavy_equipment" population_counting="unitary" abilities="store_fluid, store(excrement), store(straw)" frozen_indicators="nominal_storable_net_volume, nominal_storable_net_mass" variable_indicators="geolocation, hour_counter" nature="equipment"/>
|
4081
|
+
<item name="egg" category="egg" variety="egg" derivative_of="aves" population_counting="integer" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4082
|
+
<item name="electricity" category="electricity" variety="electricity" population_counting="decimal" variable_indicators="" frozen_indicators="energy" nature="fee_and_service"/>
|
4083
|
+
<item name="equipment" category="equipment" variety="equipment" population_counting="unitary" abilities="catch(matter), spread(preparation), plow, sow, harvest(raw_matter), store(raw_matter)" frozen_indicators="" nature="equipment"/>
|
4084
|
+
<item name="equipment_building_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(equipment)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4085
|
+
<item name="equipment_repair_services" category="equipment_repair_services" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4086
|
+
<item name="exploitation_subsidies" category="exploitation_subsidies" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4087
|
+
<item name="farm_teaching_services" category="farm_teaching_services" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4088
|
+
<item name="fee" category="fee" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4089
|
+
<item name="female_adult_cat" category="adult_cat" variety="felis_silvestris_catus" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move, produce(animal)" variable_indicators="net_mass, healthy, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count" frozen_indicators="reproductor, sex" nature="animal"/>
|
4090
|
+
<item name="female_adult_cattle_herd" category="cattle_herd" variety="animal_group" derivative_of="bos" population_counting="unitary" abilities="move, consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk)" frozen_indicators="reproductor, sex" nature="animal"/>
|
4091
|
+
<item name="female_adult_cow" category="female_adult_cow" variety="bos" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk), move, produce(animal)" variable_indicators="net_mass, animal_life_state, unique_synthesis_index, economical_milk_index, protein_concentration_index, fat_matter_concentration_index, mammalia_reproduction_event_abortion, mammalia_reproduction_method_embryo_transplant, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count, lactating, healthy, milk_daily_production" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat, milk" nature="animal"/>
|
4092
|
+
<item name="female_adult_dog" category="adult_dog" variety="canis_lupus_familiaris" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move, produce(animal)" variable_indicators="net_mass, healthy, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count" frozen_indicators="reproductor, sex" nature="animal"/>
|
4093
|
+
<item name="female_adult_goat" category="female_adult_cow" variety="capra" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk), move, produce(animal)" variable_indicators="net_mass, animal_life_state, unique_synthesis_index, economical_milk_index, protein_concentration_index, fat_matter_concentration_index, mammalia_reproduction_event_abortion, mammalia_reproduction_method_embryo_transplant, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count, lactating, healthy, milk_daily_production" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat, milk" nature="animal"/>
|
4094
|
+
<item name="female_adult_goat_herd" category="cattle_herd" variety="animal_group" derivative_of="capra" population_counting="unitary" abilities="move, consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk)" frozen_indicators="reproductor, sex" nature="animal"/>
|
4095
|
+
<item name="female_adult_horse" category="long_time_animal" variety="equus" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), produce(excrement), move, produce(animal)" variable_indicators="net_mass, animal_life_state, mammalia_reproduction_event_abortion, mammalia_reproduction_method_embryo_transplant, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count, lactating, healthy" frozen_indicators="livestock_unit, reproductor, sex" nature="animal"/>
|
4096
|
+
<item name="female_adult_pig" category="female_adult_pig" variety="sus" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk), move, produce(animal)" variable_indicators="net_mass, animal_life_state, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count, lactating, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4097
|
+
<item name="female_adult_sheep" category="female_adult_cow" variety="ovis" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk), move, produce(animal)" variable_indicators="net_mass, animal_life_state, unique_synthesis_index, economical_milk_index, protein_concentration_index, fat_matter_concentration_index, mammalia_reproduction_event_abortion, mammalia_reproduction_method_embryo_transplant, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count, lactating, healthy, milk_daily_production" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat, milk" nature="animal"/>
|
4098
|
+
<item name="female_adult_sheep_herd" category="cattle_herd" variety="animal_group" derivative_of="ovis" population_counting="unitary" abilities="move, consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), produce(milk)" frozen_indicators="reproductor, sex" nature="animal"/>
|
4099
|
+
<item name="female_rabbit" category="short_time_animal" variety="oryctolagus" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), produce(excrement), move, produce(oryctolagus)" variable_indicators="net_mass, animal_life_state, mammalia_birth_count, mammalia_reproduction_state, last_birth_children_count, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4100
|
+
<item name="female_young_cat" category="young_cat" variety="felis_silvestris_catus" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="reproductor, sex" nature="animal"/>
|
4101
|
+
<item name="female_young_cow" category="female_adult_cow" variety="bos" population_counting="unitary" abilities="consume(water), consume(poaceae), produce(excrement), move, consume(mix), consume(silage)" variable_indicators="net_mass, animal_life_state, mammalia_reproduction_event_abortion, mammalia_reproduction_state, mammalia_reproduction_method_embryo_transplant, last_birth_children_count, mammalia_birth_count, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat, milk" nature="animal"/>
|
4102
|
+
<item name="female_young_dog" category="young_dog" variety="canis_lupus_familiaris" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="reproductor, sex" nature="animal"/>
|
4103
|
+
<item name="female_young_goat" category="calf" variety="capra" population_counting="unitary" abilities="consume(water), consume(poaceae), produce(excrement), consume(milk), move, consume(mix), consume(silage)" variable_indicators="net_mass, sex, animal_life_state, healthy, mammalia_birth_condition" frozen_indicators="livestock_unit, reproductor" derivatives="meat" nature="animal"/>
|
4104
|
+
<item name="female_young_sheep" category="female_adult_cow" variety="ovis" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), move" variable_indicators="net_mass, animal_life_state, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4105
|
+
<item name="fence" category="small_equipment" variety="wire" population_counting="integer" abilities="enclose" variable_indicators="" frozen_indicators="diameter, length, height" nature="article"/>
|
4106
|
+
<item name="fermented_grape_juice" category="fruit" variety="fermented_juice" derivative_of="grape" population_counting="decimal" abilities="produce(wine)" variable_indicators="" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4107
|
+
<item name="fermented_milk" category="processed_milk" variety="fermented_milk" derivative_of="milk" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4108
|
+
<item name="ferry" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="store(grain), store(plant)" frozen_indicators="nominal_storable_net_volume, nominal_storable_net_mass" variable_indicators="geolocation" nature="equipment"/>
|
4109
|
+
<item name="fiscal_fine" category="fiscal_fine" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4110
|
+
<item name="flower_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(pollen), produce(flower), produce(straw), produce(grain)" variable_indicators="plant_life_state, plants_count, shape" frozen_indicators="net_surface_area" derivatives="pollen, flower, straw, grain" nature="crop"/>
|
4111
|
+
<item name="fodder_bale" category="grass" variety="grass" derivative_of="plant" population_counting="decimal" abilities="feed(animal)" variable_indicators="dry_matter_rate" frozen_indicators="net_mass, net_volume, fodder_bales_count" nature="article"/>
|
4112
|
+
<item name="foliar_spray" category="fertilizer" variety="preparation" population_counting="decimal" abilities="care(plant), fertilize, kill(insecta), kill(fungus)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4113
|
+
<item name="food_distributor" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="deliver(silage),deliver(straw),deliver(hay)" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators="" nature="equipment"/>
|
4114
|
+
<item name="food_equipment_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(equipment), store(grass), store(mix), store(seed)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4115
|
+
<item name="food_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(mix)" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators="" nature="equipment"/>
|
4116
|
+
<item name="forager" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(plant), consume(oil), consume(fuel)" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4117
|
+
<item name="forklift" category="equipment" variety="handling_equipment" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, hour_counter" frozen_indicators="" linkage_points="rear" nature="equipment"/>
|
4118
|
+
<item name="forwarding_agent_fees_expense" category="forwarding_agent_fees_expense" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4119
|
+
<item name="freelance" category="subcontracting" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4120
|
+
<item name="freezer_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(preparation),freeze" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators="" nature="equipment"/>
|
4121
|
+
<item name="fruit" category="fruit" variety="fruit" derivative_of="plant" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume, best_before_period" nature="article"/>
|
4122
|
+
<item name="fruit_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(fruit), produce(straw)" variable_indicators="plant_life_state, plants_count, plants_interval, rows_interval, shape" frozen_indicators="net_surface_area" derivatives="fruit, straw" nature="crop"/>
|
4123
|
+
<item name="fruit_residu" category="fruit" variety="pomace" population_counting="decimal" abilities="fertilize" variable_indicators="" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4124
|
+
<item name="fuel" category="fuel" variety="fuel" population_counting="decimal" variable_indicators="" frozen_indicators="energy, net_volume, net_mass" nature="article"/>
|
4125
|
+
<item name="fuel_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(fuel)" variable_indicators="" frozen_indicators="nominal_storable_net_volume" nature="equipment"/>
|
4126
|
+
<item name="fungicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(fungus), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4127
|
+
<item name="gas" category="gas" variety="gas" population_counting="decimal" variable_indicators="" frozen_indicators="energy" nature="article"/>
|
4128
|
+
<item name="gas_engine" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="store_gaz, kill(plant)" frozen_indicators="application_width, nominal_storable_net_volume, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4129
|
+
<item name="goat_herd" category="cattle_herd" variety="animal_group" derivative_of="capra" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" frozen_indicators="" nature="animal"/>
|
4130
|
+
<item name="grain" category="grain" variety="grain" derivative_of="plant" population_counting="decimal" abilities="feed(animal)" variable_indicators="hagberg_falling_number, impurity_concentration, protein_concentration, specific_weight, water_content_rate" frozen_indicators="net_mass" nature="article"/>
|
4131
|
+
<item name="grain_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(grain)" variable_indicators="fresh_mass, plant_life_state, plant_reproduction_state, plants_count, shape, tiller_count" frozen_indicators="net_surface_area" derivatives="grain" nature="crop"/>
|
4132
|
+
<item name="grain_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(grain)" variable_indicators="nominal_storable_net_volume" frozen_indicators="" nature="equipment"/>
|
4133
|
+
<item name="grape" category="fruit" variety="grape" derivative_of="vitis" population_counting="decimal" abilities="produce(juice)" variable_indicators="sucrose_concentration" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4134
|
+
<item name="grape_juice" category="fruit" variety="juice" derivative_of="grape" population_counting="decimal" abilities="produce(fermented_juice)" variable_indicators="sucrose_concentration" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4135
|
+
<item name="grape_reaper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(grape), consume(oil), consume(fuel)" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4136
|
+
<item name="grape_trailer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="store(grape), store(juice), store(fermented_juice), store_liquid" variable_indicators="nominal_storable_net_volume, nominal_storable_net_mass" frozen_indicators="" nature="equipment"/>
|
4137
|
+
<item name="grass" category="grass" variety="grass" derivative_of="plant" population_counting="decimal" abilities="feed(animal)" variable_indicators="dry_matter_rate" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4138
|
+
<item name="grinder" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="grind(plant), grind(cultivable_zone)" variable_indicators="geolocation" frozen_indicators="application_width, theoretical_working_speed" nature="equipment"/>
|
4139
|
+
<item name="growth_regulator" category="plant_medicine" variety="preparation" population_counting="decimal" frozen_indicators="net_volume, net_mass" abilities="care(plant)" nature="article"/>
|
4140
|
+
<item name="hand_drawn" category="equipment" variety="equipment" population_counting="unitary" abilities="fill(bottle)" variable_indicators="nominal_storable_net_volume" frozen_indicators="" nature="equipment"/>
|
4141
|
+
<item name="harrow" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow_superficially" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4142
|
+
<item name="harvest_insurance" category="harvest_insurance" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4143
|
+
<item name="harvester" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(plant)" frozen_indicators="application_width, rows_count, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4144
|
+
<item name="hay_rake" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="rake(straw), rake(hay)" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4145
|
+
<item name="hazel_seedling" category="plant" variety="seedling" derivative_of="corylus" population_counting="integer" abilities="grow" variable_indicators="" nature="article"/>
|
4146
|
+
<item name="hazelnut" category="fruit" variety="hazelnut" derivative_of="corylus" population_counting="decimal" variable_indicators="impurity_concentration, water_content_rate" frozen_indicators="net_mass" nature="article"/>
|
4147
|
+
<item name="hedge_cutter" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators="" nature="equipment"/>
|
4148
|
+
<item name="hen_band" category="aves_band" variety="gallus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), produce(egg), consume(mix)" variable_indicators="" frozen_indicators="sex, reproductor" derivatives="meat, egg" nature="animal"/>
|
4149
|
+
<item name="hen_herd" category="aves_herd" variety="animal_group" derivative_of="gallus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" variable_indicators="" nature="animal"/>
|
4150
|
+
<item name="herbicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(plant), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4151
|
+
<item name="hiller" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="earth_up" frozen_indicators="application_width, rows_count, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4152
|
+
<item name="hive" category="equipment" variety="equipment" population_counting="unitary" abilities="store(apis), store(honey)" nature="equipment"/>
|
4153
|
+
<item name="hoe" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow_superficially, hoe" variable_indicators="geolocation" frozen_indicators="application_width, rows_count, theoretical_working_speed" nature="equipment"/>
|
4154
|
+
<item name="hoe_weeder" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="kill(plant), spray" frozen_indicators="nominal_storable_net_volume, application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4155
|
+
<item name="honey" category="honey" variety="honey" derivative_of="apis" population_counting="decimal" variable_indicators="sucrose_concentration, temperature" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4156
|
+
<item name="horse_herd" category="cattle_herd" variety="animal_group" derivative_of="equus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" variable_indicators="" nature="animal"/>
|
4157
|
+
<item name="hydraulic_oil" category="fuel" variety="oil" population_counting="decimal" abilities="lubricate(equipment)" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4158
|
+
<item name="implanter" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="implant" variable_indicators="geolocation" frozen_indicators="application_width, rows_count, theoretical_working_speed" nature="equipment"/>
|
4159
|
+
<item name="infirmity_and_death_insurance" category="infirmity_and_death_insurance" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4160
|
+
<item name="insecticide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(insecta), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4161
|
+
<item name="inseminator" category="worker" variety="worker" population_counting="unitary" abilities="move, administer_inseminate(animal)" variable_indicators="geolocation" frozen_indicators="" nature="worker"/>
|
4162
|
+
<item name="installing_charge" category="installing_charge" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4163
|
+
<item name="insurance" category="insurance" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4164
|
+
<item name="irrigation_pivot" category="equipment" variety="equipment" population_counting="unitary" abilities="spread(water)" frozen_indicators="length, diameter, volume_flow, spans_count" variable_indicators="geolocation" nature="equipment"/>
|
4165
|
+
<item name="irrigation_water" category="irrigation_water" variety="water" population_counting="decimal" variable_indicators="nitrogen_concentration, potential_hydrogen" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4166
|
+
<item name="jerusalem_artichoke" category="vegetable" variety="vegetable" derivative_of="helianthus_tuberosus" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4167
|
+
<item name="lamb" category="calf" variety="ovis" population_counting="unitary" abilities="consume(water), consume(poaceae), produce(excrement), consume(milk), move, consume(mix), consume(silage)" variable_indicators="net_mass, sex, animal_life_state, healthy, mammalia_birth_condition" frozen_indicators="livestock_unit, reproductor" derivatives="meat" nature="animal"/>
|
4168
|
+
<item name="lamb_meat" category="meat" variety="meat" derivative_of="ovis" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4169
|
+
<item name="land_parcel" category="land_parcel" variety="land_parcel" population_counting="decimal" variable_indicators="aluminium_concentration, available_water_capacity_per_area, boron_concentration, calcium_concentration, cation_exchange_capacity, cation_exchange_capacity_analysis_method, copper_concentration, iron_concentration, magnesium_concentration, manganese_concentration, molybdenum_concentration, nitrogen_concentration, organic_matter_concentration, phosphorus_analysis_method, phosphorus_concentration, potassium_concentration, potential_hydrogen, shape, soil_depth, soil_nature, sulfur_concentration, zinc_concentration" frozen_indicators="net_surface_area" nature="zone"/>
|
4170
|
+
<item name="land_parcel_cluster" category="land_parcel_cluster" variety="land_parcel_cluster" population_counting="decimal" variable_indicators="shape" frozen_indicators="net_surface_area" nature="crop"/>
|
4171
|
+
<item name="land_parcel_construction" category="land_parcel_construction" variety="raw_matter" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4172
|
+
<item name="land_parcel_locative_charge" category="land_parcel_locative_charge" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4173
|
+
<item name="leasing" category="leasing" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4174
|
+
<item name="leek" category="vegetable" variety="vegetable" derivative_of="allium_porrum" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4175
|
+
<item name="legal_registration" category="duty_and_taxe" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4176
|
+
<item name="lettuce" category="vegetable" variety="vegetable" derivative_of="lactuca_sativa" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4177
|
+
<item name="little_office_item" category="little_office_item" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4178
|
+
<item name="loan_interest" category="loan_interest" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4179
|
+
<item name="mail_subscription" category="telecommunication" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4180
|
+
<item name="maintenance" category="maintenance" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4181
|
+
<item name="male_adult_cat" category="adult_cat" variety="felis_silvestris_catus" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="reproductor, sex" nature="animal"/>
|
4182
|
+
<item name="male_adult_cow" category="male_adult_cow" variety="bos" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), move" variable_indicators="net_mass, unique_synthesis_index, economical_milk_index, protein_concentration_index, fat_matter_concentration_index, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4183
|
+
<item name="male_adult_dog" category="adult_dog" variety="canis_lupus_familiaris" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="reproductor, sex" nature="animal"/>
|
4184
|
+
<item name="male_adult_goat" category="male_adult_cow" variety="capra" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), move" variable_indicators="net_mass, unique_synthesis_index, economical_milk_index, protein_concentration_index, fat_matter_concentration_index, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4185
|
+
<item name="male_adult_goat_herd" category="cattle_herd" variety="animal_group" derivative_of="capra" population_counting="unitary" abilities="move, consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement)" frozen_indicators="reproductor, sex" nature="animal"/>
|
4186
|
+
<item name="male_adult_horse" category="long_time_animal" variety="equus" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="livestock_unit, reproductor, sex" nature="animal"/>
|
4187
|
+
<item name="male_adult_pig" category="male_adult_pig" variety="sus" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), move" variable_indicators="net_mass, animal_life_state, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4188
|
+
<item name="male_adult_sheep" category="male_adult_cow" variety="ovis" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), move" variable_indicators="net_mass, unique_synthesis_index, economical_milk_index, protein_concentration_index, fat_matter_concentration_index" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4189
|
+
<item name="male_rabbit" category="short_time_animal" variety="oryctolagus" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), produce(excrement), move" variable_indicators="net_mass, animal_life_state, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4190
|
+
<item name="male_young_cat" category="young_cat" variety="felis_silvestris_catus" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="reproductor, sex" nature="animal"/>
|
4191
|
+
<item name="male_young_cow" category="male_young_cow" variety="bos" population_counting="unitary" abilities="consume(water), consume(poaceae), produce(excrement), move, consume(mix), consume(silage)" variable_indicators="net_mass, animal_life_state, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4192
|
+
<item name="male_young_dog" category="young_dog" variety="canis_lupus_familiaris" population_counting="unitary" abilities="consume(water), consume(meat), consume(mix), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="reproductor, sex" nature="animal"/>
|
4193
|
+
<item name="male_young_goat" category="calf" variety="capra" population_counting="unitary" abilities="consume(water), consume(poaceae), produce(excrement), consume(milk), move, consume(mix), consume(silage)" variable_indicators="net_mass, sex, animal_life_state, healthy, mammalia_birth_condition" frozen_indicators="livestock_unit, reproductor" derivatives="meat" nature="animal"/>
|
4194
|
+
<item name="male_young_sheep" category="male_adult_cow" variety="ovis" population_counting="unitary" abilities="consume(water), consume(poaceae), consume(mix), consume(silage), produce(excrement), move" variable_indicators="net_mass, healthy" frozen_indicators="livestock_unit, reproductor, sex" derivatives="meat" nature="animal"/>
|
4195
|
+
<item name="manager" category="worker" variety="worker" population_counting="unitary" abilities="drive(equipment), manage(worker), milk(mammalia), move, administer_care(animal)" variable_indicators="geolocation" frozen_indicators="" nature="worker"/>
|
4196
|
+
<item name="manure_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(excrement)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4197
|
+
<item name="meal_travel" category="travel" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4198
|
+
<item name="meat" category="meat" variety="meat" derivative_of="animal" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4199
|
+
<item name="mechanic" category="worker" variety="worker" population_counting="unitary" abilities="drive(equipment), move, repair(equipment)" variable_indicators="geolocation" frozen_indicators="" nature="worker"/>
|
4200
|
+
<item name="mechanic_item" category="small_equipment" variety="matter" derivative_of="equipment" population_counting="integer" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4201
|
+
<item name="melon" category="fruit" variety="melon" derivative_of="cucumis_melo" population_counting="decimal" variable_indicators="water_content_rate" frozen_indicators="net_mass" nature="article"/>
|
4202
|
+
<item name="melon_crop" category="crop" variety="cucumis" population_counting="decimal" abilities="consume(water), consume(preparation), produce(melon)" variable_indicators="fresh_mass, plant_life_state, plants_count, shape, tiller_count" frozen_indicators="net_surface_area" derivatives="melon" nature="crop"/>
|
4203
|
+
<item name="milk" category="milk" variety="milk" derivative_of="mammalia" population_counting="decimal" abilities="feed(mammalia)" variable_indicators="clostridial_spores_concentration, fat_matters_concentration, freezing_point_temperature, immunoglobulins_concentration, inhibitors_presence, lipolysis, protein_matters_concentration, somatic_cell_concentration, temperature, total_bacteria_concentration, urea_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4204
|
+
<item name="milk_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(milk), store_liquid" variable_indicators="nominal_storable_net_volume" frozen_indicators="" nature="equipment"/>
|
4205
|
+
<item name="milking_robot" category="equipment" variety="equipment" population_counting="unitary" abilities="milk(mammalia)" frozen_indicators="milker_clusters_number" nature="equipment"/>
|
4206
|
+
<item name="mineral_cleaner" category="other_consumable" variety="preparation" population_counting="decimal" abilities="clean(building_division)" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4207
|
+
<item name="mixed_chemical_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" variable_indicators="nitrogen_concentration, phosphorus_concentration, potassium_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4208
|
+
<item name="mixed_liquid_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" variable_indicators="net_volume, nitrogen_concentration, phosphorus_concentration, potassium_concentration" frozen_indicators="net_mass" nature="article"/>
|
4209
|
+
<item name="mixed_organic_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" frozen_indicators="net_mass" variable_indicators="nitrogen_concentration, phosphorus_concentration, potassium_concentration, dry_matter_rate, organic_matter_concentration, sulfur_trioxide_concentration, magnesium_concentration, calcium_concentrtion, net_volume" nature="article"/>
|
4210
|
+
<item name="molluscicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="kill(gastropoda), care(plant)" variable_indicators="approved_input_volume, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4211
|
+
<item name="motor_oil" category="fuel" variety="oil" population_counting="decimal" abilities="lubricate(trailed_equipment), lubricate(motorized_vehicle)" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4212
|
+
<item name="moving_travel" category="travel" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4213
|
+
<item name="mower" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="mow" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4214
|
+
<item name="natural_water" category="natural_water" variety="water" population_counting="decimal" variable_indicators="nitrogen_concentration, potential_hydrogen" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4215
|
+
<item name="nematicide" category="plant_medicine" variety="preparation" population_counting="decimal" abilities="care(plant), kill(nematoda)" variable_indicators="approved_input_dose, untreated_zone_length, wait_before_entering_period, wait_before_harvest_period" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4216
|
+
<item name="numeric_hosting_rental" category="rent_hosting_service" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4217
|
+
<item name="numeric_subscription" category="licence" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4218
|
+
<item name="oenological_yeast" category="oenological_product" variety="yeast" derivative_of="fungus" population_counting="decimal" abilities="fermentize(wine)" variable_indicators="" frozen_indicators="net_mass, cells_mass_concentration" nature="article"/>
|
4219
|
+
<item name="office_furniture" category="office_furniture_equipment" variety="equipment" population_counting="integer" variable_indicators="" nature="equipment"/>
|
4220
|
+
<item name="onion" category="vegetable" variety="vegetable" derivative_of="allium_cepa" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4221
|
+
<item name="organic_fertilizer" category="fertilizer" variety="preparation" population_counting="decimal" abilities="fertilize" variable_indicators="" frozen_indicators="net_volume, net_mass, nitrogen_concentration, potassium_concentration, phosphorus_concentration" nature="article"/>
|
4222
|
+
<item name="oyster_band" category="oyster_band" variety="ostreidae" population_counting="unitary" abilities="move, consume(water)" variable_indicators="" nature="animal"/>
|
4223
|
+
<item name="packaged_process_food" category="fruit" variety="mix" derivative_of="fruit" population_counting="integer" variable_indicators="best_before_period" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4224
|
+
<item name="parsnip" category="vegetable" variety="vegetable" derivative_of="pastinaca_sativa" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4225
|
+
<item name="pea" category="vegetable" variety="vegetable" derivative_of="pisum" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4226
|
+
<item name="peanut" category="fruit" variety="peanut" derivative_of="arachis" population_counting="decimal" variable_indicators="impurity_concentration, water_content_rate" frozen_indicators="net_mass" nature="article"/>
|
4227
|
+
<item name="picker" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="pick(fruit)" frozen_indicators="application_width, rows_count, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4228
|
+
<item name="pig_band" category="pig_band" variety="sus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" variable_indicators="healthy" frozen_indicators="sex, reproductor" derivatives="meat" nature="animal"/>
|
4229
|
+
<item name="pig_herd" category="cattle_herd" variety="animal_group" derivative_of="sus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" frozen_indicators="" nature="animal"/>
|
4230
|
+
<item name="piglet_band" category="pig_band" variety="sus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" variable_indicators="healthy" frozen_indicators="reproductor" derivatives="meat" nature="animal"/>
|
4231
|
+
<item name="plant_grinder" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, rows_count" abilities="grind(matter)" nature="equipment"/>
|
4232
|
+
<item name="plant_medicine_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(preparation)" variable_indicators="nominal_storable_net_volume" frozen_indicators="" nature="equipment"/>
|
4233
|
+
<item name="plastic_cover" category="small_equipment" variety="canvas_cover" population_counting="decimal" abilities="wrap(cultivable_zone),wrap(equipment),wrap(silage)" variable_indicators="" frozen_indicators="net_length, width" nature="article"/>
|
4234
|
+
<item name="platform" category="equipment" variety="equipment" population_counting="unitary" abilities="lift(worker)" nature="equipment"/>
|
4235
|
+
<item name="plow" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow" variable_indicators="geolocation" frozen_indicators="application_width, plowshare_count, theoretical_working_speed" nature="equipment"/>
|
4236
|
+
<item name="plum" category="fruit" variety="plum" derivative_of="prunus_domestica" population_counting="decimal" variable_indicators="impurity_concentration, water_content_rate" frozen_indicators="net_mass" nature="article"/>
|
4237
|
+
<item name="plum_reaper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(plum), consume(oil), consume(fuel)" variable_indicators="application_width" frozen_indicators="" nature="equipment"/>
|
4238
|
+
<item name="plum_seedling" category="plant" variety="seedling" derivative_of="prunus" population_counting="integer" abilities="grow" variable_indicators="" nature="article"/>
|
4239
|
+
<item name="pollination_tool" category="small_equipment" population_counting="integer" variety="matter" abilities="pollinate(plant)" nature="article"/>
|
4240
|
+
<item name="pollinator" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="pollinate(plant)" nature="equipment"/>
|
4241
|
+
<item name="pork_meat" category="meat" variety="meat" derivative_of="sus" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4242
|
+
<item name="potato" category="vegetable" variety="vegetable" derivative_of="solanum_tuberosum" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4243
|
+
<item name="poultry_meat" category="meat" variety="meat" derivative_of="phasianidae" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4244
|
+
<item name="preparation_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(preparation)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4245
|
+
<item name="process_food" category="fruit" variety="mix" derivative_of="fruit" population_counting="integer" variable_indicators="net_mass, net_volume" nature="article"/>
|
4246
|
+
<item name="processed_beef_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4247
|
+
<item name="processed_grain" category="processed_grain" variety="processed_grain" derivative_of="grain" population_counting="decimal" variable_indicators="temperature" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4248
|
+
<item name="processed_lamb_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4249
|
+
<item name="processed_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4250
|
+
<item name="processed_pork_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4251
|
+
<item name="processed_poultry_meat" category="processed_meat" variety="processed_meat" derivative_of="meat" population_counting="decimal" variable_indicators="temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4252
|
+
<item name="processed_product_taxe" category="agricultural_taxe" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4253
|
+
<item name="product_insurance" category="insurance" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4254
|
+
<item name="professional_subscription" category="professional_subscription" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4255
|
+
<item name="project_management" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration" nature="fee_and_service"/>
|
4256
|
+
<item name="protective_canvas" category="small_equipment" variety="matter" population_counting="decimal" abilities="care(plant), cover(plant)" frozen_indicators="length, width" nature="article"/>
|
4257
|
+
<item name="pruning_platform" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators="" nature="equipment"/>
|
4258
|
+
<item name="rabbit_herd" category="cattle_herd" variety="animal_group" derivative_of="oryctolagus" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix)" frozen_indicators="" nature="animal"/>
|
4259
|
+
<item name="radio_subscription" category="telecommunication" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4260
|
+
<item name="radish" category="vegetable" variety="vegetable" derivative_of="raphanus_sativus" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4261
|
+
<item name="raw_material" category="raw_materials" variety="raw_matter" population_counting="decimal" variable_indicators="" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4262
|
+
<item name="reaper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(plant), consume(oil), consume(fuel)" variable_indicators="geolocation" frozen_indicators="application_width, theoretical_working_speed" nature="equipment"/>
|
4263
|
+
<item name="recycling_contribution" category="subcontracting" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4264
|
+
<item name="rent" category="rent" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4265
|
+
<item name="representation_item" category="representation" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4266
|
+
<item name="roll" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="tamp" variable_indicators="application_width, geolocation" frozen_indicators="" nature="equipment"/>
|
4267
|
+
<item name="running_water" category="running_water" variety="water" population_counting="decimal" variable_indicators="nitrogen_concentration, potential_hydrogen" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4268
|
+
<item name="salary_social_contribution" category="salary_social_contribution" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4269
|
+
<item name="salmon_band" category="fish_band" variety="salmo" population_counting="unitary" abilities="move, consume(water), consume(mix)" variable_indicators="" nature="animal"/>
|
4270
|
+
<item name="seed" category="seed" variety="seed" derivative_of="plant" population_counting="decimal" abilities="grow" variable_indicators="" frozen_indicators="net_mass, thousand_grains_mass, grains_count" nature="article"/>
|
4271
|
+
<item name="seedbed_preparator" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow_superficially, implant" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4272
|
+
<item name="seedling" category="plant" variety="seedling" population_counting="integer" abilities="grow" variable_indicators="" frozen_indicators="net_mass, items_count" derivative_of="plant" nature="article"/>
|
4273
|
+
<item name="self_propelled_harvester" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, fuel_consumption, motor_power, rows_count" abilities="harvest(plant), move, consume(oil), consume(fuel)" nature="equipment"/>
|
4274
|
+
<item name="settlement" category="settlement" variety="settlement" population_counting="unitary" abilities="store(building), store(building_division)" variable_indicators="net_surface_area, shape" frozen_indicators="" nature="zone"/>
|
4275
|
+
<item name="share" category="equity" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4276
|
+
<item name="sheep_herd" category="cattle_herd" variety="animal_group" derivative_of="ovis" population_counting="unitary" abilities="move, consume(water), consume(poaceae), produce(excrement), consume(mix), consume(silage)" frozen_indicators="" nature="animal"/>
|
4277
|
+
<item name="shell_fruit_reaper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="harvest(walnut), harvest(hazelnut), consume(oil), consume(fuel)" variable_indicators="application_width" frozen_indicators="" nature="equipment"/>
|
4278
|
+
<item name="sieve_shaker" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="sieve" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4279
|
+
<item name="silage" category="grass" variety="silage" derivative_of="poaceae" population_counting="decimal" abilities="feed(animal)" variable_indicators="dry_matter_rate" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4280
|
+
<item name="silage_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(silage)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4281
|
+
<item name="small_equipment" category="small_equipment" variety="equipment" population_counting="unitary" variable_indicators="net_mass" frozen_indicators="" nature="equipment"/>
|
4282
|
+
<item name="so2_solution" category="oenological_product" variety="preparation" population_counting="decimal" abilities="sulfurize(wine)" variable_indicators="" frozen_indicators="net_volume, net_mass, sulfur_dioxide_concentration" nature="article"/>
|
4283
|
+
<item name="software_engineering" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration" nature="fee_and_service"/>
|
4284
|
+
<item name="soil_grinder" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="application_width, rows_count" abilities="grind(cultivable_zone)" nature="equipment"/>
|
4285
|
+
<item name="soil_loosener" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="uncompact" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4286
|
+
<item name="sower" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="sow" variable_indicators="geolocation" frozen_indicators="nominal_storable_net_volume, application_width, rows_count, theoretical_working_speed" nature="equipment"/>
|
4287
|
+
<item name="species" category="fruit" variety="pollen" derivative_of="plant" population_counting="decimal" variable_indicators="reference_year" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4288
|
+
<item name="spinach" category="vegetable" variety="vegetable" derivative_of="spinacia_oleracea" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4289
|
+
<item name="sprayer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="spray" variable_indicators="geolocation" frozen_indicators="nominal_storable_net_volume, application_width, theoretical_working_speed" nature="equipment"/>
|
4290
|
+
<item name="spread_renting" category="equipment_rent" variety="service" population_counting="decimal" abilities="spread(preparation)" variable_indicators="" frozen_indicators="usage_duration" nature="fee_and_service"/>
|
4291
|
+
<item name="spreader" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="spread(preparation)" variable_indicators="geolocation" frozen_indicators="nominal_storable_net_volume, application_width, theoretical_working_speed" nature="equipment"/>
|
4292
|
+
<item name="spreader_trailer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="store(excrement), move, spread(excrement), store(raw_matter), store_fluid, spread(preparation)" variable_indicators="nominal_storable_net_mass, nominal_storable_net_volume, geolocation" frozen_indicators="" nature="equipment"/>
|
4293
|
+
<item name="squash" category="vegetable" variety="vegetable" derivative_of="cucurbita" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4294
|
+
<item name="stake" category="small_equipment" variety="stake" population_counting="integer" abilities="enclose" variable_indicators="" frozen_indicators="height, diameter" nature="article"/>
|
4295
|
+
<item name="steam_engine" category="equipment" variety="portable_equipment" population_counting="unitary" abilities="store_liquid, kill(plant)" frozen_indicators="nominal_storable_net_volume, application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4296
|
+
<item name="straw" category="straw" variety="straw" derivative_of="poaceae" population_counting="decimal" abilities="feed(animal), cover(building_division)" variable_indicators="" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4297
|
+
<item name="studies_and_research" category="studies_and_research" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4298
|
+
<item name="sugar" category="oenological_product" variety="saccharose" population_counting="decimal" abilities="chaptelise(fermented_juice), chaptelise(juice)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4299
|
+
<item name="superficial_plow" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="plow_superficially" variable_indicators="geolocation" frozen_indicators="application_width, theoretical_working_speed" nature="equipment"/>
|
4300
|
+
<item name="taxe" category="taxe" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4301
|
+
<item name="technician" category="worker" variety="worker" population_counting="unitary" abilities="drive(equipment), move, milk(mammalia), repair(equipment), administer_care(animal)" variable_indicators="geolocation" frozen_indicators="" nature="worker"/>
|
4302
|
+
<item name="telescopic_handler" category="equipment" variety="handling_equipment" population_counting="unitary" variable_indicators="geolocation" abilities="catch(product)" nature="equipment"/>
|
4303
|
+
<item name="tool" category="equipment" variety="equipment" population_counting="unitary" nature="equipment"/>
|
4304
|
+
<item name="topper" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4305
|
+
<item name="tractor" category="equipment" variety="tractor" population_counting="unitary" abilities="catch(matter), move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, hour_counter" frozen_indicators="" linkage_points="rear, front" nature="equipment"/>
|
4306
|
+
<item name="trade_show" category="trade_show" variety="service" population_counting="integer" variable_indicators="" nature="fee_and_service"/>
|
4307
|
+
<item name="trailer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="store_fluid, store(grain), store(grass), store(raw_matter), store(silage), move" variable_indicators="geolocation" frozen_indicators="nominal_storable_net_volume, nominal_storable_net_mass" nature="equipment"/>
|
4308
|
+
<item name="training_course" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration" nature="fee_and_service"/>
|
4309
|
+
<item name="trimmer" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="cut" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4310
|
+
<item name="truck" category="equipment" variety="handling_equipment" population_counting="unitary" abilities="move, tow(matter), consume(oil), consume(fuel)" variable_indicators="net_surface_area, motor_power, geolocation, fuel_consumption, hour_counter" frozen_indicators="" linkage_points="rear" nature="equipment"/>
|
4311
|
+
<item name="turnip" category="vegetable" variety="vegetable" derivative_of="brassica_rapa_rapa" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4312
|
+
<item name="uncover" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="uncover(plant)" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4313
|
+
<item name="user_support" category="service" variety="service" population_counting="decimal" variable_indicators="" frozen_indicators="usage_duration" nature="fee_and_service"/>
|
4314
|
+
<item name="usual_vine_seedling" category="plant" variety="seedling" derivative_of="vitis" population_counting="integer" abilities="grow" variable_indicators="" frozen_indicators="woodstock_variety" nature="article"/>
|
4315
|
+
<item name="various_loan_interest" category="various_loan_interest" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4316
|
+
<item name="vegetable" category="vegetable" variety="vegetable" derivative_of="plant" population_counting="decimal" abilities="feed(animal)" variable_indicators="" frozen_indicators="net_mass, net_volume" nature="article"/>
|
4317
|
+
<item name="vegetable_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(vegetable)" variable_indicators="fresh_mass, plant_life_state, plant_reproduction_state, plants_count, shape, tiller_count" frozen_indicators="net_surface_area" derivatives="vegetable" nature="crop"/>
|
4318
|
+
<item name="vegetals_making_services" category="vegetals_making_services" variety="service" population_counting="decimal" variable_indicators="" nature="fee_and_service"/>
|
4319
|
+
<item name="vial" category="animal_reproduction" variety="vial" derivative_of="animal" population_counting="integer" abilities="inseminate(animal)" variable_indicators="economical_milk_index, sex, unique_synthesis_index" nature="article"/>
|
4320
|
+
<item name="vine_lifter" category="equipment" variety="equipment" population_counting="unitary" abilities="remove(vitis)" nature="equipment"/>
|
4321
|
+
<item name="vine_shoot_extractor" category="equipment" variety="equipment" population_counting="unitary" frozen_indicators="rows_count" abilities="remove(matter)" nature="equipment"/>
|
4322
|
+
<item name="walnut" category="fruit" variety="walnut" derivative_of="juglans" population_counting="decimal" variable_indicators="impurity_concentration, water_content_rate" frozen_indicators="net_mass" nature="article"/>
|
4323
|
+
<item name="walnut_crop" category="crop" variety="plant" population_counting="decimal" abilities="consume(water), consume(preparation), produce(fruit), produce(straw)" variable_indicators="plant_life_state, plants_count, plants_interval, rows_interval, shape" frozen_indicators="net_surface_area" derivatives="walnut, straw" nature="crop"/>
|
4324
|
+
<item name="water_spreader" category="equipment" variety="equipment" population_counting="unitary" abilities="spread(water)" variable_indicators="application_width" frozen_indicators="length, diameter" nature="equipment"/>
|
4325
|
+
<item name="water_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store_liquid, store(water)" frozen_indicators="nominal_storable_net_volume" variable_indicators="geolocation" nature="equipment"/>
|
4326
|
+
<item name="weeder" category="equipment" variety="trailed_equipment" population_counting="unitary" abilities="kill(plant)" frozen_indicators="application_width, theoretical_working_speed" variable_indicators="geolocation" nature="equipment"/>
|
4327
|
+
<item name="weeding_kit" category="equipment" variety="equipment" population_counting="unitary" abilities="kill(plant), spray" frozen_indicators="nominal_storable_net_volume, rows_count" variable_indicators="geolocation" nature="equipment"/>
|
4328
|
+
<item name="wheel_loader" category="equipment" variety="heavy_equipment" population_counting="unitary" variable_indicators="geolocation, hour_counter" abilities="catch(product)" nature="equipment"/>
|
4329
|
+
<item name="wine" category="wine" variety="wine" derivative_of="grape" population_counting="decimal" variable_indicators="certification, reference_year, temperature, total_bacteria_concentration" frozen_indicators="net_volume, net_mass" nature="article"/>
|
4330
|
+
<item name="wine_acidifying" category="oenological_product" variety="preparation" population_counting="decimal" abilities="acidify(fermented_juice), acidify(wine)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4331
|
+
<item name="wine_alkalinizing" category="oenological_product" variety="preparation" population_counting="decimal" abilities="alkalinize(fermented_juice), alkalinize(wine)" variable_indicators="" frozen_indicators="net_mass" nature="article"/>
|
4332
|
+
<item name="wine_crop" category="crop" variety="vitis" population_counting="decimal" abilities="consume(water), consume(preparation), produce(fruit), produce(straw)" variable_indicators="certification, plant_life_state, plants_count, plants_interval, rows_interval, shape, woodstock_variety" frozen_indicators="net_surface_area" derivatives="fruit, straw" nature="crop"/>
|
4333
|
+
<item name="wine_press" category="equipment" variety="equipment" population_counting="unitary" abilities="press(grape), press(juice), press(fermented_juice), press(wine)" variable_indicators="nominal_storable_net_volume" frozen_indicators="" nature="equipment"/>
|
4334
|
+
<item name="wine_storage_division" category="building_division" variety="building_division" population_counting="unitary" abilities="store(wine)" variable_indicators="net_surface_area, shape, nominal_storable_net_volume, nominal_storable_easement_area" frozen_indicators="" nature="zone"/>
|
4335
|
+
<item name="wine_tank" category="equipment" variety="tank" population_counting="unitary" abilities="store(wine), store(grape), store(fermented_juice), store(juice), store_liquid" variable_indicators="geolocation" frozen_indicators="nominal_storable_net_volume" nature="equipment"/>
|
4336
|
+
<item name="wire" category="small_equipment" variety="wire" population_counting="decimal" abilities="enclose" variable_indicators="" frozen_indicators="diameter, length, net_length" nature="article"/>
|
4337
|
+
<item name="young_rabbit" category="short_time_animal" variety="oryctolagus" population_counting="integer" abilities="consume(water), consume(poaceae), consume(mix), produce(excrement), move" variable_indicators="healthy, net_mass" nature="animal"/>
|
4103
4338
|
</items>
|
4104
4339
|
</nomenclature>
|
4105
4340
|
<nomenclature name="production_natures" translateable="false">
|
@@ -9769,14 +10004,14 @@
|
|
9769
10004
|
<property name="suffix" type="string"/>
|
9770
10005
|
</properties>
|
9771
10006
|
<items>
|
9772
|
-
<item name="eu_vat" computation_method="percentage" deduction_account="
|
9773
|
-
<item name="import_export_vat" computation_method="percentage" deduction_account="
|
9774
|
-
<item name="inflated_vat" computation_method="percentage" deduction_account="
|
9775
|
-
<item name="intermediate_vat" computation_method="percentage" deduction_account="
|
9776
|
-
<item name="normal_vat" computation_method="percentage" deduction_account="
|
9777
|
-
<item name="null_vat" computation_method="percentage" deduction_account="
|
9778
|
-
<item name="particular_vat" computation_method="percentage" deduction_account="
|
9779
|
-
<item name="reduced_vat" computation_method="percentage" deduction_account="
|
10007
|
+
<item name="eu_vat" computation_method="percentage" deduction_account="deductible_intra_eu_vat" fixed_asset_deduction_account="deductible_intra_eu_vat" collect_account="collected_vat" suffix="2"/>
|
10008
|
+
<item name="import_export_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" fixed_asset_deduction_account="deductible_asset_vat" suffix="6"/>
|
10009
|
+
<item name="inflated_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="8"/>
|
10010
|
+
<item name="intermediate_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="3"/>
|
10011
|
+
<item name="normal_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="4" fixed_asset_deduction_account="deductible_asset_vat"/>
|
10012
|
+
<item name="null_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="9"/>
|
10013
|
+
<item name="particular_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="1"/>
|
10014
|
+
<item name="reduced_vat" computation_method="percentage" deduction_account="deductible_products_and_services_vat" collect_account="collected_vat" suffix="5"/>
|
9780
10015
|
</items>
|
9781
10016
|
</nomenclature>
|
9782
10017
|
<nomenclature name="taxes" translateable="true">
|
@@ -9828,118 +10063,141 @@
|
|
9828
10063
|
<properties>
|
9829
10064
|
<property name="a" type="decimal" default="1"/>
|
9830
10065
|
<property name="b" type="decimal" default="0"/>
|
9831
|
-
<property name="
|
10066
|
+
<property name="base_dimension" type="string" required="true"/>
|
10067
|
+
<property name="base_unit" type="item" choices="units" required="true"/>
|
10068
|
+
<property name="d" type="decimal" required="true" default="1"/>
|
9832
10069
|
<property name="dimension" type="item" choices="dimensions" required="true"/>
|
10070
|
+
<property name="repartition_dimension" type="item" choices="strings" required="true"/>
|
10071
|
+
<property name="repartition_unit" type="item" choices="units" required="true"/>
|
9833
10072
|
<property name="symbol" type="string" required="true"/>
|
9834
10073
|
</properties>
|
9835
10074
|
<items>
|
9836
|
-
<item name="acre" dimension="surface_area" symbol="acre" a="4046.8564224"/>
|
9837
|
-
<item name="ampere" dimension="electric_current" symbol="A"/>
|
9838
|
-
<item name="are" dimension="surface_area" symbol="a" a="100.0"/>
|
9839
|
-
<item name="bar" dimension="pressure" symbol="bar" a="100000.0"/>
|
9840
|
-
<item name="billion" dimension="none" symbol="G." a="1000000000.0"/>
|
9841
|
-
<item name="billion_per_gram" dimension="mass_density" symbol="G./g" a="1000000000.0" d="1000.0"/>
|
9842
|
-
<item name="billionth" dimension="none" symbol="n." a="1.0e-09"/>
|
9843
|
-
<item name="candela" dimension="luminous_intensity" symbol="cd"/>
|
9844
|
-
<item name="celsius" dimension="temperature" symbol="°C" b="273.15"/>
|
9845
|
-
<item name="centiliter" dimension="volume" symbol="cl" a="1.0e-05"/>
|
9846
|
-
<item name="centiliter_per_hectoliter" dimension="volume_concentration" symbol="cl/hl" a="1.0e-05" d="0.1"/>
|
9847
|
-
<item name="centiliter_per_liter" dimension="volume_concentration" symbol="cl/l" a="1.0e-05" d="0.001"/>
|
9848
|
-
<item name="centimeter" dimension="distance" symbol="cm" a="0.01"/>
|
9849
|
-
<item name="centimole" dimension="amount_of_substance" symbol="cmol" a="0.01"/>
|
9850
|
-
<item name="centimole_per_kilogram" dimension="amount_of_substance_density" symbol="cmol/kg" a="0.01"/>
|
9851
|
-
<item name="cubic_centimeter" dimension="volume" symbol="cm³" a="1.0e-06"/>
|
9852
|
-
<item name="cubic_meter" dimension="volume" symbol="m³"/>
|
9853
|
-
<item name="cubic_meter_per_hectare" dimension="volume_area_density" symbol="
|
9854
|
-
<item name="cubic_meter_per_hour" dimension="volume_flow" symbol="m³/h" d="3600.0"/>
|
9855
|
-
<item name="
|
9856
|
-
<item name="
|
9857
|
-
<item name="
|
9858
|
-
<item name="
|
9859
|
-
<item name="
|
9860
|
-
<item name="
|
9861
|
-
<item name="
|
9862
|
-
<item name="
|
9863
|
-
<item name="
|
9864
|
-
<item name="
|
9865
|
-
<item name="
|
9866
|
-
<item name="
|
9867
|
-
<item name="
|
9868
|
-
<item name="
|
9869
|
-
<item name="
|
9870
|
-
<item name="
|
9871
|
-
<item name="
|
9872
|
-
<item name="
|
9873
|
-
<item name="
|
9874
|
-
<item name="
|
9875
|
-
<item name="
|
9876
|
-
<item name="
|
9877
|
-
<item name="
|
9878
|
-
<item name="
|
9879
|
-
<item name="
|
9880
|
-
<item name="
|
9881
|
-
<item name="
|
9882
|
-
<item name="
|
9883
|
-
<item name="
|
9884
|
-
<item name="
|
9885
|
-
<item name="
|
9886
|
-
<item name="
|
9887
|
-
<item name="
|
9888
|
-
<item name="
|
9889
|
-
<item name="
|
9890
|
-
<item name="
|
9891
|
-
<item name="
|
9892
|
-
<item name="
|
9893
|
-
<item name="
|
9894
|
-
<item name="
|
9895
|
-
<item name="
|
9896
|
-
<item name="
|
9897
|
-
<item name="
|
9898
|
-
<item name="
|
9899
|
-
<item name="
|
9900
|
-
<item name="
|
9901
|
-
<item name="
|
9902
|
-
<item name="
|
9903
|
-
<item name="
|
9904
|
-
<item name="
|
9905
|
-
<item name="
|
9906
|
-
<item name="
|
9907
|
-
<item name="
|
9908
|
-
<item name="
|
9909
|
-
<item name="
|
9910
|
-
<item name="
|
9911
|
-
<item name="
|
9912
|
-
<item name="
|
9913
|
-
<item name="
|
9914
|
-
<item name="
|
9915
|
-
<item name="
|
9916
|
-
<item name="
|
9917
|
-
<item name="
|
9918
|
-
<item name="
|
9919
|
-
<item name="
|
9920
|
-
<item name="
|
9921
|
-
<item name="
|
9922
|
-
<item name="
|
9923
|
-
<item name="
|
9924
|
-
<item name="
|
9925
|
-
<item name="
|
9926
|
-
<item name="
|
9927
|
-
<item name="
|
9928
|
-
<item name="
|
9929
|
-
<item name="
|
9930
|
-
<item name="
|
9931
|
-
<item name="
|
9932
|
-
<item name="
|
9933
|
-
<item name="
|
9934
|
-
<item name="
|
9935
|
-
<item name="
|
9936
|
-
<item name="
|
9937
|
-
<item name="
|
9938
|
-
<item name="
|
9939
|
-
<item name="
|
9940
|
-
<item name="
|
9941
|
-
<item name="
|
9942
|
-
<item name="
|
10075
|
+
<item name="acre" dimension="surface_area" symbol="acre" a="4046.8564224" base_unit="acre" base_dimension="surface_area"/>
|
10076
|
+
<item name="ampere" dimension="electric_current" symbol="A" base_unit="ampere" base_dimension="electric_current"/>
|
10077
|
+
<item name="are" dimension="surface_area" symbol="a" a="100.0" base_unit="are" base_dimension="surface_area"/>
|
10078
|
+
<item name="bar" dimension="pressure" symbol="bar" a="100000.0" base_unit="bar" base_dimension="pressure"/>
|
10079
|
+
<item name="billion" dimension="none" symbol="G." a="1000000000.0" base_unit="billion" base_dimension="none"/>
|
10080
|
+
<item name="billion_per_gram" dimension="mass_density" symbol="G./g" a="1000000000.0" d="1000.0" base_unit="billion" base_dimension="none" repartition_unit="gram" repartition_dimension="mass"/>
|
10081
|
+
<item name="billionth" dimension="none" symbol="n." a="1.0e-09" base_unit="billionth" base_dimension="none"/>
|
10082
|
+
<item name="candela" dimension="luminous_intensity" symbol="cd" base_unit="candela" base_dimension="luminous_intensity"/>
|
10083
|
+
<item name="celsius" dimension="temperature" symbol="°C" b="273.15" base_unit="celsius" base_dimension="temperature"/>
|
10084
|
+
<item name="centiliter" dimension="volume" symbol="cl" a="1.0e-05" base_unit="centiliter" base_dimension="volume"/>
|
10085
|
+
<item name="centiliter_per_hectoliter" dimension="volume_concentration" symbol="cl/hl" a="1.0e-05" d="0.1" base_unit="centiliter" base_dimension="volume" repartition_unit="hectoliter" repartition_dimension="volume"/>
|
10086
|
+
<item name="centiliter_per_liter" dimension="volume_concentration" symbol="cl/l" a="1.0e-05" d="0.001" base_unit="centiliter" base_dimension="volume" repartition_unit="liter" repartition_dimension="volume"/>
|
10087
|
+
<item name="centimeter" dimension="distance" symbol="cm" a="0.01" base_unit="centimeter" base_dimension="distance"/>
|
10088
|
+
<item name="centimole" dimension="amount_of_substance" symbol="cmol" a="0.01" base_unit="centimole" base_dimension="amount_of_substance"/>
|
10089
|
+
<item name="centimole_per_kilogram" dimension="amount_of_substance_density" symbol="cmol/kg" a="0.01" base_unit="centimole" base_dimension="amount_of_substance" repartition_unit="kilogram" repartition_dimension="mass"/>
|
10090
|
+
<item name="cubic_centimeter" dimension="volume" symbol="cm³" a="1.0e-06" base_unit="cubic_centimeter" base_dimension="volume"/>
|
10091
|
+
<item name="cubic_meter" dimension="volume" symbol="m³" base_unit="cubic_meter" base_dimension="volume"/>
|
10092
|
+
<item name="cubic_meter_per_hectare" dimension="volume_area_density" symbol="m³/ha" a="1.0e-06" d="10000.0" base_unit="cubic_meter" base_dimension="volume" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10093
|
+
<item name="cubic_meter_per_hour" dimension="volume_flow" symbol="m³/h" d="3600.0" base_unit="cubic_meter" base_dimension="volume" repartition_unit="hour" repartition_dimension="time"/>
|
10094
|
+
<item name="cubic_meter_per_square_meter" dimension="volume_area_density" symbol="m³/m²" a="1.0" base_unit="cubic_meter" base_dimension="volume" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10095
|
+
<item name="day" dimension="time" symbol="d" a="86400.0" base_unit="day" base_dimension="time"/>
|
10096
|
+
<item name="degree" dimension="angle" symbol="°" a="3.141592653589793" d="180.0" base_unit="degree" base_dimension="angle"/>
|
10097
|
+
<item name="dozen" dimension="none" symbol="dz" a="12.0" base_unit="dozen" base_dimension="none"/>
|
10098
|
+
<item name="english_horsepower" dimension="power" symbol="hp" a="745.6998" base_unit="english_horsepower" base_dimension="power"/>
|
10099
|
+
<item name="farenheit" dimension="temperature" symbol="°F" a="1.8" b="459.67" base_unit="farenheit" base_dimension="temperature"/>
|
10100
|
+
<item name="french_horsepower" dimension="power" symbol="ch" a="735.5" base_unit="french_horsepower" base_dimension="power"/>
|
10101
|
+
<item name="gradian" dimension="angle" symbol="gr" a="3.141592653589793" d="200.0" base_unit="gradian" base_dimension="angle"/>
|
10102
|
+
<item name="gram" dimension="mass" symbol="g" a="0.001" base_unit="gram" base_dimension="mass"/>
|
10103
|
+
<item name="gram_per_acre" dimension="mass_area_density" symbol="g/acre" a="2.4710538146e-07" base_unit="gram" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area"/>
|
10104
|
+
<item name="gram_per_are" dimension="mass_area_density" symbol="g/a" a="1.0e-05" base_unit="gram" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area"/>
|
10105
|
+
<item name="gram_per_hectare" dimension="mass_area_density" symbol="g/ha" a="1.0e-07" base_unit="gram" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10106
|
+
<item name="gram_per_hectoliter" dimension="mass_concentration" symbol="g/hl" a="0.01" d="0.1" base_unit="gram" base_dimension="mass" repartition_unit="hectoliter" repartition_dimension="volume"/>
|
10107
|
+
<item name="gram_per_kilogram" dimension="none" symbol="g/kg" d="10000.0" base_unit="gram" base_dimension="mass" repartition_unit="kilogram" repartition_dimension="mass"/>
|
10108
|
+
<item name="gram_per_liter" dimension="mass_concentration" symbol="g/l" a="0.01" d="0.001" base_unit="gram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume"/>
|
10109
|
+
<item name="gram_per_square_centimeter" dimension="mass_area_density" symbol="g/cm²" a="10.0" base_unit="gram" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area"/>
|
10110
|
+
<item name="gram_per_square_meter" dimension="mass_area_density" symbol="g/m²" a="0.001" base_unit="gram" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10111
|
+
<item name="hectare" dimension="surface_area" symbol="ha" a="10000.0" base_unit="hectare" base_dimension="surface_area"/>
|
10112
|
+
<item name="hectare_per_hour" dimension="surface_area_flow" symbol="ha/h" a="10000.0" d="3600.0" base_unit="hectare" base_dimension="surface_area" repartition_unit="hour" repartition_dimension="time"/>
|
10113
|
+
<item name="hectoliter" dimension="volume" symbol="hl" a="0.1" base_unit="hectoliter" base_dimension="volume"/>
|
10114
|
+
<item name="hectoliter_per_hectare" dimension="volume_area_density" symbol="hl/ha" a="0.1" d="10000.0" base_unit="hectoliter" base_dimension="volume" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10115
|
+
<item name="hectoliter_per_square_meter" dimension="volume_area_density" symbol="hl/m²" a="0.1" base_unit="hectoliter" base_dimension="volume" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10116
|
+
<item name="hectopascal" dimension="pressure" symbol="hPa" a="100.0" base_unit="hectopascal" base_dimension="pressure"/>
|
10117
|
+
<item name="hour" dimension="time" symbol="h" a="3600.0" base_unit="hour" base_dimension="time"/>
|
10118
|
+
<item name="hundred" dimension="none" symbol="h." a="100.0" base_unit="hundred" base_dimension="none"/>
|
10119
|
+
<item name="joule" dimension="energy" symbol="J" base_unit="joule" base_dimension="energy"/>
|
10120
|
+
<item name="kelvin" dimension="temperature" symbol="K" base_unit="kelvin" base_dimension="temperature"/>
|
10121
|
+
<item name="kilogram" dimension="mass" symbol="kg" base_unit="kilogram" base_dimension="mass"/>
|
10122
|
+
<item name="kilogram_per_acre" dimension="mass_area_density" symbol="kg/acre" a="0.00024710538146" base_unit="kilogram" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area"/>
|
10123
|
+
<item name="kilogram_per_are" dimension="mass_area_density" symbol="kg/a" a="0.01" base_unit="kilogram" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area"/>
|
10124
|
+
<item name="kilogram_per_cubic_meter" dimension="mass_concentration" symbol="kg/m³"/>
|
10125
|
+
<item name="kilogram_per_day" dimension="mass_flow" symbol="kg/d" d="86400.0" base_unit="kilogram" base_dimension="mass" repartition_unit="day" repartition_dimension="time"/>
|
10126
|
+
<item name="kilogram_per_hectare" dimension="mass_area_density" symbol="kg/ha" d="10000.0" base_unit="kilogram" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10127
|
+
<item name="kilogram_per_hectoliter" dimension="mass_concentration" symbol="kg/hl" d="0.1" base_unit="kilogram" base_dimension="mass" repartition_unit="hectoliter" repartition_dimension="volume"/>
|
10128
|
+
<item name="kilogram_per_liter" dimension="mass_concentration" symbol="kg/l" d="0.001" base_unit="kilogram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume"/>
|
10129
|
+
<item name="kilogram_per_second" dimension="mass_flow" symbol="kg/s" base_unit="kilogram" base_dimension="mass" repartition_unit="second" repartition_dimension="time"/>
|
10130
|
+
<item name="kilogram_per_square_centimeter" dimension="mass_area_density" symbol="kg/cm²" a="10000.0" base_unit="kilogram" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area"/>
|
10131
|
+
<item name="kilogram_per_square_meter" dimension="mass_area_density" symbol="kg/m²" base_unit="kilogram" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10132
|
+
<item name="kilometer" dimension="distance" symbol="km" a="1000.0" base_unit="kilometer" base_dimension="distance"/>
|
10133
|
+
<item name="kilometer_per_hour" dimension="distance_speed" symbol="km/h" a="1000.0" d="3600.0" base_unit="kilometer" base_dimension="distance" repartition_unit="hour" repartition_dimension="time"/>
|
10134
|
+
<item name="kilometer_per_second" dimension="distance_speed" symbol="km/s" a="1000.0" base_unit="kilometer" base_dimension="distance" repartition_unit="second" repartition_dimension="time"/>
|
10135
|
+
<item name="kilopascal" dimension="pressure" symbol="kPa" a="1000.0" base_unit="kilopascal" base_dimension="pressure"/>
|
10136
|
+
<item name="kilowatt" dimension="power" symbol="kW" a="1000.0" base_unit="kilowatt" base_dimension="power"/>
|
10137
|
+
<item name="kilowatt_hour" dimension="energy" symbol="kWh" a="3600000.0" base_unit="kilowatt_hour" base_dimension="energy"/>
|
10138
|
+
<item name="liter" dimension="volume" symbol="l" a="0.001" base_unit="liter" base_dimension="volume"/>
|
10139
|
+
<item name="liter_per_hectare" dimension="volume_area_density" symbol="l/ha" a="0.001" d="10000.0" base_unit="liter" base_dimension="volume" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10140
|
+
<item name="liter_per_hour" dimension="volume_flow" symbol="l/h" a="0.001" d="3600.0" base_unit="liter" base_dimension="volume" repartition_unit="hour" repartition_dimension="time"/>
|
10141
|
+
<item name="liter_per_minute" dimension="volume_flow" symbol="l/min" a="0.001" d="60.0" base_unit="liter" base_dimension="volume" repartition_unit="minute" repartition_dimension="time"/>
|
10142
|
+
<item name="liter_per_square_meter" dimension="volume_area_density" symbol="l/m²" a="0.001" base_unit="liter" base_dimension="volume" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10143
|
+
<item name="mass_percent" dimension="none" symbol="%kg" d="100.0" base_unit="mass_percent" base_dimension="none"/>
|
10144
|
+
<item name="megawatt" dimension="power" symbol="MW" a="1000000.0" base_unit="megawatt" base_dimension="power"/>
|
10145
|
+
<item name="meter" dimension="distance" symbol="m" base_unit="meter" base_dimension="distance"/>
|
10146
|
+
<item name="meter_per_second" dimension="distance_speed" symbol="m/s" base_unit="meter" base_dimension="distance" repartition_unit="second" repartition_dimension="time"/>
|
10147
|
+
<item name="microgram" dimension="mass" symbol="µg" a="1.0e-09" base_unit="microgram" base_dimension="mass"/>
|
10148
|
+
<item name="microgram_per_liter" dimension="mass_concentration" symbol="µg/l" a="1.0e-06" d="0.001" base_unit="microgram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume"/>
|
10149
|
+
<item name="milliampere" dimension="electric_current" symbol="mA" a="0.001" base_unit="milliampere" base_dimension="electric_current"/>
|
10150
|
+
<item name="milliequivalent" dimension="amount_of_substance" symbol="meq" a="0.001" base_unit="milliequivalent" base_dimension="amount_of_substance"/>
|
10151
|
+
<item name="milliequivalent_per_hundred_gram" dimension="amount_of_substance_density" symbol="meq/100g" a="0.1" d="0.1" base_unit="milliequivalent" base_dimension="amount_of_substance" repartition_unit="hundred_gram"/>
|
10152
|
+
<item name="milligram" dimension="mass" symbol="mg" a="1.0e-06" base_unit="milligram" base_dimension="mass"/>
|
10153
|
+
<item name="milligram_per_kilogram" dimension="none" symbol="mg/kg" d="1000000.0" base_unit="milligram" base_dimension="mass" repartition_unit="kilogram" repartition_dimension="mass"/>
|
10154
|
+
<item name="milligram_per_liter" dimension="mass_concentration" symbol="mg/l" a="0.001" d="0.001" base_unit="milligram" base_dimension="mass" repartition_unit="liter" repartition_dimension="volume"/>
|
10155
|
+
<item name="milliliter" dimension="volume" symbol="ml" a="1.0e-06" base_unit="milliliter" base_dimension="volume"/>
|
10156
|
+
<item name="milliliter_per_liter" dimension="volume_concentration" symbol="ml/l" a="1.0e-06" d="0.001" base_unit="milliliter" base_dimension="volume" repartition_unit="liter" repartition_dimension="volume"/>
|
10157
|
+
<item name="millimeter" dimension="distance" symbol="mm" a="0.001" base_unit="millimeter" base_dimension="distance"/>
|
10158
|
+
<item name="millimeter_per_hour" dimension="distance_speed" symbol="mm/h" a="0.001" d="3600.0" base_unit="millimeter" base_dimension="distance" repartition_unit="hour" repartition_dimension="time"/>
|
10159
|
+
<item name="million" dimension="none" symbol="M." a="1000000.0" base_unit="million" base_dimension="none"/>
|
10160
|
+
<item name="million_per_hectare" dimension="surface_area_density" symbol="M./ha" a="1000000.0" d="10000.0" base_unit="million" base_dimension="none" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10161
|
+
<item name="million_per_liter" dimension="concentration" symbol="M./l" a="1000000.0" d="0.001" base_unit="million" base_dimension="none" repartition_unit="liter" repartition_dimension="volume"/>
|
10162
|
+
<item name="millionth" dimension="none" symbol="µ." a="1.0e-06" base_unit="millionth" base_dimension="none"/>
|
10163
|
+
<item name="millisecond" dimension="time" symbol="ms" a="0.001" base_unit="millisecond" base_dimension="time"/>
|
10164
|
+
<item name="minute" dimension="time" symbol="min" a="60.0" base_unit="minute" base_dimension="time"/>
|
10165
|
+
<item name="mole" dimension="amount_of_substance" symbol="mol" base_unit="mole" base_dimension="amount_of_substance"/>
|
10166
|
+
<item name="mole_per_kilogram" dimension="amount_of_substance_density" symbol="mol/kg" base_unit="mole" base_dimension="amount_of_substance" repartition_unit="kilogram" repartition_dimension="mass"/>
|
10167
|
+
<item name="parts_per_million" dimension="none" symbol="ppm" d="1000000.0" base_unit="parts" base_dimension="" repartition_unit="million" repartition_dimension="none"/>
|
10168
|
+
<item name="pascal" dimension="pressure" symbol="Pa" base_unit="pascal" base_dimension="pressure"/>
|
10169
|
+
<item name="percent" dimension="none" symbol="%" d="100.0" base_unit="percent" base_dimension="none"/>
|
10170
|
+
<item name="quintal" dimension="mass" symbol="q" a="100.0" base_unit="quintal" base_dimension="mass"/>
|
10171
|
+
<item name="quintal_per_acre" dimension="mass_area_density" symbol="qt/acre" a="0.024710538146" base_unit="quintal" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area"/>
|
10172
|
+
<item name="quintal_per_are" dimension="mass_area_density" symbol="qt/a" a="1.0" base_unit="quintal" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area"/>
|
10173
|
+
<item name="quintal_per_hectare" dimension="mass_area_density" symbol="qt/ha" a="100.0" d="10000.0" base_unit="quintal" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10174
|
+
<item name="quintal_per_square_centimeter" dimension="mass_area_density" symbol="qt/cm²" a="1000000.0" base_unit="quintal" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area"/>
|
10175
|
+
<item name="quintal_per_square_meter" dimension="mass_area_density" symbol="qt/m²" a="100.0" base_unit="quintal" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10176
|
+
<item name="radian" dimension="angle" symbol="rad" base_unit="radian" base_dimension="angle"/>
|
10177
|
+
<item name="second" dimension="time" symbol="s" base_unit="second" base_dimension="time"/>
|
10178
|
+
<item name="square_centimeter" dimension="surface_area" symbol="cm²" a="0.0001" base_unit="square_centimeter" base_dimension="surface_area"/>
|
10179
|
+
<item name="square_meter" dimension="surface_area" symbol="m²" base_unit="square_meter" base_dimension="surface_area"/>
|
10180
|
+
<item name="thousand" dimension="none" symbol="k." a="1000.0" base_unit="thousand" base_dimension="none"/>
|
10181
|
+
<item name="thousand_per_hectare" dimension="surface_area_density" symbol="k./ha" a="1000.0" d="10000.0" base_unit="thousand" base_dimension="none" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10182
|
+
<item name="thousand_per_hectogram" dimension="mass_density" symbol="k./hg" a="1000.0" d="0.1" base_unit="thousand" base_dimension="none" repartition_unit="hectogram"/>
|
10183
|
+
<item name="thousand_per_kilogram" dimension="mass_density" symbol="k./kg" a="1000.0" base_unit="thousand" base_dimension="none" repartition_unit="kilogram" repartition_dimension="mass"/>
|
10184
|
+
<item name="thousand_per_liter" dimension="concentration" symbol="k./l" a="1000.0" d="0.001" base_unit="thousand" base_dimension="none" repartition_unit="liter" repartition_dimension="volume"/>
|
10185
|
+
<item name="thousand_per_milliliter" dimension="concentration" symbol="k./ml" a="1000.0" d="1.0e-06" base_unit="thousand" base_dimension="none" repartition_unit="milliliter" repartition_dimension="volume"/>
|
10186
|
+
<item name="thousand_per_square_meter" dimension="surface_area_density" symbol="k./m²" a="1000.0" base_unit="thousand" base_dimension="none" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10187
|
+
<item name="thousandth" dimension="none" symbol="m." a="0.001" base_unit="thousandth" base_dimension="none"/>
|
10188
|
+
<item name="ton" dimension="mass" symbol="t" a="1000.0" base_unit="ton" base_dimension="mass"/>
|
10189
|
+
<item name="ton_per_acre" dimension="mass_area_density" symbol="t/acre" a="0.24710538146" base_unit="ton" base_dimension="mass" repartition_unit="acre" repartition_dimension="surface_area"/>
|
10190
|
+
<item name="ton_per_are" dimension="mass_area_density" symbol="t/a" a="10.0" base_unit="ton" base_dimension="mass" repartition_unit="are" repartition_dimension="surface_area"/>
|
10191
|
+
<item name="ton_per_hectare" dimension="mass_area_density" symbol="t/ha" a="1000.0" d="10000.0" base_unit="ton" base_dimension="mass" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10192
|
+
<item name="ton_per_square_centimeter" dimension="mass_area_density" symbol="t/cm" a="10000000.0" base_unit="ton" base_dimension="mass" repartition_unit="square_centimeter" repartition_dimension="surface_area"/>
|
10193
|
+
<item name="ton_per_square_meter" dimension="mass_area_density" symbol="t/m²" a="1000.0" base_unit="ton" base_dimension="mass" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10194
|
+
<item name="unity" dimension="none" symbol="." base_unit="unity" base_dimension="none"/>
|
10195
|
+
<item name="unity_per_hectare" dimension="surface_area_density" symbol="./ha" d="10000.0" base_unit="unity" base_dimension="none" repartition_unit="hectare" repartition_dimension="surface_area"/>
|
10196
|
+
<item name="unity_per_kilogram" dimension="mass_density" symbol="./kg" base_unit="unity" base_dimension="none" repartition_unit="kilogram" repartition_dimension="mass"/>
|
10197
|
+
<item name="unity_per_liter" dimension="concentration" symbol="./l" d="0.001" base_unit="unity" base_dimension="none" repartition_unit="liter" repartition_dimension="volume"/>
|
10198
|
+
<item name="unity_per_square_meter" dimension="surface_area_density" symbol="./m²" base_unit="unity" base_dimension="none" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
10199
|
+
<item name="watt" dimension="power" symbol="W" base_unit="watt" base_dimension="power"/>
|
10200
|
+
<item name="watt_per_square_meter" dimension="heat_flux_density" symbol="W/m²" base_unit="watt" base_dimension="power" repartition_unit="square_meter" repartition_dimension="surface_area"/>
|
9943
10201
|
</items>
|
9944
10202
|
</nomenclature>
|
9945
10203
|
<nomenclature name="varieties" translateable="true">
|
@@ -9963,6 +10221,10 @@
|
|
9963
10221
|
<item name="acipenser_sturio" parent="acipenser" itis_tsn="161072"/>
|
9964
10222
|
<item name="acipenser_transmontanus" parent="acipenser" itis_tsn="161068"/>
|
9965
10223
|
<item name="acipenseridae" parent="actinopterygii" itis_tsn="161931"/>
|
10224
|
+
<item name="actinidia" parent="actinidiaceae" itis_tsn="500824"/>
|
10225
|
+
<item name="actinidia_chinensis" parent="actinidia" itis_tsn="506775"/>
|
10226
|
+
<item name="actinidia_deliciosa" parent="actinidia"/>
|
10227
|
+
<item name="actinidiaceae" parent="plant" itis_tsn="21393"/>
|
9966
10228
|
<item name="actinopterygii" parent="animal" itis_tsn="161061"/>
|
9967
10229
|
<item name="adoxa" parent="adoxaceae" itis_tsn="35347"/>
|
9968
10230
|
<item name="adoxaceae" parent="plant" itis_tsn="35346"/>
|
@@ -10066,6 +10328,7 @@
|
|
10066
10328
|
<item name="arctium" parent="asteraceae" itis_tsn="36544"/>
|
10067
10329
|
<item name="arctium_lappa" parent="arctium" itis_tsn="36545"/>
|
10068
10330
|
<item name="arctium_minus" parent="arctium" itis_tsn="36546"/>
|
10331
|
+
<item name="arecaceae" parent="plant" itis_tsn="500043"/>
|
10069
10332
|
<item name="argania" parent="sapotaceae"/>
|
10070
10333
|
<item name="argania_spinosa" parent="argania"/>
|
10071
10334
|
<item name="artemisia" parent="asteraceae" itis_tsn="35431"/>
|
@@ -10647,7 +10910,10 @@
|
|
10647
10910
|
<item name="dioscorea_trifida" parent="dioscorea" itis_tsn="43378"/>
|
10648
10911
|
<item name="dioscorea_villosa" parent="dioscorea" itis_tsn="43367"/>
|
10649
10912
|
<item name="dioscoreaceae" parent="plant" itis_tsn="43365"/>
|
10913
|
+
<item name="diospyros" parent="ebenaceae" itis_tsn="23853"/>
|
10914
|
+
<item name="diospyros_kaki" parent="diospyros" itis_tsn="896176"/>
|
10650
10915
|
<item name="easement" parent="zone"/>
|
10916
|
+
<item name="ebenaceae" parent="plant" itis_tsn="23852"/>
|
10651
10917
|
<item name="egg" parent="raw_matter" derivative_of="aves"/>
|
10652
10918
|
<item name="elaeagnaceae" parent="plant" itis_tsn="27768"/>
|
10653
10919
|
<item name="elaeagnus" parent="elaeagnaceae" itis_tsn="27769"/>
|
@@ -10673,6 +10939,8 @@
|
|
10673
10939
|
<item name="erysiphaceae" parent="fungus" itis_tsn="194121"/>
|
10674
10940
|
<item name="eucalyptus" parent="myrtaceae" itis_tsn="27187"/>
|
10675
10941
|
<item name="euphorbiaceae" parent="plant" itis_tsn="28031"/>
|
10942
|
+
<item name="euterpe" parent="arecaceae" itis_tsn="500808"/>
|
10943
|
+
<item name="euterpe_oleracea" parent="euterpe" itis_tsn="506722"/>
|
10676
10944
|
<item name="excrement" parent="raw_matter" derivative_of="animal"/>
|
10677
10945
|
<item name="fabaceae" parent="plant" itis_tsn="500059"/>
|
10678
10946
|
<item name="fagaceae" parent="plant" itis_tsn="19275"/>
|
@@ -11312,6 +11580,8 @@
|
|
11312
11580
|
<item name="mytilus_edulis" parent="mytilus" itis_tsn="79454"/>
|
11313
11581
|
<item name="mytilus_galloprovincialis" parent="mytilus" itis_tsn="79456"/>
|
11314
11582
|
<item name="mytilus_trossulus" parent="mytilus" itis_tsn="567928"/>
|
11583
|
+
<item name="nasturtium" parent="brassicaceae" itis_tsn="23252"/>
|
11584
|
+
<item name="nasturtium_officinale" parent="nasturtium" itis_tsn="23255"/>
|
11315
11585
|
<item name="nematoda" parent="animal" itis_tsn="59490"/>
|
11316
11586
|
<item name="nicotiana" parent="solanaceae" itis_tsn="30562"/>
|
11317
11587
|
<item name="nicotiana_tabacum" parent="nicotiana" itis_tsn="30568"/>
|