Skip to content
Snippets Groups Projects
Select Git revision
  • ffa7e75bee048f88579d22e25c418e47f9f5605b
  • master default protected
  • develop
  • some-corrections
  • strict
  • noeSpacesAtStartOrEndOfXMLLIst
  • dependencies
  • merge-master-giacomo
  • xml-list-covarianceMatrix
  • 2.2.1
  • 2.2.0
  • 2.2.0-beta
  • 2.0.0
  • 1.3.1
  • 1.3.0
  • 1.1.0
  • 1.0.2
  • 1.0.1
18 results

Hybrid.md

Blame
  • Hybrid.md 2.46 KiB

    8. Structure for non-SI units (hybrid)

    D-SI-Image-8.1

    D-SI-Image-8.2

    D-SI-Image-8.3

    Show full XML example
    
    <si:hybrid>
    	<!-- A: length from B converted to SI -->
    	<si:real>
    		<si:value>0.3048006</si:value>
    		<si:unit>\metre</si:unit>
    	</si:real>
    	<!-- B: length with imperial unit foot -->
    	<si:real>
    		<si:value>1</si:value>
    		<si:unit>ft(U.S. survey)</si:unit>
    	</si:real>
    </si:hybrid>
    

    D-SI-Image-8.4

    D-SI-Image-8.5

    Show full XML example
    
    <si:hybrid>
    	<!-- A: list from B converted to SI -->
    	<si:realList>
    		<si:real>
    			<si:value>0.00454609</si:value>
    			<si:unit>\metre\tothe{3}</si:unit>
    		</si:real>
    		<si:real>
    			<si:label>hardness Rockwell C scale</si:label>
    			<si:value>63.00</si:value>
    			<si:unit>\metre\metre\tothe{-1}</si:unit>
    			<si:expandedUnc>
    				<si:uncertainty>1.56</si:uncertainty>
    				<si:coverageFactor>2</si:coverageFactor>
    				<si:coverageProbability>0.95</si:coverageProbability>
    			</si:expandedUnc>
    		</si:real>
    	</si:realList>
    	<!-- B: list with non-SI units -->
    	<si:realList>
    		<si:real>
    			<si:value>1</si:value>
    			<si:unit>gallon(U.K.)</si:unit>
    		</si:real>
    		<si:real>
    			<si:label>hardness Rockwell C scale</si:label>
    			<si:value>63.00</si:value>
    			<si:unit>HRC</si:unit>
    			<si:expandedUnc>
    				<si:uncertainty>1.56</si:uncertainty>
    				<si:coverageFactor>2</si:coverageFactor>
    				<si:coverageProbability>0.95</si:coverageProbability>
    			</si:expandedUnc>
    		</si:real>
    	</si:realList>
    </si:hybrid>
    

    Previous Chapter 7 <<        Home

    Creative Commons License
    This documentation is licensed under a Creative Commons Attribution 4.0 International License.