see also admin-shell-io/submodel-templates#258
In the new Longlist V1.3 of BatteryPass, data attribute 9 and attribute 10, it is required to also provide information on the economic operator as well as manufacturer.
In our model derived from Digital Nameplate the addressInformation of the manufacturer was already contained (mandatory). So only addressInformation of EO missing.
So we should have
[ samm:property :economicOperatorId; samm:payloadName "EconomicOperatorId" ]
[ samm:property :economicOperatorAddressInformation; samm:payloadName "EconomicOperatorAddressInformation" ]
similar to (here with renaming of :addressInformation to manufacturerAddressInformation but both use the same Characteristic):
[ samm:property :manufacturerProductDesignation; samm:optional true; samm:payloadName "ManufacturerProductDesignation" ]
[ samm:property :manufacturerAddressInformation; samm:payloadName "ManufacturerAddressInformation" ]
Additionally I propose to also add
[ samm:property :manufacturerName; samm:payloadName "ManufacturerName" ]
similar to
[ samm:property :economicOperatorName; samm:optional true; samm:payloadName "EconomicOperatorName" ]
but to make it optional since the :operatorId is also optional
[ samm:property tech:manufacturerIdentifier; samm:payloadName "ManufacturerIdentifier" ] should not inherit from Technical Data but vice versa: Technical Data from shared element or digital nameplate
Bugs:
- Correct description of :addressInformation, it is DIN DKE SPEC 99100 6.1.2.4, 6.1.2.3 is the one for the EO
- correct description of :manufacturerName, 6.1.2.1 defines battery passport identifier, not the manufacturer name
I would be good to have it already changed in Digital Nameplate 4.0.
see also admin-shell-io/submodel-templates#258
In the new Longlist V1.3 of BatteryPass, data attribute 9 and attribute 10, it is required to also provide information on the economic operator as well as manufacturer.
In our model derived from Digital Nameplate the addressInformation of the manufacturer was already contained (mandatory). So only addressInformation of EO missing.
So we should have
[ samm:property :economicOperatorId; samm:payloadName "EconomicOperatorId" ]
[ samm:property :economicOperatorAddressInformation; samm:payloadName "EconomicOperatorAddressInformation" ]
similar to (here with renaming of :addressInformation to manufacturerAddressInformation but both use the same Characteristic):
[ samm:property :manufacturerProductDesignation; samm:optional true; samm:payloadName "ManufacturerProductDesignation" ]
[ samm:property :manufacturerAddressInformation; samm:payloadName "ManufacturerAddressInformation" ]
Additionally I propose to also add
[ samm:property :manufacturerName; samm:payloadName "ManufacturerName" ]
similar to
[ samm:property :economicOperatorName; samm:optional true; samm:payloadName "EconomicOperatorName" ]
but to make it optional since the :operatorId is also optional
[ samm:property tech:manufacturerIdentifier; samm:payloadName "ManufacturerIdentifier" ] should not inherit from Technical Data but vice versa: Technical Data from shared element or digital nameplate
Bugs:
I would be good to have it already changed in Digital Nameplate 4.0.