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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
D-PTB
D-SI
xsd-d-si
Commits
5b493793
Commit
5b493793
authored
Apr 2, 2019
by
Daniel Hutzschenreuter
Browse files
Options
Downloads
Patches
Plain Diff
Delete Examples_01_real.xml
parent
1f39e4c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Development/SI/Examples/Examples_01_real.xml
+0
-80
0 additions, 80 deletions
Development/SI/Examples/Examples_01_real.xml
with
0 additions
and
80 deletions
Development/SI/Examples/Examples_01_real.xml
deleted
100644 → 0
+
0
−
80
View file @
1f39e4c5
<?xml version="1.0" encoding="UTF-8"?>
<examples
id=
"EXAMPLES_01_real"
>
<!-- atomic real -->
<si:real>
<si:value>
2.34
</si:value>
<si:unit>
\metre
</si:unit>
</si:real>
<!-- atomic real with optional label and time-stamp -->
<si:real>
<si:value>
2.34
</si:value>
<si:unit>
\metre
</si:unit>
<si:label>
length
</si:label>
<si:dateTime>
2018-11-16T12:30:01.67-01:00
</si:dateTime>
</si:real>
<!-- real measurement quantity with expanded measurement uncertainty -->
<si:real>
<si:value>
2.34
</si:value>
<si:unit>
\metre
</si:unit>
<!-- uncertainty statement -->
<si:uncertainty>
0.01
</si:uncertainty>
<si:coverageFactor>
2
</si:coverageFactor>
<si:coverageProbability>
0.95
</si:coverageProbability>
<si:distribution>
normal
</si:distribution>
</si:real>
<!-- real measurement quantity with coverage interval -->
<si:real>
<si:value>
2.34
</si:value>
<si:unit>
\metre
</si:unit>
<!-- uncertainty statement -->
<si:intervalType>
probabilistic-symmetric
</si:intervalType>
<si:intervalMin>
2.33
</si:intervalMin>
<si:intervalMax>
2.35
</si:intervalMax>
<si:coverageProbability>
0.95
</si:coverageProbability>
<si:distribution>
normal
</si:distribution>
</si:real>
<!-- real quantity with all elements that can be provided -->
<si:real>
<si:value>
2.34
</si:value>
<si:unit>
\metre
</si:unit>
<si:label>
length
</si:label>
<si:dateTime>
2018-11-16T12:30:01.67-01:00
</si:dateTime>
<!-- uncertainty statement -->
<si:uncertainty>
0.01
</si:uncertainty>
<si:coverageFactor>
1.96
</si:coverageFactor>
<si:coverageProbability>
0.95
</si:coverageProbability>
<si:distribution>
normal
</si:distribution>
</si:real>
<!-- draft for real constants
- example fundamental physical
constant -->
<si:constant>
<si:value>
1.054571800e-34
</si:value>
<si:unit>
\joule\secound
</si:unit>
<si:label>
reduced planck constant
</si:label>
<si:dateTime>
2018-11-16T12:30:01.67-01:00
</si:dateTime>
<!-- standard uncertainty statement -->
<si:uncertainty>
1.3e-42
</si:uncertainty>
<si:distribution>
normal
</si:distribution>
</si:constant>
<!-- draft for real constants
- example mathematical constant -->
<si:constant>
<si:value>
3.140
</si:value>
<si:unit>
\one
</si:unit>
<si:label>
pi
</si:label>
<!-- theoretical rounding error -->
<si:uncertainty>
0.005
</si:uncertainty>
</si:constant>
</examples>
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