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
8a49968d
Commit
8a49968d
authored
Apr 2, 2019
by
Daniel Hutzschenreuter
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
7776772b
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
examples/Examples_05_non_SI.xml
+58
-0
58 additions, 0 deletions
examples/Examples_05_non_SI.xml
with
58 additions
and
0 deletions
examples/Examples_05_non_SI.xml
0 → 100644
+
58
−
0
View file @
8a49968d
<?xml version="1.0" encoding="UTF-8"?>
<examples
id=
"EXAMPLES_05_non_SI"
>
<!--
###################################
Implementation of non-SI quantities
###################################
-->
<!-- hybrid structure example for non-SI quantities -->
<si:hybrid>
<!-- SI quantity value of the non-SI quantities -->
<si:real>
<si:value>
3600
</si:value>
<si:unit>
\second
</si:unit>
</si:real>
<!-- non-SI quantity value -->
<si:real>
<si:value>
60
</si:value>
<si:unit>
\minute
</si:unit>
</si:real>
<!-- non-SI quantity value -->
<si:real>
<si:value>
1
</si:value>
<si:unit>
\hour
</si:unit>
</si:real>
</si:hybrid>
<!-- hybrid can also work with lists -->
<si:hybrid>
<!-- list with SI quantity values -->
<si:list>
<si:real>
<si:value>
1
</si:value>
<si:unit>
\metre
</si:unit>
</si:real>
<si:real>
<si:value>
3.14
</si:value>
<si:unit>
\metre\per\metre
</si:unit>
</si:real>
</si:list>
<!-- list with non-SI quantities - each quantity value in this list must have an SI representation in the SI list above -->
<si:list>
<si:real>
<si:value>
1
</si:value>
<si:unit>
\metre
</si:unit>
</si:real>
<si:real>
<si:value>
5.34
</si:value>
<si:unit>
gon
</si:unit>
</si:real>
</si:list>
</si:hybrid>
</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