Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
xsd-d-si
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D-PTB
D-SI
xsd-d-si
Commits
1167a48f
Commit
1167a48f
authored
8 months ago
by
Daniel Hutzschenreuter
Browse files
Options
Downloads
Patches
Plain Diff
Fixed XML List Uncertainty Type
parent
3bc0271c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SI_Format.xsd
+7
-7
7 additions, 7 deletions
SI_Format.xsd
with
7 additions
and
7 deletions
SI_Format.xsd
+
7
−
7
View file @
1167a48f
<?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 - 202
3
Physikalisch-Technische Bundesanstalt (PTB), all rights reserved.
Copyright (c) 2018 - 202
4
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: 202
3-11-30
D-SI XSD VERSION: 2.2.
1
RELEASE DATA: 202
4-06-21
DOI: 10.5281/zenodo.3366901
</xs:documentation>
<xs:documentation
xml:lang=
"en"
>
...
...
@@ -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:
uncertaintyValue
XMLListType"
/>
<xs:element
name=
"valueStandardMUXMLList"
type=
"si:
valueStandardMU
XMLListType"
/>
<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:
uncertaintyValue
XMLListType"
/>
<xs:element
name=
"valueExpandedMUXMLList"
type=
"si:
valueExpandedMU
XMLListType"
/>
<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:
uncertaintyValue
XMLListType"
/>
<xs:element
name=
"valueStandardMUXMLList"
type=
"si:
valueStandardMU
XMLListType"
/>
<xs:element
name=
"intervalMinXMLList"
type=
"si:intervalMinXMLListType"
/>
<xs:element
name=
"intervalMaxXMLList"
type=
"si:intervalMaxXMLListType"
/>
<xs:element
name=
"coverageProbabilityXMLList"
type=
"si:probabilityValueXMLListType"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment