diff --git a/CHANGELOG.md b/CHANGELOG.md index 59c4d18777e9596f1361b9537b11289eff4e2917..fe894f3aad62110bedf3197e90bad7f189544fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2024-06-21 + +* Completed list of allowed unit identifiers in the WIKI [>> units list](wiki/doc/UnitSystem.md) +* Fixed bug of misplaced uncertainty value types in XML schema + ## 2023-11-30 Documentation of all updates [>> Wiki](wiki/doc/Updates_2_2_0.md) diff --git a/README.md b/README.md index 2dfa1a6c654aa008c04ae9bd16f3b825d76caf94..a1f071f7cbb21f6d383438b74975e87e89c186f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ <div align="center"> <a href="https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si" traget="_blank"><img src="wiki/doc/D-SI1.PNG" alt="D-SI Logo" width="500"/></a> <br /> - XSD Version 2.2.0 + XSD Version 2.2.1 <br /><br /> </div> @@ -12,6 +12,8 @@ This repository contains the XML Schema Definition (XSD), a documentation and ex ## Recent Updates +`News: The minor update to version 2.2.1 has fixed some bug in the XML Scheme and adds a complete list of allowed unit IDs (WIKI).` + `News: The update to version 2.2.0 has been rolled out adding new features such as kinds of quantities and a standard measurement uncertainty element.` `News: Our units representation system is now supporting the new SI prefixes and several more units for dimension one quantities such as percent.` @@ -42,13 +44,13 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## Access to D-SI XSD version 2.2.0 +## Access to D-SI XSD version 2.2.1 -* D-SI XSD version 2.2.0 @ [https://www.ptb.de/si/v2.2.0/SI_Format.xsd](https://www.ptb.de/si/v2.2.0/SI_Format.xsd) +* D-SI XSD version 2.2.1 @ [https://www.ptb.de/si/v2.2.1/SI_Format.xsd](https://www.ptb.de/si/v2.2.1/SI_Format.xsd) * Latest D-SI XSD version @ [https://www.ptb.de/si/SI_Format.xsd](https://www.ptb.de/si/SI_Format.xsd) -* XSD for D-SI example files [https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd](https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd) +* XSD for D-SI example files [https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd](https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd) ## Development diff --git a/SI_Format.xsd b/SI_Format.xsd index 3d1bfc39d60382e735f1ec0eee3cb65edb21aecd..a491cfaa531ed42f134bf8683f1a4a86fa1e4437 100644 --- a/SI_Format.xsd +++ b/SI_Format.xsd @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<xs:schema version="2.2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" +<xs:schema version="2.2.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="https://ptb.de/si" xmlns:si="https://ptb.de/si" xmlns:qudt="http://qudt.org/vocab/" @@ -8,7 +8,7 @@ <xs:annotation> <xs:documentation xml:lang="en"> D-SI - Digital System of Units - Copyright (c) 2018 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2018 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. This XML Scheme Definition (XSD) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -24,8 +24,8 @@ CONTACT: daniel.hutzschenreuter@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 </xs:documentation> <xs:documentation xml:lang="en"> @@ -40,7 +40,7 @@ </xs:annotation> <!-- Importing used namespaces --> - <xs:import namespace="http://qudt.org/vocab/" schemaLocation="https://www.ptb.de/si/v2.2.0/qudt/quantitykind.xsd"/> + <xs:import namespace="http://qudt.org/vocab/" schemaLocation="https://www.ptb.de/si/v2.2.1/qudt/quantitykind.xsd"/> @@ -637,7 +637,7 @@ <xs:documentation xml:lang="en">Definition of standard measurement uncertainty data.</xs:documentation> </xs:annotation> <xs:sequence> - <xs:element name="valueStandardMUXMLList" type="si:uncertaintyValueXMLListType"/> + <xs:element name="valueStandardMUXMLList" type="si:valueStandardMUXMLListType"/> <xs:element name="distributionXMLList" type="si:distributionXMLListType" minOccurs="0"/> </xs:sequence> </xs:complexType> @@ -647,7 +647,7 @@ <xs:documentation xml:lang="en">Definition of expanded measurement uncertainty data.</xs:documentation> </xs:annotation> <xs:sequence> - <xs:element name="valueExpandedMUXMLList" type="si:uncertaintyValueXMLListType"/> + <xs:element name="valueExpandedMUXMLList" type="si:valueExpandedMUXMLListType"/> <xs:element name="coverageFactorXMLList" type="si:kValueXMLListType"/> <xs:element name="coverageProbabilityXMLList" type="si:probabilityValueXMLListType"/> <xs:element name="distributionXMLList" type="si:distributionXMLListType" minOccurs="0"/> @@ -659,7 +659,7 @@ <xs:documentation xml:lang="en">Definition of coverage interval measurement uncertainty data.</xs:documentation> </xs:annotation> <xs:sequence> - <xs:element name="valueStandardMUXMLList" type="si:uncertaintyValueXMLListType"/> + <xs:element name="valueStandardMUXMLList" type="si:valueStandardMUXMLListType"/> <xs:element name="intervalMinXMLList" type="si:intervalMinXMLListType"/> <xs:element name="intervalMaxXMLList" type="si:intervalMaxXMLListType"/> <xs:element name="coverageProbabilityXMLList" type="si:probabilityValueXMLListType"/> diff --git a/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml b/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml index e09331672c851b6aaf255c3d569a5befebfa9f43..8697710eb4c2fba27aeed0269f554cfd51fb8be7 100644 --- a/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml +++ b/examples/BRONZE/2020-03-20-UM-BRONZE-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=" https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation=" https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class BRONZE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class BRONZE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="UM10"> diff --git a/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml b/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml index 83d0a1db48ce9aec296838858f95c32dec39a125..5a710aa5277330e9aca0425216944c0126680da0 100644 --- a/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml +++ b/examples/BRONZE/2021-11-22-BRONZE-examples-xmllists.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB630"> diff --git a/examples/BRONZE/2022-05-23-BRONZE-examples.xml b/examples/BRONZE/2022-05-23-BRONZE-examples.xml index fd68871e0c4ea07b39246bdb299c8599c329f90e..aeb0a76cf632d5adbbfea3f961a07579323de4ae 100644 --- a/examples/BRONZE/2022-05-23-BRONZE-examples.xml +++ b/examples/BRONZE/2022-05-23-BRONZE-examples.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd" > + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd" > <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB700"> diff --git a/examples/BRONZE/PTB-BRONZE-examples-2.xml b/examples/BRONZE/PTB-BRONZE-examples-2.xml index f36014174463758fa6db26718049c6ebf80c96d3..ab2f3baa790a1eed1dee642cdf28488c388f4131 100644 --- a/examples/BRONZE/PTB-BRONZE-examples-2.xml +++ b/examples/BRONZE/PTB-BRONZE-examples-2.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class BRONZE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class BRONZE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB534"> diff --git a/examples/BRONZE/PTB-BRONZE-examples.xml b/examples/BRONZE/PTB-BRONZE-examples.xml index 2a4b38bbe2f3d5344f633fe6d9202ea1d3726d77..798c5b4e120ea72a4484fc15dad9906d5865fe3d 100644 --- a/examples/BRONZE/PTB-BRONZE-examples.xml +++ b/examples/BRONZE/PTB-BRONZE-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class BRONZE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class BRONZE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB55"> diff --git a/examples/GOLD/2020-03-20-UM-GOLD-examples.xml b/examples/GOLD/2020-03-20-UM-GOLD-examples.xml index 9e9895ad8ef25310e4cfd0c1b257adad6219b466..2817cd86fdabe419366e8f506a95dc131cf18674 100644 --- a/examples/GOLD/2020-03-20-UM-GOLD-examples.xml +++ b/examples/GOLD/2020-03-20-UM-GOLD-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-01-26 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="UM4"> diff --git a/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml b/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml index 76e1828b5cba716bf7eb9d4b66fbcce5704b8a8f..8fa785271e3c898b57601094f7c1dce1e5da5f32 100644 --- a/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml +++ b/examples/GOLD/2021-10-26-GOLD-examples-xmllists.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB633"> diff --git a/examples/GOLD/2022-05-23-GOLD-examples.xml b/examples/GOLD/2022-05-23-GOLD-examples.xml index d59338287eaf29b927c08b9518d0feb5f154038d..112e7176881b0b505bce8eeefb40be3f25d29f0c 100644 --- a/examples/GOLD/2022-05-23-GOLD-examples.xml +++ b/examples/GOLD/2022-05-23-GOLD-examples.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB701"> diff --git a/examples/GOLD/PTB-GOLD-examples-2.xml b/examples/GOLD/PTB-GOLD-examples-2.xml index e05c33336b4d6fe74ddf4a810ad6c0ec48d66c6b..6ddb1980f816fb9d86003ade20857291bfbbd2fb 100644 --- a/examples/GOLD/PTB-GOLD-examples-2.xml +++ b/examples/GOLD/PTB-GOLD-examples-2.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> diff --git a/examples/GOLD/PTB-GOLD-examples.xml b/examples/GOLD/PTB-GOLD-examples.xml index aa85849669e9508c6955f55a35930d138e30ec32..85db8be497d31b51143a00c31a613b30cb105642 100644 --- a/examples/GOLD/PTB-GOLD-examples.xml +++ b/examples/GOLD/PTB-GOLD-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB7"> diff --git a/examples/GOLD/gold-test.xml b/examples/GOLD/gold-test.xml index 70f851b3fd047b815082fc67904ad1ec0d9572af..b663b4a64c2c0690bda1d7002840d2dde36dcb4f 100644 --- a/examples/GOLD/gold-test.xml +++ b/examples/GOLD/gold-test.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. Authors: Bernd Müller, Lukas Heindorf DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class GOLD (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="GOLD-TEST-1"> diff --git a/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml b/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml index bea2fc27184093fe21e30755d8bd17db89a4311e..2c08325faab09e7fd856f6c11253054762487d1b 100644 --- a/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml +++ b/examples/IMPROVABLE/2020-03-20-UM-IMPROVABLE-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="UM2"> diff --git a/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml b/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml index bd777f7b704f69d5648779e5c7eb33b4b727b9c8..0b1910a11a8a302472126196735b9d1ff05647af 100644 --- a/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml +++ b/examples/IMPROVABLE/2021-11-23-IMPROVABLE-examples-xmllists.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB638"> diff --git a/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml b/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml index a8fce38c5047fb45bbd719bf32b9a4e265aa1715..45c11fe6ce0a67f1cc958a5790cfe7d9622b678b 100644 --- a/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml +++ b/examples/IMPROVABLE/2022-05-23-IMPROVABLE-examples.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB702"> diff --git a/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml b/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml index 06077266320e617b87c8e400b90863ae914642c3..eee2664dc9778aff16bd4669c376ecda23020d10 100644 --- a/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml +++ b/examples/IMPROVABLE/PTB-IMPROVABLE-examples-2.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2021 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB502"> diff --git a/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml b/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml index 1512a14a618eebcd715eed7f1aac5e49b0a45e5c..9cd207291838f5dbd4c83f6047c23e72fdc8c4ec 100644 --- a/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml +++ b/examples/IMPROVABLE/PTB-IMPROVABLE-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB17"> diff --git a/examples/IMPROVABLE/improvable-test.xml b/examples/IMPROVABLE/improvable-test.xml index 00d0c056ea98c19c24042e721fe28b143208fbd8..17d59eb35e17621eb5a905936ce8d5fea34cdd34 100644 --- a/examples/IMPROVABLE/improvable-test.xml +++ b/examples/IMPROVABLE/improvable-test.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. Authors: Bernd Müller, Lukas Heindorf DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class IMPROVABLE (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="IMPROVABLE-TEST-1"> diff --git a/examples/NOT PASSED/UM58-D-SI-example.xml b/examples/NOT PASSED/UM58-D-SI-example.xml index cc1ea6df3b0901bc7b3811299893ff11659db756..2b3f38495943bf3c3428be68f530162031377014 100644 --- a/examples/NOT PASSED/UM58-D-SI-example.xml +++ b/examples/NOT PASSED/UM58-D-SI-example.xml @@ -3,8 +3,8 @@ Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify diff --git a/examples/NOT PASSED/UM59-D-SI-example.xml b/examples/NOT PASSED/UM59-D-SI-example.xml index 6abd4dd55a3e39173d919150327a105304edb12b..f7549022d6cf23ac87ae6f184499b8e4e2129416 100644 --- a/examples/NOT PASSED/UM59-D-SI-example.xml +++ b/examples/NOT PASSED/UM59-D-SI-example.xml @@ -3,8 +3,8 @@ Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-210 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify diff --git a/examples/NOT PASSED/UM60-D-SI-example.xml b/examples/NOT PASSED/UM60-D-SI-example.xml index cb37d522e7f71cd1edd8d720e44499f35273e329..6243042cc859a45090069c65cfe66be158e7f605 100644 --- a/examples/NOT PASSED/UM60-D-SI-example.xml +++ b/examples/NOT PASSED/UM60-D-SI-example.xml @@ -3,8 +3,8 @@ Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify diff --git a/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml b/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml index 2c4c5a9bcd86375467b239d18f6819cd5d84470a..05f48fd1aa0357c80f8bf37f01b92db35e707a71 100644 --- a/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml +++ b/examples/PLATINUM/2020-03-20-UM-PLATINUM-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="UM1"> diff --git a/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml b/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml index 92fba5318cbc7702d91a079347eb8f49e014cf98..2de64e5b2460f9166bfeb9908aa3aeacc6fd0298 100644 --- a/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml +++ b/examples/PLATINUM/2021-10-26-PLATINUM-examples-xmllists.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB639"> diff --git a/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml b/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml index 6a5604e3c402573d8e1459491c2f13ae86b707bc..5c42057dad3836cb812bbbe8df884d8365674f8e 100644 --- a/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml +++ b/examples/PLATINUM/2022-05-23-PLATINUM-examples.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB703"> diff --git a/examples/PLATINUM/2023-03-31-PLATINUM-examples-1.xml b/examples/PLATINUM/2023-03-31-PLATINUM-examples-1.xml index 9e2f5746f28d26a6e8433412dba1f13dea32fd1d..457158ad7cb893f76b91ca53e64b6ba8b945d1be 100644 --- a/examples/PLATINUM/2023-03-31-PLATINUM-examples-1.xml +++ b/examples/PLATINUM/2023-03-31-PLATINUM-examples-1.xml @@ -2,15 +2,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2018-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2018-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Wafa El Jaoua, Daniel Hutzschenreuter & autors of predecessor versions DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify diff --git a/examples/PLATINUM/PTB-PLATINUM-examples-2.xml b/examples/PLATINUM/PTB-PLATINUM-examples-2.xml index 30588ca14194d41016c5ff58477242bdb306def4..77632e8c441e691a7ef50ea73bbe640ec6fcad59 100644 --- a/examples/PLATINUM/PTB-PLATINUM-examples-2.xml +++ b/examples/PLATINUM/PTB-PLATINUM-examples-2.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> diff --git a/examples/PLATINUM/PTB-PLATINUM-examples.xml b/examples/PLATINUM/PTB-PLATINUM-examples.xml index 2288451d4a4a598cdc46ad98d43dcc0684d6de47..bc41475ab82b78c96f31184642cdd5873b23dc94 100644 --- a/examples/PLATINUM/PTB-PLATINUM-examples.xml +++ b/examples/PLATINUM/PTB-PLATINUM-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 10.5281/zenodo.4709001 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB1"> diff --git a/examples/PLATINUM/platinum-test.xml b/examples/PLATINUM/platinum-test.xml index d3b568ab92b1cfa7b63c006a7b730a9338c718a1..103dd8c013b953900b5e925768db7f1c677dced3 100644 --- a/examples/PLATINUM/platinum-test.xml +++ b/examples/PLATINUM/platinum-test.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. Authors: Bernd Müller, Lukas Heindorf DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class PLATINUM (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PLATINUM-TEST-1"> diff --git a/examples/SI-Accelaration-examples.xml b/examples/SI-Accelaration-examples.xml index 0960ca04578c8ce7023ed1773e8fa0616eb88798..044d8feb2fd49528ae674222f4fbb40aed440abf 100644 --- a/examples/SI-Accelaration-examples.xml +++ b/examples/SI-Accelaration-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2021 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify diff --git a/examples/SILVER/2020-03-20-UM-SILVER-examples.xml b/examples/SILVER/2020-03-20-UM-SILVER-examples.xml index acbb97548fd35c45a8bd651ce921f61f90d1deb6..3a504071aa94d139ba82f461c5c3632850394fde 100644 --- a/examples/SILVER/2020-03-20-UM-SILVER-examples.xml +++ b/examples/SILVER/2020-03-20-UM-SILVER-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 University of Maribour (UM), all rights reserved. Authors: Bojan Acko, Rok Klobucar DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="UM3"> diff --git a/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml b/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml index ddcbab42a9729da6b125c201896674e0532050e1..e1f79745de006e1f9864258b063417eea6fd4f0e 100644 --- a/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml +++ b/examples/SILVER/2021-11-22-SILVER-examples-xmllists.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2022-2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2025-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB648"> diff --git a/examples/SILVER/2022-05-23-SILVER-examples.xml b/examples/SILVER/2022-05-23-SILVER-examples.xml index 118b90fb225d4e399b0c60fe79e5ad6919578eaa..23824ff8d5895dcccb7f6853dbda480f1eeae895 100644 --- a/examples/SILVER/2022-05-23-SILVER-examples.xml +++ b/examples/SILVER/2022-05-23-SILVER-examples.xml @@ -4,15 +4,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2022-2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. AUTHORS: Justin Jagieniak, Benjamin Glogeer DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -28,7 +28,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples including quantity type for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB704"> diff --git a/examples/SILVER/PTB-SILVER-examples-2.xml b/examples/SILVER/PTB-SILVER-examples-2.xml index ff63e2ba5ff50b063b42482c37a630b510be60b5..cff799b81f230eaccd5ef96ae61fa6ac2774aaa7 100644 --- a/examples/SILVER/PTB-SILVER-examples-2.xml +++ b/examples/SILVER/PTB-SILVER-examples-2.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2021 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB533"> diff --git a/examples/SILVER/PTB-SILVER-examples.xml b/examples/SILVER/PTB-SILVER-examples.xml index 5181b1783f68bbfe457839cf6d601b07537bf80c..9c79180deefffddeedddf1307a5c2cae7320f789 100644 --- a/examples/SILVER/PTB-SILVER-examples.xml +++ b/examples/SILVER/PTB-SILVER-examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="PTB13"> diff --git a/examples/SILVER/silver-test.xml b/examples/SILVER/silver-test.xml index 8f794d5608b05ff6f6afa6a235bb217c2c17fe56..484ce2cdc77dd40eaa630dfc8c059ebdaad6a117 100644 --- a/examples/SILVER/silver-test.xml +++ b/examples/SILVER/silver-test.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- Copyright (c) 2019 - 2021 Ostfalia HAW, all rights reserved. Authors: Bernd Müller, Lukas Heindorf DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.0)</siTest:testDescription> + <siTest:testDescription>XML examples for SmartCom D-SI data with quality class SILVER (D-SI XSD version 2.2.1)</siTest:testDescription> </siTest:metaData> <siTest:testData id="SILVER-TEST-1"> diff --git a/examples/SI_Format_TestData.xsd b/examples/SI_Format_TestData.xsd index bfbdeca5d8aa405e1decffcd5517029033e4dd8d..5567e4cd022dd63970ec69e5c0448c073963da56 100644 --- a/examples/SI_Format_TestData.xsd +++ b/examples/SI_Format_TestData.xsd @@ -5,13 +5,13 @@ xmlns:si="https://ptb.de/si" elementFormDefault="qualified" > - <xs:import namespace="https://ptb.de/si" schemaLocation="https://www.ptb.de/si/v2.2.0/SI_Format.xsd"/> + <xs:import namespace="https://ptb.de/si" schemaLocation="https://www.ptb.de/si/v2.2.1/SI_Format.xsd"/> <xs:annotation> <xs:documentation xml:lang="en"> D-SI test data XSD - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. This XML Scheme Definition (XSD) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -24,8 +24,8 @@ CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 You should have received a copy of the GNU Lesser General Public License diff --git a/examples/SmartCom_A1.2.3_examples.xml b/examples/SmartCom_A1.2.3_examples.xml index cc13ee636e4675f8a0f077f55582fcdbb43c32a5..1c57bead1df8fdeeb61f88318534b1aeb536daf4 100644 --- a/examples/SmartCom_A1.2.3_examples.xml +++ b/examples/SmartCom_A1.2.3_examples.xml @@ -3,15 +3,15 @@ xmlns:siTest="https://ptb.de/si/examples" xmlns:si="https://ptb.de/si" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.0/examples/SI_Format_TestData.xsd"> + xsi:schemaLocation="https://ptb.de/si/examples https://www.ptb.de/si/v2.2.1/examples/SI_Format_TestData.xsd"> <!-- - Copyright (c) 2019 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2019 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. CONTACT: smartcom@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 22.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 This XML file is free data: you can redistribute it and/or modify @@ -27,7 +27,7 @@ --> <siTest:metaData> - <siTest:testDescription>Update XML examples for SmartCom D-SI XML format version 2.2.0.</siTest:testDescription> + <siTest:testDescription>Update XML examples for SmartCom D-SI XML format (D-SI Version 2.2.1)</siTest:testDescription> </siTest:metaData> diff --git a/qudt/quantitykind.xsd b/qudt/quantitykind.xsd index e9c2e0bad9327c0137e915210e2732d350ddc730..69095f562af2bc36ef56fe4f1dbf44204818399a 100644 --- a/qudt/quantitykind.xsd +++ b/qudt/quantitykind.xsd @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<xs:schema version="2.2.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" +<xs:schema version="2.2.1" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://qudt.org/vocab/" xmlns:qudt="http://qudt.org/vocab/" elementFormDefault="qualified"> @@ -7,7 +7,7 @@ <xs:annotation> <xs:documentation xml:lang="en"> D-SI - Digital System of Units - Copyright (c) 2018 - 2023 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. + Copyright (c) 2018 - 2024 Physikalisch-Technische Bundesanstalt (PTB), all rights reserved. This XML Scheme Definition (XSD) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -23,8 +23,8 @@ CONTACT: daniel.hutzschenreuter@ptb.de DEVELOPMENT: https://gitlab1.ptb.de/d-ptb/d-si/xsd-d-si - D-SI XSD VERSION: 2.2.0 - RELEASE DATA: 2023-11-30 + D-SI XSD VERSION: 2.2.1 + RELEASE DATA: 2024-06-21 DOI: 10.5281/zenodo.3366901 </xs:documentation> <xs:documentation xml:lang="en"> diff --git a/wiki/doc/UnitSystem.md b/wiki/doc/UnitSystem.md index 725ce90bf04da90143de05ba53b07e4cf4abfc0e..b760437334665b15b64739932354dfb9cd85a22d 100644 --- a/wiki/doc/UnitSystem.md +++ b/wiki/doc/UnitSystem.md @@ -1,21 +1,22 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits.md). ## SI base units of measurement (platinum units) -|D-SI Identifyer|D-SI Medal|SI name|SI symbol |SI Reference| +|D-SI Identifier|D-SI Medal|SI name|SI symbol |SI Reference| |-:|-:|-:|-:|-:| -|\metre|platinum|meter|m|[1, Table 2]| -|\kilogram|platinum|kilogram|kg|[1, Table 2]| +|\metre|platinum|metre|m|[1, Table 2]| +|\kilogram<sup>(a</sup>|platinum|kilogram|kg|[1, Table 2]| |\second|platinum|second|s|[1, Table 2]| |\ampere|platinum|ampere|A|[1, Table 2]| |\kelvin|platinum|kelvin|K|[1, Table 2]| |\mole|platinum|mole|mol|[1, Table 2]| |\candela|platinum|candela|cd|[1, Table 2]|" +<sub>(a: It is not allowed to use unit kilogram with a prefix. </sub> ## D-SI additional platinum units of measurement -|D-SI Identifyer|D-SI Medal|SI name|SI symbol |SI Reference| +|D-SI Identifier|D-SI Medal|SI name|SI symbol |SI Reference| |-:|-:|-:|-:|-:| -|\one|platinum|one|1|[1, Sec. 2.2.1]| +|\one<sup>(b</sup>|platinum|one|1|[1, Sec. 2.2.1]| |\day|platinum|day|d|[1, Table 8]| |\hour|platinum|hour|h|[1, Table 8]| |\minute|platinum|minute|min|[1, Table 8]| @@ -23,11 +24,12 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |\arcminute|platinum|arcminute|‘|[1, Table 8]| |\arcsecond|platinum|arcsecond|“|[1, Table 8]|" +<sub>(b: Unit one must not be used with a prefix of an exponent. </sub> ## SI derived units of measurement -|D-SI Identifyer|D-SI Medal|SI name|SI symbol |SI base unit expression|D-SI base unit expression|SI Reference| +|D-SI Identifier|D-SI Medal|SI name|SI symbol |SI base unit expression|D-SI base unit expression|SI Reference| |-:|-:|-:|-:|-:|-:|-:| -|\gram|gold|gram(a|g|10-3 kg|\kilogram|[1, Sec. 3]| +|\gram<sup>(c</sup>|gold|gram(a|g|10-3 kg|\kilogram|[1, Sec. 3]| |\radian|gold|radian|rad|m/m|\metre\metre\tothe{-1}|[1, Table 4]| |\steradian|gold|steradian|sr|m2/m2|\metre\tothe{2}\metre\tothe{-2}|[1, Table 4]| |\hertz|gold|hertz|Hz|s-1|\second\tothe{-1}|[1, Table 4]| @@ -50,32 +52,50 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |\sievert|gold|sievert|Sv|m2 s-2|\metre\tothe{2}\second\tothe{-2}|[1, Table 4]| |\gray|gold|gray|Gy|m2 s-2|\metre\tothe{2}\second\tothe{-2}|[1, Table 4]| |\katal|gold|katal|kat|s-1 mol|\second\tothe{-1}\mole|[1, Table 4]| -|\bit|gold|bit|bit|1|\one|[1, p. 143]| -|\byte|gold|byte|B|1|\one|[1, p. 143]| -|\ppm|gold|parts per million|ppm|1|\one|[1, Sec. 5.4.7]| -|\percent|gold|percent|%|1|\one|[1, Sec. 5.4.7]|" +|\bit<sup>(d</sup>|gold|bit|bit|1|\one|[1, p. 143]| +|\byte<sup>(e</sup>|gold|byte|B|1|\one|[1, p. 143]| +|\ppm<sup>(f</sup>|gold|parts per million|ppm|1|\one|[1, Sec. 5.4.7]| +|\percent<sup>(g</sup>|gold|percent|%|1|\one|[1, Sec. 5.4.7]|" +<sub>(c: The unit gram must not be combined with the prefix kilo. </sub> + +<sub>(d: Binary prefixes are the only allowed prefixes for unit bit. </sub> + +<sub>(e: Binary prefixes are the only allowed prefixes for unit byte. </sub> + +<sub>(f: Unit ppm (parts per million) must not be used with a prefix of an exponent. </sub> + +<sub>(g: Unit percent must not be used with a prefix of an exponent. </sub> ## Non-SI units of measurement allowed with the SI -|D-SI Identifyer|D-SI Medal|SI name|SI symbol |SI base unit expression|D-SI base unit expression|SI Reference| +|D-SI Identifier|D-SI Medal|SI name|SI symbol |SI base unit expression|D-SI base unit expression|SI Reference| |-:|-:|-:|-:|-:|-:|-:| +|\minute|silver|minute|min|s|\second|[1, Table 8]| +|\hour|silver|hour|h|s|\second|[1, Table 8]| +|\day|silver|day|d|s|\second|[1, Table 8]| +|\degree|silver|degree|°|rad|\radian|[1, Table 8]| +|\arcminute|silver|second (arc second)|"|rad|\radian|[1, Table 8]| +|\arcsecond|silver|second (arc second)|'|rad|\radian|[1, Table 8]| |\hectare|silver|hectare|ha|m2|\metre\tothe{2}|[1, Table 8]| |\litre|silver|litre|l|m3|\metre\tothe{3}|[1, Table 8]| |\tonne|silver|tonne|t|kg|\kilogram|[1, Table 8]| |\electronvolt|silver|electronvolt|eV|m2 kg s-2|\metre\tothe{2}\kilogram\second\tothe{-2}|[1, Table 8]| |\dalton|silver|dalton|Da|kg|\kilogram|[1, Table 8]| -|\astronomicalunit|silver|astronomical Unit|au|m|\metre|[1, Table 8]| +|\astronomicalunit|silver|astronomical unit|au|m|\metre|[1, Table 8]| |\neper|silver|neper|Np|1|\one|[1, Table 8]| -|\bel|silver|bel|B|1|\one|[1, Table 8]| -|\decibel|silver|decibel(b|dB|1|\one|[1, Table 8]|" +|\bel<sup>(h</sup>|silver|bel|B|1|\one|[1, Table 8]| +|\decibel<sup>(i</sup>|silver|decibel(b|dB|1|\one|[1, Table 8]|" + +<sub>(h: The unit bel must not be combined with the prefix deci. </sub> +<sub>(i: The unit decibel must not be combined with any prefix. </sub> ## SI prefixes decimal -|D-SI Identifyer|D-SI Medal|SI name|SI symbol |Multiplyer|SI Reference| +|D-SI Identifier<sup>(j</sup>|D-SI Medal|SI name|SI symbol |Multiplyer|SI Reference| |-:|-:|-:|-:|-:|-:| |\deca|gold|deca(a|da|10|[1, Table 7]| |\hecto|gold|hecto(a|h|100|[1, Table 7]| -|\kilo|gold|kilo(a,b|k|1000|[1, Table 7]| +|\kilo<sup>(k</sup>|gold|kilo(a,b|k|1000|[1, Table 7]| |\mega|gold|mega(a|M|1000000|[1, Table 7]| |\giga|gold|giga(a|G|1000000000|[1, Table 7]| |\tera|gold|tera(a|T|1000000000000|[1, Table 7]| @@ -85,7 +105,7 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |\yotta|gold|yotta(a|Y|1000000000000000000000000|[1, Table 7]| |\ronna|gold|ronna|R|1000000000000000000000000000|[2, Resolution 3]| |\quetta|gold|quetta|Q|1000000000000000000000000000000|[2, Resolution 3]| -|\deci|gold|deci(a ,b|d|0.1|[1, Table 7]| +|\deci<sup>(l</sup>|gold|deci(a ,b|d|0.1|[1, Table 7]| |\centi|gold|centi(a|c|0.01|[1, Table 7]| |\milli|gold|milli(a|m|0.001|[1, Table 7]| |\micro|gold|micro(a|μ|0.000001|[1, Table 7]| @@ -98,9 +118,14 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |\ronto|gold|ronto|r|0.000000000000000000000000001|[2, Resolution 3]| |\quecto|gold|quecto|q|0.000000000000000000000000000001|[2, Resolution 3]|" +<sub>(j: All prefixes must not be combined with the units kilogram, decibal, one, bit, and byte. </sub> + +<sub>(k: The prefix kilo must not be combined with the unit gram. </sub> + +<sub>(l: The prefix deci must not be combined with the unit bel. </sub> ## SI prefixes binary -|D-SI Identifyer|D-SI Medal|SI name|SI symbol |Multiplyer|SI Reference| +|D-SI Identifier<sup>(m</sup>|D-SI Medal|SI name|SI symbol |Multiplyer|SI Reference| |-:|-:|-:|-:|-:|-:| |\kibi|gold|kibi|Ki |1024|[1, p. 143]| |\mebi|gold|mebi|Mi|1048576|[1, p. 143]| @@ -111,11 +136,45 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. |\zebi|gold|zebi |Zi|1180591620717411303424|[1, p. 143]| |\yobi|gold|yobi |Yi|1208925819614629174706176|[1, p. 143]|" +<sub>(m: The binary prefixes are only allowed to be used with units bit and byte. </sub> + +## Additional units from 8th edition of the SI-brochure +|D-SI Identifier|D-SI Medal|SI name|SI symbol |SI base unit expression|D-SI base unit expression|SI Reference| +|-:|-:|-:|-:|-:|-:|-:| +|\clight|bronze|n.u. of speed|*c<sub>0</sub>*|m s-1|\metre\second\tothe{-1}|[3, Table 7]| +|\planckbar|bronze|n.u. of action and a.u. of action|*ħ*|J s|\joule\second|[3, Table 7]| +|\electronmass|bronze|n.u. of mass and a.u. of mass|*m<sub>e</sub>*|kg|\kilogram|[3, Table 7]| \atomicmassunit +|\naturalunittime|bronze|n.u. of time|*ħ (m<sub>e</sub>-1 c<sub>0</sub>-2)*|s|\second|[3, Table 7]| +|\elementarycharge|bronze|a.u. of charge|*e*|C|\coulomb|[3, Table 7]| atomicunittime +|\atomicunittime|bronze |a.u. of time|ħ E<sub>h</sub>-1|s|\second|[3, Table 7]| +|\bohr|bronze|a.u. of length|a<sub>0</sub>|m|\metre|[3, Table 7]| +|\hartree|bronze|a.u. of energy|E<sub>h</sub>|J|\joule|[3, Table 7]| +|\bar|bronze|bar|bar|Pa|\pascal|[3, Table 8]| +|\mmHg|bronze|millimetre of mercury|mmHg|Pa|\pascal|[3, Table 8]| +|\angstrom|bronze|ångström|Å|m|\metre|[3, Table 8]| +|\nauticalmile|bronze|nautucalmile|M|m|\metre|[3, Table 8]| +|\barn|bronze|barn|b|m2|\metre\tothe{2}|[3, Table 8]| +|\knot|bronze|knot|kn|m s-1|\metre\second\tothe{-1}|[3, Table 8]| +|\erg|bronze|erg|erg|J|\joule|[3, Table 9]| +|\dyne|bronze|dyne|dyn|N|\newton|[3, Table 9]| +|\poise|bronze|poise|P|Pa s|\pascal\second|[3, Table 9]| +|\stokes|bronze|stokes||||[3, Table 9]| +|\stilb|bronze|stilb|sb|m-2|\metre\tothe{-2}|[3, Table 9]| +|\phot|bronze|phot|ph|lx|\lux|[3, Table 9]| +|\gal|bronze|gal|Gal|m s-2|\metre\second\tothe{-2}|[3, Table 9]| +|\maxwell|bronze|maxwell|Mx|Wb|\weber|[3, Table 9]| +|\gauss|bronze|gauss|G|T|\tesla|[3, Table 9]| +|\aersted|bronze|œrsted|Oe|A m-1|\ampere\metre\tothe{-1}|[3, Table 9]| + + +\elementarycharge + + ## Operators for combining units -|D-SI Identifyer|Description|Examples|D-SI Medal | +|D-SI Identifier|Description|Examples|D-SI Medal | |-:|-:|-:|-:| | |Multiplication: simply append one unit to another |\metre\metre|PLATINUM| -|\tothe{n} | Exponent: following a unit where n is an integer or (+-)0.5 |\metre\tothe{2}, \volt\tothe{-0.5}|PLATINUM| +|\tothe{n} | Exponent: following a unit where n is an integer or (+-)0.5 |\metre\tothe{2}, \second\tothe{-0.5}|PLATINUM| |\per |Division: All units on the left side of the operator devided by all units on its right side |\metre\per\metre|SILVER| ### References @@ -124,7 +183,9 @@ Description how to build units witht the D-SI format is [here](StructureSIUnits. [1] BIPM: 9th edition SI brochure (englisch): https://www.bipm.org/documents/20126/41483022/SI-Brochure-9-EN.pdf -[2] BIPM: List of Resolutions for the 27th meeting of the General Conference on Weights and Measures 2022 +[2] BIPM: List of Resolutions for the 27th meeting of the General Conference on Weights and Measures 2022: https://www.bipm.org/documents/20126/77765681/Resolutions-2022.pdf/281f3160-fc56-3e63-dbf7-77b76500990f#page=22 + +[3] BIPM: 8th edition SI brochure (englisch): https://www.bipm.org/documents/20126/41483022/si_brochure_8.pdf [**Home**](wiki/d-si-online-guide.md)