esdscom / sdscom-xml

Schema definition and other documents of eSDScom (formerly SDScom and ESCom), the standard for electronic exchange of Safety Data Sheets in a structured, processible way across Europe and other regions. Please read the wiki for more info. All work is licensed under CC BY-ND 4.0 (https://creativecommons.org/licenses/by-nd/4.0/legalcode)
https://www.esdscom.eu
27 stars 6 forks source link

Distinguish Professional/Industrial use #192

Closed dirk-qualisys closed 5 years ago

dirk-qualisys commented 5 years ago

As part of the modifications to cover CLP article 45 data (see issue #124), we should add the use types Consumer, Professional, Industrial as declares in Iuclid6 picklist PG6-60565 v1.0. However, SDS currently has two boolean values in ChemicalUsedByTheGeneralPublic:

My understanding is that these can represent consumer only (true/true), industrial/professional only (false/false), or both (true/false). A combination of CanBeUsedByTheGeneralPublic=false and UsedByTheGeneralPublicOnly=true is technically possible, but not sensible. Thus, I suggest to drop these two fields and replace them with the more common values Consumer, Professional, Industrial as three boolean values (to allow any combination).

Objections or other ideas?