From ff3e2897b382d580484cd2fac536dc75e98bcf9f Mon Sep 17 00:00:00 2001 From: Salah Date: Fri, 9 Feb 2024 11:57:56 +0100 Subject: [PATCH 1/9] Added New Model - Mandatory Dismantling --- .../1.0.0/MandatoryDismantling.ttl | 971 + .../1.0.0/gen/MandatoryDismantling-aas.xml | 20387 ++++++++++++++++ .../gen/MandatoryDismantling-schema.json | 1065 + .../1.0.0/gen/MandatoryDismantling.aasx | Bin 0 -> 20937 bytes .../1.0.0/gen/MandatoryDismantling.html | 9833 ++++++++ .../1.0.0/gen/MandatoryDismantling.json | 402 + .../1.0.0/gen/MandatoryDismantling.yml | 1103 + .../1.0.0/metadata.json | 1 + .../RELEASE_NOTES.md | 7 + 9 files changed, 33769 insertions(+) create mode 100644 io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl create mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml create mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json create mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.aasx create mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html create mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json create mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml create mode 100644 io.catenax.mandatory_dismantling/1.0.0/metadata.json create mode 100644 io.catenax.mandatory_dismantling/RELEASE_NOTES.md diff --git a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl new file mode 100644 index 00000000..12c86ab7 --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl @@ -0,0 +1,971 @@ +####################################################################### +# Copyright (c) 2024 SAP SE +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft +# Copyright (c) 2024 LRP Autorecycling Leipzig GmbH +# Copyright (c) 2024 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V. +# Copyright (c) 2024 ZF Friedrichshafen AG +# Copyright (c) 2024 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/legalcode. +# +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix ext-number: . +@prefix ext-uuid: . + +:MandatoryDismantling a samm:Aspect ; + samm:preferredName "MandatoryDismantling"@en ; + samm:description "The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled"@en ; + samm:properties ( :catenaXId :vin :bbpNumberDismantler :substanceOfConcern :depollutionRequirement :depollutionRecord :digitallyCodedComponent :mandatoryRemoval ) ; + samm:operations ( ) ; + samm:events ( ) . + +:catenaXId a samm:Property ; + samm:preferredName "Catena-X ID"@en ; + samm:description "The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace."@en ; + samm:characteristic ext-uuid:UuidV4Trait ; + samm:exampleValue "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379" . + +:vin a samm:Property ; + samm:preferredName "VIN"@en ; + samm:description "Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "WBA41DU060S228332" . + +:bbpNumberDismantler a samm:Property ; + samm:preferredName "BBP Number Dismantler"@en ; + samm:description "The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.�"@en ; + samm:characteristic ext-number:BpnlTrait ; + samm:exampleValue "BPNL8888888888XX" . + +:substanceOfConcern a samm:Property ; + samm:preferredName "Substance Of Concern"@en ; + samm:description " Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) "@en ; + samm:characteristic :SubstanceOfConcernCharacteristic . + +:depollutionRequirement a samm:Property ; + samm:preferredName "Depollution Requirement"@en ; + samm:description "The minimum requirements that must be met during the depollution process."@en ; + samm:characteristic :DepollutionRequirementsCharacteristics . + +:depollutionRecord a samm:Property ; + samm:preferredName "Depollution Record"@en ; + samm:description " information on the depollution of the end-of-life vehicles "@en ; + samm:characteristic :DepollutionRecordCharacteristic . + +:digitallyCodedComponent a samm:Property ; + samm:preferredName "Digitally Coded Component"@en ; + samm:description "Information on digitally coded components and parts in a vehicle"@en ; + samm:characteristic :DigitallyCodedComponentCharacteristics . + +:mandatoryRemoval a samm:Property ; + samm:preferredName "Mandatory Removal"@en ; + samm:description "Information on items subject to mandatory removal"@en ; + samm:characteristic :MandatoryRemovalCharacteristics . + +:SubstanceOfConcernCharacteristic a samm-c:List ; + samm:preferredName "Substance Of Concern Characteristic"@en ; + samm:description "The characteristics of the substance of concern."@en ; + samm:dataType :SubstanceOfConcernEntity . + +:DepollutionRequirementsCharacteristics a samm:Characteristic ; + samm:preferredName "Depollution Requirements Characteristics"@en ; + samm:description "The characteristics of the depollution requirements."@en ; + samm:dataType :DepollutionRequirementsEntity . + +:DepollutionRecordCharacteristic a samm:Characteristic ; + samm:preferredName "Depollution Record Characteristic"@en ; + samm:description "The characteristics of the depollution records."@en ; + samm:dataType :DepollutionRecordEntity . + +:DigitallyCodedComponentCharacteristics a samm:Characteristic ; + samm:preferredName "Digitally Coded Component Characteristics"@en ; + samm:description "The characteristics of the digitally coded component."@en ; + samm:dataType :DigitallyCodedComponentEntity . + +:MandatoryRemovalCharacteristics a samm:Characteristic ; + samm:preferredName "Mandatory Removal Characteristics"@en ; + samm:description "The characteristics of the mandatory removal."@en ; + samm:dataType :MandatoryRemovalEntity . + +:SubstanceOfConcernEntity a samm:Entity ; + samm:preferredName "Substance Of Concern Entity"@en ; + samm:description "Encapsulates list of relevant attributes for substance of concern."@en ; + samm:properties ( :pollutant :number :part :location ) . + +:DepollutionRequirementsEntity a samm:Entity ; + samm:preferredName "Depollution Requirements Entity"@en ; + samm:description "Encapsulates the depollution requirement relevant attributes"@en ; + samm:properties ( :fluids :component ) . + +:DepollutionRecordEntity a samm:Entity ; + samm:preferredName "Depollution Record Entity"@en ; + samm:description "Encapsulates the depollution record relevant attributes"@en ; + samm:properties ( :time :date :depollutionType :quantity :optionalWasteTransporterBPN :optionalFinalDisposalSiteBPN ) . + +:DigitallyCodedComponentEntity a samm:Entity ; + samm:preferredName "Digitally Coded Component Entity"@en ; + samm:description "Encapsulates information on digitally coded components and parts in a vehicle"@en ; + samm:properties ( :number :location :removalInstruction :functionalityDescription :manufacturerContact ) . + +:MandatoryRemovalEntity a samm:Entity ; + samm:preferredName "Mandatory Removal Entity"@en ; + samm:description "Encapsulates information on items subject to mandatory removal"@en ; + samm:properties ( :electricVehicleBattery :eDriveMotor :sliBattery :engine :catalyticConverter :gearbox :window :wheel :tyre :dashboard :infotainmentSystem :headlight :wireHarness :bumper :fluidContainer :heatExchanger :metalComponent :plasticComponent :inverter :printedCircuitBoard :pvPanel :transmissionComponent ) . + +:pollutant a samm:Property ; + samm:preferredName "Pollutant"@en ; + samm:description "Type of pollutant present. \"Pb\" (Lead), \"Hg\" (Mercury), \"Cd\" (Cadmium), \"Cr\" (Chromium), etc."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Pb" . + +:number a samm:Property ; + samm:preferredName "Number"@en ; + samm:description "Number of specific pollutants detected."@en ; + samm:characteristic :QuantityCharacteristic ; + samm:exampleValue 1 . + +:part a samm:Property ; + samm:preferredName "Part"@en ; + samm:description "The part or component that contains the specific pollutant."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Starter battery" . + +:location a samm:Property ; + samm:preferredName "Location"@en ; + samm:description "String specifying the location of the pollutant , component or part."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Front Right Panel" . + +:fluids a samm:Property ; + samm:preferredName "Fluids"@en ; + samm:description "information on the different fluids and liquids available in the asset"@en ; + samm:characteristic :FluidCharacteristic . + +:component a samm:Property ; + samm:preferredName "Component"@en ; + samm:description "information on the different components available in the asset"@en ; + samm:characteristic :ComponentCharacteristic . + +:time a samm:Property ; + samm:preferredName "Time"@en ; + samm:description "Time of the specific depollution."@en ; + samm:characteristic :Time ; + samm:exampleValue "14:34:00"^^xsd:time . + +:date a samm:Property ; + samm:preferredName "Date"@en ; + samm:description "Date of the specific depollution."@en ; + samm:characteristic :Date ; + samm:exampleValue "2024-01-24"^^xsd:date . + +:depollutionType a samm:Property ; + samm:preferredName "Depollution Type"@en ; + samm:description "Type of specific depollutant (e.g., Diesel)."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Diesel" . + +:quantity a samm:Property ; + samm:preferredName "Fuel Quantity"@en ; + samm:description "Quantity of the specific depollutant (e.g., Diesel) in liters."@en ; + samm:characteristic :Number ; + samm:exampleValue 23 . + +:optionalWasteTransporterBPN a samm:Property ; + samm:preferredName "Optional Waste Transporter BPN"@en ; + samm:description "Identity of the final waste transporter BPNDetox Ltd. (optional)."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Detox Ltd." . + +:optionalFinalDisposalSiteBPN a samm:Property ; + samm:preferredName "Optional Final Disposal Site BPN"@en ; + samm:description " Identity of the final disposal site BPNDestroy GmbH (optional)."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Destroy GmbH" . + +:removalInstruction a samm:Property ; + samm:preferredName "Technical Instruction"@en ; + samm:description "String providing technical instructions on removal and replacement, including the sequence of all steps."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." . + +:functionalityDescription a samm:Property ; + samm:preferredName "Functionality Description"@en ; + samm:description "String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Compatible with models X, Y, and Z." . + +:manufacturerContact a samm:Property ; + samm:preferredName "Manufacturer Contact"@en ; + samm:description "String indicating the contact point of the manufacturer for technical assistance."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "support@manufacturer.com" . + +:electricVehicleBattery a samm:Property ; + samm:preferredName "Electric Vehicle Battery"@en ; + samm:description "A property of the model, named electric vehicle battery."@en ; + samm:characteristic :ElectricVehicleBatteryCharacteristic . + +:eDriveMotor a samm:Property ; + samm:preferredName "E-Drive Motor"@en ; + samm:description "A property of the model, named e-drive motor."@en ; + samm:characteristic :EDriveMotorCharacteristic . + +:sliBattery a samm:Property ; + samm:preferredName "SLI Battery"@en ; + samm:description "A property of the model, named SLI battery."@en ; + samm:characteristic :SLIBatteryCharacteristic . + +:engine a samm:Property ; + samm:preferredName "Engine"@en ; + samm:description "A property of the model, named engine."@en ; + samm:characteristic :EngineCharacteristic . + +:catalyticConverter a samm:Property ; + samm:preferredName "Catalytic Converter"@en ; + samm:description "A property of the model, named catalytic converter."@en ; + samm:characteristic :CatalyticConverterCharacteristic . + +:gearbox a samm:Property ; + samm:preferredName "Gearbox"@en ; + samm:description "A property of the model, named gearbox."@en ; + samm:characteristic :GearboxCharacteristics . + +:window a samm:Property ; + samm:preferredName "Window"@en ; + samm:description "A property of the model, named window."@en ; + samm:characteristic :WindowCharacteristic . + +:wheel a samm:Property ; + samm:preferredName "Wheel"@en ; + samm:description "A property of the model, named wheel."@en ; + samm:characteristic :WheelCharacteristic . + +:tyre a samm:Property ; + samm:preferredName "Tyre"@en ; + samm:description "A property of the model, named tire."@en ; + samm:characteristic :TyreCharacteristic . + +:dashboard a samm:Property ; + samm:preferredName "Dashboard"@en ; + samm:description "A property of the model, named dashboard."@en ; + samm:characteristic :DashboardCharacteristic . + +:infotainmentSystem a samm:Property ; + samm:preferredName "Infotainment System"@en ; + samm:description "A property of the model, named infotainment system."@en ; + samm:characteristic :InfotainmentSystemCharacteristic . + +:headlight a samm:Property ; + samm:preferredName "Headlight"@en ; + samm:description "A property of the model, named headlight."@en ; + samm:characteristic :HeadlightCharacteristic . + +:wireHarness a samm:Property ; + samm:preferredName "Wire Harness"@en ; + samm:description "A property of the model, named wire harness."@en ; + samm:characteristic :WireHarnessCharacteristic . + +:bumper a samm:Property ; + samm:preferredName "Bumper"@en ; + samm:description "A property of the model, named bumper."@en ; + samm:characteristic :BumperCharacteristic . + +:fluidContainer a samm:Property ; + samm:preferredName "Fluid Container"@en ; + samm:description "A property of the model, named fluid container."@en ; + samm:characteristic :FluidContainerCharacteristic . + +:heatExchanger a samm:Property ; + samm:preferredName "Heat Exchanger"@en ; + samm:description "A property of the model, named heat exchanger."@en ; + samm:characteristic :HeatExchangerCharacteristic . + +:metalComponent a samm:Property ; + samm:preferredName "Metal Component"@en ; + samm:description "A property of the model, named metal component."@en ; + samm:characteristic :MetalComponentCharacteristic . + +:plasticComponent a samm:Property ; + samm:preferredName "Plastic Component"@en ; + samm:description "A property of the model, named plastic component."@en ; + samm:characteristic :PlasticComponentCharacteristic . + +:inverter a samm:Property ; + samm:preferredName "Inverter"@en ; + samm:description "A property of the model, named inverter."@en ; + samm:characteristic :InverterCharacteristic . + +:printedCircuitBoard a samm:Property ; + samm:preferredName "Printed Circuit Board"@en ; + samm:description "A property of the model, named printed circuit board."@en ; + samm:characteristic :PrintedCircuitBoardCharacteristics . + +:pvPanel a samm:Property ; + samm:preferredName "PV Panel"@en ; + samm:description "A property of the model, named PV panel."@en ; + samm:characteristic :PVPanelCharacteristic . + +:transmissionComponent a samm:Property ; + samm:preferredName "Transmission Component"@en ; + samm:description "A property of the model, named transmission component."@en ; + samm:characteristic :TransmissionComponentCharacteristic . + +:QuantityCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Quantity Characteristic"@en ; + samm:description "Describes a Property which contains a number."@en ; + samm:dataType xsd:integer . + +:FluidCharacteristic a samm:Characteristic ; + samm:preferredName "Fluid Characteristic"@en ; + samm:description "The characteristics of the Fluid."@en ; + samm:dataType :FluidEntity . + +:ComponentCharacteristic a samm:Characteristic ; + samm:preferredName "Component Characteristic"@en ; + samm:description "The characteristics of the Component."@en ; + samm:dataType :ComponentEntity . + +:Time a samm-c:Quantifiable ; + samm:dataType xsd:time . + +:Date a samm-c:Quantifiable ; + samm:dataType xsd:date . + +:Number a samm-c:Quantifiable ; + samm:dataType xsd:integer . + +:ElectricVehicleBatteryCharacteristic a samm:Characteristic ; + samm:preferredName "Electric Vehicle Battery Characteristic"@en ; + samm:description "The characteristics of the Electric Vehicle Batteries."@en ; + samm:dataType :ElectricVehicleBatteryEntity . + +:EDriveMotorCharacteristic a samm:Characteristic ; + samm:preferredName "E-Drive Motor Characteristic"@en ; + samm:description "The characteristics of the E-Drive Motors."@en ; + samm:dataType :EDriveMotorEntity . + +:SLIBatteryCharacteristic a samm:Characteristic ; + samm:preferredName "SLI Battery Characteristic"@en ; + samm:description "The characteristics of the SLI Batteries."@en ; + samm:dataType :SLIBatteryEntity . + +:EngineCharacteristic a samm:Characteristic ; + samm:preferredName "Engine Characteristic"@en ; + samm:description "The characteristics of the Engines."@en ; + samm:dataType :EngineEntity . + +:CatalyticConverterCharacteristic a samm:Characteristic ; + samm:preferredName "Catalytic Converter Characteristic"@en ; + samm:description "The characteristics of the Catalytic Converters."@en ; + samm:dataType :CatalyticConverterEntity . + +:GearboxCharacteristics a samm:Characteristic ; + samm:preferredName "Gearbox Characteristic"@en ; + samm:description "The characteristics of gearbox."@en ; + samm:dataType :GearboxEntity . + +:WindowCharacteristic a samm:Characteristic ; + samm:preferredName "Window Characteristic"@en ; + samm:description "The characteristics of the Window."@en ; + samm:dataType :WindowEntity . + +:WheelCharacteristic a samm:Characteristic ; + samm:preferredName "Wheel Characteristic"@en ; + samm:description "The characteristics of the Wheel."@en ; + samm:dataType :WheelEntity . + +:TyreCharacteristic a samm:Characteristic ; + samm:preferredName "Tyre Characteristic"@en ; + samm:description "The characteristics of the Tyre."@en ; + samm:dataType :TyreEntity . + +:DashboardCharacteristic a samm:Characteristic ; + samm:preferredName "Dashboard Characteristic"@en ; + samm:description "The characteristics of the Dashboard."@en ; + samm:dataType :DashboardEntity . + +:InfotainmentSystemCharacteristic a samm:Characteristic ; + samm:preferredName "Infotainment System Characteristic"@en ; + samm:description "The characteristics of the Infotainment System."@en ; + samm:dataType :InfotainmentSystemEntity . + +:HeadlightCharacteristic a samm:Characteristic ; + samm:preferredName "Headlight Characteristic"@en ; + samm:description "The characteristics of the Headlight."@en ; + samm:dataType :HeadlightEntity . + +:WireHarnessCharacteristic a samm:Characteristic ; + samm:preferredName "Wire Harness Characteristic"@en ; + samm:description "The characteristics of the Wire Harness."@en ; + samm:dataType :WireHarnessEntity . + +:BumperCharacteristic a samm:Characteristic ; + samm:preferredName "Bumper Characteristic"@en ; + samm:description "The characteristics of the Bumper."@en ; + samm:dataType :BumperEntity . + +:FluidContainerCharacteristic a samm:Characteristic ; + samm:preferredName "Fluid Container Characteristic"@en ; + samm:description "The characteristics of the Fluid Container."@en ; + samm:dataType :FluidContainerEntity . + +:HeatExchangerCharacteristic a samm:Characteristic ; + samm:preferredName "Heat Exchanger Characteristic"@en ; + samm:description "The characteristics of the Heat Exchanger."@en ; + samm:dataType :HeatExchangerEntity . + +:MetalComponentCharacteristic a samm:Characteristic ; + samm:preferredName "Mono-material Metal Component Characteristic"@en ; + samm:description "The characteristics of the Mono-material Metal Component."@en ; + samm:dataType :MetalComponentEntity . + +:PlasticComponentCharacteristic a samm:Characteristic ; + samm:preferredName "Plastic Component Characteristic"@en ; + samm:description "The characteristics of the Plastic Component."@en ; + samm:dataType :PlasticComponentEntity . + +:InverterCharacteristic a samm:Characteristic ; + samm:preferredName "Inverter Characteristic"@en ; + samm:description "The characteristics of the Inverter."@en ; + samm:dataType :InverterEntity . + +:PrintedCircuitBoardCharacteristics a samm:Characteristic ; + samm:preferredName "Printed Circuit Board Characteristics"@en ; + samm:description "The characteristics of the Printed Circuit Board."@en ; + samm:dataType :PrintedCircuitBoardEntity . + +:PVPanelCharacteristic a samm:Characteristic ; + samm:preferredName "PV Panel Characteristic"@en ; + samm:description "The characteristics of the PV Panel."@en ; + samm:dataType :PVPanelEntity . + +:TransmissionComponentCharacteristic a samm:Characteristic ; + samm:preferredName "Transmission Component Characteristic"@en ; + samm:description "The characteristics of the Transmission Component."@en ; + samm:dataType :TransmissionComponentEntity . + +:FluidEntity a samm:Entity ; + samm:preferredName "Fluid Entity"@en ; + samm:description "Encapsulates the different fluids available"@en ; + samm:properties ( :fuel :motorOil :transmissionOil :gearboxOil :hydraulicOil :coolingLiquid :antifreeze :brakeFluid :airConditioningFluid :otherFluid ) . + +:ComponentEntity a samm:Entity ; + samm:preferredName "Component Entity"@en ; + samm:description "Encapsulates the different available component."@en ; + samm:properties ( :airbag :liquefiedPetroleumGasTank :compressedNaturalGasTank :hydrogenTank :explosivePart :airConditioningSystem :refrigerant :componentContainingMercury ) . + +:ElectricVehicleBatteryEntity a samm:Entity ; + samm:preferredName "Electric Vehicle Battery Entity"@en ; + samm:description "Encapsulates information on electric vehicle battery."@en ; + samm:properties ( :isPresent :partDetail :batteryDetail ) . + +:EDriveMotorEntity a samm:Entity ; + samm:preferredName "E-Drive Motor Entity"@en ; + samm:description "Encapsulates information on e-drive motor."@en ; + samm:properties ( :isPresent :partDetail :motorDetail ) . + +:SLIBatteryEntity a samm:Entity ; + samm:preferredName "SLI Battery Entity"@en ; + samm:description "Encapsulates information on SLI battery."@en ; + samm:properties ( :isPresent :partDetail ) . + +:EngineEntity a samm:Entity ; + samm:preferredName "Engine Entity"@en ; + samm:description "Encapsulates information on engine."@en ; + samm:properties ( :isPresent :partDetail ) . + +:CatalyticConverterEntity a samm:Entity ; + samm:preferredName "Catalytic Converter Entity"@en ; + samm:description "Encapsulates information on catalytic converter."@en ; + samm:properties ( :isPresent :partDetail ) . + +:GearboxEntity a samm:Entity ; + samm:preferredName "Gearbox Entity"@en ; + samm:description "Encapsulates information on gearbox."@en ; + samm:properties ( :isPresent :partDetail ) . + +:WindowEntity a samm:Entity ; + samm:preferredName "Window Entity"@en ; + samm:description "Encapsulates information on windows"@en ; + samm:properties ( :isPresent :partDetail ) . + +:WheelEntity a samm:Entity ; + samm:preferredName "Wheel Entity"@en ; + samm:description "Encapsulates information on wheels"@en ; + samm:properties ( :isPresent :partDetail ) . + +:TyreEntity a samm:Entity ; + samm:preferredName "Tyre Entity"@en ; + samm:description "Encapsulates information on tires"@en ; + samm:properties ( :isPresent :partDetail ) . + +:DashboardEntity a samm:Entity ; + samm:preferredName "Dashboard Entity"@en ; + samm:description "Encapsulates information on dashboards"@en ; + samm:properties ( :isPresent :partDetail ) . + +:InfotainmentSystemEntity a samm:Entity ; + samm:preferredName "Infotainment System Entity"@en ; + samm:description "Encapsulates information on the infotainment system"@en ; + samm:properties ( :isPresent :partDetail ) . + +:HeadlightEntity a samm:Entity ; + samm:preferredName "Headlight Entity"@en ; + samm:description "Encapsulates information on headlights"@en ; + samm:properties ( :isPresent :partDetail ) . + +:WireHarnessEntity a samm:Entity ; + samm:preferredName "Wire Harness Entity"@en ; + samm:description "Encapsulates information on wire harnesses"@en ; + samm:properties ( :isPresent :partDetail ) . + +:BumperEntity a samm:Entity ; + samm:preferredName "Bumper Entity"@en ; + samm:description "Encapsulates information on bumpers"@en ; + samm:properties ( :isPresent :partDetail ) . + +:FluidContainerEntity a samm:Entity ; + samm:preferredName "Fluid Container Entity"@en ; + samm:description "Encapsulates information on fluid containers"@en ; + samm:properties ( :isPresent :partDetail ) . + +:HeatExchangerEntity a samm:Entity ; + samm:preferredName "Heat Exchanger Entity"@en ; + samm:description "Encapsulates information on heat exchangers"@en ; + samm:properties ( :isPresent :partDetail ) . + +:MetalComponentEntity a samm:Entity ; + samm:preferredName "Mono-material Metal Component Entity"@en ; + samm:description "Encapsulates information on mono-material metal components"@en ; + samm:properties ( :isPresent :partDetail ) . + +:PlasticComponentEntity a samm:Entity ; + samm:preferredName "Plastic Component Entity"@en ; + samm:description "Encapsulates information on mono-material plastic components"@en ; + samm:properties ( :isPresent :partDetail ) . + +:InverterEntity a samm:Entity ; + samm:preferredName "Inverter Entity"@en ; + samm:description "Encapsulates information on inverters"@en ; + samm:properties ( :isPresent :partDetail ) . + +:PrintedCircuitBoardEntity a samm:Entity ; + samm:preferredName "Printed Circuit Board Entity"@en ; + samm:description "Encapsulates information on printed circuit boards"@en ; + samm:properties ( :isPresent :partDetail ) . + +:PVPanelEntity a samm:Entity ; + samm:preferredName "PV Panel Entity"@en ; + samm:description "Encapsulates information on photo-voltaic panels"@en ; + samm:properties ( :isPresent :partDetail ) . + +:TransmissionComponentEntity a samm:Entity ; + samm:preferredName "Transmission Component Entity"@en ; + samm:description "Encapsulates information on transmission components"@en ; + samm:properties ( :isPresent :partDetail ) . + +:fuel a samm:Property ; + samm:preferredName "Fuel"@en ; + samm:description "A property of the model, named fuel."@en ; + samm:characteristic :FuelCharacteristic . + +:motorOil a samm:Property ; + samm:preferredName "Motor Oil"@en ; + samm:description "A property of the model, named motor oil."@en ; + samm:characteristic :MotorOilCharacteristic . + +:transmissionOil a samm:Property ; + samm:preferredName "Transmission Oil"@en ; + samm:description "A property of the model, named transmission oil."@en ; + samm:characteristic :TransmissionOilCharacteristic . + +:gearboxOil a samm:Property ; + samm:preferredName "Gearbox Oil"@en ; + samm:description "A property of the model, named gearbox oil."@en ; + samm:characteristic :GearboxOiltCharacteristic . + +:hydraulicOil a samm:Property ; + samm:preferredName "Hydraulic Oil"@en ; + samm:description "A property of the model, named hydraulic oil."@en ; + samm:characteristic :HydraulicOilCharacteristic . + +:coolingLiquid a samm:Property ; + samm:preferredName "Cooling Liquid"@en ; + samm:description "A property of the model, named cooling liquids."@en ; + samm:characteristic :CoolingLiquidCharacteristic . + +:antifreeze a samm:Property ; + samm:preferredName "Antifreeze"@en ; + samm:description "A property of the model, named antifreeze."@en ; + samm:characteristic :AntifreezeCharacteristic . + +:brakeFluid a samm:Property ; + samm:preferredName "Brake Fluid"@en ; + samm:description "A property of the model, named brake fluid."@en ; + samm:characteristic :BrakeFluidCharacteristic . + +:airConditioningFluid a samm:Property ; + samm:preferredName "Air-Conditioning System Fluids"@en ; + samm:description "A property of the model, named air-conditioning fluid."@en ; + samm:characteristic :AirConditioningFluidCharacteristic . + +:otherFluid a samm:Property ; + samm:preferredName "Other Fluid"@en ; + samm:description "A property of the model, named other fluid."@en ; + samm:characteristic :OtherFluidCharacteristic . + +:airbag a samm:Property ; + samm:preferredName "Airbag"@en ; + samm:description "A property of the model, named airbag."@en ; + samm:characteristic :AirbagCharacteristic . + +:liquefiedPetroleumGasTank a samm:Property ; + samm:preferredName "Liquefied Petroleum Gas Tank"@en ; + samm:description "A property of the model, named liquefied petroleum gas tank."@en ; + samm:characteristic :LiquefiedPetroleumGasTankCharacteristic . + +:compressedNaturalGasTank a samm:Property ; + samm:preferredName "Compressed Natural Gas Tank"@en ; + samm:description "A property of the model, named compressed natural gas tank."@en ; + samm:characteristic :CompressedNaturalGasTankCharacteristic . + +:hydrogenTank a samm:Property ; + samm:preferredName "Hydrogen Tank"@en ; + samm:description "A property of the model, named hydrogen tank."@en ; + samm:characteristic :HydrogenTankCharacteristic . + +:explosivePart a samm:Property ; + samm:preferredName "Explosive Part"@en ; + samm:description "A property of the model, named explosive part."@en ; + samm:characteristic :ExplosivePartCharacteristic . + +:airConditioningSystem a samm:Property ; + samm:preferredName "Air Conditioning System"@en ; + samm:description "A property of the model, named air conditioning system."@en ; + samm:characteristic :AirConditioningSystemCharacteristic . + +:refrigerant a samm:Property ; + samm:preferredName "Refrigerant"@en ; + samm:description "A property of the model, named refrigerant."@en ; + samm:characteristic :RefrigerantCharacteristic . + +:componentContainingMercury a samm:Property ; + samm:preferredName "Component Containing Mercury"@en ; + samm:description "A property of the model, named component containing mercury."@en ; + samm:characteristic :ComponentContainingMercuryCharacteristic . + +:isPresent a samm:Property ; + samm:preferredName "Is Present"@en ; + samm:description "Does the asset contain the parent item"@en ; + samm:characteristic samm-c:Boolean ; + samm:exampleValue true . + +:partDetail a samm:Property ; + samm:preferredName "Part Detail"@en ; + samm:description "A property of the model, named part detail."@en ; + samm:characteristic :PartDetailCharacteristic . + +:batteryDetail a samm:Property ; + samm:preferredName "Battery Detail"@en ; + samm:description "A property of the model, named battery detail."@en ; + samm:characteristic :BatteryDetailCharacteristic . + +:motorDetail a samm:Property ; + samm:preferredName "Motor Detail"@en ; + samm:description "A property of the model, named motor detail."@en ; + samm:characteristic :MotorDetailCharacteristic . + +:FuelCharacteristic a samm:Characteristic ; + samm:preferredName "Fuel Characteristic"@en ; + samm:description "The characteristics of the Fuel."@en ; + samm:dataType :FuelEntity . + +:MotorOilCharacteristic a samm:Characteristic ; + samm:preferredName "Motor Oil Characteristic"@en ; + samm:description "The characteristics of the Motor Oil."@en ; + samm:dataType :MotorOilEntity . + +:TransmissionOilCharacteristic a samm:Characteristic ; + samm:preferredName "Transmission Oil Characteristic"@en ; + samm:description "The characteristics of the Transmission Oil."@en ; + samm:dataType :TransmissionOilEntity . + +:GearboxOiltCharacteristic a samm:Characteristic ; + samm:preferredName "Gearbox Oil Characteristic"@en ; + samm:description "The characteristics of the Gearbox oil."@en ; + samm:dataType :GearboxOilEntity . + +:HydraulicOilCharacteristic a samm:Characteristic ; + samm:preferredName "Hydraulic Oil Characteristic"@en ; + samm:description "The characteristics of the Hydraulic Oil."@en ; + samm:dataType :HydraulicOilEntity . + +:CoolingLiquidCharacteristic a samm:Characteristic ; + samm:preferredName "Cooling Liquid Characteristic"@en ; + samm:description "The characteristics of the Cooling Liquid."@en ; + samm:dataType :CoolingLiquidEntity . + +:AntifreezeCharacteristic a samm:Characteristic ; + samm:preferredName "Antifreeze Characteristic"@en ; + samm:description "The characteristics of the Antifreeze."@en ; + samm:dataType :AntifreezeEntity . + +:BrakeFluidCharacteristic a samm:Characteristic ; + samm:preferredName "Brake Fluid Characteristic"@en ; + samm:description "The characteristics of the Brake Fluid."@en ; + samm:dataType :BrakeFluidEntity . + +:AirConditioningFluidCharacteristic a samm:Characteristic ; + samm:preferredName "Air Conditioning Fluid Characteristic"@en ; + samm:description "The characteristics of the Air Conditioning Fluid."@en ; + samm:dataType :AirConditioningFluidEntity . + +:OtherFluidCharacteristic a samm:Characteristic ; + samm:preferredName "Other Fluid Characteristic"@en ; + samm:description "The characteristics of the Other Fluid."@en ; + samm:dataType :OtherFluidEntity . + +:AirbagCharacteristic a samm:Characteristic ; + samm:preferredName "Airbag Characteristic"@en ; + samm:description "The characteristics of the Airbag."@en ; + samm:dataType :AirbagEntity . + +:LiquefiedPetroleumGasTankCharacteristic a samm:Characteristic ; + samm:preferredName "Liquefied Petroleum Gas Tank Characteristic"@en ; + samm:description "The characteristics of the Liquefied Petroleum Gas Tank."@en ; + samm:dataType :LiquefiedPetroleumGasTankEntity . + +:CompressedNaturalGasTankCharacteristic a samm:Characteristic ; + samm:preferredName "Compressed Natural Gas Tank Characteristic"@en ; + samm:description "The characteristics of the Compressed Natural Gas Tank."@en ; + samm:dataType :CompressedNaturalGasTankEntity . + +:HydrogenTankCharacteristic a samm:Characteristic ; + samm:preferredName "Hydrogen Tank Characteristic"@en ; + samm:description "The characteristics of the Hydrogen Tank."@en ; + samm:dataType :HydrogenTankEntity . + +:ExplosivePartCharacteristic a samm:Characteristic ; + samm:preferredName "Explosive Part Characteristic"@en ; + samm:description "The characteristics of the Explosive Part."@en ; + samm:dataType :ExplosivePartEntity . + +:AirConditioningSystemCharacteristic a samm:Characteristic ; + samm:preferredName "Air Conditioning System Characteristic"@en ; + samm:description "The characteristics of the Air Conditioning System."@en ; + samm:dataType :AirConditioningSystemEntity . + +:RefrigerantCharacteristic a samm:Characteristic ; + samm:preferredName "Refrigerant Characteristic"@en ; + samm:description "The characteristics of the Refrigerant."@en ; + samm:dataType :RefrigerantEntity . + +:ComponentContainingMercuryCharacteristic a samm:Characteristic ; + samm:preferredName "Component Containing Mercury Characteristic"@en ; + samm:description "The characteristics of the Component Containing Mercury."@en ; + samm:dataType :ComponentContainingMercuryEntity . + +:PartDetailCharacteristic a samm:Characteristic ; + samm:preferredName "Part Detail Characteristic"@en ; + samm:description "The characteristics of the Part Detail."@en ; + samm:dataType :PartDetailEntity . + +:BatteryDetailCharacteristic a samm:Characteristic ; + samm:preferredName "Battery Detail Characteristic"@en ; + samm:description "The characteristics of the Battery Detail."@en ; + samm:dataType :BatteryDetailEntity . + +:MotorDetailCharacteristic a samm:Characteristic ; + samm:preferredName "Motor Detail Characteristic"@en ; + samm:description "The characteristics of the Motor Detail."@en ; + samm:dataType :MotorDetailEntity . + +:FuelEntity a samm:Entity ; + samm:preferredName "Fuel Entity"@en ; + samm:description "Encapsulates the fuel details"@en ; + samm:properties ( :itemType :itemDetail ) . + +:MotorOilEntity a samm:Entity ; + samm:preferredName "Motor Oil Entity"@en ; + samm:description "Encapsulates the Motor Oil details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:TransmissionOilEntity a samm:Entity ; + samm:preferredName "Transmission Oil Entity"@en ; + samm:description "Encapsulates the Transmission Oil details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:GearboxOilEntity a samm:Entity ; + samm:preferredName "Gearbox Oil Entity"@en ; + samm:description "Encapsulates the Gearbox oil details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:HydraulicOilEntity a samm:Entity ; + samm:preferredName "Hydraulic Oil Entity"@en ; + samm:description "Encapsulates the Hydraulic Oil details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:CoolingLiquidEntity a samm:Entity ; + samm:preferredName "Cooling Liquid Entity"@en ; + samm:description "Encapsulates the Cooling Liquid details"@en ; + samm:properties ( :itemDetail :isPresent ) . + +:AntifreezeEntity a samm:Entity ; + samm:preferredName "Antifreeze Entity"@en ; + samm:description "Encapsulates the Antifreeze details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:BrakeFluidEntity a samm:Entity ; + samm:preferredName "Brake Fluid Entity"@en ; + samm:description "Encapsulates the Brake Fluid details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:AirConditioningFluidEntity a samm:Entity ; + samm:preferredName "Air Conditioning Fluid Entity"@en ; + samm:description "Encapsulates the Air Conditioning Fluid details"@en ; + samm:properties ( :itemType :itemDetail ) . + +:OtherFluidEntity a samm:Entity ; + samm:preferredName "Other Fluid Entity"@en ; + samm:description "Encapsulates the other Fluid details"@en ; + samm:properties ( :itemType :itemDetail ) . + +:AirbagEntity a samm:Entity ; + samm:preferredName "Airbag Entity"@en ; + samm:description "Encapsulates the Airbag details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:LiquefiedPetroleumGasTankEntity a samm:Entity ; + samm:preferredName "Liquefied Petroleum Gas Tank Entity"@en ; + samm:description "Encapsulates the Liquefied Petroleum Gas Tank details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:CompressedNaturalGasTankEntity a samm:Entity ; + samm:preferredName "Compressed Natural Gas Tank Entity"@en ; + samm:description "Encapsulates the Compressed Natural Gas Tank details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:HydrogenTankEntity a samm:Entity ; + samm:preferredName "Hydrogen Tank Entity"@en ; + samm:description "Encapsulates the Hydrogen Tank details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:ExplosivePartEntity a samm:Entity ; + samm:preferredName "Explosive Part Entity"@en ; + samm:description "Encapsulates the Explosive Part details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:AirConditioningSystemEntity a samm:Entity ; + samm:preferredName "Air Conditioning System Entity"@en ; + samm:description "Encapsulates the Air Conditioning System details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:RefrigerantEntity a samm:Entity ; + samm:preferredName "Refrigerant Entity"@en ; + samm:description "Encapsulates the Refrigerant details"@en ; + samm:properties ( :itemDetail :isPresent ) . + +:ComponentContainingMercuryEntity a samm:Entity ; + samm:preferredName "Component Containing Mercury Entity"@en ; + samm:description "Encapsulates the Component Containing Mercury details"@en ; + samm:properties ( :isPresent :itemDetail ) . + +:PartDetailEntity a samm:Entity ; + samm:preferredName "Part Detail Entity"@en ; + samm:description "Encapsulates the details of parent part"@en ; + samm:properties ( :number :location :removalInstruction ) . + +:BatteryDetailEntity a samm:Entity ; + samm:preferredName "Battery Detail Entity"@en ; + samm:description "Encapsulates the Battery detail."@en ; + samm:properties ( :batteryType :dischargeInstruction :requiredTool :weight ) . + +:MotorDetailEntity a samm:Entity ; + samm:preferredName "Motor Detail Entity"@en ; + samm:description "Encapsulates the Motor detail."@en ; + samm:properties ( :weight :requiredTool :treatmentTechnique :permanentMagnet ) . + +:itemType a samm:Property ; + samm:preferredName "itemType"@en ; + samm:description "The item type of parent."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Diesel" . + +:itemDetail a samm:Property ; + samm:preferredName "ItemDetail"@en ; + samm:description "A property of the model, named item detail."@en ; + samm:characteristic :ItemDetailCharacteristics . + +:batteryType a samm:Property ; + samm:preferredName "Battery Type"@en ; + samm:description "type of battery chemistry of electric vehicle batteries"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Lithium-Ion" . + +:dischargeInstruction a samm:Property ; + samm:preferredName "Discharge Instruction"@en ; + samm:description "Provides instructions for the safe discharging of the battery."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Follow proper safety procedures for discharging the battery." . + +:requiredTool a samm:Property ; + samm:preferredName "Required Tool"@en ; + samm:description "Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Torque wrench, safety gloves" . + +:weight a samm:Property ; + samm:preferredName "Weight"@en ; + samm:description "Weight of the part that contains the specific pollutant in grams"@en ; + samm:characteristic :WeightCharacteristic ; + samm:exampleValue 250 . + +:treatmentTechnique a samm:Property ; + samm:preferredName "Treatment Technique"@en ; + samm:description "availability of best treatment techniques"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Available" . + +:permanentMagnet a samm:Property ; + samm:preferredName "Permanent Magnet"@en ; + samm:description "types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Neodymium-Iron-Boron" . + +:ItemDetailCharacteristics a samm:Characteristic ; + samm:preferredName "Item Detail Characteristics"@en ; + samm:description "The characteristics of the item detail."@en ; + samm:dataType :ItemDetailEntity . + +:WeightCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Weight Characteristic"@en ; + samm:description "The characteristics of the weight."@en ; + samm:dataType xsd:integer . + +:ItemDetailEntity a samm:Entity ; + samm:preferredName "Item Detail Entity"@en ; + samm:description "Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions"@en ; + samm:properties ( :pollutantType :number :location :weight :removalInstruction ) . + +:pollutantType a samm:Property ; + samm:preferredName "Pollutant Type"@en ; + samm:description "Type of pollutant (e.g., Pb, Hg, Cd, CrVI)"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Hg" . + diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml new file mode 100644 index 00000000..294a78de --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml @@ -0,0 +1,20387 @@ + + + + + defaultAdminShell + + + en + defaultAdminShell + + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling + + Type + + + + ModelReference + + + Submodel + urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling/submodel + + + + + + + + + MandatoryDismantling + + + en + The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled + + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling/submodel + Template + + ModelReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling + + + + + + catenaXId + + + en + Catena-X ID + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#catenaXId + + + + xs:string + + + + vin + + + en + VIN + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#vin + + + + xs:string + + + + bbpNumberDismantler + + + en + BBP Number Dismantler + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#bbpNumberDismantler + + + + xs:string + + + + substanceOfConcern + + + en + Substance Of Concern + + + + + en + Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) + + + true + DataElement + + + SubstanceOfConcernEntity + + + en + Substance Of Concern Entity + + + + + en + Encapsulates list of relevant attributes for substance of concern. + + + + + pollutant + + + en + Pollutant + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutant + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + part + + + en + Part + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#part + + + + xs:string + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + + + + + DepollutionRequirementsEntity + + + en + Depollution Requirements Entity + + + + + en + Encapsulates the depollution requirement relevant attributes + + + + + FluidEntity + + + en + Fluid Entity + + + + + en + Encapsulates the different fluids available + + + + + FuelEntity + + + en + Fuel Entity + + + + + en + Encapsulates the fuel details + + + + + itemType + + + en + itemType + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType + + + + xs:string + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + MotorOilEntity + + + en + Motor Oil Entity + + + + + en + Encapsulates the Motor Oil details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + TransmissionOilEntity + + + en + Transmission Oil Entity + + + + + en + Encapsulates the Transmission Oil details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + GearboxOilEntity + + + en + Gearbox Oil Entity + + + + + en + Encapsulates the Gearbox oil details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + HydraulicOilEntity + + + en + Hydraulic Oil Entity + + + + + en + Encapsulates the Hydraulic Oil details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + CoolingLiquidEntity + + + en + Cooling Liquid Entity + + + + + en + Encapsulates the Cooling Liquid details + + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + + + AntifreezeEntity + + + en + Antifreeze Entity + + + + + en + Encapsulates the Antifreeze details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + BrakeFluidEntity + + + en + Brake Fluid Entity + + + + + en + Encapsulates the Brake Fluid details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + AirConditioningFluidEntity + + + en + Air Conditioning Fluid Entity + + + + + en + Encapsulates the Air Conditioning Fluid details + + + + + itemType + + + en + itemType + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType + + + + xs:string + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + OtherFluidEntity + + + en + Other Fluid Entity + + + + + en + Encapsulates the other Fluid details + + + + + itemType + + + en + itemType + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType + + + + xs:string + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + + + ComponentEntity + + + en + Component Entity + + + + + en + Encapsulates the different available component. + + + + + AirbagEntity + + + en + Airbag Entity + + + + + en + Encapsulates the Airbag details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + LiquefiedPetroleumGasTankEntity + + + en + Liquefied Petroleum Gas Tank Entity + + + + + en + Encapsulates the Liquefied Petroleum Gas Tank details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + CompressedNaturalGasTankEntity + + + en + Compressed Natural Gas Tank Entity + + + + + en + Encapsulates the Compressed Natural Gas Tank details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + HydrogenTankEntity + + + en + Hydrogen Tank Entity + + + + + en + Encapsulates the Hydrogen Tank details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + ExplosivePartEntity + + + en + Explosive Part Entity + + + + + en + Encapsulates the Explosive Part details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + AirConditioningSystemEntity + + + en + Air Conditioning System Entity + + + + + en + Encapsulates the Air Conditioning System details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + RefrigerantEntity + + + en + Refrigerant Entity + + + + + en + Encapsulates the Refrigerant details + + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + + + ComponentContainingMercuryEntity + + + en + Component Containing Mercury Entity + + + + + en + Encapsulates the Component Containing Mercury details + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + ItemDetailEntity + + + en + Item Detail Entity + + + + + en + Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions + + + + + pollutantType + + + en + Pollutant Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + xs:string + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + + + + + DepollutionRecordEntity + + + en + Depollution Record Entity + + + + + en + Encapsulates the depollution record relevant attributes + + + + + time + + + en + Time + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#time + + + + xs:time + + + + date + + + en + Date + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#date + + + + xs:date + + + + depollutionType + + + en + Depollution Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionType + + + + xs:string + + + + quantity + + + en + Fuel Quantity + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#quantity + + + + xs:integer + + + + optionalWasteTransporterBPN + + + en + Optional Waste Transporter BPN + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalWasteTransporterBPN + + + + xs:string + + + + optionalFinalDisposalSiteBPN + + + en + Optional Final Disposal Site BPN + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalFinalDisposalSiteBPN + + + + xs:string + + + + + + DigitallyCodedComponentEntity + + + en + Digitally Coded Component Entity + + + + + en + Encapsulates information on digitally coded components and parts in a vehicle + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + functionalityDescription + + + en + Functionality Description + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#functionalityDescription + + + + xs:string + + + + manufacturerContact + + + en + Manufacturer Contact + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#manufacturerContact + + + + xs:string + + + + + + MandatoryRemovalEntity + + + en + Mandatory Removal Entity + + + + + en + Encapsulates information on items subject to mandatory removal + + + + + ElectricVehicleBatteryEntity + + + en + Electric Vehicle Battery Entity + + + + + en + Encapsulates information on electric vehicle battery. + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + BatteryDetailEntity + + + en + Battery Detail Entity + + + + + en + Encapsulates the Battery detail. + + + + + batteryType + + + en + Battery Type + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#batteryType + + + + xs:string + + + + dischargeInstruction + + + en + Discharge Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#dischargeInstruction + + + + xs:string + + + + requiredTool + + + en + Required Tool + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool + + + + xs:string + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + + + + + EDriveMotorEntity + + + en + E-Drive Motor Entity + + + + + en + Encapsulates information on e-drive motor. + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + MotorDetailEntity + + + en + Motor Detail Entity + + + + + en + Encapsulates the Motor detail. + + + + + weight + + + en + Weight + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + xs:integer + + + + requiredTool + + + en + Required Tool + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool + + + + xs:string + + + + treatmentTechnique + + + en + Treatment Technique + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#treatmentTechnique + + + + xs:string + + + + permanentMagnet + + + en + Permanent Magnet + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#permanentMagnet + + + + xs:string + + + + + + + + SLIBatteryEntity + + + en + SLI Battery Entity + + + + + en + Encapsulates information on SLI battery. + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + EngineEntity + + + en + Engine Entity + + + + + en + Encapsulates information on engine. + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + CatalyticConverterEntity + + + en + Catalytic Converter Entity + + + + + en + Encapsulates information on catalytic converter. + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + GearboxEntity + + + en + Gearbox Entity + + + + + en + Encapsulates information on gearbox. + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + WindowEntity + + + en + Window Entity + + + + + en + Encapsulates information on windows + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + WheelEntity + + + en + Wheel Entity + + + + + en + Encapsulates information on wheels + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + TyreEntity + + + en + Tyre Entity + + + + + en + Encapsulates information on tires + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + DashboardEntity + + + en + Dashboard Entity + + + + + en + Encapsulates information on dashboards + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + InfotainmentSystemEntity + + + en + Infotainment System Entity + + + + + en + Encapsulates information on the infotainment system + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + HeadlightEntity + + + en + Headlight Entity + + + + + en + Encapsulates information on headlights + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + WireHarnessEntity + + + en + Wire Harness Entity + + + + + en + Encapsulates information on wire harnesses + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + BumperEntity + + + en + Bumper Entity + + + + + en + Encapsulates information on bumpers + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + FluidContainerEntity + + + en + Fluid Container Entity + + + + + en + Encapsulates information on fluid containers + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + HeatExchangerEntity + + + en + Heat Exchanger Entity + + + + + en + Encapsulates information on heat exchangers + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + MetalComponentEntity + + + en + Mono-material Metal Component Entity + + + + + en + Encapsulates information on mono-material metal components + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + PlasticComponentEntity + + + en + Plastic Component Entity + + + + + en + Encapsulates information on mono-material plastic components + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + InverterEntity + + + en + Inverter Entity + + + + + en + Encapsulates information on inverters + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + PrintedCircuitBoardEntity + + + en + Printed Circuit Board Entity + + + + + en + Encapsulates information on printed circuit boards + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + PVPanelEntity + + + en + PV Panel Entity + + + + + en + Encapsulates information on photo-voltaic panels + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + TransmissionComponentEntity + + + en + Transmission Component Entity + + + + + en + Encapsulates information on transmission components + + + + + isPresent + + + en + Is Present + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + xs:boolean + + + + PartDetailEntity + + + en + Part Detail Entity + + + + + en + Encapsulates the details of parent part + + + + + number + + + en + Number + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + xs:integer + + + + location + + + en + Location + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + xs:string + + + + removalInstruction + + + en + Technical Instruction + + + + ExternalReference + + + ConceptDescription + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + xs:string + + + + + + + + + + + + + + APPLICATION_CLASS + MandatoryDismantling + + + en + MandatoryDismantling + + + + + en + The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + MandatoryDismantling + + + + + en + MandatoryDismantling + + + + + en + The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled + + + + + + + + + catenaXId + + + en + Catena-X ID + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#catenaXId + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Catena-X ID + + + + + en + catenaXId + + + STRING + + + en + The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace. + + + + + + + + + vin + + + en + VIN + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#vin + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + VIN + + + + + en + vin + + + STRING + + + en + Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN + + + + + + + + + bbpNumberDismantler + + + en + BBP Number Dismantler + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#bbpNumberDismantler + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + BBP Number Dismantler + + + + + en + bbpNumberDismantler + + + STRING + + + en + The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.� + + + + + + + + + pollutant + + + en + Pollutant + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutant + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant + + + + + en + pollutant + + + STRING + + + en + Type of pollutant present. "Pb" (Lead), "Hg" (Mercury), "Cd" (Cadmium), "Cr" (Chromium), etc. + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + part + + + en + Part + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#part + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part + + + + + en + part + + + STRING + + + en + The part or component that contains the specific pollutant. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + substanceOfConcern + + + en + Substance Of Concern + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#substanceOfConcern + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Substance Of Concern + + + + + en + substanceOfConcern + + + STRING + + + en + Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) + + + + + + + + + itemType + + + en + itemType + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + itemType + + + + + en + itemType + + + STRING + + + en + The item type of parent. + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + fuel + + + en + Fuel + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#fuel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fuel + + + + + en + fuel + + + STRING + + + en + A property of the model, named fuel. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + motorOil + + + en + Motor Oil + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#motorOil + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Motor Oil + + + + + en + motorOil + + + STRING + + + en + A property of the model, named motor oil. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + transmissionOil + + + en + Transmission Oil + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#transmissionOil + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Transmission Oil + + + + + en + transmissionOil + + + STRING + + + en + A property of the model, named transmission oil. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + gearboxOil + + + en + Gearbox Oil + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#gearboxOil + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Gearbox Oil + + + + + en + gearboxOil + + + STRING + + + en + A property of the model, named gearbox oil. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + hydraulicOil + + + en + Hydraulic Oil + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#hydraulicOil + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Hydraulic Oil + + + + + en + hydraulicOil + + + STRING + + + en + A property of the model, named hydraulic oil. + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + coolingLiquid + + + en + Cooling Liquid + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#coolingLiquid + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Cooling Liquid + + + + + en + coolingLiquid + + + STRING + + + en + A property of the model, named cooling liquids. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + antifreeze + + + en + Antifreeze + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#antifreeze + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Antifreeze + + + + + en + antifreeze + + + STRING + + + en + A property of the model, named antifreeze. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + brakeFluid + + + en + Brake Fluid + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#brakeFluid + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Brake Fluid + + + + + en + brakeFluid + + + STRING + + + en + A property of the model, named brake fluid. + + + + + + + + + itemType + + + en + itemType + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + itemType + + + + + en + itemType + + + STRING + + + en + The item type of parent. + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + airConditioningFluid + + + en + Air-Conditioning System Fluids + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#airConditioningFluid + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Air-Conditioning System Fluids + + + + + en + airConditioningFluid + + + STRING + + + en + A property of the model, named air-conditioning fluid. + + + + + + + + + itemType + + + en + itemType + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + itemType + + + + + en + itemType + + + STRING + + + en + The item type of parent. + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + otherFluid + + + en + Other Fluid + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#otherFluid + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Other Fluid + + + + + en + otherFluid + + + STRING + + + en + A property of the model, named other fluid. + + + + + + + + + fluids + + + en + Fluids + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#fluids + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fluids + + + + + en + fluids + + + STRING + + + en + information on the different fluids and liquids available in the asset + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + airbag + + + en + Airbag + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#airbag + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Airbag + + + + + en + airbag + + + STRING + + + en + A property of the model, named airbag. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + liquefiedPetroleumGasTank + + + en + Liquefied Petroleum Gas Tank + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#liquefiedPetroleumGasTank + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Liquefied Petroleum Gas Tank + + + + + en + liquefiedPetroleumGasTank + + + STRING + + + en + A property of the model, named liquefied petroleum gas tank. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + compressedNaturalGasTank + + + en + Compressed Natural Gas Tank + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#compressedNaturalGasTank + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Compressed Natural Gas Tank + + + + + en + compressedNaturalGasTank + + + STRING + + + en + A property of the model, named compressed natural gas tank. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + hydrogenTank + + + en + Hydrogen Tank + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#hydrogenTank + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Hydrogen Tank + + + + + en + hydrogenTank + + + STRING + + + en + A property of the model, named hydrogen tank. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + explosivePart + + + en + Explosive Part + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#explosivePart + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Explosive Part + + + + + en + explosivePart + + + STRING + + + en + A property of the model, named explosive part. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + airConditioningSystem + + + en + Air Conditioning System + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#airConditioningSystem + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Air Conditioning System + + + + + en + airConditioningSystem + + + STRING + + + en + A property of the model, named air conditioning system. + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + refrigerant + + + en + Refrigerant + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#refrigerant + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Refrigerant + + + + + en + refrigerant + + + STRING + + + en + A property of the model, named refrigerant. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + pollutantType + + + en + Pollutant Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Pollutant Type + + + + + en + pollutantType + + + STRING + + + en + Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + itemDetail + + + en + ItemDetail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + ItemDetail + + + + + en + itemDetail + + + STRING + + + en + A property of the model, named item detail. + + + + + + + + + componentContainingMercury + + + en + Component Containing Mercury + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#componentContainingMercury + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Component Containing Mercury + + + + + en + componentContainingMercury + + + STRING + + + en + A property of the model, named component containing mercury. + + + + + + + + + component + + + en + Component + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#component + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Component + + + + + en + component + + + STRING + + + en + information on the different components available in the asset + + + + + + + + + depollutionRequirement + + + en + Depollution Requirement + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionRequirement + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Depollution Requirement + + + + + en + depollutionRequirement + + + STRING + + + en + The minimum requirements that must be met during the depollution process. + + + + + + + + + time + + + en + Time + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#time + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Time + + + + + en + time + + + STRING + + + en + Time of the specific depollution. + + + + + + + + + date + + + en + Date + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#date + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Date + + + + + en + date + + + STRING + + + en + Date of the specific depollution. + + + + + + + + + depollutionType + + + en + Depollution Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Depollution Type + + + + + en + depollutionType + + + STRING + + + en + Type of specific depollutant (e.g., Diesel). + + + + + + + + + quantity + + + en + Fuel Quantity + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#quantity + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fuel Quantity + + + + + en + quantity + + + INTEGER_MEASURE + + + en + Quantity of the specific depollutant (e.g., Diesel) in liters. + + + + + + + + + optionalWasteTransporterBPN + + + en + Optional Waste Transporter BPN + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalWasteTransporterBPN + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Optional Waste Transporter BPN + + + + + en + optionalWasteTransporterBPN + + + STRING + + + en + Identity of the final waste transporter BPNDetox Ltd. (optional). + + + + + + + + + optionalFinalDisposalSiteBPN + + + en + Optional Final Disposal Site BPN + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalFinalDisposalSiteBPN + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Optional Final Disposal Site BPN + + + + + en + optionalFinalDisposalSiteBPN + + + STRING + + + en + Identity of the final disposal site BPNDestroy GmbH (optional). + + + + + + + + + depollutionRecord + + + en + Depollution Record + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionRecord + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Depollution Record + + + + + en + depollutionRecord + + + STRING + + + en + information on the depollution of the end-of-life vehicles + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + functionalityDescription + + + en + Functionality Description + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#functionalityDescription + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Functionality Description + + + + + en + functionalityDescription + + + STRING + + + en + String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models. + + + + + + + + + manufacturerContact + + + en + Manufacturer Contact + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#manufacturerContact + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Manufacturer Contact + + + + + en + manufacturerContact + + + STRING + + + en + String indicating the contact point of the manufacturer for technical assistance. + + + + + + + + + digitallyCodedComponent + + + en + Digitally Coded Component + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#digitallyCodedComponent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Digitally Coded Component + + + + + en + digitallyCodedComponent + + + STRING + + + en + Information on digitally coded components and parts in a vehicle + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + batteryType + + + en + Battery Type + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#batteryType + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Battery Type + + + + + en + batteryType + + + STRING + + + en + type of battery chemistry of electric vehicle batteries + + + + + + + + + dischargeInstruction + + + en + Discharge Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#dischargeInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Discharge Instruction + + + + + en + dischargeInstruction + + + STRING + + + en + Provides instructions for the safe discharging of the battery. + + + + + + + + + requiredTool + + + en + Required Tool + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Required Tool + + + + + en + requiredTool + + + STRING + + + en + Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + batteryDetail + + + en + Battery Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#batteryDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Battery Detail + + + + + en + batteryDetail + + + STRING + + + en + A property of the model, named battery detail. + + + + + + + + + electricVehicleBattery + + + en + Electric Vehicle Battery + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#electricVehicleBattery + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Electric Vehicle Battery + + + + + en + electricVehicleBattery + + + STRING + + + en + A property of the model, named electric vehicle battery. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + weight + + + en + Weight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Weight + + + + + en + weight + + + INTEGER_MEASURE + + + en + Weight of the part that contains the specific pollutant in grams + + + + + + + + + requiredTool + + + en + Required Tool + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Required Tool + + + + + en + requiredTool + + + STRING + + + en + Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. + + + + + + + + + treatmentTechnique + + + en + Treatment Technique + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#treatmentTechnique + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Treatment Technique + + + + + en + treatmentTechnique + + + STRING + + + en + availability of best treatment techniques + + + + + + + + + permanentMagnet + + + en + Permanent Magnet + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#permanentMagnet + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Permanent Magnet + + + + + en + permanentMagnet + + + STRING + + + en + types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite + + + + + + + + + motorDetail + + + en + Motor Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#motorDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Motor Detail + + + + + en + motorDetail + + + STRING + + + en + A property of the model, named motor detail. + + + + + + + + + eDriveMotor + + + en + E-Drive Motor + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#eDriveMotor + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + E-Drive Motor + + + + + en + eDriveMotor + + + STRING + + + en + A property of the model, named e-drive motor. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + sliBattery + + + en + SLI Battery + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#sliBattery + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + SLI Battery + + + + + en + sliBattery + + + STRING + + + en + A property of the model, named SLI battery. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + engine + + + en + Engine + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#engine + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Engine + + + + + en + engine + + + STRING + + + en + A property of the model, named engine. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + catalyticConverter + + + en + Catalytic Converter + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#catalyticConverter + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Catalytic Converter + + + + + en + catalyticConverter + + + STRING + + + en + A property of the model, named catalytic converter. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + gearbox + + + en + Gearbox + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#gearbox + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Gearbox + + + + + en + gearbox + + + STRING + + + en + A property of the model, named gearbox. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + window + + + en + Window + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#window + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Window + + + + + en + window + + + STRING + + + en + A property of the model, named window. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + wheel + + + en + Wheel + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#wheel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Wheel + + + + + en + wheel + + + STRING + + + en + A property of the model, named wheel. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + tyre + + + en + Tyre + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#tyre + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Tyre + + + + + en + tyre + + + STRING + + + en + A property of the model, named tire. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + dashboard + + + en + Dashboard + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#dashboard + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Dashboard + + + + + en + dashboard + + + STRING + + + en + A property of the model, named dashboard. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + infotainmentSystem + + + en + Infotainment System + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#infotainmentSystem + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Infotainment System + + + + + en + infotainmentSystem + + + STRING + + + en + A property of the model, named infotainment system. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + headlight + + + en + Headlight + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#headlight + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Headlight + + + + + en + headlight + + + STRING + + + en + A property of the model, named headlight. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + wireHarness + + + en + Wire Harness + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#wireHarness + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Wire Harness + + + + + en + wireHarness + + + STRING + + + en + A property of the model, named wire harness. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + bumper + + + en + Bumper + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#bumper + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Bumper + + + + + en + bumper + + + STRING + + + en + A property of the model, named bumper. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + fluidContainer + + + en + Fluid Container + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#fluidContainer + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Fluid Container + + + + + en + fluidContainer + + + STRING + + + en + A property of the model, named fluid container. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + heatExchanger + + + en + Heat Exchanger + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#heatExchanger + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Heat Exchanger + + + + + en + heatExchanger + + + STRING + + + en + A property of the model, named heat exchanger. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + metalComponent + + + en + Metal Component + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#metalComponent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Metal Component + + + + + en + metalComponent + + + STRING + + + en + A property of the model, named metal component. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + plasticComponent + + + en + Plastic Component + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#plasticComponent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Plastic Component + + + + + en + plasticComponent + + + STRING + + + en + A property of the model, named plastic component. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + inverter + + + en + Inverter + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#inverter + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Inverter + + + + + en + inverter + + + STRING + + + en + A property of the model, named inverter. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + printedCircuitBoard + + + en + Printed Circuit Board + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#printedCircuitBoard + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Printed Circuit Board + + + + + en + printedCircuitBoard + + + STRING + + + en + A property of the model, named printed circuit board. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + pvPanel + + + en + PV Panel + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#pvPanel + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + PV Panel + + + + + en + pvPanel + + + STRING + + + en + A property of the model, named PV panel. + + + + + + + + + isPresent + + + en + Is Present + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Is Present + + + + + en + isPresent + + + BOOLEAN + + + en + Does the asset contain the parent item + + + + + + + + + number + + + en + Number + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#number + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Number + + + + + en + number + + + INTEGER_MEASURE + + + en + Number of specific pollutants detected. + + + + + + + + + location + + + en + Location + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#location + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Location + + + + + en + location + + + STRING + + + en + String specifying the location of the pollutant , component or part. + + + + + + + + + removalInstruction + + + en + Technical Instruction + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Technical Instruction + + + + + en + removalInstruction + + + STRING + + + en + String providing technical instructions on removal and replacement, including the sequence of all steps. + + + + + + + + + partDetail + + + en + Part Detail + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Part Detail + + + + + en + partDetail + + + STRING + + + en + A property of the model, named part detail. + + + + + + + + + transmissionComponent + + + en + Transmission Component + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#transmissionComponent + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Transmission Component + + + + + en + transmissionComponent + + + STRING + + + en + A property of the model, named transmission component. + + + + + + + + + mandatoryRemoval + + + en + Mandatory Removal + + + urn:samm:io.catenax.mandatory_dismantling:1.0.0#mandatoryRemoval + + + + ExternalReference + + + GlobalReference + https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 + + + + + + + + en + Mandatory Removal + + + + + en + mandatoryRemoval + + + STRING + + + en + Information on items subject to mandatory removal + + + + + + + + + diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json new file mode 100644 index 00000000..76e5ecdd --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json @@ -0,0 +1,1065 @@ +{ + "$schema" : "http://json-schema.org/draft-04/schema", + "description" : "The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled", + "type" : "object", + "components" : { + "schemas" : { + "urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" : { + "type" : "string", + "description" : "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.", + "pattern" : "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" + }, + "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" : { + "type" : "string", + "description" : "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc." + }, + "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait" : { + "type" : "string", + "description" : "The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters.", + "pattern" : "^BPNL[a-zA-Z0-9]{12}$" + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" : { + "type" : "number", + "description" : "Describes a Property which contains a number." + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity" : { + "description" : "Encapsulates list of relevant attributes for substance of concern.", + "type" : "object", + "properties" : { + "pollutant" : { + "description" : "Type of pollutant present. \"Pb\" (Lead), \"Hg\" (Mercury), \"Cd\" (Cadmium), \"Cr\" (Chromium), etc.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "number" : { + "description" : "Number of specific pollutants detected.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" + }, + "part" : { + "description" : "The part or component that contains the specific pollutant.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "location" : { + "description" : "String specifying the location of the pollutant , component or part.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required" : [ "pollutant", "number", "part", "location" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic" : { + "description" : "The characteristics of the substance of concern.", + "type" : "array", + "items" : { + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity" + } + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" : { + "type" : "number", + "description" : "The characteristics of the weight." + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" : { + "description" : "The characteristics of the item detail.", + "type" : "object", + "properties" : { + "pollutantType" : { + "description" : "Type of pollutant (e.g., Pb, Hg, Cd, CrVI)", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "number" : { + "description" : "Number of specific pollutants detected.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" + }, + "location" : { + "description" : "String specifying the location of the pollutant , component or part.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "weight" : { + "description" : "Weight of the part that contains the specific pollutant in grams", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" + }, + "removalInstruction" : { + "description" : "String providing technical instructions on removal and replacement, including the sequence of all steps.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required" : [ "pollutantType", "number", "location", "weight", "removalInstruction" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic" : { + "description" : "The characteristics of the Fuel.", + "type" : "object", + "properties" : { + "itemType" : { + "description" : "The item type of parent.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "itemType", "itemDetail" ] + }, + "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" : { + "type" : "boolean", + "description" : "Represents a boolean value (i.e. a \"flag\")." + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic" : { + "description" : "The characteristics of the Motor Oil.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic" : { + "description" : "The characteristics of the Transmission Oil.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic" : { + "description" : "The characteristics of the Gearbox oil.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic" : { + "description" : "The characteristics of the Hydraulic Oil.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic" : { + "description" : "The characteristics of the Cooling Liquid.", + "type" : "object", + "properties" : { + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + }, + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + } + }, + "required" : [ "itemDetail", "isPresent" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic" : { + "description" : "The characteristics of the Antifreeze.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic" : { + "description" : "The characteristics of the Brake Fluid.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic" : { + "description" : "The characteristics of the Air Conditioning Fluid.", + "type" : "object", + "properties" : { + "itemType" : { + "description" : "The item type of parent.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "itemType", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic" : { + "description" : "The characteristics of the Other Fluid.", + "type" : "object", + "properties" : { + "itemType" : { + "description" : "The item type of parent.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "itemType", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic" : { + "description" : "The characteristics of the Fluid.", + "type" : "object", + "properties" : { + "fuel" : { + "description" : "A property of the model, named fuel.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic" + }, + "motorOil" : { + "description" : "A property of the model, named motor oil.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic" + }, + "transmissionOil" : { + "description" : "A property of the model, named transmission oil.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic" + }, + "gearboxOil" : { + "description" : "A property of the model, named gearbox oil.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic" + }, + "hydraulicOil" : { + "description" : "A property of the model, named hydraulic oil.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic" + }, + "coolingLiquid" : { + "description" : "A property of the model, named cooling liquids.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic" + }, + "antifreeze" : { + "description" : "A property of the model, named antifreeze.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic" + }, + "brakeFluid" : { + "description" : "A property of the model, named brake fluid.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic" + }, + "airConditioningFluid" : { + "description" : "A property of the model, named air-conditioning fluid.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic" + }, + "otherFluid" : { + "description" : "A property of the model, named other fluid.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic" + } + }, + "required" : [ "fuel", "motorOil", "transmissionOil", "gearboxOil", "hydraulicOil", "coolingLiquid", "antifreeze", "brakeFluid", "airConditioningFluid", "otherFluid" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic" : { + "description" : "The characteristics of the Airbag.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic" : { + "description" : "The characteristics of the Liquefied Petroleum Gas Tank.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic" : { + "description" : "The characteristics of the Compressed Natural Gas Tank.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic" : { + "description" : "The characteristics of the Hydrogen Tank.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic" : { + "description" : "The characteristics of the Explosive Part.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic" : { + "description" : "The characteristics of the Air Conditioning System.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic" : { + "description" : "The characteristics of the Refrigerant.", + "type" : "object", + "properties" : { + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + }, + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + } + }, + "required" : [ "itemDetail", "isPresent" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic" : { + "description" : "The characteristics of the Component Containing Mercury.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "itemDetail" : { + "description" : "A property of the model, named item detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" + } + }, + "required" : [ "isPresent", "itemDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic" : { + "description" : "The characteristics of the Component.", + "type" : "object", + "properties" : { + "airbag" : { + "description" : "A property of the model, named airbag.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic" + }, + "liquefiedPetroleumGasTank" : { + "description" : "A property of the model, named liquefied petroleum gas tank.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic" + }, + "compressedNaturalGasTank" : { + "description" : "A property of the model, named compressed natural gas tank.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic" + }, + "hydrogenTank" : { + "description" : "A property of the model, named hydrogen tank.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic" + }, + "explosivePart" : { + "description" : "A property of the model, named explosive part.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic" + }, + "airConditioningSystem" : { + "description" : "A property of the model, named air conditioning system.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic" + }, + "refrigerant" : { + "description" : "A property of the model, named refrigerant.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic" + }, + "componentContainingMercury" : { + "description" : "A property of the model, named component containing mercury.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic" + } + }, + "required" : [ "airbag", "liquefiedPetroleumGasTank", "compressedNaturalGasTank", "hydrogenTank", "explosivePart", "airConditioningSystem", "refrigerant", "componentContainingMercury" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics" : { + "description" : "The characteristics of the depollution requirements.", + "type" : "object", + "properties" : { + "fluids" : { + "description" : "information on the different fluids and liquids available in the asset", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic" + }, + "component" : { + "description" : "information on the different components available in the asset", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic" + } + }, + "required" : [ "fluids", "component" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time" : { + "type" : "string", + "format" : "time" + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date" : { + "type" : "string", + "format" : "date" + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number" : { + "type" : "number" + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic" : { + "description" : "The characteristics of the depollution records.", + "type" : "object", + "properties" : { + "time" : { + "description" : "Time of the specific depollution.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time" + }, + "date" : { + "description" : "Date of the specific depollution.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date" + }, + "depollutionType" : { + "description" : "Type of specific depollutant (e.g., Diesel).", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "quantity" : { + "description" : "Quantity of the specific depollutant (e.g., Diesel) in liters.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number" + }, + "optionalWasteTransporterBPN" : { + "description" : "Identity of the final waste transporter BPNDetox Ltd. (optional).", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "optionalFinalDisposalSiteBPN" : { + "description" : " Identity of the final disposal site BPNDestroy GmbH (optional).", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required" : [ "time", "date", "depollutionType", "quantity", "optionalWasteTransporterBPN", "optionalFinalDisposalSiteBPN" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics" : { + "description" : "The characteristics of the digitally coded component.", + "type" : "object", + "properties" : { + "number" : { + "description" : "Number of specific pollutants detected.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" + }, + "location" : { + "description" : "String specifying the location of the pollutant , component or part.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "removalInstruction" : { + "description" : "String providing technical instructions on removal and replacement, including the sequence of all steps.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "functionalityDescription" : { + "description" : "String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "manufacturerContact" : { + "description" : "String indicating the contact point of the manufacturer for technical assistance.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required" : [ "number", "location", "removalInstruction", "functionalityDescription", "manufacturerContact" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" : { + "description" : "The characteristics of the Part Detail.", + "type" : "object", + "properties" : { + "number" : { + "description" : "Number of specific pollutants detected.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" + }, + "location" : { + "description" : "String specifying the location of the pollutant , component or part.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "removalInstruction" : { + "description" : "String providing technical instructions on removal and replacement, including the sequence of all steps.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required" : [ "number", "location", "removalInstruction" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic" : { + "description" : "The characteristics of the Battery Detail.", + "type" : "object", + "properties" : { + "batteryType" : { + "description" : "type of battery chemistry of electric vehicle batteries", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "dischargeInstruction" : { + "description" : "Provides instructions for the safe discharging of the battery.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "requiredTool" : { + "description" : "Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "weight" : { + "description" : "Weight of the part that contains the specific pollutant in grams", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" + } + }, + "required" : [ "batteryType", "dischargeInstruction", "requiredTool", "weight" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic" : { + "description" : "The characteristics of the Electric Vehicle Batteries.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + }, + "batteryDetail" : { + "description" : "A property of the model, named battery detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail", "batteryDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic" : { + "description" : "The characteristics of the Motor Detail.", + "type" : "object", + "properties" : { + "weight" : { + "description" : "Weight of the part that contains the specific pollutant in grams", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" + }, + "requiredTool" : { + "description" : "Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries.", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "treatmentTechnique" : { + "description" : "availability of best treatment techniques", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "permanentMagnet" : { + "description" : "types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + } + }, + "required" : [ "weight", "requiredTool", "treatmentTechnique", "permanentMagnet" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic" : { + "description" : "The characteristics of the E-Drive Motors.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + }, + "motorDetail" : { + "description" : "A property of the model, named motor detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail", "motorDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic" : { + "description" : "The characteristics of the SLI Batteries.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic" : { + "description" : "The characteristics of the Engines.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic" : { + "description" : "The characteristics of the Catalytic Converters.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics" : { + "description" : "The characteristics of gearbox.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic" : { + "description" : "The characteristics of the Window.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic" : { + "description" : "The characteristics of the Wheel.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic" : { + "description" : "The characteristics of the Tyre.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic" : { + "description" : "The characteristics of the Dashboard.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic" : { + "description" : "The characteristics of the Infotainment System.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic" : { + "description" : "The characteristics of the Headlight.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic" : { + "description" : "The characteristics of the Wire Harness.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic" : { + "description" : "The characteristics of the Bumper.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic" : { + "description" : "The characteristics of the Fluid Container.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic" : { + "description" : "The characteristics of the Heat Exchanger.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic" : { + "description" : "The characteristics of the Mono-material Metal Component.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic" : { + "description" : "The characteristics of the Plastic Component.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic" : { + "description" : "The characteristics of the Inverter.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics" : { + "description" : "The characteristics of the Printed Circuit Board.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic" : { + "description" : "The characteristics of the PV Panel.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic" : { + "description" : "The characteristics of the Transmission Component.", + "type" : "object", + "properties" : { + "isPresent" : { + "description" : "Does the asset contain the parent item", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" + }, + "partDetail" : { + "description" : "A property of the model, named part detail.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" + } + }, + "required" : [ "isPresent", "partDetail" ] + }, + "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics" : { + "description" : "The characteristics of the mandatory removal.", + "type" : "object", + "properties" : { + "electricVehicleBattery" : { + "description" : "A property of the model, named electric vehicle battery.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic" + }, + "eDriveMotor" : { + "description" : "A property of the model, named e-drive motor.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic" + }, + "sliBattery" : { + "description" : "A property of the model, named SLI battery.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic" + }, + "engine" : { + "description" : "A property of the model, named engine.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic" + }, + "catalyticConverter" : { + "description" : "A property of the model, named catalytic converter.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic" + }, + "gearbox" : { + "description" : "A property of the model, named gearbox.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics" + }, + "window" : { + "description" : "A property of the model, named window.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic" + }, + "wheel" : { + "description" : "A property of the model, named wheel.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic" + }, + "tyre" : { + "description" : "A property of the model, named tire.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic" + }, + "dashboard" : { + "description" : "A property of the model, named dashboard.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic" + }, + "infotainmentSystem" : { + "description" : "A property of the model, named infotainment system.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic" + }, + "headlight" : { + "description" : "A property of the model, named headlight.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic" + }, + "wireHarness" : { + "description" : "A property of the model, named wire harness.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic" + }, + "bumper" : { + "description" : "A property of the model, named bumper.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic" + }, + "fluidContainer" : { + "description" : "A property of the model, named fluid container.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic" + }, + "heatExchanger" : { + "description" : "A property of the model, named heat exchanger.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic" + }, + "metalComponent" : { + "description" : "A property of the model, named metal component.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic" + }, + "plasticComponent" : { + "description" : "A property of the model, named plastic component.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic" + }, + "inverter" : { + "description" : "A property of the model, named inverter.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic" + }, + "printedCircuitBoard" : { + "description" : "A property of the model, named printed circuit board.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics" + }, + "pvPanel" : { + "description" : "A property of the model, named PV panel.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic" + }, + "transmissionComponent" : { + "description" : "A property of the model, named transmission component.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic" + } + }, + "required" : [ "electricVehicleBattery", "eDriveMotor", "sliBattery", "engine", "catalyticConverter", "gearbox", "window", "wheel", "tyre", "dashboard", "infotainmentSystem", "headlight", "wireHarness", "bumper", "fluidContainer", "heatExchanger", "metalComponent", "plasticComponent", "inverter", "printedCircuitBoard", "pvPanel", "transmissionComponent" ] + } + } + }, + "properties" : { + "catenaXId" : { + "description" : "The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" + }, + "vin" : { + "description" : "Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN", + "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" + }, + "bbpNumberDismantler" : { + "description" : "The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.�", + "$ref" : "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait" + }, + "substanceOfConcern" : { + "description" : " Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) ", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic" + }, + "depollutionRequirement" : { + "description" : "The minimum requirements that must be met during the depollution process.", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics" + }, + "depollutionRecord" : { + "description" : " information on the depollution of the end-of-life vehicles ", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic" + }, + "digitallyCodedComponent" : { + "description" : "Information on digitally coded components and parts in a vehicle", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics" + }, + "mandatoryRemoval" : { + "description" : "Information on items subject to mandatory removal", + "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics" + } + }, + "required" : [ "catenaXId", "vin", "bbpNumberDismantler", "substanceOfConcern", "depollutionRequirement", "depollutionRecord", "digitallyCodedComponent", "mandatoryRemoval" ] +} \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.aasx b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.aasx new file mode 100644 index 0000000000000000000000000000000000000000..f2216775aad33d9213608108ea07aab3f4cf63f2 GIT binary patch literal 20937 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 literal 0 HcmV?d00001 diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html new file mode 100644 index 00000000..8df18711 --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html @@ -0,0 +1,9833 @@ + + + + + + + + + + + + + + Documentation MandatoryDismantling + + +
+
+
+
+

Aspect Model MandatoryDismantling

+
urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling
+
+
+
+
+
+
+
+ +
+ + +
+ The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled +
+ + +
+

Overview

+
+
+
+
+ Aspect Model Diagram +
+
+
+ + +
+
+

Properties

+
+ +
+ +
+

BBP Number Dismantler

+
+ +The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.� + +
+
Name
+
bbpNumberDismantler
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://catena-x.net/fileadmin/user_upload/Standard-Bibliothek/Update_PDF_Maerz/5_BPDM/CX_-_0010_BUSINESS_PARTNER_NUMBER_PlatformCapabilityBPDM_v_1.0.1.pdf
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
BPNL8888888888XX
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
bbpNumberDismantler
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + BPNL Regular Expression +
    + +
    +
    Description
    +
    The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters.
    +
    + + +
    +
    Regular expression
    +
    ^BPNL[a-zA-Z0-9]{12}$
    +
    + +
  • +
+
+
+
+
+ +
+

Catena-X ID

+
+ +The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace. + +
+
Name
+
catenaXId
+
+ + + +
+
Characteristic
+
+
+
+
Trait
+
+
+
+ Reference +
+
    +
  • https://tools.ietf.org/html/rfc4122
  • +
+
+
+
+ +
+
+
+ +
+
Example
+
urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
catenaXId
+
+ + +
+
Constraints
+
+
    +
  • +
    + +
    + UUID v4 Regular Expression +
    + +
    +
    Description
    +
    The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by "urn:uuid:" to make it an IRI.
    +
    + +
    +
    Reference
    +
    +
    +
      +
    • https://datatracker.ietf.org/doc/html/rfc4122
    • +
    +
    +
    +
    + +
    +
    Regular expression
    +
    (^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
    +
    + +
  • +
+
+
+
+
+ +
+

Depollution Record

+
+ + information on the depollution of the end-of-life vehicles + +
+
Name
+
depollutionRecord
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
depollutionRecord
+
+ + +
+
+ +
+

Depollution Requirement

+
+ +The minimum requirements that must be met during the depollution process. + +
+
Name
+
depollutionRequirement
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
depollutionRequirement
+
+ + +
+
+ +
+

Digitally Coded Component

+
+ +Information on digitally coded components and parts in a vehicle + +
+
Name
+
digitallyCodedComponent
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
digitallyCodedComponent
+
+ + +
+
+ +
+

Mandatory Removal

+
+ +Information on items subject to mandatory removal + +
+
Name
+
mandatoryRemoval
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
mandatoryRemoval
+
+ + +
+
+ +
+

Substance Of Concern

+
+ + Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) + +
+
Name
+
substanceOfConcern
+
+ + + +
+
Characteristic
+
+
+
+
List
+
+
+
Has a certain order
+
+
+
Duplicates allowed
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
substanceOfConcern
+
+ + +
+
+ +
+

VIN

+
+ +Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN + +
+
Name
+
vin
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
WBA41DU060S228332
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
vin
+
+ + +
+
+ + + +
+
+

Entities

+
+ +
+
+

Air Conditioning Fluid Entity

+
+
+ Encapsulates the Air Conditioning Fluid details +
+ +
+

Properties

+
+
+ +
+
itemType
+
+ +The item type of parent. + +
+
Name
+
itemType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Diesel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemType
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Air Conditioning System Entity

+
+
+ Encapsulates the Air Conditioning System details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Airbag Entity

+
+
+ Encapsulates the Airbag details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Antifreeze Entity

+
+
+ Encapsulates the Antifreeze details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Battery Detail Entity

+
+
+ Encapsulates the Battery detail. +
+ +
+

Properties

+
+
+ +
+
Battery Type
+
+ +type of battery chemistry of electric vehicle batteries + +
+
Name
+
batteryType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Lithium-Ion
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
batteryType
+
+ + +
+
+ +
+
Discharge Instruction
+
+ +Provides instructions for the safe discharging of the battery. + +
+
Name
+
dischargeInstruction
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Follow proper safety procedures for discharging the battery.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
dischargeInstruction
+
+ + +
+
+ +
+
Required Tool
+
+ +Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. + +
+
Name
+
requiredTool
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Torque wrench, safety gloves
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
requiredTool
+
+ + +
+
+ +
+
Weight
+
+ +Weight of the part that contains the specific pollutant in grams + +
+
Name
+
weight
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
The characteristics of the weight.
+
+ +
+
+
+ +
+
Example
+
250
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
weight
+
+ + +
+
+
+
+

Brake Fluid Entity

+
+
+ Encapsulates the Brake Fluid details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Bumper Entity

+
+
+ Encapsulates information on bumpers +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Catalytic Converter Entity

+
+
+ Encapsulates information on catalytic converter. +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Component Containing Mercury Entity

+
+
+ Encapsulates the Component Containing Mercury details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Component Entity

+
+
+ Encapsulates the different available component. +
+ +
+

Properties

+
+
+ +
+
Airbag
+
+ +A property of the model, named airbag. + +
+
Name
+
airbag
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
airbag
+
+ + +
+
+ +
+
Liquefied Petroleum Gas Tank
+
+ +A property of the model, named liquefied petroleum gas tank. + +
+
Name
+
liquefiedPetroleumGasTank
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
liquefiedPetroleumGasTank
+
+ + +
+
+ +
+
Compressed Natural Gas Tank
+
+ +A property of the model, named compressed natural gas tank. + +
+
Name
+
compressedNaturalGasTank
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
compressedNaturalGasTank
+
+ + +
+
+ +
+
Hydrogen Tank
+
+ +A property of the model, named hydrogen tank. + +
+
Name
+
hydrogenTank
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
hydrogenTank
+
+ + +
+
+ +
+
Explosive Part
+
+ +A property of the model, named explosive part. + +
+
Name
+
explosivePart
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
explosivePart
+
+ + +
+
+ +
+
Air Conditioning System
+
+ +A property of the model, named air conditioning system. + +
+
Name
+
airConditioningSystem
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
airConditioningSystem
+
+ + +
+
+ +
+
Refrigerant
+
+ +A property of the model, named refrigerant. + +
+
Name
+
refrigerant
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
refrigerant
+
+ + +
+
+ +
+
Component Containing Mercury
+
+ +A property of the model, named component containing mercury. + +
+
Name
+
componentContainingMercury
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
componentContainingMercury
+
+ + +
+
+
+
+

Compressed Natural Gas Tank Entity

+
+
+ Encapsulates the Compressed Natural Gas Tank details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Cooling Liquid Entity

+
+
+ Encapsulates the Cooling Liquid details +
+ +
+

Properties

+
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+
+
+

Dashboard Entity

+
+
+ Encapsulates information on dashboards +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Depollution Record Entity

+
+
+ Encapsulates the depollution record relevant attributes +
+ +
+

Properties

+
+
+ +
+
Time
+
+ +Time of the specific depollution. + +
+
Name
+
time
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+ +
+
+
+ +
+
Example
+
14:34:00
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
time
+
+ + +
+
+ +
+
Date
+
+ +Date of the specific depollution. + +
+
Name
+
date
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+ +
+
+
+ +
+
Example
+
2024-01-24
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
date
+
+ + +
+
+ +
+
Depollution Type
+
+ +Type of specific depollutant (e.g., Diesel). + +
+
Name
+
depollutionType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Diesel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
depollutionType
+
+ + +
+
+ +
+
Fuel Quantity
+
+ +Quantity of the specific depollutant (e.g., Diesel) in liters. + +
+
Name
+
quantity
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+ +
+
+
+ +
+
Example
+
23
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
quantity
+
+ + +
+
+ +
+
Optional Waste Transporter BPN
+
+ +Identity of the final waste transporter BPNDetox Ltd. (optional). + +
+
Name
+
optionalWasteTransporterBPN
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Detox Ltd.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
optionalWasteTransporterBPN
+
+ + +
+
+ +
+
Optional Final Disposal Site BPN
+
+ + Identity of the final disposal site BPNDestroy GmbH (optional). + +
+
Name
+
optionalFinalDisposalSiteBPN
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Destroy GmbH
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
optionalFinalDisposalSiteBPN
+
+ + +
+
+
+
+

Depollution Requirements Entity

+
+
+ Encapsulates the depollution requirement relevant attributes +
+ +
+

Properties

+
+
+ +
+
Fluids
+
+ +information on the different fluids and liquids available in the asset + +
+
Name
+
fluids
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
fluids
+
+ + +
+
+ +
+
Component
+
+ +information on the different components available in the asset + +
+
Name
+
component
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
component
+
+ + +
+
+
+
+

Digitally Coded Component Entity

+
+
+ Encapsulates information on digitally coded components and parts in a vehicle +
+ +
+

Properties

+
+
+ +
+
Number
+
+ +Number of specific pollutants detected. + +
+
Name
+
number
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Describes a Property which contains a number.
+
+ +
+
+
+ +
+
Example
+
1
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
number
+
+ + +
+
+ +
+
Location
+
+ +String specifying the location of the pollutant , component or part. + +
+
Name
+
location
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Front Right Panel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
location
+
+ + +
+
+ +
+
Technical Instruction
+
+ +String providing technical instructions on removal and replacement, including the sequence of all steps. + +
+
Name
+
removalInstruction
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
removalInstruction
+
+ + +
+
+ +
+
Functionality Description
+
+ +String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models. + +
+
Name
+
functionalityDescription
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Compatible with models X, Y, and Z.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
functionalityDescription
+
+ + +
+
+ +
+
Manufacturer Contact
+
+ +String indicating the contact point of the manufacturer for technical assistance. + +
+
Name
+
manufacturerContact
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
support@manufacturer.com
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
manufacturerContact
+
+ + +
+
+
+
+

E-Drive Motor Entity

+
+
+ Encapsulates information on e-drive motor. +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+ +
+
Motor Detail
+
+ +A property of the model, named motor detail. + +
+
Name
+
motorDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
motorDetail
+
+ + +
+
+
+
+

Electric Vehicle Battery Entity

+
+
+ Encapsulates information on electric vehicle battery. +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+ +
+
Battery Detail
+
+ +A property of the model, named battery detail. + +
+
Name
+
batteryDetail
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
batteryDetail
+
+ + +
+
+
+
+

Engine Entity

+
+
+ Encapsulates information on engine. +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Explosive Part Entity

+
+
+ Encapsulates the Explosive Part details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Fluid Container Entity

+
+
+ Encapsulates information on fluid containers +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Fluid Entity

+
+
+ Encapsulates the different fluids available +
+ +
+

Properties

+
+
+ +
+
Fuel
+
+ +A property of the model, named fuel. + +
+
Name
+
fuel
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
fuel
+
+ + +
+
+ +
+
Motor Oil
+
+ +A property of the model, named motor oil. + +
+
Name
+
motorOil
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
motorOil
+
+ + +
+
+ +
+
Transmission Oil
+
+ +A property of the model, named transmission oil. + +
+
Name
+
transmissionOil
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
transmissionOil
+
+ + +
+
+ +
+
Gearbox Oil
+
+ +A property of the model, named gearbox oil. + +
+
Name
+
gearboxOil
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
gearboxOil
+
+ + +
+
+ +
+
Hydraulic Oil
+
+ +A property of the model, named hydraulic oil. + +
+
Name
+
hydraulicOil
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
hydraulicOil
+
+ + +
+
+ +
+
Cooling Liquid
+
+ +A property of the model, named cooling liquids. + +
+
Name
+
coolingLiquid
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
coolingLiquid
+
+ + +
+
+ +
+
Antifreeze
+
+ +A property of the model, named antifreeze. + +
+
Name
+
antifreeze
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
antifreeze
+
+ + +
+
+ +
+
Brake Fluid
+
+ +A property of the model, named brake fluid. + +
+
Name
+
brakeFluid
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
brakeFluid
+
+ + +
+
+ +
+
Air-Conditioning System Fluids
+
+ +A property of the model, named air-conditioning fluid. + +
+
Name
+
airConditioningFluid
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
airConditioningFluid
+
+ + +
+
+ +
+
Other Fluid
+
+ +A property of the model, named other fluid. + +
+
Name
+
otherFluid
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
otherFluid
+
+ + +
+
+
+
+

Fuel Entity

+
+
+ Encapsulates the fuel details +
+ +
+

Properties

+
+
+ +
+
itemType
+
+ +The item type of parent. + +
+
Name
+
itemType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Diesel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemType
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Gearbox Entity

+
+
+ Encapsulates information on gearbox. +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Gearbox Oil Entity

+
+
+ Encapsulates the Gearbox oil details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Headlight Entity

+
+
+ Encapsulates information on headlights +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Heat Exchanger Entity

+
+
+ Encapsulates information on heat exchangers +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Hydraulic Oil Entity

+
+
+ Encapsulates the Hydraulic Oil details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Hydrogen Tank Entity

+
+
+ Encapsulates the Hydrogen Tank details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Infotainment System Entity

+
+
+ Encapsulates information on the infotainment system +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Inverter Entity

+
+
+ Encapsulates information on inverters +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Item Detail Entity

+
+
+ Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions +
+ +
+

Properties

+
+
+ +
+
Pollutant Type
+
+ +Type of pollutant (e.g., Pb, Hg, Cd, CrVI) + +
+
Name
+
pollutantType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Hg
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pollutantType
+
+ + +
+
+ +
+
Number
+
+ +Number of specific pollutants detected. + +
+
Name
+
number
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Describes a Property which contains a number.
+
+ +
+
+
+ +
+
Example
+
1
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
number
+
+ + +
+
+ +
+
Location
+
+ +String specifying the location of the pollutant , component or part. + +
+
Name
+
location
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Front Right Panel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
location
+
+ + +
+
+ +
+
Weight
+
+ +Weight of the part that contains the specific pollutant in grams + +
+
Name
+
weight
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
The characteristics of the weight.
+
+ +
+
+
+ +
+
Example
+
250
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
weight
+
+ + +
+
+ +
+
Technical Instruction
+
+ +String providing technical instructions on removal and replacement, including the sequence of all steps. + +
+
Name
+
removalInstruction
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
removalInstruction
+
+ + +
+
+
+
+

Liquefied Petroleum Gas Tank Entity

+
+
+ Encapsulates the Liquefied Petroleum Gas Tank details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Mandatory Removal Entity

+
+
+ Encapsulates information on items subject to mandatory removal +
+ +
+

Properties

+
+
+ +
+
Electric Vehicle Battery
+
+ +A property of the model, named electric vehicle battery. + +
+
Name
+
electricVehicleBattery
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
electricVehicleBattery
+
+ + +
+
+ +
+
E-Drive Motor
+
+ +A property of the model, named e-drive motor. + +
+
Name
+
eDriveMotor
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
eDriveMotor
+
+ + +
+
+ +
+
SLI Battery
+
+ +A property of the model, named SLI battery. + +
+
Name
+
sliBattery
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
sliBattery
+
+ + +
+
+ +
+
Engine
+
+ +A property of the model, named engine. + +
+
Name
+
engine
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
engine
+
+ + +
+
+ +
+
Catalytic Converter
+
+ +A property of the model, named catalytic converter. + +
+
Name
+
catalyticConverter
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
catalyticConverter
+
+ + +
+
+ +
+
Gearbox
+
+ +A property of the model, named gearbox. + +
+
Name
+
gearbox
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
gearbox
+
+ + +
+
+ +
+
Window
+
+ +A property of the model, named window. + +
+
Name
+
window
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
window
+
+ + +
+
+ +
+
Wheel
+
+ +A property of the model, named wheel. + +
+
Name
+
wheel
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
wheel
+
+ + +
+
+ +
+
Tyre
+
+ +A property of the model, named tire. + +
+
Name
+
tyre
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
tyre
+
+ + +
+
+ +
+
Dashboard
+
+ +A property of the model, named dashboard. + +
+
Name
+
dashboard
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
dashboard
+
+ + +
+
+ +
+
Infotainment System
+
+ +A property of the model, named infotainment system. + +
+
Name
+
infotainmentSystem
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
infotainmentSystem
+
+ + +
+
+ +
+
Headlight
+
+ +A property of the model, named headlight. + +
+
Name
+
headlight
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
headlight
+
+ + +
+
+ +
+
Wire Harness
+
+ +A property of the model, named wire harness. + +
+
Name
+
wireHarness
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
wireHarness
+
+ + +
+
+ +
+
Bumper
+
+ +A property of the model, named bumper. + +
+
Name
+
bumper
+
+ + + +
+
Characteristic
+
+
+
+
SingleEntity
+
+ +
+
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
bumper
+
+ + +
+
+ +
+
Fluid Container
+
+ +A property of the model, named fluid container. + +
+
Name
+
fluidContainer
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
fluidContainer
+
+ + +
+
+ +
+
Heat Exchanger
+
+ +A property of the model, named heat exchanger. + +
+
Name
+
heatExchanger
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
heatExchanger
+
+ + +
+
+ +
+
Metal Component
+
+ +A property of the model, named metal component. + +
+
Name
+
metalComponent
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
metalComponent
+
+ + +
+
+ +
+
Plastic Component
+
+ +A property of the model, named plastic component. + +
+
Name
+
plasticComponent
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
plasticComponent
+
+ + +
+
+ +
+
Inverter
+
+ +A property of the model, named inverter. + +
+
Name
+
inverter
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
inverter
+
+ + +
+
+ +
+
Printed Circuit Board
+
+ +A property of the model, named printed circuit board. + +
+
Name
+
printedCircuitBoard
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
printedCircuitBoard
+
+ + +
+
+ +
+
PV Panel
+
+ +A property of the model, named PV panel. + +
+
Name
+
pvPanel
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pvPanel
+
+ + +
+
+ +
+
Transmission Component
+
+ +A property of the model, named transmission component. + +
+
Name
+
transmissionComponent
+
+ + + +
+
Characteristic
+ +
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
transmissionComponent
+
+ + +
+
+
+
+

Mono-material Metal Component Entity

+
+
+ Encapsulates information on mono-material metal components +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Motor Detail Entity

+
+
+ Encapsulates the Motor detail. +
+ +
+

Properties

+
+
+ +
+
Weight
+
+ +Weight of the part that contains the specific pollutant in grams + +
+
Name
+
weight
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
The characteristics of the weight.
+
+ +
+
+
+ +
+
Example
+
250
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
weight
+
+ + +
+
+ +
+
Required Tool
+
+ +Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. + +
+
Name
+
requiredTool
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Torque wrench, safety gloves
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
requiredTool
+
+ + +
+
+ +
+
Treatment Technique
+
+ +availability of best treatment techniques + +
+
Name
+
treatmentTechnique
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Available
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
treatmentTechnique
+
+ + +
+
+ +
+
Permanent Magnet
+
+ +types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite + +
+
Name
+
permanentMagnet
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Neodymium-Iron-Boron
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
permanentMagnet
+
+ + +
+
+
+
+

Motor Oil Entity

+
+
+ Encapsulates the Motor Oil details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Other Fluid Entity

+
+
+ Encapsulates the other Fluid details +
+ +
+

Properties

+
+
+ +
+
itemType
+
+ +The item type of parent. + +
+
Name
+
itemType
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Diesel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemType
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

PV Panel Entity

+
+
+ Encapsulates information on photo-voltaic panels +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Part Detail Entity

+
+
+ Encapsulates the details of parent part +
+ +
+

Properties

+
+
+ +
+
Number
+
+ +Number of specific pollutants detected. + +
+
Name
+
number
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Describes a Property which contains a number.
+
+ +
+
+
+ +
+
Example
+
1
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
number
+
+ + +
+
+ +
+
Location
+
+ +String specifying the location of the pollutant , component or part. + +
+
Name
+
location
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Front Right Panel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
location
+
+ + +
+
+ +
+
Technical Instruction
+
+ +String providing technical instructions on removal and replacement, including the sequence of all steps. + +
+
Name
+
removalInstruction
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
removalInstruction
+
+ + +
+
+
+
+

Plastic Component Entity

+
+
+ Encapsulates information on mono-material plastic components +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Printed Circuit Board Entity

+
+
+ Encapsulates information on printed circuit boards +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Refrigerant Entity

+
+
+ Encapsulates the Refrigerant details +
+ +
+

Properties

+
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+
+
+

SLI Battery Entity

+
+
+ Encapsulates information on SLI battery. +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Substance Of Concern Entity

+
+
+ Encapsulates list of relevant attributes for substance of concern. +
+ +
+

Properties

+
+
+ +
+
Pollutant
+
+ +Type of pollutant present. "Pb" (Lead), "Hg" (Mercury), "Cd" (Cadmium), "Cr" (Chromium), etc. + +
+
Name
+
pollutant
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Pb
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
pollutant
+
+ + +
+
+ +
+
Number
+
+ +Number of specific pollutants detected. + +
+
Name
+
number
+
+ + + +
+
Characteristic
+
+
+
+
Quantifiable
+
+
+
Duration
+
+
+
Describes a Property which contains a number.
+
+ +
+
+
+ +
+
Example
+
1
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
number
+
+ + +
+
+ +
+
Part
+
+ +The part or component that contains the specific pollutant. + +
+
Name
+
part
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Starter battery
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
part
+
+ + +
+
+ +
+
Location
+
+ +String specifying the location of the pollutant , component or part. + +
+
Name
+
location
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
Front Right Panel
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
location
+
+ + +
+
+
+
+

Transmission Component Entity

+
+
+ Encapsulates information on transmission components +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Transmission Oil Entity

+
+
+ Encapsulates the Transmission Oil details +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
ItemDetail
+
+ +A property of the model, named item detail. + +
+
Name
+
itemDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
itemDetail
+
+ + +
+
+
+
+

Tyre Entity

+
+
+ Encapsulates information on tires +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Wheel Entity

+
+
+ Encapsulates information on wheels +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Window Entity

+
+
+ Encapsulates information on windows +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+
+

Wire Harness Entity

+
+
+ Encapsulates information on wire harnesses +
+ +
+

Properties

+
+
+ +
+
Is Present
+
+ +Does the asset contain the parent item + +
+
Name
+
isPresent
+
+ + + +
+
Characteristic
+ +
+ +
+
Example
+
true
+
+ +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
isPresent
+
+ + +
+
+ +
+
Part Detail
+
+ +A property of the model, named part detail. + +
+
Name
+
partDetail
+
+ + + +
+
Characteristic
+
+ +
+
+ + +
+
Optional
+
+ No
+
+ +
+
In payload
+
+ Yes
+
+ +
+
Payload key
+
partDetail
+
+ + +
+
+
+ +
+ Third party licenses + +
+ +
+ + +
+ + + \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json new file mode 100644 index 00000000..1f488eaa --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json @@ -0,0 +1,402 @@ +{ + "catenaXId" : "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379", + "depollutionRequirement" : { + "component" : { + "componentContainingMercury" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "liquefiedPetroleumGasTank" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "hydrogenTank" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "explosivePart" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "refrigerant" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "airbag" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "compressedNaturalGasTank" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "airConditioningSystem" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + } + }, + "fluids" : { + "transmissionOil" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "gearboxOil" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "brakeFluid" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "airConditioningFluid" : { + "itemType" : "Diesel", + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "otherFluid" : { + "itemType" : "Diesel", + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "fuel" : { + "itemType" : "Diesel", + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "hydraulicOil" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "motorOil" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "coolingLiquid" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + }, + "antifreeze" : { + "isPresent" : true, + "itemDetail" : { + "pollutantType" : "Hg", + "number" : 1, + "weight" : 250, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." + } + } + } + }, + "mandatoryRemoval" : { + "transmissionComponent" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "catalyticConverter" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "printedCircuitBoard" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "wheel" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "plasticComponent" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "electricVehicleBattery" : { + "isPresent" : true, + "batteryDetail" : { + "dischargeInstruction" : "Follow proper safety procedures for discharging the battery.", + "weight" : 250, + "requiredTool" : "Torque wrench, safety gloves", + "batteryType" : "Lithium-Ion" + }, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "inverter" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "eDriveMotor" : { + "motorDetail" : { + "weight" : 250, + "permanentMagnet" : "Neodymium-Iron-Boron", + "requiredTool" : "Torque wrench, safety gloves", + "treatmentTechnique" : "Available" + }, + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "tyre" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "sliBattery" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "fluidContainer" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "metalComponent" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "wireHarness" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "pvPanel" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "engine" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "heatExchanger" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "infotainmentSystem" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "gearbox" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "window" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "bumper" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "dashboard" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + }, + "headlight" : { + "isPresent" : true, + "partDetail" : { + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "number" : 1, + "location" : "Front Right Panel" + } + } + }, + "bbpNumberDismantler" : "BPNL8888888888XX", + "depollutionRecord" : { + "date" : "2024-01-24", + "time" : "14:34:00", + "quantity" : 23, + "optionalFinalDisposalSiteBPN" : "Destroy GmbH", + "depollutionType" : "Diesel", + "optionalWasteTransporterBPN" : "Detox Ltd." + }, + "vin" : "WBA41DU060S228332", + "substanceOfConcern" : [ { + "number" : 1, + "location" : "Front Right Panel", + "pollutant" : "Pb", + "part" : "Starter battery" + } ], + "digitallyCodedComponent" : { + "number" : 1, + "location" : "Front Right Panel", + "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", + "functionalityDescription" : "Compatible with models X, Y, and Z.", + "manufacturerContact" : "support@manufacturer.com" + } +} \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml new file mode 100644 index 00000000..fb52f18e --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml @@ -0,0 +1,1103 @@ +--- +openapi: 3.0.3 +info: + title: MandatoryDismantling + version: v1 +servers: +- url: catenax.io/api/v1 + variables: + api-version: + default: v1 +paths: + /{tenant-id}/mandatory-dismantling: + get: + tags: + - MandatoryDismantling + operationId: getMandatoryDismantling + parameters: + - name: tenant-id + in: path + description: The ID of the tenant owning the requested Twin. + required: true + schema: + type: string + format: uuid + - name: start + in: query + description: Starting index which is starting by 0 + required: false + schema: + type: number + - name: count + in: query + description: Number of items to return per call. + required: false + schema: + type: number + - name: totalItemCount + in: query + description: Flag that indicates that the total counts should be returned. + required: false + schema: + type: boolean + responses: + "200": + $ref: '#/components/responses/MandatoryDismantling' + "401": + $ref: '#/components/responses/ClientError' + "402": + $ref: '#/components/responses/Unauthorized' + "403": + $ref: '#/components/responses/Forbidden' + "404": + $ref: '#/components/responses/NotFoundError' +components: + schemas: + ErrorResponse: + type: object + required: + - error + properties: + error: + $ref: '#/components/schemas/Error' + Error: + type: object + required: + - details + properties: + message: + type: string + minLength: 1 + path: + type: string + minLength: 1 + details: + type: object + minLength: 1 + additionalProperties: + type: object + code: + type: string + nullable: true + PagingSchema: + type: object + properties: + items: + type: array + items: + $ref: '#/components/schemas/MandatoryDismantling' + totalItems: + type: number + totalPages: + type: number + pageSize: + type: number + currentPage: + type: number + urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait: + type: string + description: "The provided regular expression ensures that the UUID is composed\ + \ of five groups of characters separated by hyphens, in the form 8-4-4-4-12\ + \ for a total of 36 characters (32 hexadecimal characters and 4 hyphens),\ + \ optionally prefixed by \"urn:uuid:\" to make it an IRI." + pattern: "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" + urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text: + type: string + description: "Describes a Property which contains plain text. This is intended\ + \ exclusively for human readable strings, not for identifiers, measurement\ + \ values, etc." + urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait: + type: string + description: "The provided regular expression ensures that the BPNL is composed\ + \ of prefix 'BPNL', 10 digits and two alphanumeric letters." + pattern: "^BPNL[a-zA-Z0-9]{12}$" + urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic: + type: number + description: Describes a Property which contains a number. + urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity: + description: Encapsulates list of relevant attributes for substance of concern. + type: object + properties: + pollutant: + description: "Type of pollutant present. \"Pb\" (Lead), \"Hg\" (Mercury),\ + \ \"Cd\" (Cadmium), \"Cr\" (Chromium), etc." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + number: + description: Number of specific pollutants detected. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' + part: + description: The part or component that contains the specific pollutant. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + location: + description: "String specifying the location of the pollutant , component\ + \ or part." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + required: + - pollutant + - number + - part + - location + urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic: + description: The characteristics of the substance of concern. + type: array + items: + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity' + urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic: + type: number + description: The characteristics of the weight. + urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics: + description: The characteristics of the item detail. + type: object + properties: + pollutantType: + description: "Type of pollutant (e.g., Pb, Hg, Cd, CrVI)" + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + number: + description: Number of specific pollutants detected. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' + location: + description: "String specifying the location of the pollutant , component\ + \ or part." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + weight: + description: Weight of the part that contains the specific pollutant in + grams + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic' + removalInstruction: + description: "String providing technical instructions on removal and replacement,\ + \ including the sequence of all steps." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + required: + - pollutantType + - number + - location + - weight + - removalInstruction + urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic: + description: The characteristics of the Fuel. + type: object + properties: + itemType: + description: The item type of parent. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - itemType + - itemDetail + urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean: + type: boolean + description: Represents a boolean value (i.e. a "flag"). + urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic: + description: The characteristics of the Motor Oil. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic: + description: The characteristics of the Transmission Oil. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic: + description: The characteristics of the Gearbox oil. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic: + description: The characteristics of the Hydraulic Oil. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic: + description: The characteristics of the Cooling Liquid. + type: object + properties: + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + required: + - itemDetail + - isPresent + urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic: + description: The characteristics of the Antifreeze. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic: + description: The characteristics of the Brake Fluid. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic: + description: The characteristics of the Air Conditioning Fluid. + type: object + properties: + itemType: + description: The item type of parent. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - itemType + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic: + description: The characteristics of the Other Fluid. + type: object + properties: + itemType: + description: The item type of parent. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - itemType + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic: + description: The characteristics of the Fluid. + type: object + properties: + fuel: + description: "A property of the model, named fuel." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic' + motorOil: + description: "A property of the model, named motor oil." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic' + transmissionOil: + description: "A property of the model, named transmission oil." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic' + gearboxOil: + description: "A property of the model, named gearbox oil." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic' + hydraulicOil: + description: "A property of the model, named hydraulic oil." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic' + coolingLiquid: + description: "A property of the model, named cooling liquids." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic' + antifreeze: + description: "A property of the model, named antifreeze." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic' + brakeFluid: + description: "A property of the model, named brake fluid." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic' + airConditioningFluid: + description: "A property of the model, named air-conditioning fluid." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic' + otherFluid: + description: "A property of the model, named other fluid." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic' + required: + - fuel + - motorOil + - transmissionOil + - gearboxOil + - hydraulicOil + - coolingLiquid + - antifreeze + - brakeFluid + - airConditioningFluid + - otherFluid + urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic: + description: The characteristics of the Airbag. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic: + description: The characteristics of the Liquefied Petroleum Gas Tank. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic: + description: The characteristics of the Compressed Natural Gas Tank. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic: + description: The characteristics of the Hydrogen Tank. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic: + description: The characteristics of the Explosive Part. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic: + description: The characteristics of the Air Conditioning System. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic: + description: The characteristics of the Refrigerant. + type: object + properties: + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + required: + - itemDetail + - isPresent + urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic: + description: The characteristics of the Component Containing Mercury. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + itemDetail: + description: "A property of the model, named item detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' + required: + - isPresent + - itemDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic: + description: The characteristics of the Component. + type: object + properties: + airbag: + description: "A property of the model, named airbag." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic' + liquefiedPetroleumGasTank: + description: "A property of the model, named liquefied petroleum gas tank." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic' + compressedNaturalGasTank: + description: "A property of the model, named compressed natural gas tank." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic' + hydrogenTank: + description: "A property of the model, named hydrogen tank." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic' + explosivePart: + description: "A property of the model, named explosive part." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic' + airConditioningSystem: + description: "A property of the model, named air conditioning system." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic' + refrigerant: + description: "A property of the model, named refrigerant." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic' + componentContainingMercury: + description: "A property of the model, named component containing mercury." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic' + required: + - airbag + - liquefiedPetroleumGasTank + - compressedNaturalGasTank + - hydrogenTank + - explosivePart + - airConditioningSystem + - refrigerant + - componentContainingMercury + urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics: + description: The characteristics of the depollution requirements. + type: object + properties: + fluids: + description: information on the different fluids and liquids available in + the asset + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic' + component: + description: information on the different components available in the asset + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic' + required: + - fluids + - component + urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time: + type: string + format: time + urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date: + type: string + format: date + urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number: + type: number + urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic: + description: The characteristics of the depollution records. + type: object + properties: + time: + description: Time of the specific depollution. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time' + date: + description: Date of the specific depollution. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date' + depollutionType: + description: "Type of specific depollutant (e.g., Diesel)." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + quantity: + description: "Quantity of the specific depollutant (e.g., Diesel) in liters." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number' + optionalWasteTransporterBPN: + description: Identity of the final waste transporter BPNDetox Ltd. (optional). + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + optionalFinalDisposalSiteBPN: + description: ' Identity of the final disposal site BPNDestroy GmbH (optional).' + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + required: + - time + - date + - depollutionType + - quantity + - optionalWasteTransporterBPN + - optionalFinalDisposalSiteBPN + urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics: + description: The characteristics of the digitally coded component. + type: object + properties: + number: + description: Number of specific pollutants detected. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' + location: + description: "String specifying the location of the pollutant , component\ + \ or part." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + removalInstruction: + description: "String providing technical instructions on removal and replacement,\ + \ including the sequence of all steps." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + functionalityDescription: + description: "String describing the functionality, interchangeability, and\ + \ compatibility with specific parts and components of other makes and\ + \ models." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + manufacturerContact: + description: String indicating the contact point of the manufacturer for + technical assistance. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + required: + - number + - location + - removalInstruction + - functionalityDescription + - manufacturerContact + urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic: + description: The characteristics of the Part Detail. + type: object + properties: + number: + description: Number of specific pollutants detected. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' + location: + description: "String specifying the location of the pollutant , component\ + \ or part." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + removalInstruction: + description: "String providing technical instructions on removal and replacement,\ + \ including the sequence of all steps." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + required: + - number + - location + - removalInstruction + urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic: + description: The characteristics of the Battery Detail. + type: object + properties: + batteryType: + description: type of battery chemistry of electric vehicle batteries + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + dischargeInstruction: + description: Provides instructions for the safe discharging of the battery. + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + requiredTool: + description: "Lists the tools or technologies required for accessing, removing,\ + \ and replacing the electric vehicle batteries." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + weight: + description: Weight of the part that contains the specific pollutant in + grams + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic' + required: + - batteryType + - dischargeInstruction + - requiredTool + - weight + urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic: + description: The characteristics of the Electric Vehicle Batteries. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + batteryDetail: + description: "A property of the model, named battery detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic' + required: + - isPresent + - partDetail + - batteryDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic: + description: The characteristics of the Motor Detail. + type: object + properties: + weight: + description: Weight of the part that contains the specific pollutant in + grams + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic' + requiredTool: + description: "Lists the tools or technologies required for accessing, removing,\ + \ and replacing the electric vehicle batteries." + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + treatmentTechnique: + description: availability of best treatment techniques + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + permanentMagnet: + description: "types of�permanent magnets present in e-drive motors, if they\ + \ belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt,\ + \ Aluminium-Nickel-Cobalt, Ferrite" + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + required: + - weight + - requiredTool + - treatmentTechnique + - permanentMagnet + urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic: + description: The characteristics of the E-Drive Motors. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + motorDetail: + description: "A property of the model, named motor detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic' + required: + - isPresent + - partDetail + - motorDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic: + description: The characteristics of the SLI Batteries. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic: + description: The characteristics of the Engines. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic: + description: The characteristics of the Catalytic Converters. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics: + description: The characteristics of gearbox. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic: + description: The characteristics of the Window. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic: + description: The characteristics of the Wheel. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic: + description: The characteristics of the Tyre. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic: + description: The characteristics of the Dashboard. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic: + description: The characteristics of the Infotainment System. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic: + description: The characteristics of the Headlight. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic: + description: The characteristics of the Wire Harness. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic: + description: The characteristics of the Bumper. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic: + description: The characteristics of the Fluid Container. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic: + description: The characteristics of the Heat Exchanger. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic: + description: The characteristics of the Mono-material Metal Component. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic: + description: The characteristics of the Plastic Component. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic: + description: The characteristics of the Inverter. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics: + description: The characteristics of the Printed Circuit Board. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic: + description: The characteristics of the PV Panel. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic: + description: The characteristics of the Transmission Component. + type: object + properties: + isPresent: + description: Does the asset contain the parent item + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' + partDetail: + description: "A property of the model, named part detail." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' + required: + - isPresent + - partDetail + urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics: + description: The characteristics of the mandatory removal. + type: object + properties: + electricVehicleBattery: + description: "A property of the model, named electric vehicle battery." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic' + eDriveMotor: + description: "A property of the model, named e-drive motor." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic' + sliBattery: + description: "A property of the model, named SLI battery." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic' + engine: + description: "A property of the model, named engine." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic' + catalyticConverter: + description: "A property of the model, named catalytic converter." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic' + gearbox: + description: "A property of the model, named gearbox." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics' + window: + description: "A property of the model, named window." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic' + wheel: + description: "A property of the model, named wheel." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic' + tyre: + description: "A property of the model, named tire." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic' + dashboard: + description: "A property of the model, named dashboard." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic' + infotainmentSystem: + description: "A property of the model, named infotainment system." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic' + headlight: + description: "A property of the model, named headlight." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic' + wireHarness: + description: "A property of the model, named wire harness." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic' + bumper: + description: "A property of the model, named bumper." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic' + fluidContainer: + description: "A property of the model, named fluid container." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic' + heatExchanger: + description: "A property of the model, named heat exchanger." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic' + metalComponent: + description: "A property of the model, named metal component." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic' + plasticComponent: + description: "A property of the model, named plastic component." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic' + inverter: + description: "A property of the model, named inverter." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic' + printedCircuitBoard: + description: "A property of the model, named printed circuit board." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics' + pvPanel: + description: "A property of the model, named PV panel." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic' + transmissionComponent: + description: "A property of the model, named transmission component." + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic' + required: + - electricVehicleBattery + - eDriveMotor + - sliBattery + - engine + - catalyticConverter + - gearbox + - window + - wheel + - tyre + - dashboard + - infotainmentSystem + - headlight + - wireHarness + - bumper + - fluidContainer + - heatExchanger + - metalComponent + - plasticComponent + - inverter + - printedCircuitBoard + - pvPanel + - transmissionComponent + MandatoryDismantling: + description: "The mandatory dismantling data model is intended to ensure that\ + \ end-of-life vehicles are disposed of properly. It defines components, parts\ + \ and materials that must be mandatorily dismantled, as well as the necessary\ + \ provision of information on those components, parts and materials to be\ + \ dismantled" + type: object + properties: + catenaXId: + description: "The fully anonymous Catena-X ID of the serialized part, valid\ + \ for the Catena-X dataspace." + $ref: '#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait' + vin: + description: "Vehicle Identification Number. Remark: this should be deducted\ + \ from a reference to the vehicle TWIN" + $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' + bbpNumberDismantler: + description: The aim of BPDM with its BPN is to define a set of rules for + a unique ID for cross-company communication and identification of Business + Partners.� + $ref: '#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait' + substanceOfConcern: + description: " Evaluation of the presence of substances of concern (Pb,\ + \ Hg, Cd, CrVI) " + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic' + depollutionRequirement: + description: The minimum requirements that must be met during the depollution + process. + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics' + depollutionRecord: + description: ' information on the depollution of the end-of-life vehicles ' + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic' + digitallyCodedComponent: + description: Information on digitally coded components and parts in a vehicle + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics' + mandatoryRemoval: + description: Information on items subject to mandatory removal + $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics' + required: + - catenaXId + - vin + - bbpNumberDismantler + - substanceOfConcern + - depollutionRequirement + - depollutionRecord + - digitallyCodedComponent + - mandatoryRemoval + responses: + Unauthorized: + description: The requesting user or client is not authenticated. + Forbidden: + description: The requesting user or client is not authorized to access resources + for the given tenant. + NotFoundError: + description: The requested Twin has not been found. + ClientError: + description: Payload or user input is invalid. See error details in the payload + for more. + content: + application/json: + schema: + $ref: '#/components/schemas/ErrorResponse' + MandatoryDismantling: + content: + application/json: + schema: + $ref: '#/components/schemas/PagingSchema' + description: The request was successful. + requestBodies: + MandatoryDismantling: + content: + application/json: + schema: + $ref: '#/components/schemas/MandatoryDismantling' diff --git a/io.catenax.mandatory_dismantling/1.0.0/metadata.json b/io.catenax.mandatory_dismantling/1.0.0/metadata.json new file mode 100644 index 00000000..2ad3bd66 --- /dev/null +++ b/io.catenax.mandatory_dismantling/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "draft"} \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md new file mode 100644 index 00000000..77d52256 --- /dev/null +++ b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md @@ -0,0 +1,7 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [1.0.0] - 2024-02-09 + +### Added +- initial version of this model \ No newline at end of file From 6472787ad7c6eaaf874beaaf59afb3d9cdcec693 Mon Sep 17 00:00:00 2001 From: Salah Date: Fri, 9 Feb 2024 12:06:40 +0100 Subject: [PATCH 2/9] update metadata status --- io.catenax.mandatory_dismantling/1.0.0/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.mandatory_dismantling/1.0.0/metadata.json b/io.catenax.mandatory_dismantling/1.0.0/metadata.json index 2ad3bd66..0fdd8255 100644 --- a/io.catenax.mandatory_dismantling/1.0.0/metadata.json +++ b/io.catenax.mandatory_dismantling/1.0.0/metadata.json @@ -1 +1 @@ -{ "status" : "draft"} \ No newline at end of file +{ "status" : "release"} \ No newline at end of file From 13b7e2887e139d3f41dc073230cc5a1509b9995c Mon Sep 17 00:00:00 2001 From: Salah Date: Tue, 13 Feb 2024 09:28:42 +0100 Subject: [PATCH 3/9] Removed gen files --- .../1.0.0/gen/MandatoryDismantling-aas.xml | 20387 ---------------- .../gen/MandatoryDismantling-schema.json | 1065 - .../1.0.0/gen/MandatoryDismantling.aasx | Bin 20937 -> 0 bytes .../1.0.0/gen/MandatoryDismantling.html | 9833 -------- .../1.0.0/gen/MandatoryDismantling.json | 402 - .../1.0.0/gen/MandatoryDismantling.yml | 1103 - 6 files changed, 32790 deletions(-) delete mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml delete mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json delete mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.aasx delete mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html delete mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json delete mode 100644 io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml deleted file mode 100644 index 294a78de..00000000 --- a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-aas.xml +++ /dev/null @@ -1,20387 +0,0 @@ - - - - - defaultAdminShell - - - en - defaultAdminShell - - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling - - Type - - - - ModelReference - - - Submodel - urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling/submodel - - - - - - - - - MandatoryDismantling - - - en - The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled - - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling/submodel - Template - - ModelReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling - - - - - - catenaXId - - - en - Catena-X ID - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#catenaXId - - - - xs:string - - - - vin - - - en - VIN - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#vin - - - - xs:string - - - - bbpNumberDismantler - - - en - BBP Number Dismantler - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#bbpNumberDismantler - - - - xs:string - - - - substanceOfConcern - - - en - Substance Of Concern - - - - - en - Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) - - - true - DataElement - - - SubstanceOfConcernEntity - - - en - Substance Of Concern Entity - - - - - en - Encapsulates list of relevant attributes for substance of concern. - - - - - pollutant - - - en - Pollutant - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutant - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - part - - - en - Part - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#part - - - - xs:string - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - - - - - DepollutionRequirementsEntity - - - en - Depollution Requirements Entity - - - - - en - Encapsulates the depollution requirement relevant attributes - - - - - FluidEntity - - - en - Fluid Entity - - - - - en - Encapsulates the different fluids available - - - - - FuelEntity - - - en - Fuel Entity - - - - - en - Encapsulates the fuel details - - - - - itemType - - - en - itemType - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType - - - - xs:string - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - MotorOilEntity - - - en - Motor Oil Entity - - - - - en - Encapsulates the Motor Oil details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - TransmissionOilEntity - - - en - Transmission Oil Entity - - - - - en - Encapsulates the Transmission Oil details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - GearboxOilEntity - - - en - Gearbox Oil Entity - - - - - en - Encapsulates the Gearbox oil details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - HydraulicOilEntity - - - en - Hydraulic Oil Entity - - - - - en - Encapsulates the Hydraulic Oil details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - CoolingLiquidEntity - - - en - Cooling Liquid Entity - - - - - en - Encapsulates the Cooling Liquid details - - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - - - AntifreezeEntity - - - en - Antifreeze Entity - - - - - en - Encapsulates the Antifreeze details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - BrakeFluidEntity - - - en - Brake Fluid Entity - - - - - en - Encapsulates the Brake Fluid details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - AirConditioningFluidEntity - - - en - Air Conditioning Fluid Entity - - - - - en - Encapsulates the Air Conditioning Fluid details - - - - - itemType - - - en - itemType - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType - - - - xs:string - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - OtherFluidEntity - - - en - Other Fluid Entity - - - - - en - Encapsulates the other Fluid details - - - - - itemType - - - en - itemType - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType - - - - xs:string - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - - - ComponentEntity - - - en - Component Entity - - - - - en - Encapsulates the different available component. - - - - - AirbagEntity - - - en - Airbag Entity - - - - - en - Encapsulates the Airbag details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - LiquefiedPetroleumGasTankEntity - - - en - Liquefied Petroleum Gas Tank Entity - - - - - en - Encapsulates the Liquefied Petroleum Gas Tank details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - CompressedNaturalGasTankEntity - - - en - Compressed Natural Gas Tank Entity - - - - - en - Encapsulates the Compressed Natural Gas Tank details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - HydrogenTankEntity - - - en - Hydrogen Tank Entity - - - - - en - Encapsulates the Hydrogen Tank details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - ExplosivePartEntity - - - en - Explosive Part Entity - - - - - en - Encapsulates the Explosive Part details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - AirConditioningSystemEntity - - - en - Air Conditioning System Entity - - - - - en - Encapsulates the Air Conditioning System details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - RefrigerantEntity - - - en - Refrigerant Entity - - - - - en - Encapsulates the Refrigerant details - - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - - - ComponentContainingMercuryEntity - - - en - Component Containing Mercury Entity - - - - - en - Encapsulates the Component Containing Mercury details - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - ItemDetailEntity - - - en - Item Detail Entity - - - - - en - Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions - - - - - pollutantType - - - en - Pollutant Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - xs:string - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - - - - - DepollutionRecordEntity - - - en - Depollution Record Entity - - - - - en - Encapsulates the depollution record relevant attributes - - - - - time - - - en - Time - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#time - - - - xs:time - - - - date - - - en - Date - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#date - - - - xs:date - - - - depollutionType - - - en - Depollution Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionType - - - - xs:string - - - - quantity - - - en - Fuel Quantity - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#quantity - - - - xs:integer - - - - optionalWasteTransporterBPN - - - en - Optional Waste Transporter BPN - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalWasteTransporterBPN - - - - xs:string - - - - optionalFinalDisposalSiteBPN - - - en - Optional Final Disposal Site BPN - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalFinalDisposalSiteBPN - - - - xs:string - - - - - - DigitallyCodedComponentEntity - - - en - Digitally Coded Component Entity - - - - - en - Encapsulates information on digitally coded components and parts in a vehicle - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - functionalityDescription - - - en - Functionality Description - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#functionalityDescription - - - - xs:string - - - - manufacturerContact - - - en - Manufacturer Contact - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#manufacturerContact - - - - xs:string - - - - - - MandatoryRemovalEntity - - - en - Mandatory Removal Entity - - - - - en - Encapsulates information on items subject to mandatory removal - - - - - ElectricVehicleBatteryEntity - - - en - Electric Vehicle Battery Entity - - - - - en - Encapsulates information on electric vehicle battery. - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - BatteryDetailEntity - - - en - Battery Detail Entity - - - - - en - Encapsulates the Battery detail. - - - - - batteryType - - - en - Battery Type - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#batteryType - - - - xs:string - - - - dischargeInstruction - - - en - Discharge Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#dischargeInstruction - - - - xs:string - - - - requiredTool - - - en - Required Tool - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool - - - - xs:string - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - - - - - EDriveMotorEntity - - - en - E-Drive Motor Entity - - - - - en - Encapsulates information on e-drive motor. - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - MotorDetailEntity - - - en - Motor Detail Entity - - - - - en - Encapsulates the Motor detail. - - - - - weight - - - en - Weight - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - xs:integer - - - - requiredTool - - - en - Required Tool - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool - - - - xs:string - - - - treatmentTechnique - - - en - Treatment Technique - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#treatmentTechnique - - - - xs:string - - - - permanentMagnet - - - en - Permanent Magnet - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#permanentMagnet - - - - xs:string - - - - - - - - SLIBatteryEntity - - - en - SLI Battery Entity - - - - - en - Encapsulates information on SLI battery. - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - EngineEntity - - - en - Engine Entity - - - - - en - Encapsulates information on engine. - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - CatalyticConverterEntity - - - en - Catalytic Converter Entity - - - - - en - Encapsulates information on catalytic converter. - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - GearboxEntity - - - en - Gearbox Entity - - - - - en - Encapsulates information on gearbox. - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - WindowEntity - - - en - Window Entity - - - - - en - Encapsulates information on windows - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - WheelEntity - - - en - Wheel Entity - - - - - en - Encapsulates information on wheels - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - TyreEntity - - - en - Tyre Entity - - - - - en - Encapsulates information on tires - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - DashboardEntity - - - en - Dashboard Entity - - - - - en - Encapsulates information on dashboards - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - InfotainmentSystemEntity - - - en - Infotainment System Entity - - - - - en - Encapsulates information on the infotainment system - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - HeadlightEntity - - - en - Headlight Entity - - - - - en - Encapsulates information on headlights - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - WireHarnessEntity - - - en - Wire Harness Entity - - - - - en - Encapsulates information on wire harnesses - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - BumperEntity - - - en - Bumper Entity - - - - - en - Encapsulates information on bumpers - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - FluidContainerEntity - - - en - Fluid Container Entity - - - - - en - Encapsulates information on fluid containers - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - HeatExchangerEntity - - - en - Heat Exchanger Entity - - - - - en - Encapsulates information on heat exchangers - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - MetalComponentEntity - - - en - Mono-material Metal Component Entity - - - - - en - Encapsulates information on mono-material metal components - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - PlasticComponentEntity - - - en - Plastic Component Entity - - - - - en - Encapsulates information on mono-material plastic components - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - InverterEntity - - - en - Inverter Entity - - - - - en - Encapsulates information on inverters - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - PrintedCircuitBoardEntity - - - en - Printed Circuit Board Entity - - - - - en - Encapsulates information on printed circuit boards - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - PVPanelEntity - - - en - PV Panel Entity - - - - - en - Encapsulates information on photo-voltaic panels - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - TransmissionComponentEntity - - - en - Transmission Component Entity - - - - - en - Encapsulates information on transmission components - - - - - isPresent - - - en - Is Present - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - xs:boolean - - - - PartDetailEntity - - - en - Part Detail Entity - - - - - en - Encapsulates the details of parent part - - - - - number - - - en - Number - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - xs:integer - - - - location - - - en - Location - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - xs:string - - - - removalInstruction - - - en - Technical Instruction - - - - ExternalReference - - - ConceptDescription - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - xs:string - - - - - - - - - - - - - - APPLICATION_CLASS - MandatoryDismantling - - - en - MandatoryDismantling - - - - - en - The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - MandatoryDismantling - - - - - en - MandatoryDismantling - - - - - en - The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled - - - - - - - - - catenaXId - - - en - Catena-X ID - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#catenaXId - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Catena-X ID - - - - - en - catenaXId - - - STRING - - - en - The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace. - - - - - - - - - vin - - - en - VIN - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#vin - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - VIN - - - - - en - vin - - - STRING - - - en - Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN - - - - - - - - - bbpNumberDismantler - - - en - BBP Number Dismantler - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#bbpNumberDismantler - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - BBP Number Dismantler - - - - - en - bbpNumberDismantler - - - STRING - - - en - The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.� - - - - - - - - - pollutant - - - en - Pollutant - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutant - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant - - - - - en - pollutant - - - STRING - - - en - Type of pollutant present. "Pb" (Lead), "Hg" (Mercury), "Cd" (Cadmium), "Cr" (Chromium), etc. - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - part - - - en - Part - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#part - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part - - - - - en - part - - - STRING - - - en - The part or component that contains the specific pollutant. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - substanceOfConcern - - - en - Substance Of Concern - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#substanceOfConcern - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Substance Of Concern - - - - - en - substanceOfConcern - - - STRING - - - en - Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) - - - - - - - - - itemType - - - en - itemType - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - itemType - - - - - en - itemType - - - STRING - - - en - The item type of parent. - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - fuel - - - en - Fuel - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#fuel - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Fuel - - - - - en - fuel - - - STRING - - - en - A property of the model, named fuel. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - motorOil - - - en - Motor Oil - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#motorOil - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Motor Oil - - - - - en - motorOil - - - STRING - - - en - A property of the model, named motor oil. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - transmissionOil - - - en - Transmission Oil - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#transmissionOil - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Transmission Oil - - - - - en - transmissionOil - - - STRING - - - en - A property of the model, named transmission oil. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - gearboxOil - - - en - Gearbox Oil - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#gearboxOil - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Gearbox Oil - - - - - en - gearboxOil - - - STRING - - - en - A property of the model, named gearbox oil. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - hydraulicOil - - - en - Hydraulic Oil - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#hydraulicOil - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Hydraulic Oil - - - - - en - hydraulicOil - - - STRING - - - en - A property of the model, named hydraulic oil. - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - coolingLiquid - - - en - Cooling Liquid - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#coolingLiquid - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Cooling Liquid - - - - - en - coolingLiquid - - - STRING - - - en - A property of the model, named cooling liquids. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - antifreeze - - - en - Antifreeze - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#antifreeze - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Antifreeze - - - - - en - antifreeze - - - STRING - - - en - A property of the model, named antifreeze. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - brakeFluid - - - en - Brake Fluid - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#brakeFluid - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Brake Fluid - - - - - en - brakeFluid - - - STRING - - - en - A property of the model, named brake fluid. - - - - - - - - - itemType - - - en - itemType - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - itemType - - - - - en - itemType - - - STRING - - - en - The item type of parent. - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - airConditioningFluid - - - en - Air-Conditioning System Fluids - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#airConditioningFluid - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Air-Conditioning System Fluids - - - - - en - airConditioningFluid - - - STRING - - - en - A property of the model, named air-conditioning fluid. - - - - - - - - - itemType - - - en - itemType - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - itemType - - - - - en - itemType - - - STRING - - - en - The item type of parent. - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - otherFluid - - - en - Other Fluid - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#otherFluid - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Other Fluid - - - - - en - otherFluid - - - STRING - - - en - A property of the model, named other fluid. - - - - - - - - - fluids - - - en - Fluids - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#fluids - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Fluids - - - - - en - fluids - - - STRING - - - en - information on the different fluids and liquids available in the asset - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - airbag - - - en - Airbag - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#airbag - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Airbag - - - - - en - airbag - - - STRING - - - en - A property of the model, named airbag. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - liquefiedPetroleumGasTank - - - en - Liquefied Petroleum Gas Tank - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#liquefiedPetroleumGasTank - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Liquefied Petroleum Gas Tank - - - - - en - liquefiedPetroleumGasTank - - - STRING - - - en - A property of the model, named liquefied petroleum gas tank. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - compressedNaturalGasTank - - - en - Compressed Natural Gas Tank - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#compressedNaturalGasTank - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Compressed Natural Gas Tank - - - - - en - compressedNaturalGasTank - - - STRING - - - en - A property of the model, named compressed natural gas tank. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - hydrogenTank - - - en - Hydrogen Tank - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#hydrogenTank - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Hydrogen Tank - - - - - en - hydrogenTank - - - STRING - - - en - A property of the model, named hydrogen tank. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - explosivePart - - - en - Explosive Part - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#explosivePart - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Explosive Part - - - - - en - explosivePart - - - STRING - - - en - A property of the model, named explosive part. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - airConditioningSystem - - - en - Air Conditioning System - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#airConditioningSystem - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Air Conditioning System - - - - - en - airConditioningSystem - - - STRING - - - en - A property of the model, named air conditioning system. - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - refrigerant - - - en - Refrigerant - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#refrigerant - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Refrigerant - - - - - en - refrigerant - - - STRING - - - en - A property of the model, named refrigerant. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - pollutantType - - - en - Pollutant Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pollutantType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Pollutant Type - - - - - en - pollutantType - - - STRING - - - en - Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - itemDetail - - - en - ItemDetail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#itemDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - ItemDetail - - - - - en - itemDetail - - - STRING - - - en - A property of the model, named item detail. - - - - - - - - - componentContainingMercury - - - en - Component Containing Mercury - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#componentContainingMercury - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Component Containing Mercury - - - - - en - componentContainingMercury - - - STRING - - - en - A property of the model, named component containing mercury. - - - - - - - - - component - - - en - Component - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#component - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Component - - - - - en - component - - - STRING - - - en - information on the different components available in the asset - - - - - - - - - depollutionRequirement - - - en - Depollution Requirement - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionRequirement - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Depollution Requirement - - - - - en - depollutionRequirement - - - STRING - - - en - The minimum requirements that must be met during the depollution process. - - - - - - - - - time - - - en - Time - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#time - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Time - - - - - en - time - - - STRING - - - en - Time of the specific depollution. - - - - - - - - - date - - - en - Date - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#date - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Date - - - - - en - date - - - STRING - - - en - Date of the specific depollution. - - - - - - - - - depollutionType - - - en - Depollution Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Depollution Type - - - - - en - depollutionType - - - STRING - - - en - Type of specific depollutant (e.g., Diesel). - - - - - - - - - quantity - - - en - Fuel Quantity - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#quantity - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Fuel Quantity - - - - - en - quantity - - - INTEGER_MEASURE - - - en - Quantity of the specific depollutant (e.g., Diesel) in liters. - - - - - - - - - optionalWasteTransporterBPN - - - en - Optional Waste Transporter BPN - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalWasteTransporterBPN - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Optional Waste Transporter BPN - - - - - en - optionalWasteTransporterBPN - - - STRING - - - en - Identity of the final waste transporter BPNDetox Ltd. (optional). - - - - - - - - - optionalFinalDisposalSiteBPN - - - en - Optional Final Disposal Site BPN - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#optionalFinalDisposalSiteBPN - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Optional Final Disposal Site BPN - - - - - en - optionalFinalDisposalSiteBPN - - - STRING - - - en - Identity of the final disposal site BPNDestroy GmbH (optional). - - - - - - - - - depollutionRecord - - - en - Depollution Record - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#depollutionRecord - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Depollution Record - - - - - en - depollutionRecord - - - STRING - - - en - information on the depollution of the end-of-life vehicles - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - functionalityDescription - - - en - Functionality Description - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#functionalityDescription - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Functionality Description - - - - - en - functionalityDescription - - - STRING - - - en - String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models. - - - - - - - - - manufacturerContact - - - en - Manufacturer Contact - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#manufacturerContact - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Manufacturer Contact - - - - - en - manufacturerContact - - - STRING - - - en - String indicating the contact point of the manufacturer for technical assistance. - - - - - - - - - digitallyCodedComponent - - - en - Digitally Coded Component - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#digitallyCodedComponent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Digitally Coded Component - - - - - en - digitallyCodedComponent - - - STRING - - - en - Information on digitally coded components and parts in a vehicle - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - batteryType - - - en - Battery Type - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#batteryType - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Battery Type - - - - - en - batteryType - - - STRING - - - en - type of battery chemistry of electric vehicle batteries - - - - - - - - - dischargeInstruction - - - en - Discharge Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#dischargeInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Discharge Instruction - - - - - en - dischargeInstruction - - - STRING - - - en - Provides instructions for the safe discharging of the battery. - - - - - - - - - requiredTool - - - en - Required Tool - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Required Tool - - - - - en - requiredTool - - - STRING - - - en - Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - batteryDetail - - - en - Battery Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#batteryDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Battery Detail - - - - - en - batteryDetail - - - STRING - - - en - A property of the model, named battery detail. - - - - - - - - - electricVehicleBattery - - - en - Electric Vehicle Battery - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#electricVehicleBattery - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Electric Vehicle Battery - - - - - en - electricVehicleBattery - - - STRING - - - en - A property of the model, named electric vehicle battery. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - weight - - - en - Weight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#weight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Weight - - - - - en - weight - - - INTEGER_MEASURE - - - en - Weight of the part that contains the specific pollutant in grams - - - - - - - - - requiredTool - - - en - Required Tool - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#requiredTool - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Required Tool - - - - - en - requiredTool - - - STRING - - - en - Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. - - - - - - - - - treatmentTechnique - - - en - Treatment Technique - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#treatmentTechnique - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Treatment Technique - - - - - en - treatmentTechnique - - - STRING - - - en - availability of best treatment techniques - - - - - - - - - permanentMagnet - - - en - Permanent Magnet - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#permanentMagnet - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Permanent Magnet - - - - - en - permanentMagnet - - - STRING - - - en - types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite - - - - - - - - - motorDetail - - - en - Motor Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#motorDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Motor Detail - - - - - en - motorDetail - - - STRING - - - en - A property of the model, named motor detail. - - - - - - - - - eDriveMotor - - - en - E-Drive Motor - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#eDriveMotor - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - E-Drive Motor - - - - - en - eDriveMotor - - - STRING - - - en - A property of the model, named e-drive motor. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - sliBattery - - - en - SLI Battery - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#sliBattery - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - SLI Battery - - - - - en - sliBattery - - - STRING - - - en - A property of the model, named SLI battery. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - engine - - - en - Engine - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#engine - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Engine - - - - - en - engine - - - STRING - - - en - A property of the model, named engine. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - catalyticConverter - - - en - Catalytic Converter - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#catalyticConverter - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Catalytic Converter - - - - - en - catalyticConverter - - - STRING - - - en - A property of the model, named catalytic converter. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - gearbox - - - en - Gearbox - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#gearbox - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Gearbox - - - - - en - gearbox - - - STRING - - - en - A property of the model, named gearbox. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - window - - - en - Window - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#window - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Window - - - - - en - window - - - STRING - - - en - A property of the model, named window. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - wheel - - - en - Wheel - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#wheel - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Wheel - - - - - en - wheel - - - STRING - - - en - A property of the model, named wheel. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - tyre - - - en - Tyre - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#tyre - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Tyre - - - - - en - tyre - - - STRING - - - en - A property of the model, named tire. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - dashboard - - - en - Dashboard - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#dashboard - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Dashboard - - - - - en - dashboard - - - STRING - - - en - A property of the model, named dashboard. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - infotainmentSystem - - - en - Infotainment System - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#infotainmentSystem - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Infotainment System - - - - - en - infotainmentSystem - - - STRING - - - en - A property of the model, named infotainment system. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - headlight - - - en - Headlight - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#headlight - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Headlight - - - - - en - headlight - - - STRING - - - en - A property of the model, named headlight. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - wireHarness - - - en - Wire Harness - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#wireHarness - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Wire Harness - - - - - en - wireHarness - - - STRING - - - en - A property of the model, named wire harness. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - bumper - - - en - Bumper - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#bumper - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Bumper - - - - - en - bumper - - - STRING - - - en - A property of the model, named bumper. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - fluidContainer - - - en - Fluid Container - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#fluidContainer - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Fluid Container - - - - - en - fluidContainer - - - STRING - - - en - A property of the model, named fluid container. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - heatExchanger - - - en - Heat Exchanger - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#heatExchanger - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Heat Exchanger - - - - - en - heatExchanger - - - STRING - - - en - A property of the model, named heat exchanger. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - metalComponent - - - en - Metal Component - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#metalComponent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Metal Component - - - - - en - metalComponent - - - STRING - - - en - A property of the model, named metal component. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - plasticComponent - - - en - Plastic Component - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#plasticComponent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Plastic Component - - - - - en - plasticComponent - - - STRING - - - en - A property of the model, named plastic component. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - inverter - - - en - Inverter - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#inverter - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Inverter - - - - - en - inverter - - - STRING - - - en - A property of the model, named inverter. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - printedCircuitBoard - - - en - Printed Circuit Board - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#printedCircuitBoard - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Printed Circuit Board - - - - - en - printedCircuitBoard - - - STRING - - - en - A property of the model, named printed circuit board. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - pvPanel - - - en - PV Panel - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#pvPanel - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - PV Panel - - - - - en - pvPanel - - - STRING - - - en - A property of the model, named PV panel. - - - - - - - - - isPresent - - - en - Is Present - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#isPresent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Is Present - - - - - en - isPresent - - - BOOLEAN - - - en - Does the asset contain the parent item - - - - - - - - - number - - - en - Number - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#number - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Number - - - - - en - number - - - INTEGER_MEASURE - - - en - Number of specific pollutants detected. - - - - - - - - - location - - - en - Location - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#location - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Location - - - - - en - location - - - STRING - - - en - String specifying the location of the pollutant , component or part. - - - - - - - - - removalInstruction - - - en - Technical Instruction - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#removalInstruction - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Technical Instruction - - - - - en - removalInstruction - - - STRING - - - en - String providing technical instructions on removal and replacement, including the sequence of all steps. - - - - - - - - - partDetail - - - en - Part Detail - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#partDetail - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Part Detail - - - - - en - partDetail - - - STRING - - - en - A property of the model, named part detail. - - - - - - - - - transmissionComponent - - - en - Transmission Component - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#transmissionComponent - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Transmission Component - - - - - en - transmissionComponent - - - STRING - - - en - A property of the model, named transmission component. - - - - - - - - - mandatoryRemoval - - - en - Mandatory Removal - - - urn:samm:io.catenax.mandatory_dismantling:1.0.0#mandatoryRemoval - - - - ExternalReference - - - GlobalReference - https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIec61360/3/0 - - - - - - - - en - Mandatory Removal - - - - - en - mandatoryRemoval - - - STRING - - - en - Information on items subject to mandatory removal - - - - - - - - - diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json deleted file mode 100644 index 76e5ecdd..00000000 --- a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling-schema.json +++ /dev/null @@ -1,1065 +0,0 @@ -{ - "$schema" : "http://json-schema.org/draft-04/schema", - "description" : "The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled", - "type" : "object", - "components" : { - "schemas" : { - "urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" : { - "type" : "string", - "description" : "The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by \"urn:uuid:\" to make it an IRI.", - "pattern" : "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" - }, - "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" : { - "type" : "string", - "description" : "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc." - }, - "urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait" : { - "type" : "string", - "description" : "The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters.", - "pattern" : "^BPNL[a-zA-Z0-9]{12}$" - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" : { - "type" : "number", - "description" : "Describes a Property which contains a number." - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity" : { - "description" : "Encapsulates list of relevant attributes for substance of concern.", - "type" : "object", - "properties" : { - "pollutant" : { - "description" : "Type of pollutant present. \"Pb\" (Lead), \"Hg\" (Mercury), \"Cd\" (Cadmium), \"Cr\" (Chromium), etc.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "number" : { - "description" : "Number of specific pollutants detected.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" - }, - "part" : { - "description" : "The part or component that contains the specific pollutant.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "location" : { - "description" : "String specifying the location of the pollutant , component or part.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - } - }, - "required" : [ "pollutant", "number", "part", "location" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic" : { - "description" : "The characteristics of the substance of concern.", - "type" : "array", - "items" : { - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity" - } - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" : { - "type" : "number", - "description" : "The characteristics of the weight." - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" : { - "description" : "The characteristics of the item detail.", - "type" : "object", - "properties" : { - "pollutantType" : { - "description" : "Type of pollutant (e.g., Pb, Hg, Cd, CrVI)", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "number" : { - "description" : "Number of specific pollutants detected.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" - }, - "location" : { - "description" : "String specifying the location of the pollutant , component or part.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "weight" : { - "description" : "Weight of the part that contains the specific pollutant in grams", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" - }, - "removalInstruction" : { - "description" : "String providing technical instructions on removal and replacement, including the sequence of all steps.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - } - }, - "required" : [ "pollutantType", "number", "location", "weight", "removalInstruction" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic" : { - "description" : "The characteristics of the Fuel.", - "type" : "object", - "properties" : { - "itemType" : { - "description" : "The item type of parent.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "itemType", "itemDetail" ] - }, - "urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" : { - "type" : "boolean", - "description" : "Represents a boolean value (i.e. a \"flag\")." - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic" : { - "description" : "The characteristics of the Motor Oil.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic" : { - "description" : "The characteristics of the Transmission Oil.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic" : { - "description" : "The characteristics of the Gearbox oil.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic" : { - "description" : "The characteristics of the Hydraulic Oil.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic" : { - "description" : "The characteristics of the Cooling Liquid.", - "type" : "object", - "properties" : { - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - }, - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - } - }, - "required" : [ "itemDetail", "isPresent" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic" : { - "description" : "The characteristics of the Antifreeze.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic" : { - "description" : "The characteristics of the Brake Fluid.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic" : { - "description" : "The characteristics of the Air Conditioning Fluid.", - "type" : "object", - "properties" : { - "itemType" : { - "description" : "The item type of parent.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "itemType", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic" : { - "description" : "The characteristics of the Other Fluid.", - "type" : "object", - "properties" : { - "itemType" : { - "description" : "The item type of parent.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "itemType", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic" : { - "description" : "The characteristics of the Fluid.", - "type" : "object", - "properties" : { - "fuel" : { - "description" : "A property of the model, named fuel.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic" - }, - "motorOil" : { - "description" : "A property of the model, named motor oil.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic" - }, - "transmissionOil" : { - "description" : "A property of the model, named transmission oil.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic" - }, - "gearboxOil" : { - "description" : "A property of the model, named gearbox oil.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic" - }, - "hydraulicOil" : { - "description" : "A property of the model, named hydraulic oil.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic" - }, - "coolingLiquid" : { - "description" : "A property of the model, named cooling liquids.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic" - }, - "antifreeze" : { - "description" : "A property of the model, named antifreeze.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic" - }, - "brakeFluid" : { - "description" : "A property of the model, named brake fluid.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic" - }, - "airConditioningFluid" : { - "description" : "A property of the model, named air-conditioning fluid.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic" - }, - "otherFluid" : { - "description" : "A property of the model, named other fluid.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic" - } - }, - "required" : [ "fuel", "motorOil", "transmissionOil", "gearboxOil", "hydraulicOil", "coolingLiquid", "antifreeze", "brakeFluid", "airConditioningFluid", "otherFluid" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic" : { - "description" : "The characteristics of the Airbag.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic" : { - "description" : "The characteristics of the Liquefied Petroleum Gas Tank.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic" : { - "description" : "The characteristics of the Compressed Natural Gas Tank.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic" : { - "description" : "The characteristics of the Hydrogen Tank.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic" : { - "description" : "The characteristics of the Explosive Part.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic" : { - "description" : "The characteristics of the Air Conditioning System.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic" : { - "description" : "The characteristics of the Refrigerant.", - "type" : "object", - "properties" : { - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - }, - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - } - }, - "required" : [ "itemDetail", "isPresent" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic" : { - "description" : "The characteristics of the Component Containing Mercury.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "itemDetail" : { - "description" : "A property of the model, named item detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics" - } - }, - "required" : [ "isPresent", "itemDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic" : { - "description" : "The characteristics of the Component.", - "type" : "object", - "properties" : { - "airbag" : { - "description" : "A property of the model, named airbag.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic" - }, - "liquefiedPetroleumGasTank" : { - "description" : "A property of the model, named liquefied petroleum gas tank.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic" - }, - "compressedNaturalGasTank" : { - "description" : "A property of the model, named compressed natural gas tank.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic" - }, - "hydrogenTank" : { - "description" : "A property of the model, named hydrogen tank.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic" - }, - "explosivePart" : { - "description" : "A property of the model, named explosive part.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic" - }, - "airConditioningSystem" : { - "description" : "A property of the model, named air conditioning system.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic" - }, - "refrigerant" : { - "description" : "A property of the model, named refrigerant.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic" - }, - "componentContainingMercury" : { - "description" : "A property of the model, named component containing mercury.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic" - } - }, - "required" : [ "airbag", "liquefiedPetroleumGasTank", "compressedNaturalGasTank", "hydrogenTank", "explosivePart", "airConditioningSystem", "refrigerant", "componentContainingMercury" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics" : { - "description" : "The characteristics of the depollution requirements.", - "type" : "object", - "properties" : { - "fluids" : { - "description" : "information on the different fluids and liquids available in the asset", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic" - }, - "component" : { - "description" : "information on the different components available in the asset", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic" - } - }, - "required" : [ "fluids", "component" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time" : { - "type" : "string", - "format" : "time" - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date" : { - "type" : "string", - "format" : "date" - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number" : { - "type" : "number" - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic" : { - "description" : "The characteristics of the depollution records.", - "type" : "object", - "properties" : { - "time" : { - "description" : "Time of the specific depollution.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time" - }, - "date" : { - "description" : "Date of the specific depollution.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date" - }, - "depollutionType" : { - "description" : "Type of specific depollutant (e.g., Diesel).", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "quantity" : { - "description" : "Quantity of the specific depollutant (e.g., Diesel) in liters.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number" - }, - "optionalWasteTransporterBPN" : { - "description" : "Identity of the final waste transporter BPNDetox Ltd. (optional).", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "optionalFinalDisposalSiteBPN" : { - "description" : " Identity of the final disposal site BPNDestroy GmbH (optional).", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - } - }, - "required" : [ "time", "date", "depollutionType", "quantity", "optionalWasteTransporterBPN", "optionalFinalDisposalSiteBPN" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics" : { - "description" : "The characteristics of the digitally coded component.", - "type" : "object", - "properties" : { - "number" : { - "description" : "Number of specific pollutants detected.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" - }, - "location" : { - "description" : "String specifying the location of the pollutant , component or part.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "removalInstruction" : { - "description" : "String providing technical instructions on removal and replacement, including the sequence of all steps.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "functionalityDescription" : { - "description" : "String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "manufacturerContact" : { - "description" : "String indicating the contact point of the manufacturer for technical assistance.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - } - }, - "required" : [ "number", "location", "removalInstruction", "functionalityDescription", "manufacturerContact" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" : { - "description" : "The characteristics of the Part Detail.", - "type" : "object", - "properties" : { - "number" : { - "description" : "Number of specific pollutants detected.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic" - }, - "location" : { - "description" : "String specifying the location of the pollutant , component or part.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "removalInstruction" : { - "description" : "String providing technical instructions on removal and replacement, including the sequence of all steps.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - } - }, - "required" : [ "number", "location", "removalInstruction" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic" : { - "description" : "The characteristics of the Battery Detail.", - "type" : "object", - "properties" : { - "batteryType" : { - "description" : "type of battery chemistry of electric vehicle batteries", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "dischargeInstruction" : { - "description" : "Provides instructions for the safe discharging of the battery.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "requiredTool" : { - "description" : "Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "weight" : { - "description" : "Weight of the part that contains the specific pollutant in grams", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" - } - }, - "required" : [ "batteryType", "dischargeInstruction", "requiredTool", "weight" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic" : { - "description" : "The characteristics of the Electric Vehicle Batteries.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - }, - "batteryDetail" : { - "description" : "A property of the model, named battery detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail", "batteryDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic" : { - "description" : "The characteristics of the Motor Detail.", - "type" : "object", - "properties" : { - "weight" : { - "description" : "Weight of the part that contains the specific pollutant in grams", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic" - }, - "requiredTool" : { - "description" : "Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries.", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "treatmentTechnique" : { - "description" : "availability of best treatment techniques", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "permanentMagnet" : { - "description" : "types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - } - }, - "required" : [ "weight", "requiredTool", "treatmentTechnique", "permanentMagnet" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic" : { - "description" : "The characteristics of the E-Drive Motors.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - }, - "motorDetail" : { - "description" : "A property of the model, named motor detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail", "motorDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic" : { - "description" : "The characteristics of the SLI Batteries.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic" : { - "description" : "The characteristics of the Engines.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic" : { - "description" : "The characteristics of the Catalytic Converters.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics" : { - "description" : "The characteristics of gearbox.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic" : { - "description" : "The characteristics of the Window.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic" : { - "description" : "The characteristics of the Wheel.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic" : { - "description" : "The characteristics of the Tyre.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic" : { - "description" : "The characteristics of the Dashboard.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic" : { - "description" : "The characteristics of the Infotainment System.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic" : { - "description" : "The characteristics of the Headlight.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic" : { - "description" : "The characteristics of the Wire Harness.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic" : { - "description" : "The characteristics of the Bumper.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic" : { - "description" : "The characteristics of the Fluid Container.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic" : { - "description" : "The characteristics of the Heat Exchanger.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic" : { - "description" : "The characteristics of the Mono-material Metal Component.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic" : { - "description" : "The characteristics of the Plastic Component.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic" : { - "description" : "The characteristics of the Inverter.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics" : { - "description" : "The characteristics of the Printed Circuit Board.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic" : { - "description" : "The characteristics of the PV Panel.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic" : { - "description" : "The characteristics of the Transmission Component.", - "type" : "object", - "properties" : { - "isPresent" : { - "description" : "Does the asset contain the parent item", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean" - }, - "partDetail" : { - "description" : "A property of the model, named part detail.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic" - } - }, - "required" : [ "isPresent", "partDetail" ] - }, - "urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics" : { - "description" : "The characteristics of the mandatory removal.", - "type" : "object", - "properties" : { - "electricVehicleBattery" : { - "description" : "A property of the model, named electric vehicle battery.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic" - }, - "eDriveMotor" : { - "description" : "A property of the model, named e-drive motor.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic" - }, - "sliBattery" : { - "description" : "A property of the model, named SLI battery.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic" - }, - "engine" : { - "description" : "A property of the model, named engine.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic" - }, - "catalyticConverter" : { - "description" : "A property of the model, named catalytic converter.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic" - }, - "gearbox" : { - "description" : "A property of the model, named gearbox.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics" - }, - "window" : { - "description" : "A property of the model, named window.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic" - }, - "wheel" : { - "description" : "A property of the model, named wheel.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic" - }, - "tyre" : { - "description" : "A property of the model, named tire.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic" - }, - "dashboard" : { - "description" : "A property of the model, named dashboard.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic" - }, - "infotainmentSystem" : { - "description" : "A property of the model, named infotainment system.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic" - }, - "headlight" : { - "description" : "A property of the model, named headlight.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic" - }, - "wireHarness" : { - "description" : "A property of the model, named wire harness.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic" - }, - "bumper" : { - "description" : "A property of the model, named bumper.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic" - }, - "fluidContainer" : { - "description" : "A property of the model, named fluid container.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic" - }, - "heatExchanger" : { - "description" : "A property of the model, named heat exchanger.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic" - }, - "metalComponent" : { - "description" : "A property of the model, named metal component.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic" - }, - "plasticComponent" : { - "description" : "A property of the model, named plastic component.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic" - }, - "inverter" : { - "description" : "A property of the model, named inverter.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic" - }, - "printedCircuitBoard" : { - "description" : "A property of the model, named printed circuit board.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics" - }, - "pvPanel" : { - "description" : "A property of the model, named PV panel.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic" - }, - "transmissionComponent" : { - "description" : "A property of the model, named transmission component.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic" - } - }, - "required" : [ "electricVehicleBattery", "eDriveMotor", "sliBattery", "engine", "catalyticConverter", "gearbox", "window", "wheel", "tyre", "dashboard", "infotainmentSystem", "headlight", "wireHarness", "bumper", "fluidContainer", "heatExchanger", "metalComponent", "plasticComponent", "inverter", "printedCircuitBoard", "pvPanel", "transmissionComponent" ] - } - } - }, - "properties" : { - "catenaXId" : { - "description" : "The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait" - }, - "vin" : { - "description" : "Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN", - "$ref" : "#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text" - }, - "bbpNumberDismantler" : { - "description" : "The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.�", - "$ref" : "#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait" - }, - "substanceOfConcern" : { - "description" : " Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) ", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic" - }, - "depollutionRequirement" : { - "description" : "The minimum requirements that must be met during the depollution process.", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics" - }, - "depollutionRecord" : { - "description" : " information on the depollution of the end-of-life vehicles ", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic" - }, - "digitallyCodedComponent" : { - "description" : "Information on digitally coded components and parts in a vehicle", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics" - }, - "mandatoryRemoval" : { - "description" : "Information on items subject to mandatory removal", - "$ref" : "#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics" - } - }, - "required" : [ "catenaXId", "vin", "bbpNumberDismantler", "substanceOfConcern", "depollutionRequirement", "depollutionRecord", "digitallyCodedComponent", "mandatoryRemoval" ] -} \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.aasx b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.aasx deleted file mode 100644 index f2216775aad33d9213608108ea07aab3f4cf63f2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 20937 zcmaI7by(D2&_2B60@B@GN=x^Gq|yQ+C?H5mNJ=*d(xH^Xf=G%Y-Hnt;OQ#^6()peR ze4g*~$M5yJgb(cOIWza%6KBq%@c;#t7=nR;0iiTh)`R@#9}##qxMy$YY-ZZ3y80kxTZ*#+ghcA;;n_mvYAO+L#Gv2tQFKnhD*#d5_ zGhd87wEU_PK3w!efRlRDdtRKy&pmZ$kx)?+-Loa=#oUvE&4+mL-Vc0(W#dN$;CRNa zNsB0o8~So-?{Y%NUSVClcxfs`#!qsaBc*LHWpkuasQN>ujfF|o7n{WNu``Iq11QGO zZz}wKfXOHl1pNH}LhTliFmg1rapK`deEp!&4bZ|rBgv@YoKQW-&~&`DpnLxW>4lYP z_;_55oYF=81oe3J-cWaAv3T@{sk!nW>u>lTZxMfe6UXm7PPL}cHuF=l-{IX|5tNcw zxkofa((A9jirizppJJmFA@D@Yt4q}8lZr<(n${eO*!UB#C-j5liWIPhme6AEZiVmZ zlwO6MY6=chhZ{u{l$x%E1gRd&ax;c$^72R8kDiWTqgYskGMTp_4XFAAZ1+d~>idIzz01h?(zewQ&iD%E8+;|XQxa=LREUfJQ{@_sV;pqI)``|}s zp0-jC7kl0i$`$&QO2$c~;2p%^|Nk3(s())bNTe@FC|a0SH-E^ALJ(D_B=e8KK4*VqB*onJao|bm=K+z!LItD zVCVkcBdm6BoH(-aa`Q;6*z|Vf29C}!iQJ4wuP;OB5HJTf;+b^;gIWK7VMYLU1v7|U z9@Fb^M#S;P2V48e4%ej_o}!tImxpb2WZNyzdGI;WJ5kG@M+ff*nsD$RK83kFBz#q! zdbjgkp;rYx-EE_1;p?oaZA;k&ZFhe0jH-TLz2my0p7v0hHqGfI{bKRdgN62t9k;nh z`tq30@NCaw&YpDc?&##j-}K9k)s4TGf0ulZ7kw|HeRpe*EPVgs%gvc@*b_43*v_Xf z8eJZ%zfyLjyFAQ*xFD&T}gJn(@fqkn_Rr-S)2c zpXhipXQd=fcA73ezOAS_kCW5-!*S{9xbL==sF3j8rq1A!%(vt;ZXT~JBTPbRVxYM9 zzR_jz(&;OdlwbAn4>VWJbUqoC_y1WMHTdd_+f26Gd`z`<8eUfM*h86I^5XPv=%RGo z+cN;d)WLkt|uwrJEJ%cK`Y~E$E}9FL`KX{FQO}AdE&%*VlV5wXs0EN(1hzJ zA)5hhUD3g8(r;f^Iw3E#<5)3q;Qi)m;eA#M=oJ5Kw#kmFVaDDi>#mB>MRT;NdRo|7*K7KzsDUj! zT+%xWmk%}Sjmh_yqG*Dn%NIvu;iN?K`l&F2G;%zG2%D{F)&!GHQ6xE}r zFI;2myZy(^IJ|xT)|VRS|GoRl*S2yIn$mo)h;IbLr{<`m$2Tsup>jQH`e0<_kgj6w zg>;uNm-O8cY{Q0n;+o+%tB!owJt6%brauNW?y&D04mj8JbTrlU_2s0ld&r@0Q5)@+ zy-^pIeY}Cmm3_QZGUr7_C*!;9)t0)~yp=v+SG-hp+7bOQRps*OlWLLk5tE$PN8OA2 z{5zWm$s+OUffoJtWWFSUg4RB7?7WRRbg2{`NS~~KJ%d^yH!%0RZt)K_2#2`(Jh0!` zBb}NlYiBloHIYfaLehbk zBc=MCq2h{lo++Q@6Vx;3LM*Fqk8e~Cy5TyOQfdTJ7b@(vIM$AF)}FehN)5J~u-JbZ zvXm=r5DiZ3*lL*0rkf7xZz{i^y+6-BHa;bjBS{i&H=R@x0(4WU|PMbY*w+%vU0PqJJ> zPMenN7ETO1NUm3@(jm1>^UwY&w=US*ZL&{pv4qSzDjoj7G}B7I$mPpHGUtK*lIJ3J zQQuEAiMrr?VRBuMqe@A8Grh@A9Q9)~?GlWYA4S5Qd=G0Gq231#c7c|M^;JC8{4VPy zr8b&|uZ-j@(4T3rIL4#PB(iX229l~ay^nt_<oNZjT3u~FgZ@~| z{ux*CklkXccFw2tj?;>%)N;&WTgN(Khi|3a3#-0*>%1s9&(lPvp9Cvsq|jLywo_kK%!JkRpz>~43YFDsN&ccK*j zAgg{Zd9-abJxoGxTgB^d;6%;B<97-?begj6gW;uw9OLG~R+p|GF-PR6tSh=1y%KBA$KM!ImCqOmJ_X;cj!@pDHD|7faG zL}4rH3GJA;#^BE<)XPw#mvkla7Biy8sk-0y8-Mg|=u6Hx7`V!pJj;=^T;q=Ns(nOp z689w8CRUu{h_EgxlJsj)gIao-;9qnv`1zGfl`<&VHa-5Eg z?X_<>>wmHf-$lV5lN{|Cd3|OmCN0tNLqh5JPg%e352Sks{qXR6yq5Jp7rKllZ3BWU z2+IcBDt`Q^D4iM+I-zh9F$nj66Dpmez0HsyJe)JPWul_W+41w97v;sD zw#D^;Ks~1ie4#ugT2ub&n7Xyv5y6gX&ndJOaTH#M6=M&14ul8VRcEBS3Sn7&&iINZgh@NNs2s!vJ+|>s3euE&UOr6A$Ri1 zVm)q5fYWqBZ&X-7sL%<$QK1tGREWd7QK1tGREWd7Qh}K+#*0_zc=pju_?MO~{tofc zbj;h($kib&T*oTeVw@0rgXdH+wy<)UuOinENMq#!e1DFxRm=TvYl;=) z424w^gim6OA?z#0S$*ihNGeKDjDx++_?#-2XosHE9sD}`75#InS%W{z1|3556UH{> zO*QRi3$~A%OwfKG?pp`}?)>_PDr?`;<< zPFr=c(e#MX4>*sZg8tTzp(Je)>f*Cgrrvk9Xx$G*G_0p3cQ-XfnL<-uMRTPj@BH{# zqv*nD*UBi|T+-D=#igc83srCf@px0scJYI~CDc7y=a!{)zP6nR7r zOr%u=0}%l9EQ;ZrtMJOApqQ0c;@4uEm*Lz6zgFFXDe*T~{OGTUF@LU}5^Gh3{*`G9 z?{dQ${T!#5pI|I6#zx~|&N~~8ci}d`CtPv12%o@WY=KXnQz3jJ1bi}v4tyd6d@^z6 zlMvR4#sqenv3~(!gYe1NzknD+1O$RGR{?QDm@A(k7{*&&B7@&a^@<|v})YAt1nXsCW$DiFN+Ef5Usz&%wmhsh};V*m&sxq%85_w zbB+*|a*j_kzONU(hkB!$M>9}uFX%?KJyf9D3g(S!dqF_870fHu28fi@$y3u}%IiYU zL=F<^>Yh`%7bHJtqyG6|T|HtU$hFM66Z7eAY^w2DxRN80hXT%b9PsUD9)GRskB*DD}w&)+E9~CSjQmS7k6JmA4LsK{!K-gv}(Dh(Wjs!Xs-J zAVz>^5({Mze&zv{wL`wj7L%xsMBo3g)_Oism@8~Zz9%K?!~L9IVC`WyOaqN+squ&` zVu5-uf--^te0xtN3U#eSb;MQ3Rro10LGOsWI@l>{DfXQ@J*!icmql0cr@t71ut_Wx z!;&%BMS>-lKSRQ+wYMg)UG>^oY9sJ@+B` z-W2G&A|JM)3~lQS-LvTs%e|%DBbLjqFz&yzMXoH4a0s)KIKm;g2#3%Bhm-~ahtL3r zxL!F#CEnHeeq~fC*b0#~WycX)l?L88q!a}>#0sSGE3T9xQic`u+99|~;^e8W+jl}2 zB5SY*`n8UDq8;YH+Nw*(u(5Pmu(;;P)5@ym>C?)lIx{nqUmnB;1*K^QQUro;PD~6< zxQQ^?W{hDaB}*zfSy^u}OiYj{f13(nVrHZ6Dk*`OQ{Z%DVrE9foKmiOTbSO0oRSi6 zV|Yvq{5pp#DJ4z&$He&ACx5hOVDJwL`i6-)5RnNJb9FDXQNPFj0V@wG=wh7*HLHqH z7oPoqs2SAmONg2wy89E<45gG;QHYxH`KS25njwBwGpPU73{gbQSo&8pmJl`L!%fYI zI;eHJt{I(IHKSO$^M7lG-AhD1P!+O@cazcIy=aOiomlQaSPz{4(Kf zN*`jr@s#xd@YGP&ji-i~fv576Z#*@W1w56fd>z&C>&mJFsp)+_rKV9sUI}xGBJ+hY z^U=NMPb1WEPu6*wEyoUJbK5cTT&fkt#sVL5ap|q=P9CON#4v5RzL(s38B$+C;XP2+ z8f>NB*&)Dhk+BUPgK|msXUm!B<+>ZZI0V*{xX#x z47eJ8E;l=*tu;N|8aNmKJ33YA3EdoX@wLo3_n+E-`LT2h?Ww0_d;M6=qhE*ZUDo5O zb@qzulW5UJOnIsDuFi&^NyR-(#Kk7rSw}U^1kp$PpFP^}b+=DYe)|%B=pymQeereDyIF0_~RqiH+~s~`Rcrj43_*BocAgcGh2|C{WPnb#C)X5;C!r?h=iYC~Q2xdp@h9ELZ48!ysEFFdw5iBtv}r?^KpZ0RpYs%mGN zM-99&31`&ef2iGCSYj9;YGP*-?m9^ArYU&O8AUsZ9#)|*nbsNBo%!X*k)=nyO>AL} zHvW>HMxEAP5vTLx=hd8!Pv<{pGjIgOI0doMp4AwCv-X`AVjhxW_8rYCG>1v?Qg!7C zB|JN>wv#r+>CO@C%tBvmH_^_yo1bx9;KWq?@$>5F9&h~m+L1F)#D?~FS1+-5gXXVF zrZ`=DW8#iqBzBFY4ZC;UG(I)n!I^Gy4~(wcSZVaC?tIU&3OO~-Wgh0LsW3>_NBU^RcugZ zQAurVr*mvQljA^l#YC#JHZiBqg!~;N&oF1dK>eBI(z*o;hJzf2gC)MK?&!@A*)?rH z`c4nqSyn2e&!2qp_R@c{wcz29ps`Ut;!Z`@ZBzJd`FW;EYv?Z*6uZarhdHZ5ZgK_H zO|RCTZNoz%>h@u#6nRM#Q%;4cZ->w#I2TTk%*FCao|19hPOmUFr4!6sii;m4C|p9H z8+>+~CfjY{=R=jw$i0E^xZnCc$=1y)$<$-|o7&kn_w0wgPqhiAv%WqUeAKmKF!+&$ zzch7~?>q^8y05M8_6aL(zwb(J>ItvEP(BLoF7f%>6Cob6AIcuNv|}B{+vcu%zhY?f z+bPZ*&f{%(k3XKUJlop{PyW6fz42P0Zj5f^Q6okH-Nctx^i#T-G*pYe`XsCOO-Bbz zUuuFGqTAJvO<7Kh{z%X!|0U;A@8LooPD^oWb5-x1>K|t<#P)tNt(bmVkpFfp#2$WJ zwpv)pon35S&TXFJUE*p~{46c#XBF{8ErEaogQjcmAb*Wxy(X%Tt;2pRH)`ThXWobtch&OJ|0Q=*|GWK3`OF&katT zw(<<_eeWHQcAbokifFz)z1-tYEOA69>+Y+U$b2keP}4!GZvNcKeBrNIcE8wgsI!ue z%>Y9|0SisBFVp%2s;5w+OsbLhZzh^zp$O-WXR9%|%3{wav zot2maD#?|YGM!i;kd^w=&lxnhRnix=@8$0e_9cWK`b>bI%$1LCD}f+$l6x zL~iKf`XQ+YuPaMr>sWA&34Yg*q$SV~mvdux5-!lS%iX2Q_Bn~4Zms)Dc-Q<)W5 zdiToG*CIf+n~?}unvAeC8DS|9Kv=4x#8@T&?DUV&=ux@6!>a;TzlkS5(!%bo>*^$r z+Pajr+MNnZnpCvfg-zXA#jhzlk%=0$9bs=tpA4PSO_X0Rce?Y<;50IA)Yeu9AymDB z9Xdr=)8jpmoak1d=uWawctqbjQSn9C$^ku71TCOCQf5j%V~Fw58;q}aLt;4nt z>?7se!nO(LbcPt3U+n*;C7AxA86rJHFjvSOj$yx~%~%W6CYT=24+TOlgB194EX}E> zSw`MG)wm54q`#(kQZ?*M*$-WFaOVtk%$qBQhY9O9W)3lC2DQqG5%ghQ;;4x~}Hy(ZXRo$5y)<1&WIWh4u1kPLqlc55uO$?e|*k zUKB6_pd&*#@QA5kHmY#Af{aK2`(FZ^A3uw8gCQG;#747Zav#(cgkQ7c%M z-tKZ!5kHZhTjq&8O+cltbU#5WVp%3?naR~+jCrtZC}P=Guq;9dEGzRQpt4H6dUP^q zxBo@_&*NQkwu|v{OS@z2)=lEjHKC=&F6ajQv+nym`ItwVAL#8}%23@;UnvIEqPk=5 z0?sXzorFcx+XK$g?O^Nz&c#$X-H|Z_oTIn5)j;kzVHB^_mZ>v#48vePo6PTPyT679^I4{`#%g`uhf z71jEgRp%4*{ZBHhjP_bNw{MOy82-iA#9mDkIC2blnm-i;P!;(jwIpj!x? zLa5vs34-%+s~u3e2B;i11yn`|0hLF&zD-QB)jhQh{8WoGD3yQE_OfI++~gS5i7K#4 zIQf3~6PC>C{7E?%z~=mk1{%U)mi!0Wk2GKBei@E-lXF3^Sw&I1qM9?a8nAg4uvyLp zuo(!A05)qU=Gx^c+wJ~2omWfA@s^o#-pSOH>G*nVb zjNxW@Do-O@tqY=g06`TL8ipxAl@&mhECf{s096n|fGP}6Wvi>yPw44tbuH#jq$WEa zm$x}f2c>Qw>rd}$(n~&c<<1nLkgbhmm@dm46C1RNeWB3$h$KA}a7NDSwBkNvy_{Fr z5#Y>D*~w0HD1tNThoMJ+Gp&F#1V(@}p@1_8Aw-@!BHZCht9)e0`PILSZ|3|Y>@O|J zQr%2}LRN*m4`Ut3AuAg*jA46(D=Y&bhh&Ycwo5VAA#%u1rU8&cVyA!R$$5Yr!dM4# z2oOT#kbwtT!iUOasZjUw0~hO#5mn;~z9OpiMTUTaRTWgg6UNGO13H2yjFoaP0Z(T2 z&qWkbuXtiF_Y&|V0Pq9@!4p)#6NC_gCojWhN!2GcyB>9y(Cga-F1ReqKbQ!pI(>+L z>V!Y0j6Y@@u|B<3roUcRtyaePqu`BN648S11RT=)GK}Zi>WJVFvmz(pkVzHb&>|uuIsy&> zAq0mw6ZPyi3V@odH7 za;R3HAD?7>Y9Ll-KU1xZ^g8~r#j@Lw*xQo2R51IU4DaG;k>2sQ81>7QjLjB3HKi7$ zWXUhIMxo(yoad>=Oi&ueq26Mc|NHXCZ_ZxN&ri*bOo$MSyk@ih7>b##t0{2rZafo*Eh*$XRaIl>Be}l6`tO@{l!N~-^35O z(8I-h^IC=_PVOuXlc(XctfK_apVXD;EB@L_Fu6}t$$4!zL{eDg7 z)40iY=?1SAu92oc?p|zLAIW5ninE*EHq`fKKG~1vK5LV{Xqma#$wAyrKOCtaC|@dH zFF8#$Z*7a=W!!?_=@N|YA)Dbm@lIH!IPQM71>xy#d3eiGvih$35AmX=FM4mCe&{>B zUyd_@7OkKQs^sw;YqaQ4mj9G|P?~n(qaM#KO@6SsS4-}x?>&0tWBL0<%?otHdM^W; zDjt1m+dMc2*OWa-(M7m^yN@ z2`f=Hf6%@aj1(&)rgA{;kBV z_{KivcKbnA5`jf1{@LrS)CB4@OsmT#Ev1eQDQ@#DPWUjGF~FXn?@(B$tLm19$3MGV?&=_jNaNAGxF@GlkPs3 z4h`0RUZZb5hvHlHG)pqeKJz7)1i_*qI}T6Q=c4H3(1MxhT3i1hzL=NZ-VHS-?jl88 zi4ItnZs#YCzS3cobxQmTgMJ5M&e3K$Nk~Aohy240qXE2rKTfeN<=k^zmp*vhk zn{qL&yGC?_!u*8Hu3xp84O@NUqQc8p43Y$>=fXBvkE-_vXXQ_}0URh_pmS^Cn*x3=8dyTVH0+#y@aT z9^_Y6Wl};VOqL9DPR+>AFx_*IzE7F-G2hf8FO5%4dspTU?hX zDrYNGg=g(hX?>fI?Rzs8501A=hCbSij5U1Rn|Y;Kc^R0_=|<-0;kKMV@IHWAET5CD z5nYES3CTQ3k{_Gh$(4{?sC~^5OTY5SZU4`RaQfwWOX?$|i;cfj2H&31(Z$c=Z$uAALm=w-lI;3wNk!*I<${e#jOH3zA%*FMz6S=r1v`1WqUAe>2MY{JybEn| zcRni3a1g6vmK5Vusj?UrjggoQJ%%8QNFq5O+9n4ei=BQ^fg$Sz!;vhF4+MB~k7MKI ziYPx~Yiqo9IJ7-gz2rOZO+a#V_>1+XB|I2Ronq)?kpNo%5~k6g!kd z_is-0vYj7{)X)`{6ewLom-53aX@A|6o!7NOe!o-{6K;|PpI5b>xFho%6EmDsHKR{_ zt-5wpnft=g{amHC#+&u$yWLC0hNovb5K=a1IQ`B@p5dR_pz6#Og3NsUS%}CFT57RK zjkkS#dgPz5Lp9#=c~iySza1y>itls>%>+|jFW>lAz0rd5t$5cNtjzVQJDZzHV^ z0}YBldM^aWlEe5Y{Br)FjbAeyvk|Jzq=JR2%>+Y^iiHeg^i*p^!XK*U6R03T90@w* zQBfNG1{PV#zCECDBq-}p;?5*-+wQ@$+rqx{=&Y_ZZKWTk1LcKao8zI=pyy&OlaqRh z8tI?-X!9@Es>X}sL4p)P~j;;Z0+Y-ve`>j$AX$HQ;G zY^{lx=>NllA#$eI$Z)#TX+~<#Zr3_X@A&=#W6|*R^P1zrgRO5JK3~t0sVntt6Wxm# z!PW8KyHNWwLWlX8c2t(M?5MfPMEc6RP*LtXFH+L@SMM~DZMUr-XSU<(5YPm^$$tQ0 zRlqv7zN{JRG^PF6;S+h9Jler;wE2eSU2@-cG3Qc*(sD(&rY`Da+sfNxe}?^P$%@cjk+w-g;iua;6g(V&Gd%-0@YhgnI8LoZNHww#15fEa>6NtmMwBaSBw6uZy5J2XLVSS_5 zvXYiIVBMok=Z(4W@#mCO%flhx(Nlu5zWFOl6yYwC9(6KP9>si7^12H}&nNUphBvNj z!Y8nFaA=s2hUprSa_0P0%m`$W_9S?NP?p^x7?n`uJqgQ^kTfV*Wyzm`9@dNEK?_04 z98U5__Mq+i>z4+78~tGp{Ic)wf3539SoarU-4c={-nDfr?!Y=pJYZcf!n!o*o&@AS z*8K(6?MYl&x9kqATXz3v9by+CE4l0rw*P0H2Q9GfMlWTF7`bUyL#P9%BKh#iYh9LVHAHe!7!t&ol5y%X)!BBG;0_uM5Ny9Jw`NnSTNkgEMEl4MHr7!MXqNvIa zTsGq4!!MD}@%)hct$)D4!?G{zGO(-t=l0bz1QUjQtt&EEK}~SQ*BA@Zcj`7}h zVEDbnqDSlkWc_Fnnjv{(fdw43n8923W5_BZryg9|Xh9lH$7UFA$2y?w^H9 z_@5xd%u*8sFQ7rLUciQ++)qp;?BF(I_a9c%yY^OV7Bk@HAC+p%uGqJq|q7ZJN)qTuc+6w^r}wq#x;Izp}|w+sdOQ3kCp7U*Wr9Pb9(^lVaH zIK6zP5!_PHm6E;WUwwZYBEjoPyUZu2BiHT*UnQLNAKY$~v3TkC2ddBq>A~|uIy45) z8{>Uvu=p4OXypbVr!Eiqrv>g zKEiSc@(IPhBYjNpN6x=%*y%0pd8EF}*#3C}$w2A@?y@tWH)K)9S&SDSb=euN{y>a| zycOy!1|LNFPZCmtf+RHP50X$0iWtpJ5?X;jpb(=0Nk|O}2!6HJf0EE3BCwsWlhBGW zNJ1;Hn z^!+s5*xghn9il$j#E_RLlf0gGDkU3v0G@yv zgyQ`@bV@c$9d!EKE~Vc=GQTa~!+xXULr~!k0S@%w(OZ8&q={Y%?tmOgM31Co9Ey~W zET#YvQ0vQMjU)p73?*Bi2-0;#f5&{<)h8ko9wDGsgp7B!5~w)jCVu&TQO}SfiJbG5 ze+TWtm^%HwV}g+Wj=4&Pgs+B#8cB2|+ZXs9Q$Wp+=l%$7eXeS@Lx7>J<$JiY5+z$w zD@sN!B=*?`q12}rt4GgHF#X`%M4$=#L5p$1i8!$^=ANL2&I-uItf=G!<}e1NYE=*s zSvG!VRn8X!a=e}x@N>-)ZsGQ|=4m4mJ}_&h`&dno&bG_p z44z@p?w3bCDPLovz{h~4xnH4jk_V#6a7K!~>lS>C&25tL*~&vKHw+aptpplGE3Pf? zj7@ll_L;1j+xg1isqj~+aV)H*3_3cYGl^8bUI!H`25%<_MjvTjS#Jj_3}(O#Z&YQ6 zb7@sbmC6s~n0YvlGg34|OXV}U2>-*WawWhit~kIc1Lko?|Lej=ngVG)J1=5UFxb{_HBeepYB2~WO6c?dwEGxE1A8Du09vtyQg8J;OBNI47KBE{q z2~dNX*)~>X9*HOPOPzs}-mH$5SpZ>^LJh)(6%jV7xR#Fpt=*jf$e0&cR~hr11Z2!}lADZ)*agVKq30yaU;ig#`l5l1d81btbU^rCEM0pZ zA1gREP>dMPeb&nu<>{~7#PViD#%pX@pPSPY*U@o_V6B!!w{f5>$A^wB8o3^_7m`>O z!d{>)BYEHp@_#Io1+>*Ix`k(1XpDi;r|F}Q5L|;U{z>Lh&L(8 z{c-!(OwzF0+?0=wf}nct>E=k>fxZXBH-6V)#hXaT`j8zPV)Hi_?osiS%@!q8)y zg7{E87)!11siT5cl&A?bF>J_^1UF5LB*AhROg-qTi9tO7w-sdrZSzVPq7^0bPs6xr zV&p(8nuY5Lez{{!bPfSN>oP zUciD}y>K0eW${nDG{p1d6|C6`8&Ry;@;;#c?-2>S@KDv7ts6m2Yc@q$l(P7nN>&y> zq^2c~>2bBvKdZ{(f$Lng;$w!?DBDoZw3r)+F>zohtBZdU89goijNS|}fnQl+U?_1! z1Qu5H4$G_dBIAh3p!7AaTfuvYbx3Gh{8Jv%i@i))hACTSqR2rb=#eu~w*5RM zV9xNTRGBC#LCj(Z%H9eyRJx(8q0*jgCYjb%L?WI8{u7b6l)*7i_AVM^IarQ|`I@pG z3@*3t@h}6*-s%LDB_phh`446HWC!wC>te1b>%kBigzmwRcO8+4T?T@XpdJik(X@yk z;&w5;kc_Ye5Pc>*z)%UCTFK&+B{XUq7YXT{K+S$>P8?U@TKnco0^!y)^4aj&)S zD-$Y`%#SqsC?Opk-S(u+UaLm(oM#bQQmykZQ@^|#xJRR|M1w9H;vk0vO8O=eYN^Is zbH4kOv+#V=BJejb`%;e_NA#Y7kLO*mh{nip)wSq z7X&ogk+0m75Px^_LbO@E)sbqEg5VQJEIJRVkBU?)QIP`SXPngyXPwXH9ue#uC;||i zlGh=+zaK6-Mc~Jo>i9$R3A2TDFK9E_YuPsr*Z->HKa7d`_1^oURSvdqf!kLx+Dk3`9Uj@ZBq6>Y67)|0?W^|yq1dYqLg2nHz7K)3ufL{R-M~V zKL)UFLFglJP$f3Ug-2%LL!HMG+orzzkM!pDK5x5lxZn{6-l3VcJAZrh$n5bTk*p4D zA4DKYl5)==GykLMlWmuXy8^b>!~6|{`YliwS)~%fNB(<03z!l}96@6i)2pv|)XoYz zCRz`7dwup!c0Y<9ZCf=c#TIHMyu1CzMXi?zB@2}g7BR;39pi;guuFuf$2qz~SZtRe zr+2W_LPgiau7Rro>#D8$CfnSr9jV9l_`aPy7)@{3P-7}q%0v?<9LPNjc;YU9Fvr*= zGaBV6ky$eaI_F^qK^Qh+9en5o_t)4%N^5XMo@bS2QpmkKR;AdozhCv3Rr845=c!Qx z%DwD@o+m;51Jnl^;q|yLQqzR=fgjcL&F^A&{$=0J~3zcWz04utlNWMoDJM^QY_3Zou$)`G)SuU&V*sN%r$B^zMdYbn1rrw{AAf zxb^`{C&+@WdvIoX>k31bx~v8&akAtaYKu?#V92Ia(Ez#cgMI&9GJHf-kKH6^h+%4G zUX8Z@@Jry-jFy0M3+=##t1sb9z`~ckpRM5o>FuM@*wlg;q-?jsHT_lVhPzB2~&6YO?LPC`>TVs;8I^}rlmXdh)B z<>W^hFX=SNDXhc`-1F|fNEGj`SXL!}Yropoq>4221I zdw*sc#o*z=_ZLu8qm<#?5EpvGb=^@XfsXomtb5f_N01>pYT5tksNY~9I%=OCPqKHT zm*|xX{sLqIN@s%fun)^wsIU+06Ah*l(k_``(#n?qP<2&K6$!E`mq&zlHEGROD}6w* zDhDR5A96vJ`mn5I4Oi1XXFO`U?E_a!5Yt?hlZmE-MHBD*Ja4_F`-i^$)02319&3-j z+-_7*=t`gwQV+CsoUu9brI6l}-(Dz4VBS1m-VUUA+_}jAE!LvG`>D!|u2Kd=z#vgm zSz<@e0^i#o)XZ*m1_>gctvy&R@v+z;Smt+ET%j6_Owa9wBTAf3IS+Jr<+MJtb zF8FMk3YZsNMjgYPyN)5}xsA~>L2T?95oE6no!6+2zt2k;eF(GXtj-Fgg})vfYm`@tQ&(Q2W~4 z2d^MVKP(`8ZKfJcpsMAMH`}tllQBc7LqpRNQf&kw`_8(A?oiB;u9B7Xt;0YlxL{i- zhB)@Y2ZEpqy(0(CM~60vJ2B@Y3`-2^PL|R7jbu4X;r2c+JuNi&LuMYVCDY#4cJaeB zHaXz!e}*{qX|`7UcFDjl(dn6bs!ME;HHO{!;nAMyD4#-|EdRzYXDas>hL#eKe+F8G z#T=*VmN+s{wFQvP29N!1z8b|uP=Qg*-0MMRdD6!O%nDK@%nMDaGp^rK>-c$JlTI%* zeL6=DE^c0_$}o@y2lXUL7`0huepXb5Tw;meZM9ZnuCHuLK5od>@W%o@nGe!oI2tW5 z#DOh>$da^BSt&)H3K>}-Jo~Z0g!IJaRoL6Cv96JOnvD^=zh2|XjoA(QZr{Qy0lG;jpT)k(N4Rk?#LxhO3jg=z*f-ug! zpOpZKi^MVyf(k*p8t#2NPk)C6&Oe`I-Qls%Vf>0IqC(!tph;~h)Ew^TGlwUC6uNEo zM?|<@iE-w^K*hb9!xW!_hAiKm+$z9 z8m^P1z}CzOb0GSnJ6FN^B$oEjVy7Q3F?!9o#>a;sICbgkz2k=TFrMl0@B!(xPxV~x ztcHc<1FD~VkI6YNwjZ@Y?H4yFnA`j56Yhp+72kTHpTGFpSuv zZRQ+t-`Ws~QB<|sj8)+Ho%%@NiNs?4kE5Qs0O8&eov?x8Y-k|*Cq&b7VBBXPkslQm zE7QXTL(gGAVUa_kd{2vGNw12sGQh@*q{7>W3$8FwkSUdbf6xa){2(}4R`fjwy$8}) z6RL?5EBeBRs+3BpV5k+7?JscM8scQtBxLxPf}s|@EjXgVJeURhVEQ-7#9sg>i>(!l zQfVTZ7V(}^FseW@#x9f7k#8>wKpy~&kbkMN9RAmUk;fCC6`ew7yH9Ura9VpXf=ojI zLoHzoxXLsU7$DOyir^4r3D12g`^_W=qX{ICfYG3c%+lg&w1dO83pQ9Q3emnt`HP{K z`<7o`owY`PsnZ0i3FeuC!$__vJnCjNBNoDKmTTI_$mD_z4%IH$pj?Te->_Elefv5XdGHqz#;mH9mu7-jHA;A-y4C*EK%1IHkK93E7?# zBhIrXXb&NNCTMR+u5Tx9>w*)72{;vMeFi6BjnBMsliqj;bjty~mS;1fgEmem?u;$@pzT)Bdo@l;3&Nh?Y6 zHg=hcj%s^oMvo#4H;3W1?3Tcx1Dgn{%v2yjEo=%UX_l5%;}C%_9$0Y`f$ye&HT1vu zP9gC1MBwWQ-@L)M`Zd7U6M-)t0$)6UZ#DD=-)iV8ZLTN47a{%+-)bnp_Yi?EtqNm+ z!PTFN{h4k2x`?J4jZESVZX}HlsQb(U@&lsy8aFVWLHzRHNJ8ij?v$K9EHOq!)+m9X zRzi`6IKibt4>+#oJqDA9+{bWp|Bdtw->WHI`ToNaaQ?C;1yed}(%i=&D!{E{wmG;P zu_gt#KRt*OTTe5nh34S?#`=_8;lfv+>#Cf|$XdA&G&RnKMWQfy}FfIixK6KWg z=yAx*j|~5-bdL(sJ%rx)0Ke}l-EUmZM2!U3HQX^Vs%lnye&C%?5;1y_r|SoqWP;?A zjF)BTgCU7F2RSmbHit%G<9|Xe4{_Wd#saO@FqSq4h#7E=^RN(HR1IT+oO?AO(0|4( zs8I+mqt0fDr8Np+Wyr%|;DHc_kT1T#Gah1nSO|YiolgR$P-Owia@!j}4{-wgXYjg{ zX;Fx6!MM)&0JYD~C*LP(<9sISU9fFK{d65F;?ibV>ld3F7YVlkrpW-) z+YbSz><{58{|D1-fN2*oz_g2){oxI!Dge_iVt{Ef0@Gv!rYiq1Rq?-z)ob$%&r0dFQm6M0HkOLNYSu}*>50)14z*jkirl{2^a!W z_&-SDFn?q;04YNJe;|beNU?|kr2YWXqP^=+KmLIm?vQKL$IQHci;{Vu=UqCBDmtgknB_si~jJ&SU2xYnh0nkr}-AlYnECsY~h61gdUjwb@0&ldQLkY$smhz*$691?5T%frF zyBE+p7>|{p>BAP+qo$1yGLOTzhFDaiQ3NBeKReN98$sGyncvB&mTI(6Oo0!N;bq3K=*zgx=NO71YEawB@X%MwSg2d{(O~8ApG7r zBHI}8hGEpB#a{jl7xJM_4Mc6|md7;H8RVA<)PNyr@OrW@m&xlWwCBSAkTeDi8q3@% zt(>@xL#EMVj7p@@10kqXMAha8VI~*|7BferE^~Ow{|U1m5N7!lAk6Y9a?NkTECqyF zJ_QIf!9WmZf-NA-QvQWmioZ2_J_QW#O8j4#rGPNg<_DNqql47tQByB``|+F$m~97w z**3W4_(6+&GuysAxhZ1n=i-rL2e);3O%8MPkPx$Nc3nVS69jcXBS`QW_U->rR}Vn~ z#2A;DL*w%e3BCd95_13&m>{TYf}rlVf7Jbk+=fNW0Z4!l|3`vvfV%9ufCOz=fCN3( zRGhu8RgA1GT(znrEO&0DreUWn2H?U2#|E45!?oW!N8qP;p(MPdyx&p!(}_CI9$w#s zF9okh5_pM+lWUI%HFTiw3_{--nD_r7Z9O8?gb|@8tTA(=uQwp=kT4?D&=H{)0`&F% zM_O-`eVid-5NZhVfBJd@(&pMDLJjANv@G`ZJeye&tc#qr@!f=PT~vF~B2E0!;Z5uP z#(t9dvSJEQoHQhu2o8Og)-CA~N(Fdv6NV7H7>WC3^sQVQpl}yL;W325V=%M-qi``$ zSX&4vtSzK5cB8NvP*__CDBOimxC^1M**}HNP~PHb3;EGriT_jB456?MQ1~rEVf{OG zV%;sUKN?N1ou6hF7p-){A9F85#F8Xwu)itkD7Rx|bPB^Tb25Td)>_tXDfyqEGadPz zp!YRO3c%|#o>Hw+fsE)K$UqOk-N&)Hw7IfWK}T_i?~9aRx50 zuuAp05oMK1K?}TTm8=O*ZRZMH0IbKAxSwYI0Yt&}?mkXRTSh%d>_fuj@~9j>E4VJwiMgv<0 zAmy;^bq&-qumWbUD0W~icEjd`cVf`4L#>+@y-ZxNN&wj7JtM~oSyjcyaZH1mH6-=T z!iJbsfrdk@#u`Av;D9a9f`Wyi(p=)e;C$Ew49n- zU~ujL1}B#|FgUryfx+3z4Gqp#ZV|nJ9l+oODTf7TD>pDW3qbXx9xynAb{&bI$9geI zT4lYnew0)T+wP;Ce_y#|Rw%TyUB#lrwg5L;K@a zM#fcI-xM15{CyWZ_2&PTQ3g$nE20{h?kr|lB?fFOWC6nJWj(hb;(+*Vi_1#ByX zas%56q1++54Up#7R$yBplpEMq$O5$$vOsNxt+2MjR)?!hq1+4DLCWE6g{`3Gml!ZA zuL9c&(4|0gbZg{!joA6td7T!X`qlS5=iEn)JPL>3Onk`kJA}2gN6yNIRiRL7f`)fp z#YM*8IrB8TbU%OAlS$$8t2q&_Hf5==zfkTZMnQ)oZxoYegszIRI>vwYA7hC`^n}ge zL0{dZ$)avYl*(OtIt8*{bcw{_}%Q#S)z5 z{^g1n1B38KU_WE90yQytk zw}y7tChjni`$<)~-MK=OGPc*}M_uQ76@BQ8%rn1jmS1FlF}#jiTXZI=OHgCw>aeSp zbsF0*N+~~YUFEV|^hpIvySb|x@AO-T?qxAw+x{TnfyVKrCkr3%eb{1g(?LH*Mnd3=TC+0 zjeCEkXG}d>S@8CeRGXq)*k*l`q$e-meXG-x-2ZgEQ(?98=z*ELffKM7@WD)@$!v;Gt5cya<(2;?t0LuY_0p6$v zAfFb;jiTEOXdTj7dgvOFkAwpqCWinCOqfT@q3cFIJq>hh90F{C>BfGD9J)cs2@Z7F p8Uh?=#(wk~x(Ud^3rd&>aMuq@G7a!%WdkW;1HvX?5E%x5cmV6T#Bl%s diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html deleted file mode 100644 index 8df18711..00000000 --- a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.html +++ /dev/null @@ -1,9833 +0,0 @@ - - - - - - - - - - - - - - Documentation MandatoryDismantling - - -
-
-
-
-

Aspect Model MandatoryDismantling

-
urn:samm:io.catenax.mandatory_dismantling:1.0.0#MandatoryDismantling
-
-
-
-
-
-
-
- -
- - -
- The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled -
- - -
-

Overview

-
-
-
-
- Aspect Model Diagram -
-
-
- - -
-
-

Properties

-
- -
- -
-

BBP Number Dismantler

-
- -The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.� - -
-
Name
-
bbpNumberDismantler
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://catena-x.net/fileadmin/user_upload/Standard-Bibliothek/Update_PDF_Maerz/5_BPDM/CX_-_0010_BUSINESS_PARTNER_NUMBER_PlatformCapabilityBPDM_v_1.0.1.pdf
  • -
-
-
-
- -
-
-
- -
-
Example
-
BPNL8888888888XX
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
bbpNumberDismantler
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - BPNL Regular Expression -
    - -
    -
    Description
    -
    The provided regular expression ensures that the BPNL is composed of prefix 'BPNL', 10 digits and two alphanumeric letters.
    -
    - - -
    -
    Regular expression
    -
    ^BPNL[a-zA-Z0-9]{12}$
    -
    - -
  • -
-
-
-
-
- -
-

Catena-X ID

-
- -The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace. - -
-
Name
-
catenaXId
-
- - - -
-
Characteristic
-
-
-
-
Trait
-
-
-
- Reference -
-
    -
  • https://tools.ietf.org/html/rfc4122
  • -
-
-
-
- -
-
-
- -
-
Example
-
urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
catenaXId
-
- - -
-
Constraints
-
-
    -
  • -
    - -
    - UUID v4 Regular Expression -
    - -
    -
    Description
    -
    The provided regular expression ensures that the UUID is composed of five groups of characters separated by hyphens, in the form 8-4-4-4-12 for a total of 36 characters (32 hexadecimal characters and 4 hyphens), optionally prefixed by "urn:uuid:" to make it an IRI.
    -
    - -
    -
    Reference
    -
    -
    -
      -
    • https://datatracker.ietf.org/doc/html/rfc4122
    • -
    -
    -
    -
    - -
    -
    Regular expression
    -
    (^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
    -
    - -
  • -
-
-
-
-
- -
-

Depollution Record

-
- - information on the depollution of the end-of-life vehicles - -
-
Name
-
depollutionRecord
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
depollutionRecord
-
- - -
-
- -
-

Depollution Requirement

-
- -The minimum requirements that must be met during the depollution process. - -
-
Name
-
depollutionRequirement
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
depollutionRequirement
-
- - -
-
- -
-

Digitally Coded Component

-
- -Information on digitally coded components and parts in a vehicle - -
-
Name
-
digitallyCodedComponent
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
digitallyCodedComponent
-
- - -
-
- -
-

Mandatory Removal

-
- -Information on items subject to mandatory removal - -
-
Name
-
mandatoryRemoval
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
mandatoryRemoval
-
- - -
-
- -
-

Substance Of Concern

-
- - Evaluation of the presence of substances of concern (Pb, Hg, Cd, CrVI) - -
-
Name
-
substanceOfConcern
-
- - - -
-
Characteristic
-
-
-
-
List
-
-
-
Has a certain order
-
-
-
Duplicates allowed
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
substanceOfConcern
-
- - -
-
- -
-

VIN

-
- -Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN - -
-
Name
-
vin
-
- - - -
-
Characteristic
- -
- -
-
Example
-
WBA41DU060S228332
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
vin
-
- - -
-
- - - -
-
-

Entities

-
- -
-
-

Air Conditioning Fluid Entity

-
-
- Encapsulates the Air Conditioning Fluid details -
- -
-

Properties

-
-
- -
-
itemType
-
- -The item type of parent. - -
-
Name
-
itemType
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Diesel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemType
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Air Conditioning System Entity

-
-
- Encapsulates the Air Conditioning System details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Airbag Entity

-
-
- Encapsulates the Airbag details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Antifreeze Entity

-
-
- Encapsulates the Antifreeze details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Battery Detail Entity

-
-
- Encapsulates the Battery detail. -
- -
-

Properties

-
-
- -
-
Battery Type
-
- -type of battery chemistry of electric vehicle batteries - -
-
Name
-
batteryType
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Lithium-Ion
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
batteryType
-
- - -
-
- -
-
Discharge Instruction
-
- -Provides instructions for the safe discharging of the battery. - -
-
Name
-
dischargeInstruction
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Follow proper safety procedures for discharging the battery.
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
dischargeInstruction
-
- - -
-
- -
-
Required Tool
-
- -Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. - -
-
Name
-
requiredTool
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Torque wrench, safety gloves
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
requiredTool
-
- - -
-
- -
-
Weight
-
- -Weight of the part that contains the specific pollutant in grams - -
-
Name
-
weight
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
The characteristics of the weight.
-
- -
-
-
- -
-
Example
-
250
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
weight
-
- - -
-
-
-
-

Brake Fluid Entity

-
-
- Encapsulates the Brake Fluid details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Bumper Entity

-
-
- Encapsulates information on bumpers -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Catalytic Converter Entity

-
-
- Encapsulates information on catalytic converter. -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Component Containing Mercury Entity

-
-
- Encapsulates the Component Containing Mercury details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Component Entity

-
-
- Encapsulates the different available component. -
- -
-

Properties

-
-
- -
-
Airbag
-
- -A property of the model, named airbag. - -
-
Name
-
airbag
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
airbag
-
- - -
-
- -
-
Liquefied Petroleum Gas Tank
-
- -A property of the model, named liquefied petroleum gas tank. - -
-
Name
-
liquefiedPetroleumGasTank
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
liquefiedPetroleumGasTank
-
- - -
-
- -
-
Compressed Natural Gas Tank
-
- -A property of the model, named compressed natural gas tank. - -
-
Name
-
compressedNaturalGasTank
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
compressedNaturalGasTank
-
- - -
-
- -
-
Hydrogen Tank
-
- -A property of the model, named hydrogen tank. - -
-
Name
-
hydrogenTank
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
hydrogenTank
-
- - -
-
- -
-
Explosive Part
-
- -A property of the model, named explosive part. - -
-
Name
-
explosivePart
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
explosivePart
-
- - -
-
- -
-
Air Conditioning System
-
- -A property of the model, named air conditioning system. - -
-
Name
-
airConditioningSystem
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
airConditioningSystem
-
- - -
-
- -
-
Refrigerant
-
- -A property of the model, named refrigerant. - -
-
Name
-
refrigerant
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
refrigerant
-
- - -
-
- -
-
Component Containing Mercury
-
- -A property of the model, named component containing mercury. - -
-
Name
-
componentContainingMercury
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
componentContainingMercury
-
- - -
-
-
-
-

Compressed Natural Gas Tank Entity

-
-
- Encapsulates the Compressed Natural Gas Tank details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Cooling Liquid Entity

-
-
- Encapsulates the Cooling Liquid details -
- -
-

Properties

-
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
-
-
-

Dashboard Entity

-
-
- Encapsulates information on dashboards -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Depollution Record Entity

-
-
- Encapsulates the depollution record relevant attributes -
- -
-

Properties

-
-
- -
-
Time
-
- -Time of the specific depollution. - -
-
Name
-
time
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
- -
-
-
- -
-
Example
-
14:34:00
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
time
-
- - -
-
- -
-
Date
-
- -Date of the specific depollution. - -
-
Name
-
date
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
- -
-
-
- -
-
Example
-
2024-01-24
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
date
-
- - -
-
- -
-
Depollution Type
-
- -Type of specific depollutant (e.g., Diesel). - -
-
Name
-
depollutionType
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Diesel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
depollutionType
-
- - -
-
- -
-
Fuel Quantity
-
- -Quantity of the specific depollutant (e.g., Diesel) in liters. - -
-
Name
-
quantity
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
- -
-
-
- -
-
Example
-
23
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
quantity
-
- - -
-
- -
-
Optional Waste Transporter BPN
-
- -Identity of the final waste transporter BPNDetox Ltd. (optional). - -
-
Name
-
optionalWasteTransporterBPN
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Detox Ltd.
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
optionalWasteTransporterBPN
-
- - -
-
- -
-
Optional Final Disposal Site BPN
-
- - Identity of the final disposal site BPNDestroy GmbH (optional). - -
-
Name
-
optionalFinalDisposalSiteBPN
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Destroy GmbH
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
optionalFinalDisposalSiteBPN
-
- - -
-
-
-
-

Depollution Requirements Entity

-
-
- Encapsulates the depollution requirement relevant attributes -
- -
-

Properties

-
-
- -
-
Fluids
-
- -information on the different fluids and liquids available in the asset - -
-
Name
-
fluids
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
fluids
-
- - -
-
- -
-
Component
-
- -information on the different components available in the asset - -
-
Name
-
component
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
component
-
- - -
-
-
-
-

Digitally Coded Component Entity

-
-
- Encapsulates information on digitally coded components and parts in a vehicle -
- -
-

Properties

-
-
- -
-
Number
-
- -Number of specific pollutants detected. - -
-
Name
-
number
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Describes a Property which contains a number.
-
- -
-
-
- -
-
Example
-
1
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
number
-
- - -
-
- -
-
Location
-
- -String specifying the location of the pollutant , component or part. - -
-
Name
-
location
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Front Right Panel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
location
-
- - -
-
- -
-
Technical Instruction
-
- -String providing technical instructions on removal and replacement, including the sequence of all steps. - -
-
Name
-
removalInstruction
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
removalInstruction
-
- - -
-
- -
-
Functionality Description
-
- -String describing the functionality, interchangeability, and compatibility with specific parts and components of other makes and models. - -
-
Name
-
functionalityDescription
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Compatible with models X, Y, and Z.
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
functionalityDescription
-
- - -
-
- -
-
Manufacturer Contact
-
- -String indicating the contact point of the manufacturer for technical assistance. - -
-
Name
-
manufacturerContact
-
- - - -
-
Characteristic
- -
- -
-
Example
-
support@manufacturer.com
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
manufacturerContact
-
- - -
-
-
-
-

E-Drive Motor Entity

-
-
- Encapsulates information on e-drive motor. -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
- -
-
Motor Detail
-
- -A property of the model, named motor detail. - -
-
Name
-
motorDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
motorDetail
-
- - -
-
-
-
-

Electric Vehicle Battery Entity

-
-
- Encapsulates information on electric vehicle battery. -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
- -
-
Battery Detail
-
- -A property of the model, named battery detail. - -
-
Name
-
batteryDetail
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
batteryDetail
-
- - -
-
-
-
-

Engine Entity

-
-
- Encapsulates information on engine. -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Explosive Part Entity

-
-
- Encapsulates the Explosive Part details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Fluid Container Entity

-
-
- Encapsulates information on fluid containers -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Fluid Entity

-
-
- Encapsulates the different fluids available -
- -
-

Properties

-
-
- -
-
Fuel
-
- -A property of the model, named fuel. - -
-
Name
-
fuel
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
fuel
-
- - -
-
- -
-
Motor Oil
-
- -A property of the model, named motor oil. - -
-
Name
-
motorOil
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
motorOil
-
- - -
-
- -
-
Transmission Oil
-
- -A property of the model, named transmission oil. - -
-
Name
-
transmissionOil
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
transmissionOil
-
- - -
-
- -
-
Gearbox Oil
-
- -A property of the model, named gearbox oil. - -
-
Name
-
gearboxOil
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
gearboxOil
-
- - -
-
- -
-
Hydraulic Oil
-
- -A property of the model, named hydraulic oil. - -
-
Name
-
hydraulicOil
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
hydraulicOil
-
- - -
-
- -
-
Cooling Liquid
-
- -A property of the model, named cooling liquids. - -
-
Name
-
coolingLiquid
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
coolingLiquid
-
- - -
-
- -
-
Antifreeze
-
- -A property of the model, named antifreeze. - -
-
Name
-
antifreeze
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
antifreeze
-
- - -
-
- -
-
Brake Fluid
-
- -A property of the model, named brake fluid. - -
-
Name
-
brakeFluid
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
brakeFluid
-
- - -
-
- -
-
Air-Conditioning System Fluids
-
- -A property of the model, named air-conditioning fluid. - -
-
Name
-
airConditioningFluid
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
airConditioningFluid
-
- - -
-
- -
-
Other Fluid
-
- -A property of the model, named other fluid. - -
-
Name
-
otherFluid
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
otherFluid
-
- - -
-
-
-
-

Fuel Entity

-
-
- Encapsulates the fuel details -
- -
-

Properties

-
-
- -
-
itemType
-
- -The item type of parent. - -
-
Name
-
itemType
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Diesel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemType
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Gearbox Entity

-
-
- Encapsulates information on gearbox. -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Gearbox Oil Entity

-
-
- Encapsulates the Gearbox oil details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Headlight Entity

-
-
- Encapsulates information on headlights -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Heat Exchanger Entity

-
-
- Encapsulates information on heat exchangers -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Hydraulic Oil Entity

-
-
- Encapsulates the Hydraulic Oil details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Hydrogen Tank Entity

-
-
- Encapsulates the Hydrogen Tank details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Infotainment System Entity

-
-
- Encapsulates information on the infotainment system -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Inverter Entity

-
-
- Encapsulates information on inverters -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Item Detail Entity

-
-
- Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions -
- -
-

Properties

-
-
- -
-
Pollutant Type
-
- -Type of pollutant (e.g., Pb, Hg, Cd, CrVI) - -
-
Name
-
pollutantType
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Hg
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
pollutantType
-
- - -
-
- -
-
Number
-
- -Number of specific pollutants detected. - -
-
Name
-
number
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Describes a Property which contains a number.
-
- -
-
-
- -
-
Example
-
1
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
number
-
- - -
-
- -
-
Location
-
- -String specifying the location of the pollutant , component or part. - -
-
Name
-
location
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Front Right Panel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
location
-
- - -
-
- -
-
Weight
-
- -Weight of the part that contains the specific pollutant in grams - -
-
Name
-
weight
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
The characteristics of the weight.
-
- -
-
-
- -
-
Example
-
250
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
weight
-
- - -
-
- -
-
Technical Instruction
-
- -String providing technical instructions on removal and replacement, including the sequence of all steps. - -
-
Name
-
removalInstruction
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
removalInstruction
-
- - -
-
-
-
-

Liquefied Petroleum Gas Tank Entity

-
-
- Encapsulates the Liquefied Petroleum Gas Tank details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Mandatory Removal Entity

-
-
- Encapsulates information on items subject to mandatory removal -
- -
-

Properties

-
-
- -
-
Electric Vehicle Battery
-
- -A property of the model, named electric vehicle battery. - -
-
Name
-
electricVehicleBattery
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
electricVehicleBattery
-
- - -
-
- -
-
E-Drive Motor
-
- -A property of the model, named e-drive motor. - -
-
Name
-
eDriveMotor
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
eDriveMotor
-
- - -
-
- -
-
SLI Battery
-
- -A property of the model, named SLI battery. - -
-
Name
-
sliBattery
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
sliBattery
-
- - -
-
- -
-
Engine
-
- -A property of the model, named engine. - -
-
Name
-
engine
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
engine
-
- - -
-
- -
-
Catalytic Converter
-
- -A property of the model, named catalytic converter. - -
-
Name
-
catalyticConverter
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
catalyticConverter
-
- - -
-
- -
-
Gearbox
-
- -A property of the model, named gearbox. - -
-
Name
-
gearbox
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
gearbox
-
- - -
-
- -
-
Window
-
- -A property of the model, named window. - -
-
Name
-
window
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
window
-
- - -
-
- -
-
Wheel
-
- -A property of the model, named wheel. - -
-
Name
-
wheel
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
wheel
-
- - -
-
- -
-
Tyre
-
- -A property of the model, named tire. - -
-
Name
-
tyre
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
tyre
-
- - -
-
- -
-
Dashboard
-
- -A property of the model, named dashboard. - -
-
Name
-
dashboard
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
dashboard
-
- - -
-
- -
-
Infotainment System
-
- -A property of the model, named infotainment system. - -
-
Name
-
infotainmentSystem
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
infotainmentSystem
-
- - -
-
- -
-
Headlight
-
- -A property of the model, named headlight. - -
-
Name
-
headlight
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
headlight
-
- - -
-
- -
-
Wire Harness
-
- -A property of the model, named wire harness. - -
-
Name
-
wireHarness
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
wireHarness
-
- - -
-
- -
-
Bumper
-
- -A property of the model, named bumper. - -
-
Name
-
bumper
-
- - - -
-
Characteristic
-
-
-
-
SingleEntity
-
- -
-
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
bumper
-
- - -
-
- -
-
Fluid Container
-
- -A property of the model, named fluid container. - -
-
Name
-
fluidContainer
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
fluidContainer
-
- - -
-
- -
-
Heat Exchanger
-
- -A property of the model, named heat exchanger. - -
-
Name
-
heatExchanger
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
heatExchanger
-
- - -
-
- -
-
Metal Component
-
- -A property of the model, named metal component. - -
-
Name
-
metalComponent
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
metalComponent
-
- - -
-
- -
-
Plastic Component
-
- -A property of the model, named plastic component. - -
-
Name
-
plasticComponent
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
plasticComponent
-
- - -
-
- -
-
Inverter
-
- -A property of the model, named inverter. - -
-
Name
-
inverter
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
inverter
-
- - -
-
- -
-
Printed Circuit Board
-
- -A property of the model, named printed circuit board. - -
-
Name
-
printedCircuitBoard
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
printedCircuitBoard
-
- - -
-
- -
-
PV Panel
-
- -A property of the model, named PV panel. - -
-
Name
-
pvPanel
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
pvPanel
-
- - -
-
- -
-
Transmission Component
-
- -A property of the model, named transmission component. - -
-
Name
-
transmissionComponent
-
- - - -
-
Characteristic
- -
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
transmissionComponent
-
- - -
-
-
-
-

Mono-material Metal Component Entity

-
-
- Encapsulates information on mono-material metal components -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Motor Detail Entity

-
-
- Encapsulates the Motor detail. -
- -
-

Properties

-
-
- -
-
Weight
-
- -Weight of the part that contains the specific pollutant in grams - -
-
Name
-
weight
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
The characteristics of the weight.
-
- -
-
-
- -
-
Example
-
250
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
weight
-
- - -
-
- -
-
Required Tool
-
- -Lists the tools or technologies required for accessing, removing, and replacing the electric vehicle batteries. - -
-
Name
-
requiredTool
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Torque wrench, safety gloves
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
requiredTool
-
- - -
-
- -
-
Treatment Technique
-
- -availability of best treatment techniques - -
-
Name
-
treatmentTechnique
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Available
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
treatmentTechnique
-
- - -
-
- -
-
Permanent Magnet
-
- -types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite - -
-
Name
-
permanentMagnet
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Neodymium-Iron-Boron
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
permanentMagnet
-
- - -
-
-
-
-

Motor Oil Entity

-
-
- Encapsulates the Motor Oil details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Other Fluid Entity

-
-
- Encapsulates the other Fluid details -
- -
-

Properties

-
-
- -
-
itemType
-
- -The item type of parent. - -
-
Name
-
itemType
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Diesel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemType
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

PV Panel Entity

-
-
- Encapsulates information on photo-voltaic panels -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Part Detail Entity

-
-
- Encapsulates the details of parent part -
- -
-

Properties

-
-
- -
-
Number
-
- -Number of specific pollutants detected. - -
-
Name
-
number
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Describes a Property which contains a number.
-
- -
-
-
- -
-
Example
-
1
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
number
-
- - -
-
- -
-
Location
-
- -String specifying the location of the pollutant , component or part. - -
-
Name
-
location
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Front Right Panel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
location
-
- - -
-
- -
-
Technical Instruction
-
- -String providing technical instructions on removal and replacement, including the sequence of all steps. - -
-
Name
-
removalInstruction
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
removalInstruction
-
- - -
-
-
-
-

Plastic Component Entity

-
-
- Encapsulates information on mono-material plastic components -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Printed Circuit Board Entity

-
-
- Encapsulates information on printed circuit boards -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Refrigerant Entity

-
-
- Encapsulates the Refrigerant details -
- -
-

Properties

-
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
-
-
-

SLI Battery Entity

-
-
- Encapsulates information on SLI battery. -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Substance Of Concern Entity

-
-
- Encapsulates list of relevant attributes for substance of concern. -
- -
-

Properties

-
-
- -
-
Pollutant
-
- -Type of pollutant present. "Pb" (Lead), "Hg" (Mercury), "Cd" (Cadmium), "Cr" (Chromium), etc. - -
-
Name
-
pollutant
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Pb
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
pollutant
-
- - -
-
- -
-
Number
-
- -Number of specific pollutants detected. - -
-
Name
-
number
-
- - - -
-
Characteristic
-
-
-
-
Quantifiable
-
-
-
Duration
-
-
-
Describes a Property which contains a number.
-
- -
-
-
- -
-
Example
-
1
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
number
-
- - -
-
- -
-
Part
-
- -The part or component that contains the specific pollutant. - -
-
Name
-
part
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Starter battery
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
part
-
- - -
-
- -
-
Location
-
- -String specifying the location of the pollutant , component or part. - -
-
Name
-
location
-
- - - -
-
Characteristic
- -
- -
-
Example
-
Front Right Panel
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
location
-
- - -
-
-
-
-

Transmission Component Entity

-
-
- Encapsulates information on transmission components -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Transmission Oil Entity

-
-
- Encapsulates the Transmission Oil details -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
ItemDetail
-
- -A property of the model, named item detail. - -
-
Name
-
itemDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
itemDetail
-
- - -
-
-
-
-

Tyre Entity

-
-
- Encapsulates information on tires -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Wheel Entity

-
-
- Encapsulates information on wheels -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Window Entity

-
-
- Encapsulates information on windows -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
-
-

Wire Harness Entity

-
-
- Encapsulates information on wire harnesses -
- -
-

Properties

-
-
- -
-
Is Present
-
- -Does the asset contain the parent item - -
-
Name
-
isPresent
-
- - - -
-
Characteristic
- -
- -
-
Example
-
true
-
- -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
isPresent
-
- - -
-
- -
-
Part Detail
-
- -A property of the model, named part detail. - -
-
Name
-
partDetail
-
- - - -
-
Characteristic
-
- -
-
- - -
-
Optional
-
- No
-
- -
-
In payload
-
- Yes
-
- -
-
Payload key
-
partDetail
-
- - -
-
-
- -
- Third party licenses - -
- -
- - -
- - - \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json deleted file mode 100644 index 1f488eaa..00000000 --- a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.json +++ /dev/null @@ -1,402 +0,0 @@ -{ - "catenaXId" : "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379", - "depollutionRequirement" : { - "component" : { - "componentContainingMercury" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "liquefiedPetroleumGasTank" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "hydrogenTank" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "explosivePart" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "refrigerant" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "airbag" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "compressedNaturalGasTank" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "airConditioningSystem" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - } - }, - "fluids" : { - "transmissionOil" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "gearboxOil" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "brakeFluid" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "airConditioningFluid" : { - "itemType" : "Diesel", - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "otherFluid" : { - "itemType" : "Diesel", - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "fuel" : { - "itemType" : "Diesel", - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "hydraulicOil" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "motorOil" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "coolingLiquid" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - }, - "antifreeze" : { - "isPresent" : true, - "itemDetail" : { - "pollutantType" : "Hg", - "number" : 1, - "weight" : 250, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions." - } - } - } - }, - "mandatoryRemoval" : { - "transmissionComponent" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "catalyticConverter" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "printedCircuitBoard" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "wheel" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "plasticComponent" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "electricVehicleBattery" : { - "isPresent" : true, - "batteryDetail" : { - "dischargeInstruction" : "Follow proper safety procedures for discharging the battery.", - "weight" : 250, - "requiredTool" : "Torque wrench, safety gloves", - "batteryType" : "Lithium-Ion" - }, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "inverter" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "eDriveMotor" : { - "motorDetail" : { - "weight" : 250, - "permanentMagnet" : "Neodymium-Iron-Boron", - "requiredTool" : "Torque wrench, safety gloves", - "treatmentTechnique" : "Available" - }, - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "tyre" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "sliBattery" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "fluidContainer" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "metalComponent" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "wireHarness" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "pvPanel" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "engine" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "heatExchanger" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "infotainmentSystem" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "gearbox" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "window" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "bumper" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "dashboard" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - }, - "headlight" : { - "isPresent" : true, - "partDetail" : { - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "number" : 1, - "location" : "Front Right Panel" - } - } - }, - "bbpNumberDismantler" : "BPNL8888888888XX", - "depollutionRecord" : { - "date" : "2024-01-24", - "time" : "14:34:00", - "quantity" : 23, - "optionalFinalDisposalSiteBPN" : "Destroy GmbH", - "depollutionType" : "Diesel", - "optionalWasteTransporterBPN" : "Detox Ltd." - }, - "vin" : "WBA41DU060S228332", - "substanceOfConcern" : [ { - "number" : 1, - "location" : "Front Right Panel", - "pollutant" : "Pb", - "part" : "Starter battery" - } ], - "digitallyCodedComponent" : { - "number" : 1, - "location" : "Front Right Panel", - "removalInstruction" : "Follow proper safety protocols. Refer to the manual for step-by-step removal instructions.", - "functionalityDescription" : "Compatible with models X, Y, and Z.", - "manufacturerContact" : "support@manufacturer.com" - } -} \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml b/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml deleted file mode 100644 index fb52f18e..00000000 --- a/io.catenax.mandatory_dismantling/1.0.0/gen/MandatoryDismantling.yml +++ /dev/null @@ -1,1103 +0,0 @@ ---- -openapi: 3.0.3 -info: - title: MandatoryDismantling - version: v1 -servers: -- url: catenax.io/api/v1 - variables: - api-version: - default: v1 -paths: - /{tenant-id}/mandatory-dismantling: - get: - tags: - - MandatoryDismantling - operationId: getMandatoryDismantling - parameters: - - name: tenant-id - in: path - description: The ID of the tenant owning the requested Twin. - required: true - schema: - type: string - format: uuid - - name: start - in: query - description: Starting index which is starting by 0 - required: false - schema: - type: number - - name: count - in: query - description: Number of items to return per call. - required: false - schema: - type: number - - name: totalItemCount - in: query - description: Flag that indicates that the total counts should be returned. - required: false - schema: - type: boolean - responses: - "200": - $ref: '#/components/responses/MandatoryDismantling' - "401": - $ref: '#/components/responses/ClientError' - "402": - $ref: '#/components/responses/Unauthorized' - "403": - $ref: '#/components/responses/Forbidden' - "404": - $ref: '#/components/responses/NotFoundError' -components: - schemas: - ErrorResponse: - type: object - required: - - error - properties: - error: - $ref: '#/components/schemas/Error' - Error: - type: object - required: - - details - properties: - message: - type: string - minLength: 1 - path: - type: string - minLength: 1 - details: - type: object - minLength: 1 - additionalProperties: - type: object - code: - type: string - nullable: true - PagingSchema: - type: object - properties: - items: - type: array - items: - $ref: '#/components/schemas/MandatoryDismantling' - totalItems: - type: number - totalPages: - type: number - pageSize: - type: number - currentPage: - type: number - urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait: - type: string - description: "The provided regular expression ensures that the UUID is composed\ - \ of five groups of characters separated by hyphens, in the form 8-4-4-4-12\ - \ for a total of 36 characters (32 hexadecimal characters and 4 hyphens),\ - \ optionally prefixed by \"urn:uuid:\" to make it an IRI." - pattern: "(^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)|(^urn:uuid:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)" - urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text: - type: string - description: "Describes a Property which contains plain text. This is intended\ - \ exclusively for human readable strings, not for identifiers, measurement\ - \ values, etc." - urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait: - type: string - description: "The provided regular expression ensures that the BPNL is composed\ - \ of prefix 'BPNL', 10 digits and two alphanumeric letters." - pattern: "^BPNL[a-zA-Z0-9]{12}$" - urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic: - type: number - description: Describes a Property which contains a number. - urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity: - description: Encapsulates list of relevant attributes for substance of concern. - type: object - properties: - pollutant: - description: "Type of pollutant present. \"Pb\" (Lead), \"Hg\" (Mercury),\ - \ \"Cd\" (Cadmium), \"Cr\" (Chromium), etc." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - number: - description: Number of specific pollutants detected. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' - part: - description: The part or component that contains the specific pollutant. - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - location: - description: "String specifying the location of the pollutant , component\ - \ or part." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - required: - - pollutant - - number - - part - - location - urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic: - description: The characteristics of the substance of concern. - type: array - items: - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernEntity' - urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic: - type: number - description: The characteristics of the weight. - urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics: - description: The characteristics of the item detail. - type: object - properties: - pollutantType: - description: "Type of pollutant (e.g., Pb, Hg, Cd, CrVI)" - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - number: - description: Number of specific pollutants detected. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' - location: - description: "String specifying the location of the pollutant , component\ - \ or part." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - weight: - description: Weight of the part that contains the specific pollutant in - grams - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic' - removalInstruction: - description: "String providing technical instructions on removal and replacement,\ - \ including the sequence of all steps." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - required: - - pollutantType - - number - - location - - weight - - removalInstruction - urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic: - description: The characteristics of the Fuel. - type: object - properties: - itemType: - description: The item type of parent. - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - itemType - - itemDetail - urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean: - type: boolean - description: Represents a boolean value (i.e. a "flag"). - urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic: - description: The characteristics of the Motor Oil. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic: - description: The characteristics of the Transmission Oil. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic: - description: The characteristics of the Gearbox oil. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic: - description: The characteristics of the Hydraulic Oil. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic: - description: The characteristics of the Cooling Liquid. - type: object - properties: - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - required: - - itemDetail - - isPresent - urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic: - description: The characteristics of the Antifreeze. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic: - description: The characteristics of the Brake Fluid. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic: - description: The characteristics of the Air Conditioning Fluid. - type: object - properties: - itemType: - description: The item type of parent. - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - itemType - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic: - description: The characteristics of the Other Fluid. - type: object - properties: - itemType: - description: The item type of parent. - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - itemType - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic: - description: The characteristics of the Fluid. - type: object - properties: - fuel: - description: "A property of the model, named fuel." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FuelCharacteristic' - motorOil: - description: "A property of the model, named motor oil." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorOilCharacteristic' - transmissionOil: - description: "A property of the model, named transmission oil." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionOilCharacteristic' - gearboxOil: - description: "A property of the model, named gearbox oil." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxOiltCharacteristic' - hydraulicOil: - description: "A property of the model, named hydraulic oil." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydraulicOilCharacteristic' - coolingLiquid: - description: "A property of the model, named cooling liquids." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CoolingLiquidCharacteristic' - antifreeze: - description: "A property of the model, named antifreeze." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AntifreezeCharacteristic' - brakeFluid: - description: "A property of the model, named brake fluid." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BrakeFluidCharacteristic' - airConditioningFluid: - description: "A property of the model, named air-conditioning fluid." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningFluidCharacteristic' - otherFluid: - description: "A property of the model, named other fluid." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_OtherFluidCharacteristic' - required: - - fuel - - motorOil - - transmissionOil - - gearboxOil - - hydraulicOil - - coolingLiquid - - antifreeze - - brakeFluid - - airConditioningFluid - - otherFluid - urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic: - description: The characteristics of the Airbag. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic: - description: The characteristics of the Liquefied Petroleum Gas Tank. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic: - description: The characteristics of the Compressed Natural Gas Tank. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic: - description: The characteristics of the Hydrogen Tank. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic: - description: The characteristics of the Explosive Part. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic: - description: The characteristics of the Air Conditioning System. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic: - description: The characteristics of the Refrigerant. - type: object - properties: - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - required: - - itemDetail - - isPresent - urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic: - description: The characteristics of the Component Containing Mercury. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - itemDetail: - description: "A property of the model, named item detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ItemDetailCharacteristics' - required: - - isPresent - - itemDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic: - description: The characteristics of the Component. - type: object - properties: - airbag: - description: "A property of the model, named airbag." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirbagCharacteristic' - liquefiedPetroleumGasTank: - description: "A property of the model, named liquefied petroleum gas tank." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_LiquefiedPetroleumGasTankCharacteristic' - compressedNaturalGasTank: - description: "A property of the model, named compressed natural gas tank." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CompressedNaturalGasTankCharacteristic' - hydrogenTank: - description: "A property of the model, named hydrogen tank." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HydrogenTankCharacteristic' - explosivePart: - description: "A property of the model, named explosive part." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ExplosivePartCharacteristic' - airConditioningSystem: - description: "A property of the model, named air conditioning system." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_AirConditioningSystemCharacteristic' - refrigerant: - description: "A property of the model, named refrigerant." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_RefrigerantCharacteristic' - componentContainingMercury: - description: "A property of the model, named component containing mercury." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentContainingMercuryCharacteristic' - required: - - airbag - - liquefiedPetroleumGasTank - - compressedNaturalGasTank - - hydrogenTank - - explosivePart - - airConditioningSystem - - refrigerant - - componentContainingMercury - urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics: - description: The characteristics of the depollution requirements. - type: object - properties: - fluids: - description: information on the different fluids and liquids available in - the asset - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidCharacteristic' - component: - description: information on the different components available in the asset - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ComponentCharacteristic' - required: - - fluids - - component - urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time: - type: string - format: time - urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date: - type: string - format: date - urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number: - type: number - urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic: - description: The characteristics of the depollution records. - type: object - properties: - time: - description: Time of the specific depollution. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Time' - date: - description: Date of the specific depollution. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Date' - depollutionType: - description: "Type of specific depollutant (e.g., Diesel)." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - quantity: - description: "Quantity of the specific depollutant (e.g., Diesel) in liters." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_Number' - optionalWasteTransporterBPN: - description: Identity of the final waste transporter BPNDetox Ltd. (optional). - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - optionalFinalDisposalSiteBPN: - description: ' Identity of the final disposal site BPNDestroy GmbH (optional).' - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - required: - - time - - date - - depollutionType - - quantity - - optionalWasteTransporterBPN - - optionalFinalDisposalSiteBPN - urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics: - description: The characteristics of the digitally coded component. - type: object - properties: - number: - description: Number of specific pollutants detected. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' - location: - description: "String specifying the location of the pollutant , component\ - \ or part." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - removalInstruction: - description: "String providing technical instructions on removal and replacement,\ - \ including the sequence of all steps." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - functionalityDescription: - description: "String describing the functionality, interchangeability, and\ - \ compatibility with specific parts and components of other makes and\ - \ models." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - manufacturerContact: - description: String indicating the contact point of the manufacturer for - technical assistance. - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - required: - - number - - location - - removalInstruction - - functionalityDescription - - manufacturerContact - urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic: - description: The characteristics of the Part Detail. - type: object - properties: - number: - description: Number of specific pollutants detected. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_QuantityCharacteristic' - location: - description: "String specifying the location of the pollutant , component\ - \ or part." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - removalInstruction: - description: "String providing technical instructions on removal and replacement,\ - \ including the sequence of all steps." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - required: - - number - - location - - removalInstruction - urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic: - description: The characteristics of the Battery Detail. - type: object - properties: - batteryType: - description: type of battery chemistry of electric vehicle batteries - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - dischargeInstruction: - description: Provides instructions for the safe discharging of the battery. - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - requiredTool: - description: "Lists the tools or technologies required for accessing, removing,\ - \ and replacing the electric vehicle batteries." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - weight: - description: Weight of the part that contains the specific pollutant in - grams - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic' - required: - - batteryType - - dischargeInstruction - - requiredTool - - weight - urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic: - description: The characteristics of the Electric Vehicle Batteries. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - batteryDetail: - description: "A property of the model, named battery detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BatteryDetailCharacteristic' - required: - - isPresent - - partDetail - - batteryDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic: - description: The characteristics of the Motor Detail. - type: object - properties: - weight: - description: Weight of the part that contains the specific pollutant in - grams - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WeightCharacteristic' - requiredTool: - description: "Lists the tools or technologies required for accessing, removing,\ - \ and replacing the electric vehicle batteries." - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - treatmentTechnique: - description: availability of best treatment techniques - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - permanentMagnet: - description: "types of�permanent magnets present in e-drive motors, if they\ - \ belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt,\ - \ Aluminium-Nickel-Cobalt, Ferrite" - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - required: - - weight - - requiredTool - - treatmentTechnique - - permanentMagnet - urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic: - description: The characteristics of the E-Drive Motors. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - motorDetail: - description: "A property of the model, named motor detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MotorDetailCharacteristic' - required: - - isPresent - - partDetail - - motorDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic: - description: The characteristics of the SLI Batteries. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic: - description: The characteristics of the Engines. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic: - description: The characteristics of the Catalytic Converters. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics: - description: The characteristics of gearbox. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic: - description: The characteristics of the Window. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic: - description: The characteristics of the Wheel. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic: - description: The characteristics of the Tyre. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic: - description: The characteristics of the Dashboard. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic: - description: The characteristics of the Infotainment System. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic: - description: The characteristics of the Headlight. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic: - description: The characteristics of the Wire Harness. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic: - description: The characteristics of the Bumper. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic: - description: The characteristics of the Fluid Container. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic: - description: The characteristics of the Heat Exchanger. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic: - description: The characteristics of the Mono-material Metal Component. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic: - description: The characteristics of the Plastic Component. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic: - description: The characteristics of the Inverter. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics: - description: The characteristics of the Printed Circuit Board. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic: - description: The characteristics of the PV Panel. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic: - description: The characteristics of the Transmission Component. - type: object - properties: - isPresent: - description: Does the asset contain the parent item - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Boolean' - partDetail: - description: "A property of the model, named part detail." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PartDetailCharacteristic' - required: - - isPresent - - partDetail - urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics: - description: The characteristics of the mandatory removal. - type: object - properties: - electricVehicleBattery: - description: "A property of the model, named electric vehicle battery." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_ElectricVehicleBatteryCharacteristic' - eDriveMotor: - description: "A property of the model, named e-drive motor." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EDriveMotorCharacteristic' - sliBattery: - description: "A property of the model, named SLI battery." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SLIBatteryCharacteristic' - engine: - description: "A property of the model, named engine." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_EngineCharacteristic' - catalyticConverter: - description: "A property of the model, named catalytic converter." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_CatalyticConverterCharacteristic' - gearbox: - description: "A property of the model, named gearbox." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_GearboxCharacteristics' - window: - description: "A property of the model, named window." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WindowCharacteristic' - wheel: - description: "A property of the model, named wheel." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WheelCharacteristic' - tyre: - description: "A property of the model, named tire." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TyreCharacteristic' - dashboard: - description: "A property of the model, named dashboard." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DashboardCharacteristic' - infotainmentSystem: - description: "A property of the model, named infotainment system." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InfotainmentSystemCharacteristic' - headlight: - description: "A property of the model, named headlight." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeadlightCharacteristic' - wireHarness: - description: "A property of the model, named wire harness." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_WireHarnessCharacteristic' - bumper: - description: "A property of the model, named bumper." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_BumperCharacteristic' - fluidContainer: - description: "A property of the model, named fluid container." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_FluidContainerCharacteristic' - heatExchanger: - description: "A property of the model, named heat exchanger." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_HeatExchangerCharacteristic' - metalComponent: - description: "A property of the model, named metal component." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MetalComponentCharacteristic' - plasticComponent: - description: "A property of the model, named plastic component." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PlasticComponentCharacteristic' - inverter: - description: "A property of the model, named inverter." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_InverterCharacteristic' - printedCircuitBoard: - description: "A property of the model, named printed circuit board." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PrintedCircuitBoardCharacteristics' - pvPanel: - description: "A property of the model, named PV panel." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_PVPanelCharacteristic' - transmissionComponent: - description: "A property of the model, named transmission component." - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_TransmissionComponentCharacteristic' - required: - - electricVehicleBattery - - eDriveMotor - - sliBattery - - engine - - catalyticConverter - - gearbox - - window - - wheel - - tyre - - dashboard - - infotainmentSystem - - headlight - - wireHarness - - bumper - - fluidContainer - - heatExchanger - - metalComponent - - plasticComponent - - inverter - - printedCircuitBoard - - pvPanel - - transmissionComponent - MandatoryDismantling: - description: "The mandatory dismantling data model is intended to ensure that\ - \ end-of-life vehicles are disposed of properly. It defines components, parts\ - \ and materials that must be mandatorily dismantled, as well as the necessary\ - \ provision of information on those components, parts and materials to be\ - \ dismantled" - type: object - properties: - catenaXId: - description: "The fully anonymous Catena-X ID of the serialized part, valid\ - \ for the Catena-X dataspace." - $ref: '#/components/schemas/urn_samm_io.catenax.shared.uuid_2.0.0_UuidV4Trait' - vin: - description: "Vehicle Identification Number. Remark: this should be deducted\ - \ from a reference to the vehicle TWIN" - $ref: '#/components/schemas/urn_samm_org.eclipse.esmf.samm_characteristic_2.1.0_Text' - bbpNumberDismantler: - description: The aim of BPDM with its BPN is to define a set of rules for - a unique ID for cross-company communication and identification of Business - Partners.� - $ref: '#/components/schemas/urn_samm_io.catenax.shared.business_partner_number_2.0.0_BpnlTrait' - substanceOfConcern: - description: " Evaluation of the presence of substances of concern (Pb,\ - \ Hg, Cd, CrVI) " - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_SubstanceOfConcernCharacteristic' - depollutionRequirement: - description: The minimum requirements that must be met during the depollution - process. - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRequirementsCharacteristics' - depollutionRecord: - description: ' information on the depollution of the end-of-life vehicles ' - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DepollutionRecordCharacteristic' - digitallyCodedComponent: - description: Information on digitally coded components and parts in a vehicle - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_DigitallyCodedComponentCharacteristics' - mandatoryRemoval: - description: Information on items subject to mandatory removal - $ref: '#/components/schemas/urn_samm_io.catenax.mandatory_dismantling_1.0.0_MandatoryRemovalCharacteristics' - required: - - catenaXId - - vin - - bbpNumberDismantler - - substanceOfConcern - - depollutionRequirement - - depollutionRecord - - digitallyCodedComponent - - mandatoryRemoval - responses: - Unauthorized: - description: The requesting user or client is not authenticated. - Forbidden: - description: The requesting user or client is not authorized to access resources - for the given tenant. - NotFoundError: - description: The requested Twin has not been found. - ClientError: - description: Payload or user input is invalid. See error details in the payload - for more. - content: - application/json: - schema: - $ref: '#/components/schemas/ErrorResponse' - MandatoryDismantling: - content: - application/json: - schema: - $ref: '#/components/schemas/PagingSchema' - description: The request was successful. - requestBodies: - MandatoryDismantling: - content: - application/json: - schema: - $ref: '#/components/schemas/MandatoryDismantling' From 7704a6caff283499d9437f4e6d2ad7f63d38b9ed Mon Sep 17 00:00:00 2001 From: tanweersalah Date: Thu, 29 Feb 2024 12:22:17 +0100 Subject: [PATCH 4/9] Update model , added new fields --- .../1.0.0/MandatoryDismantling.ttl | 145 ++++++++++-------- .../RELEASE_NOTES.md | 8 +- 2 files changed, 90 insertions(+), 63 deletions(-) diff --git a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl index 12c86ab7..1cb0478f 100644 --- a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl +++ b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl @@ -1,10 +1,10 @@ ####################################################################### -# Copyright (c) 2024 SAP SE -# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft -# Copyright (c) 2024 LRP Autorecycling Leipzig GmbH -# Copyright (c) 2024 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V. -# Copyright (c) 2024 ZF Friedrichshafen AG -# Copyright (c) 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2023, 2024 SAP SE +# Copyright (c) 2023, 2024 Bayerische Motoren Werke Aktiengesellschaft +# Copyright (c) 2023, 2024 LRP Autorecycling Leipzig GmbH +# Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V. +# Copyright (c) 2023, 2024 ZF Friedrichshafen AG +# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -31,7 +31,7 @@ :MandatoryDismantling a samm:Aspect ; samm:preferredName "MandatoryDismantling"@en ; samm:description "The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled"@en ; - samm:properties ( :catenaXId :vin :bbpNumberDismantler :substanceOfConcern :depollutionRequirement :depollutionRecord :digitallyCodedComponent :mandatoryRemoval ) ; + samm:properties ( [ samm:property :catenaXId; samm:optional true ] :van :bbpNumberDismantler :substanceOfConcern :depollutionRequirement :depollutionRecord :digitallyCodedComponent :mandatoryRemoval ) ; samm:operations ( ) ; samm:events ( ) . @@ -41,15 +41,15 @@ samm:characteristic ext-uuid:UuidV4Trait ; samm:exampleValue "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379" . -:vin a samm:Property ; - samm:preferredName "VIN"@en ; - samm:description "Vehicle Identification Number. Remark: this should be deducted from a reference to the vehicle TWIN"@en ; +:van a samm:Property ; + samm:preferredName "VAN"@en ; + samm:description "Vehicle Anonymiyed Number. This should be deducted from a reference to the vehicle TWIN"@en ; samm:characteristic samm-c:Text ; samm:exampleValue "WBA41DU060S228332" . :bbpNumberDismantler a samm:Property ; samm:preferredName "BBP Number Dismantler"@en ; - samm:description "The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.�"@en ; + samm:description "The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.?"@en ; samm:characteristic ext-number:BpnlTrait ; samm:exampleValue "BPNL8888888888XX" . @@ -106,17 +106,17 @@ :SubstanceOfConcernEntity a samm:Entity ; samm:preferredName "Substance Of Concern Entity"@en ; samm:description "Encapsulates list of relevant attributes for substance of concern."@en ; - samm:properties ( :pollutant :number :part :location ) . + samm:properties ( :pollutant :number :part :location :weight :minimumConcentration :pollutantConcentration :weightOfPart ) . :DepollutionRequirementsEntity a samm:Entity ; samm:preferredName "Depollution Requirements Entity"@en ; samm:description "Encapsulates the depollution requirement relevant attributes"@en ; - samm:properties ( :fluids :component ) . + samm:properties ( :fluid :component ) . :DepollutionRecordEntity a samm:Entity ; samm:preferredName "Depollution Record Entity"@en ; samm:description "Encapsulates the depollution record relevant attributes"@en ; - samm:properties ( :time :date :depollutionType :quantity :optionalWasteTransporterBPN :optionalFinalDisposalSiteBPN ) . + samm:properties ( :time :date :depollutionType [ samm:property :quantity; samm:optional true ] [ samm:property :wasteTransporterBPN; samm:optional true ] [ samm:property :finalDisposalSiteBPN; samm:optional true ] ) . :DigitallyCodedComponentEntity a samm:Entity ; samm:preferredName "Digitally Coded Component Entity"@en ; @@ -136,7 +136,7 @@ :number a samm:Property ; samm:preferredName "Number"@en ; - samm:description "Number of specific pollutants detected."@en ; + samm:description "Number of specific pollutant, component or part."@en ; samm:characteristic :QuantityCharacteristic ; samm:exampleValue 1 . @@ -152,9 +152,33 @@ samm:characteristic samm-c:Text ; samm:exampleValue "Front Right Panel" . -:fluids a samm:Property ; - samm:preferredName "Fluids"@en ; - samm:description "information on the different fluids and liquids available in the asset"@en ; +:weight a samm:Property ; + samm:preferredName "Weight"@en ; + samm:description "Weight of the part that contains the specific pollutant in grams"@en ; + samm:characteristic :WeightCharacteristic ; + samm:exampleValue 20 . + +:minimumConcentration a samm:Property ; + samm:preferredName "Minimum Concentration"@en ; + samm:description "Minimum weight percentage of pollutant concentration to be dismantled"@en ; + samm:characteristic :ConcentrationCharacteristic ; + samm:exampleValue "0.4"^^xsd:float . + +:pollutantConcentration a samm:Property ; + samm:preferredName "Pollutant Concentration"@en ; + samm:description "weight percentage of pollutant concentration"@en ; + samm:characteristic :ConcentrationCharacteristic ; + samm:exampleValue "0.5"^^xsd:float . + +:weightOfPart a samm:Property ; + samm:preferredName "Weight Of Part"@en ; + samm:description "Weight of part containing pollutant in gram"@en ; + samm:characteristic :WeightCharacteristic ; + samm:exampleValue 500 . + +:fluid a samm:Property ; + samm:preferredName "Fluid"@en ; + samm:description "Information on the different fluid and liquid available in the asset"@en ; samm:characteristic :FluidCharacteristic . :component a samm:Property ; @@ -181,19 +205,19 @@ samm:exampleValue "Diesel" . :quantity a samm:Property ; - samm:preferredName "Fuel Quantity"@en ; + samm:preferredName "Quantity"@en ; samm:description "Quantity of the specific depollutant (e.g., Diesel) in liters."@en ; samm:characteristic :Number ; samm:exampleValue 23 . -:optionalWasteTransporterBPN a samm:Property ; - samm:preferredName "Optional Waste Transporter BPN"@en ; +:wasteTransporterBPN a samm:Property ; + samm:preferredName "Waste Transporter BPN"@en ; samm:description "Identity of the final waste transporter BPNDetox Ltd. (optional)."@en ; samm:characteristic samm-c:Text ; samm:exampleValue "Detox Ltd." . -:optionalFinalDisposalSiteBPN a samm:Property ; - samm:preferredName "Optional Final Disposal Site BPN"@en ; +:finalDisposalSiteBPN a samm:Property ; + samm:preferredName "Final Disposal Site BPN"@en ; samm:description " Identity of the final disposal site BPNDestroy GmbH (optional)."@en ; samm:characteristic samm-c:Text ; samm:exampleValue "Destroy GmbH" . @@ -331,6 +355,18 @@ samm:description "Describes a Property which contains a number."@en ; samm:dataType xsd:integer . +:WeightCharacteristic a samm-c:Measurement ; + samm:preferredName "Weight Characteristic"@en ; + samm:description "The characteristics of the weight."@en ; + samm:dataType xsd:integer ; + samm-c:unit unit:gram . + +:ConcentrationCharacteristic a samm-c:Measurement ; + samm:preferredName "Concentration Characteristic"@en ; + samm:description "The characteristic of Concentration."@en ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + :FluidCharacteristic a samm:Characteristic ; samm:preferredName "Fluid Characteristic"@en ; samm:description "The characteristics of the Fluid."@en ; @@ -799,52 +835,52 @@ :FuelEntity a samm:Entity ; samm:preferredName "Fuel Entity"@en ; samm:description "Encapsulates the fuel details"@en ; - samm:properties ( :itemType :itemDetail ) . + samm:properties ( :itemType ) . :MotorOilEntity a samm:Entity ; samm:preferredName "Motor Oil Entity"@en ; samm:description "Encapsulates the Motor Oil details"@en ; - samm:properties ( :isPresent :itemDetail ) . + samm:properties ( :isPresent ) . :TransmissionOilEntity a samm:Entity ; samm:preferredName "Transmission Oil Entity"@en ; samm:description "Encapsulates the Transmission Oil details"@en ; - samm:properties ( :isPresent :itemDetail ) . + samm:properties ( :isPresent ) . :GearboxOilEntity a samm:Entity ; samm:preferredName "Gearbox Oil Entity"@en ; samm:description "Encapsulates the Gearbox oil details"@en ; - samm:properties ( :isPresent :itemDetail ) . + samm:properties ( :isPresent ) . :HydraulicOilEntity a samm:Entity ; samm:preferredName "Hydraulic Oil Entity"@en ; samm:description "Encapsulates the Hydraulic Oil details"@en ; - samm:properties ( :isPresent :itemDetail ) . + samm:properties ( :isPresent ) . :CoolingLiquidEntity a samm:Entity ; samm:preferredName "Cooling Liquid Entity"@en ; samm:description "Encapsulates the Cooling Liquid details"@en ; - samm:properties ( :itemDetail :isPresent ) . + samm:properties ( :isPresent ) . :AntifreezeEntity a samm:Entity ; samm:preferredName "Antifreeze Entity"@en ; samm:description "Encapsulates the Antifreeze details"@en ; - samm:properties ( :isPresent :itemDetail ) . + samm:properties ( :isPresent ) . :BrakeFluidEntity a samm:Entity ; samm:preferredName "Brake Fluid Entity"@en ; samm:description "Encapsulates the Brake Fluid details"@en ; - samm:properties ( :isPresent :itemDetail ) . + samm:properties ( :isPresent ) . :AirConditioningFluidEntity a samm:Entity ; samm:preferredName "Air Conditioning Fluid Entity"@en ; samm:description "Encapsulates the Air Conditioning Fluid details"@en ; - samm:properties ( :itemType :itemDetail ) . + samm:properties ( :itemType ) . :OtherFluidEntity a samm:Entity ; samm:preferredName "Other Fluid Entity"@en ; samm:description "Encapsulates the other Fluid details"@en ; - samm:properties ( :itemType :itemDetail ) . + samm:properties ( :itemType ) . :AirbagEntity a samm:Entity ; samm:preferredName "Airbag Entity"@en ; @@ -899,7 +935,7 @@ :MotorDetailEntity a samm:Entity ; samm:preferredName "Motor Detail Entity"@en ; samm:description "Encapsulates the Motor detail."@en ; - samm:properties ( :weight :requiredTool :treatmentTechnique :permanentMagnet ) . + samm:properties ( :weight :requiredTool :permanentMagnet ) . :itemType a samm:Property ; samm:preferredName "itemType"@en ; @@ -909,12 +945,12 @@ :itemDetail a samm:Property ; samm:preferredName "ItemDetail"@en ; - samm:description "A property of the model, named item detail."@en ; + samm:description "A property of the model, with details of parent item."@en ; samm:characteristic :ItemDetailCharacteristics . :batteryType a samm:Property ; samm:preferredName "Battery Type"@en ; - samm:description "type of battery chemistry of electric vehicle batteries"@en ; + samm:description "Type of battery chemistry of electric vehicle batteries"@en ; samm:characteristic samm-c:Text ; samm:exampleValue "Lithium-Ion" . @@ -930,21 +966,9 @@ samm:characteristic samm-c:Text ; samm:exampleValue "Torque wrench, safety gloves" . -:weight a samm:Property ; - samm:preferredName "Weight"@en ; - samm:description "Weight of the part that contains the specific pollutant in grams"@en ; - samm:characteristic :WeightCharacteristic ; - samm:exampleValue 250 . - -:treatmentTechnique a samm:Property ; - samm:preferredName "Treatment Technique"@en ; - samm:description "availability of best treatment techniques"@en ; - samm:characteristic samm-c:Text ; - samm:exampleValue "Available" . - :permanentMagnet a samm:Property ; samm:preferredName "Permanent Magnet"@en ; - samm:description "types of�permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite"@en ; + samm:description "types of permanent magnets present in e-drive motors, if they belong to the following types: Neodymium-Iron-Boron, Samarium-Cobalt, Aluminium-Nickel-Cobalt, Ferrite"@en ; samm:characteristic samm-c:Text ; samm:exampleValue "Neodymium-Iron-Boron" . @@ -953,19 +977,18 @@ samm:description "The characteristics of the item detail."@en ; samm:dataType :ItemDetailEntity . -:WeightCharacteristic a samm-c:Quantifiable ; - samm:preferredName "Weight Characteristic"@en ; - samm:description "The characteristics of the weight."@en ; - samm:dataType xsd:integer . - :ItemDetailEntity a samm:Entity ; samm:preferredName "Item Detail Entity"@en ; - samm:description "Encapsulates information on pollutants/parts, including type, number, location, weight, and removal instructions"@en ; - samm:properties ( :pollutantType :number :location :weight :removalInstruction ) . + samm:description "Encapsulates information of parts, including number, location, weight, removal instructions and treatment techniques"@en ; + samm:properties ( :number :location :weight :removalInstruction :treatmentTechnique ) . -:pollutantType a samm:Property ; - samm:preferredName "Pollutant Type"@en ; - samm:description "Type of pollutant (e.g., Pb, Hg, Cd, CrVI)"@en ; - samm:characteristic samm-c:Text ; - samm:exampleValue "Hg" . +:treatmentTechnique a samm:Property ; + samm:preferredName "Treatment Technique"@en ; + samm:description "availability of best treatment techniques"@en ; + samm:characteristic :Text ; + samm:exampleValue "Available" . +:Text a samm:Characteristic ; + samm:preferredName "Text"@en ; + samm:description "Describes a Property which contains plain text. This is intended exclusively for human readable strings, not for identifiers, measurement values, etc."@en ; + samm:dataType xsd:string . \ No newline at end of file diff --git a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md index 77d52256..cac5e8bb 100644 --- a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md +++ b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md @@ -1,7 +1,11 @@ # Changelog All notable changes to this model will be documented in this file. -## [1.0.0] - 2024-02-09 +## [1.0.0] - 2024-02-29 ### Added -- initial version of this model \ No newline at end of file +- initial version of this model + +### Changed + +### Removed From 2661ea4afddf718defe52f0ae6bea9578318a3cf Mon Sep 17 00:00:00 2001 From: tanweersalah Date: Thu, 29 Feb 2024 20:38:38 +0100 Subject: [PATCH 5/9] Fixed characterics name, prefered name, changed weight characteristic --- .../1.0.0/MandatoryDismantling.ttl | 39 ++++++++----------- 1 file changed, 17 insertions(+), 22 deletions(-) diff --git a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl index 1cb0478f..899b051d 100644 --- a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl +++ b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl @@ -1,10 +1,10 @@ ####################################################################### -# Copyright (c) 2023, 2024 SAP SE -# Copyright (c) 2023, 2024 Bayerische Motoren Werke Aktiengesellschaft -# Copyright (c) 2023, 2024 LRP Autorecycling Leipzig GmbH -# Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V. -# Copyright (c) 2023, 2024 ZF Friedrichshafen AG -# Copyright (c) 2023, 2024 Contributors to the Eclipse Foundation +# Copyright (c) 2024 SAP SE +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft +# Copyright (c) 2024 LRP Autorecycling Leipzig GmbH +# Copyright (c) 2024 Fraunhofer-Gesellschaft zur F�rderung der angewandten Forschung e.V. +# Copyright (c) 2024 ZF Friedrichshafen AG +# Copyright (c) 2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. @@ -26,6 +26,7 @@ @prefix xsd: . @prefix : . @prefix ext-number: . +@prefix ext-quantity: . @prefix ext-uuid: . :MandatoryDismantling a samm:Aspect ; @@ -155,8 +156,7 @@ :weight a samm:Property ; samm:preferredName "Weight"@en ; samm:description "Weight of the part that contains the specific pollutant in grams"@en ; - samm:characteristic :WeightCharacteristic ; - samm:exampleValue 20 . + samm:characteristic ext-quantity:MassCharacteristic . :minimumConcentration a samm:Property ; samm:preferredName "Minimum Concentration"@en ; @@ -173,8 +173,7 @@ :weightOfPart a samm:Property ; samm:preferredName "Weight Of Part"@en ; samm:description "Weight of part containing pollutant in gram"@en ; - samm:characteristic :WeightCharacteristic ; - samm:exampleValue 500 . + samm:characteristic ext-quantity:MassCharacteristic . :fluid a samm:Property ; samm:preferredName "Fluid"@en ; @@ -189,13 +188,13 @@ :time a samm:Property ; samm:preferredName "Time"@en ; samm:description "Time of the specific depollution."@en ; - samm:characteristic :Time ; + samm:characteristic :TimeCharacteristic ; samm:exampleValue "14:34:00"^^xsd:time . :date a samm:Property ; samm:preferredName "Date"@en ; samm:description "Date of the specific depollution."@en ; - samm:characteristic :Date ; + samm:characteristic :DateCharacteristic ; samm:exampleValue "2024-01-24"^^xsd:date . :depollutionType a samm:Property ; @@ -355,12 +354,6 @@ samm:description "Describes a Property which contains a number."@en ; samm:dataType xsd:integer . -:WeightCharacteristic a samm-c:Measurement ; - samm:preferredName "Weight Characteristic"@en ; - samm:description "The characteristics of the weight."@en ; - samm:dataType xsd:integer ; - samm-c:unit unit:gram . - :ConcentrationCharacteristic a samm-c:Measurement ; samm:preferredName "Concentration Characteristic"@en ; samm:description "The characteristic of Concentration."@en ; @@ -377,10 +370,12 @@ samm:description "The characteristics of the Component."@en ; samm:dataType :ComponentEntity . -:Time a samm-c:Quantifiable ; +:TimeCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Time Characteristic"@en ; samm:dataType xsd:time . -:Date a samm-c:Quantifiable ; +:DateCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Date Characteristic"@en ; samm:dataType xsd:date . :Number a samm-c:Quantifiable ; @@ -938,13 +933,13 @@ samm:properties ( :weight :requiredTool :permanentMagnet ) . :itemType a samm:Property ; - samm:preferredName "itemType"@en ; + samm:preferredName "Item Type"@en ; samm:description "The item type of parent."@en ; samm:characteristic samm-c:Text ; samm:exampleValue "Diesel" . :itemDetail a samm:Property ; - samm:preferredName "ItemDetail"@en ; + samm:preferredName "Item Detail"@en ; samm:description "A property of the model, with details of parent item."@en ; samm:characteristic :ItemDetailCharacteristics . From 1cbbe2071e0e4fa7f14bb70cfe830912d96726da Mon Sep 17 00:00:00 2001 From: tanweersalah Date: Thu, 29 Feb 2024 20:48:07 +0100 Subject: [PATCH 6/9] Updated weight description --- .../1.0.0/MandatoryDismantling.ttl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl index 899b051d..133ee153 100644 --- a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl +++ b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl @@ -17,6 +17,8 @@ # SPDX-License-Identifier: CC-BY-4.0 ####################################################################### + + @prefix samm: . @prefix samm-c: . @prefix samm-e: . @@ -155,7 +157,7 @@ :weight a samm:Property ; samm:preferredName "Weight"@en ; - samm:description "Weight of the part that contains the specific pollutant in grams"@en ; + samm:description "Weight of the pollutant , component or part in grams"@en ; samm:characteristic ext-quantity:MassCharacteristic . :minimumConcentration a samm:Property ; From 2b357472f6317d484eab01b0b8322f27cae41d74 Mon Sep 17 00:00:00 2001 From: tanweersalah Date: Mon, 4 Mar 2024 10:06:39 +0100 Subject: [PATCH 7/9] Updated realese note --- io.catenax.mandatory_dismantling/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md index cac5e8bb..5e224461 100644 --- a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md +++ b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this model will be documented in this file. -## [1.0.0] - 2024-02-29 +## [1.0.0] - 2024-03-04 ### Added - initial version of this model From adb929935aa795267647c5a47fd3a7b0bff9d5e6 Mon Sep 17 00:00:00 2001 From: tanweersalah Date: Mon, 11 Mar 2024 12:06:15 +0400 Subject: [PATCH 8/9] Fixed BPN Typo, addded Missing descriptions --- .../1.0.0/MandatoryDismantling.ttl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl index 133ee153..45074e1c 100644 --- a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl +++ b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl @@ -18,7 +18,6 @@ ####################################################################### - @prefix samm: . @prefix samm-c: . @prefix samm-e: . @@ -34,7 +33,7 @@ :MandatoryDismantling a samm:Aspect ; samm:preferredName "MandatoryDismantling"@en ; samm:description "The mandatory dismantling data model is intended to ensure that end-of-life vehicles are disposed of properly. It defines components, parts and materials that must be mandatorily dismantled, as well as the necessary provision of information on those components, parts and materials to be dismantled"@en ; - samm:properties ( [ samm:property :catenaXId; samm:optional true ] :van :bbpNumberDismantler :substanceOfConcern :depollutionRequirement :depollutionRecord :digitallyCodedComponent :mandatoryRemoval ) ; + samm:properties ( [ samm:property :catenaXId; samm:optional true ] :van :bpnDismantler :substanceOfConcern :depollutionRequirement :depollutionRecord :digitallyCodedComponent :mandatoryRemoval ) ; samm:operations ( ) ; samm:events ( ) . @@ -50,8 +49,8 @@ samm:characteristic samm-c:Text ; samm:exampleValue "WBA41DU060S228332" . -:bbpNumberDismantler a samm:Property ; - samm:preferredName "BBP Number Dismantler"@en ; +:bpnDismantler a samm:Property ; + samm:preferredName "Business Partner Number Dismantler"@en ; samm:description "The aim of BPDM with its BPN is to define a set of rules for a unique ID for cross-company communication and identification of Business Partners.?"@en ; samm:characteristic ext-number:BpnlTrait ; samm:exampleValue "BPNL8888888888XX" . @@ -374,13 +373,17 @@ :TimeCharacteristic a samm-c:Quantifiable ; samm:preferredName "Time Characteristic"@en ; + samm:description "The Characteristic of Time"@en ; samm:dataType xsd:time . :DateCharacteristic a samm-c:Quantifiable ; samm:preferredName "Date Characteristic"@en ; + samm:description "The characteristic of date"@en ; samm:dataType xsd:date . :Number a samm-c:Quantifiable ; + samm:preferredName "Number"@en ; + samm:description "The characteristic of Number."@en ; samm:dataType xsd:integer . :ElectricVehicleBatteryCharacteristic a samm:Characteristic ; From 549520ec5fd5a0b80daecbe26c210e74beda476e Mon Sep 17 00:00:00 2001 From: tanweersalah Date: Tue, 12 Mar 2024 12:09:16 +0400 Subject: [PATCH 9/9] Combined date time attribute, updated release note --- .../1.0.0/MandatoryDismantling.ttl | 35 +++++++------------ .../RELEASE_NOTES.md | 2 +- 2 files changed, 13 insertions(+), 24 deletions(-) diff --git a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl index 45074e1c..6e1d95a0 100644 --- a/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl +++ b/io.catenax.mandatory_dismantling/1.0.0/MandatoryDismantling.ttl @@ -118,7 +118,7 @@ :DepollutionRecordEntity a samm:Entity ; samm:preferredName "Depollution Record Entity"@en ; samm:description "Encapsulates the depollution record relevant attributes"@en ; - samm:properties ( :time :date :depollutionType [ samm:property :quantity; samm:optional true ] [ samm:property :wasteTransporterBPN; samm:optional true ] [ samm:property :finalDisposalSiteBPN; samm:optional true ] ) . + samm:properties ( :depollutionType [ samm:property :quantity; samm:optional true ] [ samm:property :wasteTransporterBPN; samm:optional true ] [ samm:property :finalDisposalSiteBPN; samm:optional true ] :dateTime ) . :DigitallyCodedComponentEntity a samm:Entity ; samm:preferredName "Digitally Coded Component Entity"@en ; @@ -186,18 +186,6 @@ samm:description "information on the different components available in the asset"@en ; samm:characteristic :ComponentCharacteristic . -:time a samm:Property ; - samm:preferredName "Time"@en ; - samm:description "Time of the specific depollution."@en ; - samm:characteristic :TimeCharacteristic ; - samm:exampleValue "14:34:00"^^xsd:time . - -:date a samm:Property ; - samm:preferredName "Date"@en ; - samm:description "Date of the specific depollution."@en ; - samm:characteristic :DateCharacteristic ; - samm:exampleValue "2024-01-24"^^xsd:date . - :depollutionType a samm:Property ; samm:preferredName "Depollution Type"@en ; samm:description "Type of specific depollutant (e.g., Diesel)."@en ; @@ -222,6 +210,12 @@ samm:characteristic samm-c:Text ; samm:exampleValue "Destroy GmbH" . +:dateTime a samm:Property ; + samm:preferredName "DateTime"@en ; + samm:description "Date and time of specific depollution"@en ; + samm:characteristic :DateTimeCharacteristic ; + samm:exampleValue "2024-01-24T14:32:00"^^xsd:dateTimeStamp . + :removalInstruction a samm:Property ; samm:preferredName "Technical Instruction"@en ; samm:description "String providing technical instructions on removal and replacement, including the sequence of all steps."@en ; @@ -371,21 +365,16 @@ samm:description "The characteristics of the Component."@en ; samm:dataType :ComponentEntity . -:TimeCharacteristic a samm-c:Quantifiable ; - samm:preferredName "Time Characteristic"@en ; - samm:description "The Characteristic of Time"@en ; - samm:dataType xsd:time . - -:DateCharacteristic a samm-c:Quantifiable ; - samm:preferredName "Date Characteristic"@en ; - samm:description "The characteristic of date"@en ; - samm:dataType xsd:date . - :Number a samm-c:Quantifiable ; samm:preferredName "Number"@en ; samm:description "The characteristic of Number."@en ; samm:dataType xsd:integer . +:DateTimeCharacteristic a samm:Characteristic ; + samm:preferredName "Date Time Characteristic"@en ; + samm:description "Characteristic of date time."@en ; + samm:dataType xsd:dateTimeStamp . + :ElectricVehicleBatteryCharacteristic a samm:Characteristic ; samm:preferredName "Electric Vehicle Battery Characteristic"@en ; samm:description "The characteristics of the Electric Vehicle Batteries."@en ; diff --git a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md index 5e224461..80cdfc91 100644 --- a/io.catenax.mandatory_dismantling/RELEASE_NOTES.md +++ b/io.catenax.mandatory_dismantling/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this model will be documented in this file. -## [1.0.0] - 2024-03-04 +## [1.0.0] - 2024-03-11 ### Added - initial version of this model