Skip to content

Instantly share code, notes, and snippets.

@BrandonMathis
Created June 21, 2011 20:02
Show Gist options
  • Save BrandonMathis/1038747 to your computer and use it in GitHub Desktop.
Save BrandonMathis/1038747 to your computer and use it in GitHub Desktop.
bad string size error

The log exert bellow is result of a error that is caused in the IOMOG Register by loading in the suspect XML bellow.

The XML bellow is the Taxonomy Tree for UnitType

Started GET "/networks/undefined/segments/0e8fcccb-ed97-4271-a803-fde710fe6e75/children" for 0:0:0:0:0:0:0:1%0 at Tue Jun 21 15:42:52 -0400 2011
Processing by SegmentsController#children as JSON
Parameters: {"network_id"=>"undefined", "id"=>"0e8fcccb-ed97-4271-a803-fde710fe6e75"}
MONGODB mimosa2_development['ccom_entities'].find({"_id"=>"0e8fcccb-ed97-4271-a803-fde710fe6e75"})
MONGODB mimosa2_development['ccom_entities'].find({:_id=>"643474ea-69e6-4b70-9e3f-fd4ca3973eac", :_type=>{"$in"=>["Ccom::ValidNetworkForMonitoredEntity"]}})
Completed in 102ms
java.lang.RuntimeException: bad string size: 5075134
org/bson/BSONDecoder.java:433:in `readUTF8String'
org/bson/BSONDecoder.java:140:in `decodeElement'
org/bson/BSONDecoder.java:63:in `_decode'
org/bson/BSONDecoder.java:32:in `decode'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/bson-1.3.0-java/lib/../lib/bson/bson_java.rb:16:in `deserialize'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/connection.rb:753:in `read_documents'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/connection.rb:703:in `receive'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/connection.rb:460:in `receive_message'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/connection.rb:458:in `receive_message'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/connection.rb:448:in `receive_message'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/cursor.rb:392:in `send_initial_query'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/connection.rb:585:in `instrument'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/cursor.rb:391:in `send_initial_query'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/cursor.rb:356:in `refresh'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/cursor.rb:75:in `next_document'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongo-1.3.0/lib/../lib/mongo/collection.rb:242:in `find_one'
org/jruby/RubyKernel.java:2060:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/collections/master.rb:19:in `find_one'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/collections/retry.rb:29:in `retry_on_connection_failure'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/collections/master.rb:18:in `find_one'
org/jruby/RubyProc.java:268:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/collection.rb:71:in `find_one'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/contexts/mongo.rb:255:in `one'
org/jruby/RubyKernel.java:2064:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/criteria.rb:46:in `one'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/criterion/inclusion.rb:190:in `execute_or_raise'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/criterion/inclusion.rb:106:in `find'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/finders.rb:67:in `find'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/relations/builders/referenced/in.rb:23:in `build'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/relations/accessors.rb:59:in `create_relation'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/relations/accessors.rb:26:in `build'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/relations/accessors.rb:130:in `getter'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyArray.java:2336:in `collect'
org/jruby/RubyKernel.java:2064:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/relations/proxy.rb:111:in `method_missing'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/mongoid-2.0.1/lib/mongoid/relations/referenced/many.rb:341:in `method_missing'
/Users/bemathis/Dev/Ruby/IOM-OG-Register/app/models/tree_asset.rb:3:in `children'
/Users/bemathis/Dev/Ruby/IOM-OG-Register/app/models/tree_asset.rb:7:in `children_json'
/Users/bemathis/Dev/Ruby/IOM-OG-Register/app/controllers/segments_controller.rb:23:in `children'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyProc.java:228:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/mime_responds.rb:192:in `respond_to'
/Users/bemathis/Dev/Ruby/IOM-OG-Register/app/controllers/segments_controller.rb:22:in `children'
org/jruby/RubyKernel.java:2064:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/abstract_controller/base.rb:151:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/abstract_controller/callbacks.rb:18:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:443:in `_run__943193488__process_action__941184253__callbacks'
org/jruby/RubyKernel.java:2052:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:424:in `_run_process_action_callbacks'
org/jruby/RubyKernel.java:2064:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/notifications.rb:52:in `instrument'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/notifications.rb:52:in `instrument'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/abstract_controller/base.rb:120:in `process'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/abstract_controller/rendering.rb:40:in `process'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_controller/metal.rb:178:in `action'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyProc.java:228:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:148:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:111:in `recognize'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:73:in `optimized_each'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-mount-0.6.13/lib/rack/mount/code_generation.rb:110:in `recognize'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-mount-0.6.13/lib/rack/mount/route_set.rb:139:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/cookies.rb:295:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/callbacks.rb:46:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/callbacks.rb:430:in `_run_call_callbacks'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/show_exceptions.rb:46:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/railties-3.0.3/lib/rails/rack/logger.rb:13:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/activesupport-3.0.3/lib/active_support/cache/strategy/local_cache.rb:90:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/actionpack-3.0.3/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/railties-3.0.3/lib/rails/application.rb:168:in `call'
org/jruby/RubyKernel.java:2064:in `send'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/railties-3.0.3/lib/rails/application.rb:77:in `method_missing'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/railties-3.0.3/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bemathis/.rvm/gems/jruby-1.6.1@IOMOG/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bemathis/.rvm/rubies/jruby-1.6.1/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
/Users/bemathis/.rvm/rubies/jruby-1.6.1/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
/Users/bemathis/.rvm/rubies/jruby-1.6.1/lib/ruby/1.8/webrick/httpserver.rb:48:in `run'
/Users/bemathis/.rvm/rubies/jruby-1.6.1/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
/Users/bemathis/.rvm/rubies/jruby-1.6.1/lib/ruby/1.8/webrick/server.rb:163:in `start_thread'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyProc.java:232:in `call'
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2009, Machinery Information Management Open Systems Alliance, All Rights Reserved-->
<CCOMData xmlns="http://www.mimosa.org/osa-eai/v3-2-3-RC8/xml/CCOM-ML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Entity xsi:type="Asset">
<GUID>0e8fcccb-ed97-4271-a803-fde710fe6e75</GUID>
<IDInInfoSource>0000000000000000.4.1</IDInInfoSource>
<Tag>MIMOSA CCOM V3.2.3 Data Dictionary Taxonomy</Tag>
<Name>MIMOSA CCOM V3.2.3 Data Dictionary Taxonomy</Name>
<Type>
<GUID>2df47839-42ef-4c69-b063-21ea642220b1</GUID>
<Tag>Taxonomy</Tag>
</Type>
<ValidNetwork>
<GUID>643474ea-69e6-4b70-9e3f-fd4ca3973eac</GUID>
<Network xsi:type="Taxonomy">
<GUID>9286b6eb-c1ad-4e10-ba04-930fc3e4b7bd</GUID>
<Tag>UnitType Type Taxonomy</Tag>
<Name>UnitType Type Taxonomy</Name>
<Type>
<GUID>2df47839-42ef-4c69-b063-21ea642220b1</GUID>
<Tag>Taxonomy</Tag>
<Name>Taxonomy</Name>
</Type>
<EntryEdge>
<GUID>49cc0d21-d829-4c68-afb0-7f50a632eb38</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>09b0ed5f-a5dd-4ff7-89ed-146eef359621</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4d0d4ff6-9577-4f32-8592-a89c950a8d5b</GUID>
<Tag>Undetermined</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>dfcd917b-0e40-4253-ad84-13bd33220654</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>eac7e329-1e07-400f-853f-7faedacbf027</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d7c9e2bb-5867-4ec4-8e0f-d7e1a9b5f085</GUID>
<Tag>Base 10 Integer Number</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4c68f1c4-295e-4d61-8cff-77956488f795</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d8c3ffd0-4aa7-4c8a-8677-b0cf863c793e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>df29a3ae-d0ac-4fe4-9316-db1710ef670f</GUID>
<Tag>Base 10 Real Number</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ec391575-78fc-4d0f-b259-50b006de4288</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>06d27824-252a-488d-8466-5b7da6f8d0d9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>39c197f5-759f-41c7-805e-2a87b6f9e29d</GUID>
<Tag>US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c1488666-3544-4950-ac22-4567977eb156</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8d1f5d69-3934-4bfe-a096-16803c07ea75</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7594b830-5a7a-495f-b5e6-208096690dac</GUID>
<Tag>British Pound</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7fedb337-cad8-436a-9f48-1261ff3e55b9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5f181d80-1811-4810-ad5e-e951055d8310</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e3267036-e442-4fbe-96e5-9b08747fc1f9</GUID>
<Tag>Japanese Yen</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>92eef383-53f1-475d-89d4-f0c3d8c0ba97</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d1a7962b-f542-4add-bfbb-c32b0606c9f8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c82430f5-35b3-4147-9ce1-105d18cfb529</GUID>
<Tag>German Mark</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>38088cc3-bc76-4e9a-bc80-13ac2e615b3f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7969affb-8ea9-45bf-abb7-6988bb1b6986</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b997cc35-9bba-4ef3-b7e7-243f82d4bff5</GUID>
<Tag>ASCII Character (0-255)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6242138a-baa6-42a9-ae09-f01c4a34ea4a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>577446d2-bf92-4100-a6c9-4110963c6390</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5df44bb1-f679-4450-a472-758e2bf30a6d</GUID>
<Tag>Kilograms</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3e766ba3-0e78-4354-b6b5-0b7767759af1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e73a2afa-c3a7-4530-8b80-e3f86dbec3b7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c8d911fc-3e82-4eaf-98d9-ffad65a34294</GUID>
<Tag>Dynes Mass</Tag>
<MultiplicationFactorToRefUnit>980665</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9cece8de-8624-4228-8620-8572a543b0c7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>00a4f5f8-a340-4f0d-a231-468290397d9b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4b157a1d-233b-44d6-bac9-a65c5d6020c8</GUID>
<Tag>Grams</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cd817ff0-da9c-49d7-b2b5-d4db7030fb28</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>17d7598c-b13a-45d4-b7a9-7a237e55f025</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5e668ba6-407f-4319-8431-f6b50b26eb31</GUID>
<Tag>Joules/Cm</Tag>
<MultiplicationFactorToRefUnit>9.8070000000000004E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0b8616c4-fa7e-4451-8526-64063e3838ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>16780e72-5316-4e21-858b-87def8953f9c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d3da1fb7-a36d-40dc-b457-588cb6ce58f9</GUID>
<Tag>Joules/Meter</Tag>
<MultiplicationFactorToRefUnit>9.8070000000000004</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>26b01183-9cb2-4a59-b91f-1463513891f7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0a86e9d1-d7bf-4a4e-b3ec-7aae39543e01</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2c2b491c-4d60-4bcc-b133-6b1a20d24694</GUID>
<Tag>Poundals</Tag>
<MultiplicationFactorToRefUnit>70.900000000000006</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94dea747-133c-42cf-a995-de1df90ec727</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4476aaba-e22f-4e7e-84bf-f02b7fcb9fdf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>953ff07a-851d-4af5-adc8-6f15ea48f60c</GUID>
<Tag>Pounds Mass</Tag>
<MultiplicationFactorToRefUnit>2.2046000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>df09c6a5-b4ba-40cc-9e95-8577e10df9ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>26828695-92ea-4a99-978d-a1f77dbafadc</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>df9a2b69-caf8-4ca8-b037-9a6955a54a5e</GUID>
<Tag>Tons (Long) Mass</Tag>
<MultiplicationFactorToRefUnit>9.8419999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>107e3463-7c57-4773-a76c-d5c82ede4e46</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>743856fe-940e-4d18-a706-21b57d19e921</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>949b9ceb-69fe-404c-88f8-e81db342582f</GUID>
<Tag>Tons (Short) Mass</Tag>
<MultiplicationFactorToRefUnit>1.1019999999999999E-3</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>675a14c6-7b73-452a-be50-9a0ede4c0eea</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a043b43c-6c9a-41f9-acec-da1b43c19391</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>60f0dad2-7c5d-4ffe-a597-3f026f94145b</GUID>
<Tag>Ounces Mass</Tag>
<MultiplicationFactorToRefUnit>35.270000000000003</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>54103436-93c2-40fa-8934-001660a5d691</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>155ee95d-e8b0-4941-afe8-65c3cd4b4be7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>833ecefa-0a21-4fd8-8b5e-73e6904f76cb</GUID>
<Tag>Metric Tons</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6bbff385-3352-4591-98ec-531343c3197e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b324dba6-3eff-4558-bd50-96cee2d0871e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d4065bc6-2413-4cfa-8fe3-6470cb92a121</GUID>
<Tag>Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ba168b77-6783-4b71-bd76-238fd777b7ba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5945b5a1-1287-40d2-8e6b-b1e150a74c65</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bfaa4904-8e6a-487c-9e02-2bb131ce5565</GUID>
<Tag>Angstrom Units</Tag>
<MultiplicationFactorToRefUnit>10000000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>445f7a13-0673-4881-bf6e-03f69daf490e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bca83a7b-4067-43bd-b7b8-b511ff451308</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5aa3a552-09b5-4444-a4bc-67b49af75b76</GUID>
<Tag>Centimeters</Tag>
<MultiplicationFactorToRefUnit>100</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>582051de-9ccf-4b1b-8972-3af34ebfefc6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4541bf79-f3a2-4639-adf9-b8dd11c7f00c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>65d10ce9-f7bf-4701-9280-094e052d2869</GUID>
<Tag>Fathoms</Tag>
<MultiplicationFactorToRefUnit>0.54681000000000002</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>05e115d5-b20e-45b2-945f-69562d6fabef</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f0cdab88-aee7-4187-8080-3ccb1deccacc</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>73e8145d-7a92-49ef-9b10-6162a06f7876</GUID>
<Tag>Feet</Tag>
<MultiplicationFactorToRefUnit>3.280834</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f7e0b805-c63f-4142-8fce-efbb0303af85</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>96e51300-879c-46c9-8fe5-adfd4a5031f7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4b2c0f18-9961-461b-adee-d1d6669f6ed6</GUID>
<Tag>Inches</Tag>
<MultiplicationFactorToRefUnit>39.369999999999997</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>483c74b0-fb3c-4e58-8762-58226f903c54</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4fce1639-85d5-4368-99a2-9eb192e65951</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0f89f4e5-0000-4ecc-a10d-532167252331</GUID>
<Tag>Kilometers</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>552b0802-c15b-4b1f-80de-1ae74075ccaa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2864d8e3-6f2d-4f82-b004-161f3e71b93c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0651cdf7-5060-4c42-b40e-7457b133a288</GUID>
<Tag>Miles (Nautical)</Tag>
<MultiplicationFactorToRefUnit>5.4000000000000001E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8b8befcd-6e83-4d76-9b89-97dce5d2db2a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>17da7b9f-4bda-44d7-a3ba-0d0721f5c4b7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ecbb1ba1-a5b3-4a7c-b99b-12fd760b4c3e</GUID>
<Tag>Miles (Statute)</Tag>
<MultiplicationFactorToRefUnit>6.2140000000000003E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4a4a1547-a7c5-4fe4-8bb1-ef66d549a5a4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1a658de4-a3a4-4c7f-a5de-0791b870ec9d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>108994ae-f0be-4c94-b2bc-1df67af9dd4c</GUID>
<Tag>Millimeters</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>56669ea5-9724-4774-9148-f66ef024e098</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dadccbe1-8100-41d5-b08e-8136a7eb329b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>430a2163-2934-4aac-b885-b2248e579d44</GUID>
<Tag>Yards</Tag>
<MultiplicationFactorToRefUnit>1.0940000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>70da1be3-e3d9-43a5-8f61-95c4d1bcbdb8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3b9c22d7-319e-41c6-9860-de01f9339aa7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>11e806ef-d9d4-472f-b3db-65fb86ca3ed0</GUID>
<Tag>Seconds</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>38fa9538-ab9a-4810-bc22-b79b8a56ca47</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f48defcc-2840-41b6-be86-2977027606f7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>271957d7-00a4-4819-be39-128ac9b828ab</GUID>
<Tag>Minutes</Tag>
<MultiplicationFactorToRefUnit>1.6667000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>210876e3-fd45-426a-aa58-e1e915285445</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5e42d0d8-5e84-40b7-9180-21dc9b4c9960</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0c403109-2883-4bd4-8889-1e92d6abe957</GUID>
<Tag>Hours</Tag>
<MultiplicationFactorToRefUnit>2.7779999999999998E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b0751253-c387-4383-83b5-66f2edad83c2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>770a18bc-afe2-4b52-b2f0-0af03eebba8a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0904787c-69f1-416f-b3be-5cc4585ca5e2</GUID>
<Tag>Days</Tag>
<MultiplicationFactorToRefUnit>0.000011574</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e1c1f2ce-d5e2-43b0-9dcd-a97e1cadb834</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4e4241ce-a6f3-47cd-8e1e-eba133dde838</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fee76c6d-edde-4217-8dc1-06bf3f35db58</GUID>
<Tag>Weeks</Tag>
<MultiplicationFactorToRefUnit>1.6533999999999999E-6</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ec247f22-dd9c-43c3-a507-e795debc4276</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d2b672fa-e6b4-4ffc-bc23-f79f5d82468f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>83c49208-15c4-4268-bb68-d60149d8bdd9</GUID>
<Tag>30 Day Months</Tag>
<MultiplicationFactorToRefUnit>3.8579999999999997E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1ada46a1-b886-4d2a-8f6d-00f4a7e52ec1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>27b33bf8-66c0-4aec-96d5-254a4fdd319a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>71e3b764-19b7-4d93-9192-28a070e2e94d</GUID>
<Tag>365 Day Years</Tag>
<MultiplicationFactorToRefUnit>3.1709999999999997E-8</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e6bdc52b-4bf1-4a9b-87ea-044e5cdd87d0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d7ea5a9-87c1-49e3-b93c-a7552ec7773c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a28ad76c-4262-4aae-b066-ff2293878cc5</GUID>
<Tag>Degrees Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1061f0b3-fd3b-43ae-8a71-b2038b8d85d7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a66f65eb-73c7-4de2-987d-b5633da38dfb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3912c639-8c27-4b29-868b-a0f01790770f</GUID>
<Tag>Degrees Celsius</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>-273.18000000000001</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ab865933-58a6-45c6-adb0-7aeb3bfc371e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fb98cd06-4cbe-42ee-98fc-3f9af578ed69</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4d83f00c-1bd0-4f52-bfb1-8552bfeac115</GUID>
<Tag>Degrees Fahrenheit</Tag>
<MultiplicationFactorToRefUnit>1.8</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>-459.67000000000002</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e0147dd6-9f51-41ac-a669-23882415fd9c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7915945a-de3d-4a4c-b3e9-cfac704e8dd5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7b9c49fe-0f76-4de8-aa06-c3f4e69b91d1</GUID>
<Tag>Radians (Angle)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>905d6cb6-ed44-4a31-afbf-4cad50b9ca35</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f23d7fde-9019-4431-920a-bee1e4cfc079</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>71cf7144-b4d2-4bfd-89e1-3dd93d94812c</GUID>
<Tag>Degrees (Angle)</Tag>
<MultiplicationFactorToRefUnit>57.295999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c5ce7e12-3f0e-4615-9afd-7095b3421c11</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>94539fef-1d31-4101-979d-3f3d3eccab55</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>577a88c5-752c-428a-9813-cfcd4c2fcfaf</GUID>
<Tag>Minutes (Angle)</Tag>
<MultiplicationFactorToRefUnit>3438</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>823fa377-c616-4e36-8f25-b57685a9239c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>6d52ea2a-5338-49d7-a971-3f92a3aa13c7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>58be7847-4586-4f4c-881d-d006c591cace</GUID>
<Tag>Quadrants (Angle)</Tag>
<MultiplicationFactorToRefUnit>0.63660000000000005</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a449b21f-ac7b-4d7b-bcd8-3ea16ec39dee</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d2c7c3c5-9b06-4705-96e3-c1a2963c9d52</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>65c5ebbf-96c2-4ecb-a12f-df98eea7920e</GUID>
<Tag>Seconds (Angle)</Tag>
<MultiplicationFactorToRefUnit>206300</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4c6e3f22-ed1b-4dcf-9dca-0d3ad85268ba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cd14fbf6-9b1b-4581-8cd7-005d2c84ee24</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>cb816707-f5d8-4712-b499-179bcf2e2861</GUID>
<Tag>Meters Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2d409f3b-8128-4000-8cf5-86618808deba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b4bbed13-9421-45b8-b794-23c1024ac3c6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>336afa3a-902a-4948-ba45-363e3a0141bf</GUID>
<Tag>Millimeters Per Second</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a84405ee-aed6-461a-b09e-6e1d806acf8d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f506f08a-0503-411c-a8fe-88472fb82d94</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7c0fc34a-aa03-4557-929f-b756b896e0af</GUID>
<Tag>Inches Per Second</Tag>
<MultiplicationFactorToRefUnit>39.369999999999997</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>09a5a96b-edf8-4f5d-b871-bf9870d9f5cb</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>355ea3e9-2c78-47f8-a4d9-c3eeba6425d9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>42863a3c-38e1-4695-9214-ac6ce3f6488e</GUID>
<Tag>Feet Per Minute</Tag>
<MultiplicationFactorToRefUnit>196.84999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>401a32d9-0c8b-4707-82a6-0c132b816876</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d62e5b73-ec43-426d-a082-4388c2548788</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9a507aeb-ca3a-429a-804d-1e3ae97a9928</GUID>
<Tag>Feet Per Second</Tag>
<MultiplicationFactorToRefUnit>3.280834</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3896fc74-3457-49db-9014-fdc9031551fb</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>55c0ae1d-6f2a-45f4-8493-0e93bdc5352c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>262d699e-09c1-4d0d-80cf-10a6a0875163</GUID>
<Tag>Kilometers Per Hour</Tag>
<MultiplicationFactorToRefUnit>3.6000000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>aaf50d2d-521a-46cc-bc85-b7a4e455ecc4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a8dc3568-31f2-419c-82b2-8c22ce231bed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>28f7aac1-2330-4d6f-b576-368423122090</GUID>
<Tag>Kilometers Per Minute</Tag>
<MultiplicationFactorToRefUnit>5.9999999999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>15a58433-d8a4-48ef-a917-b0c07688c93c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a6dcb468-5ded-454e-8596-fdfb112f3a21</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>81c7263c-1c9f-42d2-a490-506fc9c43e91</GUID>
<Tag>Miles Per Hour</Tag>
<MultiplicationFactorToRefUnit>2.2368999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1fac26ca-c991-484c-b87d-327dad41bad4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5b12dd15-43bb-4791-98ec-1c829fb9b569</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>631494d4-4616-4f9a-a166-88f94d6a86c1</GUID>
<Tag>Miles Per Minute</Tag>
<MultiplicationFactorToRefUnit>3.7280000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>380d742e-3191-41fa-9241-d40f3eca8b85</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3702aa80-6467-44e1-bfed-0da0603cce7a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>96781fec-3899-4ecc-8a8a-006cd1c4c144</GUID>
<Tag>Centimeters Per Sec</Tag>
<MultiplicationFactorToRefUnit>100</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c44b1e20-7b5d-4d64-bff1-73901e0b93b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ff0ce05e-52c4-4094-964d-d29c050f772d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7e7d80a9-28e4-495e-9058-520a777b23ac</GUID>
<Tag>Knots</Tag>
<MultiplicationFactorToRefUnit>1.9438439999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c1d819e1-2c74-4d35-8387-ecddee677aa8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3735967f-0989-488a-b912-e3cf32668d29</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>03a0d22b-9b71-4cdd-9bb4-5cfe3b8bd8cb</GUID>
<Tag>Meters Per Minute</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c2cda406-6b58-4d03-b5f1-bba16a9f2ea9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e47cce7-00d4-434c-9341-58ac97119678</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4a735061-9c09-47be-abd6-3e77dacfdf9c</GUID>
<Tag>Hertz (Units Per Second)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>53b2fd61-8b30-4f1d-8b68-c81b655d3f8d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e152a1b-8a89-43eb-a7bb-462e96497ee9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d9c3e2e4-ddb6-401a-bd73-f833105fbbdd</GUID>
<Tag>Revolutions Per Minute (RPM)</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>203078d9-3cc5-46a0-a3e6-0fc1db69572c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>99feb97f-8ac8-403d-ae02-94fd59b2b364</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a9aee6da-6d10-4ed5-9820-2c5624c0756a</GUID>
<Tag>Cycles Per Minute (CPM)</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>05b37389-de32-49de-b327-8598bf9632d4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d1b7aa3f-531b-438d-96f2-0b6f318b0975</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>28f63ddd-6095-44ec-8820-4b40f55b5545</GUID>
<Tag>Degrees Per Second (Freq.)</Tag>
<MultiplicationFactorToRefUnit>360</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1c8eeb3a-22e7-4949-84af-c362cfca9784</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dc02e47d-c20c-4085-9e67-f5970be54904</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>89a0df78-67f5-441e-bd43-f05fe14a10fe</GUID>
<Tag>Radians Per Second (Freq.)</Tag>
<MultiplicationFactorToRefUnit>6.2831999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ca94230f-e6eb-4398-8216-87bc71a3f05e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>481e32d2-5d90-4fef-90c4-fc888c04ea8f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a6a6e7b0-478c-4df6-ade8-610c0a068da2</GUID>
<Tag>Pascals / Newtons Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7382a033-5731-40ec-9234-de361fcfbad9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>75ed6809-319c-465e-bb83-386531aae02b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ab0e67e7-bdfc-408c-9873-5022598fbdba</GUID>
<Tag>Pounds Per Square Foot</Tag>
<MultiplicationFactorToRefUnit>2.0885399999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bb382b37-2216-44c9-b8b2-b050702be917</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9b4f255d-fb04-4c57-a4f2-b66fe0e36aa0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>40d60c56-ed06-4b79-9d80-aa8f4d2f763a</GUID>
<Tag>Pounds Per Square Inch</Tag>
<MultiplicationFactorToRefUnit>0.000145</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>480f9118-44af-4281-b31d-43226870b6da</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b725ff3c-14d6-47e3-a7c9-72810b06e4ce</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b4ea19e5-d190-42a5-ad6d-16b741a77f78</GUID>
<Tag>Meters Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6dd95c4e-9f66-45c9-90a7-cf329d2bb7fc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>42562069-c486-4cc5-9bff-a4febfa7cc68</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>1482d352-da86-4914-9546-0becb4aad163</GUID>
<Tag>Centimeters Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>100</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6a464eb3-cb5f-4fe3-a124-3520884eab27</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3fd78c2b-16ad-46eb-a9f0-54fcf5b709e7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f27a8bb6-59a8-499b-acb0-9c8b000b2e72</GUID>
<Tag>Feet Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>3.280834</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3b76b172-4011-44a0-943b-8b92bb6c89c4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>464a5c9a-1408-4cc0-a8c2-7b19a412c527</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>11a9466a-3d4c-4851-8014-041bfcb67824</GUID>
<Tag>Kilometers Per Hour Squared</Tag>
<MultiplicationFactorToRefUnit>3.6000000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3d4e7985-94ea-4957-ac2f-cd4e840901a3</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8a0ec1f0-1382-481f-921f-067ca2eb6abf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5c636728-fa06-402f-aa69-15a93706d21b</GUID>
<Tag>Miles Per Hour Per Second</Tag>
<MultiplicationFactorToRefUnit>2.2368999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8427d27b-6859-4a59-85d8-0ea2e2b90bd5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2a827bc5-15cb-4f90-8a72-bceb13f654b5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0db7df4c-888b-4b4b-9617-f2d335f1cbd7</GUID>
<Tag>g's (Acceleration of Gravity)</Tag>
<MultiplicationFactorToRefUnit>0.1019762</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a2430b46-9c63-4cb6-939a-fc05a754fa01</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>04744323-f5ed-4a31-b526-728cc18a0c22</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>eb3a23d9-6651-49ad-a298-6397b24b5f57</GUID>
<Tag>Newtons</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e61b9a90-8da5-47ed-9ede-e197a772a727</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b0721496-8934-4c7e-9d97-4124493215e5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dd621d5f-7f14-40d4-9d51-a456e5eaf950</GUID>
<Tag>Dynes of Force</Tag>
<MultiplicationFactorToRefUnit>100000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>de653af7-56d0-486a-9668-3b4e38c94bf0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9c37a825-a33b-475b-af7d-149b378096e5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fd796486-1c26-4ef5-8bf2-f7284c1e031c</GUID>
<Tag>Pounds of Force</Tag>
<MultiplicationFactorToRefUnit>0.22480900000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c0dc3e2d-af40-416b-b556-210b8a54572f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>93dda85d-7d13-465a-8967-55fd8b16d866</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3c10a539-e21a-458b-a76e-89a9c7537bbd</GUID>
<Tag>Kips</Tag>
<MultiplicationFactorToRefUnit>224.809</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0fba3c5b-f7f7-4a1a-9db6-97f05c3934cd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dee7c39e-e5b1-4cf7-b7c2-b6c95f87fd01</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b52bffc4-fe23-40c0-ac5c-8231c41a1075</GUID>
<Tag>Newtons Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8d91469d-4bfa-4cb8-979c-362bae8bcd4b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f00ad303-2e79-410c-b41b-89735e2253ed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9423ff32-9297-47f9-a5a3-f071ee7ebf0d</GUID>
<Tag>Pounds Per Foot</Tag>
<MultiplicationFactorToRefUnit>6.8521799999999994E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3c4c5a9d-6ee8-45fd-b2cd-87f9a74f9355</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>98ffa483-09a3-4125-852c-37bd40422540</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>1b5a6f92-6444-4495-8346-d3a7879b9b94</GUID>
<Tag>Cubic Meters Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>643eb93e-c300-416d-bd28-005e48dea244</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>16933d03-7a18-4e45-9786-7e7449f4cda2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b7bebfbc-d461-4d96-9a81-0b7a28fd4b3d</GUID>
<Tag>Kilograms Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>26dd6c1f-6b04-46d2-a12c-f818f68e51b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>424dc911-0059-41f1-a5a3-e2cf43c0c91f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b1d1e3d1-69c8-45f5-a846-30c91b3a0613</GUID>
<Tag>Square Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2f0d915a-393a-4328-9043-8575e6e72f0e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>90920f37-c9a4-4c8c-b784-90617a7c673f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>55bc8b07-9f26-4486-9b51-c96b9750cd31</GUID>
<Tag>Acres</Tag>
<MultiplicationFactorToRefUnit>2.4709999999999999E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94037139-0ab8-4428-bb84-4345d320b6c4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5aa203b3-57f7-4f97-ba6f-e478c87d9e31</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9ce5990b-c593-4b51-b808-1c68adb52256</GUID>
<Tag>Square Centimeters</Tag>
<MultiplicationFactorToRefUnit>10000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2d54b6b4-be4d-480b-a076-9627a246a5d2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2782a79f-446b-42b6-962e-8223127f580b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b40c295e-796c-4c46-ae44-2e17007be5f3</GUID>
<Tag>Square Feet</Tag>
<MultiplicationFactorToRefUnit>10.76</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2e8de906-7e84-4e56-b984-38d37543fbe1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>504b7de5-cc28-4bae-997f-12c9da9d1ab5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>68b19f35-2816-42dd-b941-852c7854d822</GUID>
<Tag>Square Inches</Tag>
<MultiplicationFactorToRefUnit>1550</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b2fc43ee-4d4a-460a-bc25-0fa0cb8088b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cca9ce04-7d71-4610-95f0-5cbd0e2f0686</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5d826517-1709-40b5-b84e-8caa3c98a576</GUID>
<Tag>Square Miles</Tag>
<MultiplicationFactorToRefUnit>0.0000003861</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8cff1745-b3c3-4497-ad44-2b6fce365033</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1f853883-af1e-44a0-a63a-b9ac1b95c57b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7710c837-da14-41a0-b847-d70edb8b3141</GUID>
<Tag>Square Millimeters</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a24befb9-0dfc-46b2-8674-ef9c8e78c1f4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>22f3d020-3116-4f40-a3c9-94115af905b5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a757791-e83e-4928-b1c5-633a7e55244e</GUID>
<Tag>Square Yards</Tag>
<MultiplicationFactorToRefUnit>1.196</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c09a4b28-0441-4994-b5ee-0b4e5523bd2f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>81de3c42-fdbc-4bfe-9bc0-e42b49c13bcf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>de2437c9-fe6b-4a2c-b8a7-a4af15604546</GUID>
<Tag>Hectars</Tag>
<MultiplicationFactorToRefUnit>0.0001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1d12267d-d667-4cdc-a9e2-d9d4cd2e5c68</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>963b6ca8-ec7b-4800-bec2-209ac88addbb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>752d02d4-e957-4213-a79e-8db0ae369cb3</GUID>
<Tag>Cubic Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f1ef4037-d3f6-4dab-bb57-cf1263b9d3b0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>940e1489-3a12-457f-80f8-f769b1085358</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0e1d8f7a-a651-4f53-999d-15d6ac4bb8a4</GUID>
<Tag>Cubic Centimeters</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e1abc524-3e11-470a-899f-5b758fc466f2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>626f047d-e202-43ef-9543-debce1327038</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>42f0c99c-8737-4ed6-97f7-29ddfe82dace</GUID>
<Tag>Cubic Feet</Tag>
<MultiplicationFactorToRefUnit>35.299999999999997</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>13efa0fb-d6a9-44bf-8798-fac5873e2d0c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>016cc3fd-0969-4310-93f9-ca6e1daefe4d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8981df3c-6303-4007-b8d5-87290ce3736b</GUID>
<Tag>Cubic Inches</Tag>
<MultiplicationFactorToRefUnit>61023</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fbe820f1-70c2-45b7-aa86-ccb1e28cc7cc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4e5c92a4-f235-4459-9382-1d8cf332e505</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e4108785-fa78-4838-900a-b602c38db4e7</GUID>
<Tag>Cubic Yards</Tag>
<MultiplicationFactorToRefUnit>1.3080000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>87c4322d-5c16-4b58-864e-f9bd6c5667d0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>38cfe9f9-143e-4828-b2b1-3c9f27ef3c19</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7a911cf3-258a-4544-9d37-689600f453f3</GUID>
<Tag>Gallons (U.S.)</Tag>
<MultiplicationFactorToRefUnit>264.19999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9dfe6009-2115-46bb-8755-36b6b93b7039</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>56e7913a-8966-4288-8eda-b25df6e8585e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a4566c9c-8f4a-493a-a79d-cb17fd4f433f</GUID>
<Tag>Liters</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>068b9362-13a5-4e21-beaf-6617f795c148</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4a183167-d2db-4ca4-8f29-c8cee7b512f3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>59582d9b-7c9e-4014-85ab-2c3492d422b0</GUID>
<Tag>Pints</Tag>
<MultiplicationFactorToRefUnit>2113</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b9ecae12-4969-45d4-a113-198fe4b42444</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1f9eb1f1-f7b2-4f5a-9a43-15192a259783</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>cbbb5fcb-f9e6-4107-923a-453c644263ae</GUID>
<Tag>Quarts</Tag>
<MultiplicationFactorToRefUnit>1057</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a2a1d476-2a19-4998-9973-93cdb2b49e43</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e6ba9810-9e5d-401f-9b57-31d59135fa51</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bd6e427a-6b95-431a-88fb-5418d233956d</GUID>
<Tag>Bushels</Tag>
<MultiplicationFactorToRefUnit>2.8379999999999998E-3</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5d1def8e-a0c2-49a8-8832-4c9872135a01</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>55a98b3d-5256-49d7-b735-d32eb3a9cb9b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>43f10bab-368b-4508-a5e0-800a5221703e</GUID>
<Tag>Kilograms Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fcc66263-c799-4978-855d-2b200955078a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>508cdac9-e487-446c-b54f-6f7f4eec9b6b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>02f98bc7-0a19-48a6-a29a-b48eca743d11</GUID>
<Tag>Grams Per Cubic Centimeter</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>faa7fcda-dc73-49f1-81cd-8a9804ac5572</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>03c182fd-40c4-4adf-b6ff-e422a2c722f3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ea252239-6fac-43cc-8bff-5be6d36f8fe4</GUID>
<Tag>Pounds Per Cubic Foot</Tag>
<MultiplicationFactorToRefUnit>6.2429999999999999E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>86ac8371-448f-4b07-9383-7e673bfd3208</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b50fe2c5-18cc-4c71-9333-da4bcd625940</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5d4e2c92-cf02-493e-b2ca-697a01b884b9</GUID>
<Tag>Pounds Per Cubic Inch</Tag>
<MultiplicationFactorToRefUnit>3.6130000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>21bed7b6-11e5-47df-a745-aa9c4a843053</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>da2df4eb-3789-467c-85d9-d146530f6902</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>da431fa4-f9e3-4bfa-a985-942d1557e989</GUID>
<Tag>Pounds Per Mil-Foot</Tag>
<MultiplicationFactorToRefUnit>3.4050000000000001E-10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>17e4571b-778d-487e-8283-353884a5a3a4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>378d3754-aee3-43c1-b7e5-c7bbee2609b4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>763545d9-93a5-414a-8906-f0d47d3c5cb9</GUID>
<Tag>Cubic Meters Per Kilogram</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0b80877a-1fb6-457d-95ee-fd4cf00cac5f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a72bc964-6e47-4c29-9d64-ddeb89644040</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>62b0d56a-812a-41ae-b087-5d196b45872c</GUID>
<Tag>Moles</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f7ece3e2-0b9b-4e0f-9c69-01a2375f56aa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>10646bd8-30f1-49b8-a500-0024770c8e53</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0f3ef187-d763-446b-a4c7-0d8ad8e28844</GUID>
<Tag>Moles Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d7b18a2e-fc24-47f3-ae51-e8cd5ebb3aaf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cc0a85da-5c09-4be9-9006-45bf0af2fceb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>74974798-988b-45e2-96c7-80473db93143</GUID>
<Tag>Moles Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9cc54321-fa58-4665-af64-2fe4e94cdbdd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ca9d3596-b7f6-4875-8047-db79ea139a82</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c5954bbb-0307-4bfd-ae39-b1f7ed1872ec</GUID>
<Tag>Pascal-Seconds</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>60da14b3-35a7-4291-bb2b-6911c33f116f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c679d731-1874-4e11-a790-e52cc9f8f658</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>197c50a1-656d-4985-98de-684695aba85e</GUID>
<Tag>Square Meters Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c93a5ec1-13cc-44f3-aa10-792b249580b0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c13ee052-03aa-49a6-bfdc-abc038460b86</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>04308d73-861b-4993-a7a9-05e7c52351d2</GUID>
<Tag>Radians Per Second (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>43795ec0-5ad1-4cec-9c59-c354e1d9f341</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>35da6a38-3900-44f8-8ca1-51e3bf7f369c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>adfda95b-62ce-41df-b7b6-3b2fd371fee7</GUID>
<Tag>Degrees Per Second (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>57.295999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>02659fd3-eec6-420b-a2d7-a5481a97abaa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fc88def0-8650-4876-9815-58fff05588d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bcc44473-bd8e-448b-90c8-2cecd6b02e20</GUID>
<Tag>Revolutions Per Minute (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>9.5489999999999995</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3b20fff1-c036-4851-9c94-9517d740f223</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>be92d767-ad9a-466f-a19a-d809e613ecf3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bc35df33-9e3d-4d8f-9095-3f0ef1e7335c</GUID>
<Tag>Revolutions Per Second (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>0.15920000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>db641879-0ed2-4dec-884d-47355496d053</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5e2f0f6f-1f2c-49e8-a8c8-489b807b9f68</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>73f26cb7-3a54-474e-b021-128f602cd8bd</GUID>
<Tag>Steradian</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ab861db8-1e0f-4d5b-94af-89f124f03243</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e68c4400-184a-4a1a-8b2c-50246be7d155</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>40a2c92a-076a-4fbe-bb98-a7a7965756fd</GUID>
<Tag>Spheres</Tag>
<MultiplicationFactorToRefUnit>7.9579999999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>39f29de2-b37a-4867-a7a2-79b9f261e82c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a67f00f0-e3d8-45ba-aaf4-ec6662d8d53d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ad5f8589-821e-470a-ba7c-995d09ffb0bd</GUID>
<Tag>Hemispheres</Tag>
<MultiplicationFactorToRefUnit>0.15920000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fd2c83aa-f64b-4614-a344-bee3baca358c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>227bc675-6ae5-4bbe-b829-7a3b6cbe9723</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ace2567b-b282-4921-8e67-b7435d4b374f</GUID>
<Tag>Spherical Right Angles</Tag>
<MultiplicationFactorToRefUnit>0.63660000000000005</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>12494b53-766b-43aa-8f4d-03214f796b52</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5e4bd172-6d28-4da1-8ed3-2e620b16b5ea</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c09ba8a6-7d61-4d81-b3ef-fff0bb00a04e</GUID>
<Tag>Square Degrees</Tag>
<MultiplicationFactorToRefUnit>3283</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>550f79df-e203-4972-98fe-ba8c8531339e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2c23d89d-7fd4-449e-9b77-6297c8307e2b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f9da89cd-c2f1-45bf-b2ec-9aaaef203154</GUID>
<Tag>Radians Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e8037fce-b228-4ef2-a103-c67098f04f8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>739f39ee-6967-452f-962c-d9979b8ba3b5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3f29d7c8-8709-4cea-a8ac-65710a864cc8</GUID>
<Tag>Revolutions Per Minute Squared</Tag>
<MultiplicationFactorToRefUnit>572.96000000000004</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>63dce15c-5ae7-46ea-9d60-63666c208050</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8bb1b0e7-6fc6-455f-becf-79d64513c320</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>27ea6c4e-a0c2-4b8d-9df6-45736847ba30</GUID>
<Tag>Revolutions Per Minute Per Second</Tag>
<MultiplicationFactorToRefUnit>9.5489999999999995</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>afb658b4-6bfc-4359-9f03-0f111f2cafe1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c5460e3f-912a-4ad7-a4fa-774c43bd1fc1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d569b30f-9ae9-47be-a544-a28d3be11529</GUID>
<Tag>Revolutions Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>0.15920000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>094d1f60-7dd4-4f2d-adb4-b7496c2c83e6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>671da6d0-4fb6-43dd-b25c-90f9fa4974ed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c0624d83-44a2-4c5c-a021-c32b9ff24adb</GUID>
<Tag>Candelas</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a4169202-1188-47ee-bcf7-b857e1dbe7ae</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>aace4951-9867-454f-b6db-1b0359ba7d0a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5dd6c89e-a4c2-41db-a4f6-4dba03aafaa6</GUID>
<Tag>Lumens</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8560bdc0-1feb-4257-9467-871c81a0528c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>88766ee4-97ed-4109-86f8-d5f75e5cac1e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9f23c53b-8e44-41bd-a3f2-d75ff5d5fbed</GUID>
<Tag>Spherical Candle Power Units</Tag>
<MultiplicationFactorToRefUnit>7.9579999999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e096ab30-f25e-4dc4-a7b8-bce1394fe46a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c36405b2-ff73-42ce-8158-8113ace0cf76</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>129d0560-18ee-43be-ba3b-3b930559c51e</GUID>
<Tag>Candelas Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f274b525-3a2b-4913-886b-10c3e00d3886</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>85e4c8de-5e31-4eb7-bbe7-eb1f38048c8e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>842a6c1f-2e40-4cc0-9299-0a2cd48ba3c7</GUID>
<Tag>Luxes</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cc85907e-474d-459f-9f39-30b3ea34ef2d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f9f98bba-7f01-4b07-a587-06d9c465b674</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d632a07c-5cb6-4363-b2b8-e90158cab8dd</GUID>
<Tag>Foot-Candles</Tag>
<MultiplicationFactorToRefUnit>9.2899999999999996E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c2212bf3-b8b6-40f3-b1c7-85a0a7052621</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f8ccbdfe-f510-4f91-bc5c-15a81e731d1d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>df16b70e-8635-457d-8bf1-4cfccaec31a3</GUID>
<Tag>Lumens Per Watt</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>573d3134-42e1-4c11-981b-20a4f5e882cf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>51361b9b-c721-452c-b151-b0c2e13dd948</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a0180814-739c-4aaf-9bdd-caeb346d5877</GUID>
<Tag>Lumens Per Solid Angle</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a949a605-e4c0-4aea-9832-ef069e121cc7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4d268ea8-de10-4af5-9fdb-da859cd73cea</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>77fffd2b-cbff-4cb4-9d49-ce1dec7f3ffc</GUID>
<Tag>Joules</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6449e5d6-9c77-45c4-9d20-d557234c49ed</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>41304d1e-6f44-459d-8a9a-de45fbf4d69b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e805174a-abcf-4079-9904-e9f083c2328f</GUID>
<Tag>BTUs</Tag>
<MultiplicationFactorToRefUnit>9.4859999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>62183afa-ab55-471a-a9df-d5d2d96a1139</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b78248fc-8e14-4aa1-a4a2-cf8fc65005bb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7c7daef5-1b86-4245-87a1-d59268322028</GUID>
<Tag>Ergs</Tag>
<MultiplicationFactorToRefUnit>10000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7ab1daa3-ad0c-4eed-9bf3-42d089161279</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>45c33f96-072e-4e33-a0e1-599458b22fd6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>594b93f7-4c59-4a4a-98aa-95f1bdc48ddb</GUID>
<Tag>Foot-Pounds</Tag>
<MultiplicationFactorToRefUnit>0.73760000000000003</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>25ac1174-7c70-4714-b0cc-866f0b379e35</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>93ce2f0c-df34-4d13-9560-5182790ae79e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>14a60ce6-eb30-48d4-8b33-d9155a342385</GUID>
<Tag>Kilogram-Calories</Tag>
<MultiplicationFactorToRefUnit>2.3900000000000001E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>af11b565-1885-4200-b668-87bc6f24e2c5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>464c652d-52c8-4681-bd07-1baa52c5241e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>307add0b-2fd4-4391-96f9-5de48a5cd902</GUID>
<Tag>Kilogram-Meters</Tag>
<MultiplicationFactorToRefUnit>0.10198</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>15964c10-c19e-4dae-b4b6-eb5d792e1808</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3078799d-e4c5-4766-9eb2-cb72a2bf3aeb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>64bd98c4-ae16-4140-9938-9d9f2ba889f0</GUID>
<Tag>Watt-Hours</Tag>
<MultiplicationFactorToRefUnit>2.7782399999999997E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a70e0d4-fe27-4dc0-9f4f-fdf106a5d12a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7b273b63-1d95-4aed-9f1d-f7b1fa9b5a03</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>11f22805-4d93-4f09-ba95-81532b06025f</GUID>
<Tag>Joules Per Mole</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cb184440-2603-4d10-bb46-8043aaeeaef1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a3e2cec1-8bf6-4c79-ba11-865d62f821d4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>49fee0ad-1387-4f96-824e-42b5af6b23d8</GUID>
<Tag>Joules Per Mole Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a2a36b40-e6ab-48b3-9b38-2ab88ef9393f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>92a6f7c3-8fc7-4fe8-90b0-cfe3311a826e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>47d65798-ab41-40a7-8ad7-bd8dc437f5e1</GUID>
<Tag>Watts</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c267b41f-9574-478a-99d0-67c067833c48</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dce6f0a4-042c-40e6-a5c8-31f9f996331a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a025f715-a92b-40dc-8434-48dbb259ee0d</GUID>
<Tag>BTUs Per Hour</Tag>
<MultiplicationFactorToRefUnit>3.4129</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>349ca1ba-e168-49f4-9d40-a93aafc625a1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d83af683-edc7-4049-8eea-3faf34c74c47</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b2f60b70-2745-4e6a-be7e-b078d4c4f318</GUID>
<Tag>BTUs Per Minute</Tag>
<MultiplicationFactorToRefUnit>0.05688</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5c6005c2-2f65-475e-8f9a-d4b0ed608972</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f024b87a-5421-4583-aac5-8a44a17e13d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a3e317af-77fe-43f5-98cf-3805658dbe5b</GUID>
<Tag>Ergs Per Second</Tag>
<MultiplicationFactorToRefUnit>10000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6fe5ccf5-ab06-4b27-8bfc-bb87926c13e6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b1e4503f-7844-41bd-bdc7-d5072e7e6a69</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>91e8d297-afb5-4fe3-b183-6c24c84b209f</GUID>
<Tag>Foot-Pounds Per Minute</Tag>
<MultiplicationFactorToRefUnit>44.270000000000003</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f21c67a8-5774-4ca2-b850-fbd45973b70a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>672555a7-5a38-47fa-a803-50ccb99b3b6e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dee972d9-7464-465e-9dd6-97934adf7f12</GUID>
<Tag>Foot-Pounds Per Second</Tag>
<MultiplicationFactorToRefUnit>0.73780000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9a8628be-8218-4f01-b9d5-1ceb004313ba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fa728256-2423-4daa-b1d1-d3329d73855f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>693831a3-f966-4318-85bb-aff723af3fd4</GUID>
<Tag>Horsepower</Tag>
<MultiplicationFactorToRefUnit>0.001341</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b27f3174-a67f-4f84-b991-f556b445f817</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c9666a07-afcb-4a0d-8935-c8228a02b9ff</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9a854ca5-6551-4d40-b3fa-60b278ce0513</GUID>
<Tag>Horsepower (Metric)</Tag>
<MultiplicationFactorToRefUnit>1.3600000000000001E-3</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>96772afe-45e5-4742-bcd9-d760b95b91fc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>350383b9-a671-48f7-8264-167a005540c4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9da4d153-55f7-463f-83ee-0412251b64d9</GUID>
<Tag>Kilogram-Calories Per Minute</Tag>
<MultiplicationFactorToRefUnit>1.4330000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f36171a3-6101-447b-be41-f3eb697ad190</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b79ab92e-c100-4137-a3ee-e22043282b12</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>83278856-e2f4-4f48-bcce-59f2ad41620e</GUID>
<Tag>Kilowatts</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6678fd1d-21f2-4387-9132-b2b4e65dbf5b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cbef9fa7-355e-4f81-9620-9989995f1203</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c13d05ea-b184-4b21-b60c-94f1f617c7ba</GUID>
<Tag>Joules/Sec</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9df2d37f-e1e6-47bf-9814-5150d05ce059</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1aa1dfe0-0ab8-41fa-acac-dd7b62d884be</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3b3fcf7c-4999-45bb-8768-616f366e1440</GUID>
<Tag>Kilowatt Hours</Tag>
<MultiplicationFactorToRefUnit>2.7782399999999999E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b1cbefbe-a108-409b-8ade-cb289594f4aa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8cdbc766-7192-4e13-b971-c6b41f741764</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>03266b14-4959-43a3-ba4d-049fcf99ed08</GUID>
<Tag>Gram Calories</Tag>
<MultiplicationFactorToRefUnit>0.23899999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ee022106-a205-4f12-9811-54ddea7519d9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fe31522e-371d-44e9-bc0e-74d1bb390654</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fbcc7031-984b-46fe-a387-8b0e3ee98082</GUID>
<Tag>Horsepower Hours</Tag>
<MultiplicationFactorToRefUnit>3.7256699999999998E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5b5f6bf8-5cce-41c7-ae14-fe7b25e4f661</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3d987aa3-a41f-4099-9ffb-1e9e1c5e587d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c1bcbbe5-df0c-4e09-ac8f-8591bc16845f</GUID>
<Tag>Watts Per Steradian</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>dd8d32d0-b6fc-4eae-9bd4-35e1b47a287b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2dbd6c94-c83e-41bb-b97f-73777d59e03d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>63f74815-f24b-4ffc-96af-b490719fa752</GUID>
<Tag>Watts Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>36233f47-1be4-4a63-b56e-0667a3399d29</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f1d39d3a-e1b7-4f87-b7dc-03bcb99c1f0b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9908d433-0acf-4bc5-9698-d6abe3374354</GUID>
<Tag>Volts Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ff55cc0e-7501-4e04-9bc1-cc9832047b50</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cd8db03b-96ba-4c9f-a4fa-4844af6933ac</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b47f8245-94dd-4fdd-9f4c-6a4645d8201b</GUID>
<Tag>Amperes</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4d4932de-27d8-476e-9403-82319ee1b5bd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1009812d-db3e-4030-a44d-787e296feea0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c28fc04e-f3cb-49eb-9d47-a1f8a7f14962</GUID>
<Tag>Amperes Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>90adcc1d-fac4-48b4-9ff9-a634eb2b0682</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7ede80f7-ce0d-4613-8ce5-b7fa34d2f7e3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8ce99ee9-4e8f-4fda-858d-44a6a8b83f1b</GUID>
<Tag>Amperes Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>0.0001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>63031bb8-c94f-4c20-b68d-eac9139fe1b7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c7375a45-48e9-41e6-8531-238034978f9c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>13967d07-bb56-4996-914f-dc6b9d03a714</GUID>
<Tag>Amperes Per Square Inch</Tag>
<MultiplicationFactorToRefUnit>6.4519999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6bef358a-00bf-451a-81db-8ab5ab435cf2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>41c66c39-b950-42dd-94a9-2e9e464fc386</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5ba8e957-e1d5-416b-8476-5b467daaca4a</GUID>
<Tag>Amperes Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7c4aeeb2-012a-4a78-b5f9-720e89809c7a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d3882eef-9afe-4f82-93dd-536a503ec244</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ee734334-2715-4fea-bd86-47edf4d626e6</GUID>
<Tag>Var</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bca796c5-36b5-4cf9-a298-6f9116777752</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>930a7854-0fe4-4172-ba1a-a77b3552ec12</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7be93f52-184d-441d-9653-783fef405718</GUID>
<Tag>Va</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3fa23c36-7340-4231-9a90-0906d4c5671f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>39eb969f-75d9-4b5e-af35-c6334a674c6b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c7c66cbd-13f2-4b7d-ab41-fdcefaa0d5b2</GUID>
<Tag>Coulombs</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>34f21a20-edbd-4a1c-a7d5-6bd44fe790d6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0280126a-e9bf-4eb5-a662-00db3d7421d7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>223a3391-1b4f-4b33-a3cf-3e23d5f462a6</GUID>
<Tag>Statcoulombs</Tag>
<MultiplicationFactorToRefUnit>2998000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>535b8d69-f667-4152-a18b-fc77acf8b7fe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>de101424-c366-4f50-b0c1-74f56b4e0ab9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7fe63521-9bd3-41b2-93fd-dc454b5a2535</GUID>
<Tag>Faradays</Tag>
<MultiplicationFactorToRefUnit>1.0360000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>df33e5f5-305f-4ad4-ab9d-4e69ed7b36af</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>41c73901-2023-455f-aff7-0ec077efaeac</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>19ba389b-5594-4e31-b17d-137556da3a30</GUID>
<Tag>Coulombs Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b8a86136-ec98-4a9f-8156-d7c480a53aaa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c8543b90-912b-4d12-abab-861f1f97c9ea</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>6002d2bb-15a3-4c19-83d9-25299c37c5c8</GUID>
<Tag>Coulombs Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>0.0001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4e0d56ef-0589-430b-9ae4-6e4a9017d5e8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c35774d8-e895-4bd8-948a-b564222a745c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f683b4f8-a3b5-4a02-aac3-5e3b6f30c0e6</GUID>
<Tag>Coulombs Per Square Inch</Tag>
<MultiplicationFactorToRefUnit>6.4519999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3997d2c1-7568-4f03-95f0-fd8feb20cf45</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d0c5cc41-ae66-4186-b5d0-18e01d2d5aac</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4bd80045-d2df-4875-9826-d357a1ca4e28</GUID>
<Tag>Coulombs Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a8baef99-0ba4-4486-a606-a47d56d1b47f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>22c5ced4-183c-415f-a982-76b1bb1c4dd9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4e0d55f3-e2eb-4e25-a0c6-8d0995c644f5</GUID>
<Tag>Ohms</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0dc69f36-36a7-47b0-a6e1-baa0dcef412d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e793a6b-a285-4c88-8122-591524ec404e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c58b8a94-1263-4605-b309-bde3742479ad</GUID>
<Tag>Ohms (Absolute)</Tag>
<MultiplicationFactorToRefUnit>1.0049999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>564578d7-8b04-4ac7-ab7d-17beb31313de</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3239f2ba-71f5-4a8a-bdfb-67e70fc282cb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8433899d-283e-45be-8821-8a3be46f1cbd</GUID>
<Tag>Megohms</Tag>
<MultiplicationFactorToRefUnit>9.9999999999999995E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>10a39eca-804e-4dce-a4ac-ee97b4aee863</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5c752228-4ef2-4635-a355-a8e6668f7ce1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e252203b-b2b6-48c0-ad38-0eba73b53f3d</GUID>
<Tag>Microhms</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>00b02c94-30f8-46bc-8cea-5ba3f78a290c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>37ead8c5-1c52-4c81-bd2a-fc22608dae14</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>029fd752-1e1b-49ed-940a-5140262a9fb9</GUID>
<Tag>Ohms Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7ce89b62-65f0-4dbc-93e2-8202a89503af</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1696131f-d8f4-4edf-a12c-9b085763429b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>61ebb150-28e6-48d7-9882-e1cf0a993842</GUID>
<Tag>Inverse Resistivity</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8b0d6ebf-b35c-4f56-bcea-2f296e9d7d8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c3871c12-85ce-4511-986a-9d42644e104e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a7d2d4db-e86a-4ec1-8cb5-1ea80b7e2fc8</GUID>
<Tag>Siemens</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fd5dddfb-2b6e-4454-ad83-e7bc4b6d6ff9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>82b14e3d-97e7-4867-93bd-baf018bda8e8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4d12269f-faf5-437a-b0a2-b41c78c38a9e</GUID>
<Tag>Farad</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3a5d7380-046a-448c-9767-8cdf20969a6b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>50912a4d-327f-49d9-bd60-da4419bd566f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c72ba166-0358-4ad7-bdd8-7b093be61423</GUID>
<Tag>Microfarads</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4218f451-f63a-4f19-b7eb-95c6b0e59457</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>406e485f-f6df-4646-b874-cde7ef017080</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e98510c9-c65f-4e65-8d96-e1aef7c86d7d</GUID>
<Tag>Farad Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0bf183ee-4c12-44b6-ae1b-1685449e3edf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ad7801c7-ba3c-4446-a6ff-fb1e52177629</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>32c19f89-c790-47ab-b063-4d24d5d4d903</GUID>
<Tag>Henry</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0185943a-1ef0-4a9c-9e3d-ba045313f8da</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c1c59d51-40cc-42ba-a076-32536319db5c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e3c729d1-eb16-4032-9c6d-cfa14287448b</GUID>
<Tag>Millihenries</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c41aa6f3-36e2-428b-98a1-6bf3e1cd2e2d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0dcf1fc6-9b48-4ee9-b683-d255662d3880</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c3b503a2-bee8-4702-a532-37ad25dabe45</GUID>
<Tag>Henrys Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3033d4e7-cd80-4869-8041-e5f9d6c930e6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5a7c5da5-ea58-426e-9587-c27fdf23d0e9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fe65ecbc-3500-4351-b9d9-3c873d44e8d5</GUID>
<Tag>Weber</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>70f49411-00ff-453c-91b9-10d4814095c8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f9aa3651-ba43-4436-87f0-eb9510759574</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8da83890-bb4e-49ba-9a18-71c780c3b5c1</GUID>
<Tag>Maxwells</Tag>
<MultiplicationFactorToRefUnit>100000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e2399ad7-268b-43f9-871a-57b51f4b57c9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bbd1b5ec-4d3c-404b-a96e-ecead3aa2b54</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3e6c923d-3a92-45a3-9060-f9ebf9044f0a</GUID>
<Tag>Kilolines</Tag>
<MultiplicationFactorToRefUnit>100000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7c480244-1fb5-4444-9dc6-69f43ad2e7a0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d4665197-0b67-44d0-82c9-1a7014162e19</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d87c17aa-b6d5-4ea6-96bb-5e984b281350</GUID>
<Tag>Tesla</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f5d0be31-3b61-467a-9590-0df863d2b119</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c1afca59-3e40-42ca-bcfd-10b77f504f17</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fcdb722e-d5e6-43b5-8b9b-8a596434bdb8</GUID>
<Tag>Gauss</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ae1891bb-0d6d-4d83-9a88-ee249bf29ab0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1ed916c0-f9d9-42da-9bb8-169c77ba18e5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a444eb7-4f40-4005-ae3f-3a2f77f39ec6</GUID>
<Tag>Newton Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>50e5c1be-6dc8-4259-b027-20d59c1d61b5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a1a85b26-0245-473f-9276-922d36707249</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b52bffc4-fe23-40c0-ac5c-8231c41a1075</GUID>
<Tag>Newtons Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5ce424bc-cd55-4e68-a27c-e3b99366a333</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>eaa56eb4-017d-4a97-9e44-7ff3727e2cca</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2e69d87c-6b30-4ff1-a7f6-4f8e3d14f41a</GUID>
<Tag>Translational Damping (B)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9c7a32a0-3a4c-4dfa-bffa-22564b23112a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d97eb63-dc89-4ea9-a21c-d2536f5995fe</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e08e906b-66f2-4ba7-b60e-7ea024c7d924</GUID>
<Tag>Torsional Spring Force (K)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2b61f3ac-25fb-406b-8b57-46cfdf6be366</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5b9dccf1-6f9b-4ba4-82aa-2096cf7124c6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>392154c7-4a3e-4c4c-abdc-f0d78fb3a534</GUID>
<Tag>Torsional Damping (B)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0d428a69-d511-4522-ac4a-49a5143e7e8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a0d6447a-e896-43fb-886e-1ca525bca283</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4cf46b51-3b00-48da-872d-a59f47391ce5</GUID>
<Tag>Moment of Inertia (J)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d15e9746-2c4e-4486-ae5e-9958dfbfaa1c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>093678c9-7aaa-4b11-a1c0-09f2775664a4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>624effc0-03cc-4d1b-8110-d34c6dec1fc7</GUID>
<Tag>Momentum (P)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>19e7d513-d652-461d-8ac8-4eaa0ef0f8f7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>045dc487-116d-44ef-8a5b-39b8052f44b3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0892e811-9f16-4ac4-b36f-0c2c88ae84d4</GUID>
<Tag>Angular Momentum (H)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a37ae9a2-0472-4877-b660-da9d41f02d16</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2cc05d97-4b4f-4246-b7bc-5a0ff1c2e2b6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4bc31a88-f751-4960-98fe-1b5629a5f3d5</GUID>
<Tag>Joules Per Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ac9d2f43-faee-4ada-8d4e-6210371d93fe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5113b27b-0a50-4f47-9cdc-47c0366fb35c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>24c2feaa-9b34-4306-a1b6-03002f3e09a5</GUID>
<Tag>Joules Per Kilogram Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ece43712-a4f0-4332-a91f-675eab583705</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>62713abe-ecb1-49a6-be37-9d66c77ba51f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e26b027a-62c4-42cd-9a12-d68f1a01f891</GUID>
<Tag>Watts Per Meter Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>91f54ab4-99bf-47ff-b907-5e5b0f62d512</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f7029b62-a41a-4d39-ba35-ebd67787d300</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ef6d8f9d-8953-4dd0-8358-48c30702d604</GUID>
<Tag>Watts Per Square Meter Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>db3f8a91-1910-494c-9c03-d96f2034553b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>44138311-32b8-4fba-9546-f43f63463ae5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9829f013-f59a-44cb-b455-a24dceaac978</GUID>
<Tag>Joules Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bbc980db-fffc-4939-9e52-d14bea028447</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>48d44ebc-1507-4b65-97e7-f5b72f8abf9b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d4f985d6-6d5f-427b-b53b-6291d04570c8</GUID>
<Tag>Nuclear Activity</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>085c1f76-a7d5-454a-84ce-a3ebc9f53aaf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5c09cdf7-1e2d-4e3e-9b6d-0fa54e917de1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2f1765a8-579c-4ad0-99a2-d024d37ea5e0</GUID>
<Tag>Kilograms Per Mol</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5323844c-ec25-405d-a3e9-ed0e942e177e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a5958deb-563a-4501-8f84-97374f07c9de</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d780abc8-d2aa-4c05-9d3b-e386c30f5b2b</GUID>
<Tag>Absorbed Dose</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>987ab5fc-6a59-4674-882f-08e67e5421aa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d63c45a0-035f-44d1-98b6-30e755d17bd2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3a9f7afa-20bd-4add-8108-05204898cd2b</GUID>
<Tag>Inverse Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0b8ae496-c6ea-4814-a90e-dbf6606a028c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b9e3370a-991b-4bd2-bb5b-ded3e80ac6db</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0f8ce47e-f630-44d6-925b-90e16b39bf79</GUID>
<Tag>Rems</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>79354734-fda2-4ea9-9b06-43a8d5a1b49f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ca5af3cf-6aec-413f-800b-d7e763493479</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>75c14cf6-38fc-4544-9258-b43f536787a5</GUID>
<Tag>Kilograms Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>1.0197000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6bfa72f6-1e3d-4501-934a-cbb27ff96cf7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1017ddfa-ebb1-4ecc-b3b8-742232d514b2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a86161fe-bfea-43ec-b525-c5cab9ce0ce9</GUID>
<Tag>Atmospheres</Tag>
<MultiplicationFactorToRefUnit>9.8692000000000003E-6</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5678cee7-b044-4065-a0d1-281d41e46e74</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>30782340-aaeb-412c-96cb-4b6d92f15650</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b68d1f5b-38ff-4bec-b5dd-d15b68929530</GUID>
<Tag>Bars</Tag>
<MultiplicationFactorToRefUnit>1.0000000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e70a8f20-5a8d-4c1d-87e8-d84d1b1d2cd5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ce9a6b3d-9e93-47b3-90ce-e1063ddd2e67</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>76e66605-7531-465d-b7c4-b9e00b3585f1</GUID>
<Tag>Feet Of Water At 4 Degrees Celsius</Tag>
<MultiplicationFactorToRefUnit>0.000334569</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b9938760-62f3-4c4f-8d64-a3e629822091</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>23dff95e-557a-4997-b04f-73c5658cc357</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>258d5ba7-64fc-4e85-8352-fb9079c871a3</GUID>
<Tag>Dynes Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5c1a147b-2d44-41c9-8b6f-4ffd3dc9ccd8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ab6cea80-b83c-47df-bb4d-af4b384fef92</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3d2109ef-591a-492b-bce0-3a66d86d85e7</GUID>
<Tag>Beam Intensity</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a7e187f-87cd-490e-8969-d7d45df15931</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4c184245-adc7-4bda-a6f3-186701610776</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b08503ba-1595-426e-bf42-6c90303ab7ad</GUID>
<Tag>Degrees North</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cd4bb377-92b3-47d5-af68-622b841334c4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>56519d2e-8d35-4b7e-95a0-948eb8a1a256</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>eea20834-6139-4754-8c7d-641095fd0b5f</GUID>
<Tag>Degrees South</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>24b3ca8d-92dc-448a-b853-b265e9139d28</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>43d25c9f-624e-4570-a685-1c8e303975ae</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>95b29091-c220-4899-a71b-0cb465e42ec9</GUID>
<Tag>Degrees East</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0821e6ce-ba1a-4087-a498-6403dc02cfb9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>6563fe8b-ffa8-4346-85f9-0b831461a1d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f97b5a53-b982-4af2-be39-0c3a3b693a20</GUID>
<Tag>Degrees West</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e98cdcee-c7e4-4992-96dc-88ba4d9cc874</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fd7dabec-32b2-4404-b738-78cb124feb88</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>179ede0d-b4ae-4d00-a00d-e611910331b9</GUID>
<Tag>DB Per Octave</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>57bfb510-dde4-4166-b888-29294222c0ec</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a5d704d1-4d5a-4e4a-ad9b-1b8b099ba9d8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7738e5e0-2c42-452b-b536-fedd0c4e570d</GUID>
<Tag>ASCII String</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>964f5afa-b52b-4c69-92fb-1f78151e496e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>95877e87-e96c-491d-83e7-eb4855abe9f2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ee441f8d-feb9-4312-bba2-b8c9ff608380</GUID>
<Tag>Orientation (Enum.)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5c960824-dd5c-4c16-95a3-ef7d6412cc28</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0e853968-b89b-4bd1-b40d-e9da805cf65e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d37d809b-2ee6-4cea-9dda-77977d543562</GUID>
<Tag>Volts</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ee765707-be18-4a0e-8e17-74af1905a89c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>34b20e76-af54-46eb-a81b-414707977718</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>642b3dda-a8c2-4148-89e0-607e2a39f942</GUID>
<Tag>Millivolts</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>665037b5-4059-4483-a08c-aaf0565d138f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9d3e5939-6dca-4942-bcc7-d9b3ee43df50</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>14684408-2df4-4c19-8f44-e7ca612938b0</GUID>
<Tag>Integer Percentage, Percent Form</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94f13c35-33b9-4b54-958b-886b9d695352</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e5e5ff5-b950-418d-9974-0b7f68fd93ab</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>05d42051-3a72-4dfc-96bf-b500a0a0e568</GUID>
<Tag>Integer Percentage, Decimal Form</Tag>
<MultiplicationFactorToRefUnit>0.01</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>eda35f8d-6afd-4d07-a933-46be325faabf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>910392ce-ef11-44f3-9c19-436ab55c23b9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fad183aa-58d3-4f68-baf4-fd83d7907da9</GUID>
<Tag>Float Percentage, Percent Form</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94035d99-cae4-43e0-b299-c5c3cc15c2a0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9fccfde6-5234-4e4d-bab9-a0112a20cdee</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>33c85985-5a12-40f1-b3e7-b2d63f7f8f2c</GUID>
<Tag>Float Percentage, Decimal Form</Tag>
<MultiplicationFactorToRefUnit>0.01</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b065c80d-8726-40f1-9b68-ffdee53f1ea2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b5ec1bf1-f80c-45e2-8042-5837c559e94d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>201518ef-cb8f-443b-a876-a25312637a83</GUID>
<Tag>Orders of Running Speed</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>805e33b8-fabd-42d1-9b1e-14eba53fdad1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5a0e5b0e-0fbb-4412-87ab-5a3767a07915</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>264064a5-dd0b-4fb4-896f-8c00169f3b4c</GUID>
<Tag>Quantity Per Revolution</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b5eb7b7e-6d89-42ae-80df-61526d4d1129</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4244fa63-423c-497c-9aa7-4b29caa6bfde</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>521052fd-cd10-44ca-9faa-d1280a3b0cbb</GUID>
<Tag>Bits</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b0ca175c-96a1-4526-bad8-486c25d7d718</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bdd60259-53eb-4245-9823-533bc46eeae5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>13ee315d-16ec-4ac5-84a4-11942d6450b0</GUID>
<Tag>Bytes</Tag>
<MultiplicationFactorToRefUnit>0.125</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2f7429c1-05c5-4b61-9d84-c132c75bfac2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>25419c17-d5f1-4f5e-8adb-7becd952bb5b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>28361e25-0ee1-4b61-a4f6-235595d9a43b</GUID>
<Tag>Words</Tag>
<MultiplicationFactorToRefUnit>0.0625</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7ebae98a-d9a6-4581-94bd-0679f7c092ac</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e4026fff-0995-4dae-91b8-7cb26fed56db</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a534bd38-a676-4c92-b475-76a2e7d738c6</GUID>
<Tag>Longwords</Tag>
<MultiplicationFactorToRefUnit>0.03125</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b549d398-1c1c-4f0c-b158-1cc0e7f51e01</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>57e55441-06e6-4e6e-ac9a-bb5c1e5a8a94</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>805677c3-b6b0-4251-acbd-d5113ed24387</GUID>
<Tag>Quadwords</Tag>
<MultiplicationFactorToRefUnit>0.015625</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2c3a2f88-ebb0-4a24-aac7-b203bd9abed2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>05bb7f40-684e-48a6-9f9d-3e043feddb75</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4f21646c-9d58-4023-833e-1e92a3050658</GUID>
<Tag>Mils/Thousandths of An Inch</Tag>
<MultiplicationFactorToRefUnit>39370</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7513d5e8-ff23-4303-b9f5-f45bb1f565b1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b9432bd4-ce03-43f6-bd58-a492a1f87828</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a80d24f6-264a-4859-b1a7-a640c51ce0bf</GUID>
<Tag>Micrometers/Microns</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d67e860e-c46f-4731-bc2b-6bdeb51cf1b4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>533c78de-b2aa-43d4-b3ae-da70202c527b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2112b841-14fc-4401-9331-bd01ca8a215a</GUID>
<Tag>Kilopascals</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6d3bba53-8dec-4d49-9c0c-77913bbe2fcb</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>44f9c78b-fd08-4b02-8e81-c5c6f2ac2cf7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>06373d9a-3455-4d99-89dc-b3dc63896ce0</GUID>
<Tag>Gallons (U.S.) Per Minute</Tag>
<MultiplicationFactorToRefUnit>15850</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f5efd519-660e-4cea-bc41-e2dfaceff5e1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ca698214-f983-4430-90c7-60ccd8da5d52</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>481a655b-1019-47c0-9ba6-56811139eb51</GUID>
<Tag>Liters Per Minute</Tag>
<MultiplicationFactorToRefUnit>59998</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e26f27b8-7870-43be-a096-087985370151</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>472c620f-9b24-4bd8-a2de-36de8014b2d1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>12236145-4915-4ac9-adbd-405aa6c02539</GUID>
<Tag>Volt-amperes</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>143e9a0a-5d69-4d28-892d-21fb7e3988ec</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d5dd1176-3dcc-41ef-8e14-f7546d906ed9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a2ee49c-e0d1-4c5a-bc2a-4f23b0c49c68</GUID>
<Tag>Kilovolt-amperes</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e7f7042b-a97b-41b0-88f9-b11b69ee8c62</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1fe3811d-23f2-485f-80c3-208588526d79</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e975e1c8-258c-4626-809a-6ce3ad21765d</GUID>
<Tag>Kilovolts</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c7632cb3-820a-40d4-997d-60fcdf21a58e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e3e08736-2258-4c59-879b-d30df4b1a29d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b85de499-aa6f-4507-8a69-aee6a5961784</GUID>
<Tag>Kilograms Per Minute</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c4123a13-0cc1-4e76-9c79-04297407d753</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ac502963-9771-4fdf-b6e5-be5b79b22724</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d5438c35-a0aa-4f12-b818-4506543c4092</GUID>
<Tag>Kilograms Per Hour</Tag>
<MultiplicationFactorToRefUnit>3600</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>17e6a48e-07e1-4e6b-beeb-d874499d41b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f106125a-85f8-4994-82ee-e907361300fd</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>32c84c9e-9a30-4695-b86a-3875e6d6b717</GUID>
<Tag>Pounds Per Second</Tag>
<MultiplicationFactorToRefUnit>2.2046226</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d0665fd6-8350-41c5-aff9-202449ff2497</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>414c8bba-0fc0-4dae-8655-04c26f0afb54</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2c247a1a-117a-4385-8c96-a8429463c4fd</GUID>
<Tag>Pounds Per Minute</Tag>
<MultiplicationFactorToRefUnit>132.2774</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d6b27ee2-de72-454b-83bf-30c74461298e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d4b4b8c7-3a58-4261-be1e-98ac643cc01c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>efabe571-ab8c-41b3-a7b4-4a14361442a4</GUID>
<Tag>Pounds Per Hour</Tag>
<MultiplicationFactorToRefUnit>7936.6409999999996</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4e63d196-ed63-44d9-9a51-989343b7a493</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c4cbf2d1-6c97-4522-9902-e83ff6cbe876</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>45284db4-c078-4974-9e57-763f88bc14ea</GUID>
<Tag>Local Timestamp in YYYY-MM-DDTHH:MM:SS.FFFFFFFFF format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c65eca3f-f56d-4ad4-a139-3efb698ad9bf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0347641e-fe81-4cb2-99f2-7398223c0346</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>711e4e1e-59c5-40a6-8fae-8568b2039a2c</GUID>
<Tag>GMT Timestamp in YYYY-MM-DDTHH:MM:SS.FFFFFFFFF format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6eef1f72-aa90-4f05-87e5-efe3d2d27ea4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4f853b10-c911-4ba7-be9f-9f8c1a2b8a51</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7232aae1-adf0-4630-80ed-732ab29cd4ab</GUID>
<Tag>Local Date in YYYY-MM-DD format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>74697f73-a8bf-4da5-9aed-8e9d50fd8e75</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>48d19e63-5105-410e-96b4-0862f6e84c8c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c0f0c23c-5a55-4468-b9bc-61d4ef707e0d</GUID>
<Tag>GMT Date in YYYY-MM-DD format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4eb63d6d-2e2f-4e9a-8dc3-7940d045994a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>574958f2-f948-4693-a659-c731e4cbf396</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>490d7aff-d1bf-404f-962f-cf6a606f319d</GUID>
<Tag>Tach Pulse Slope (Enum.)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ac29f091-d834-43bf-ba6e-32cb0baf6697</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1cff6421-b9ce-410a-b1e4-9c03c6c261de</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>49ca340b-6e56-48c8-b416-2f1a2c0b315e</GUID>
<Tag>On/Off (Enum.)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9b097507-d44a-4dee-a9f3-15d72ca55556</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>39adac3c-816f-4250-8826-93d335828a10</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>21cab1bd-437b-4707-a63e-273d6d11561a</GUID>
<Tag>Microamperes</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>66127191-921a-4a2c-9c9f-84f080f98c26</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>6e399287-5e20-46c4-9b83-451d21e24049</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ea71bd74-703d-422f-8af0-7aee321a0b1c</GUID>
<Tag>Picofarads</Tag>
<MultiplicationFactorToRefUnit>1000000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fe91a1eb-e5a5-40ca-819f-8b2253e74403</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4997f0ae-c510-49fa-9ac3-666b3c288737</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f1135cbd-7c63-44d0-9916-09c20ead110e</GUID>
<Tag>Kilovars</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>911c7dbe-41c2-4ae0-849d-81b6cff57ec4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c115f0ef-1c60-493a-b388-05d6697414be</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>1fe4f33f-1a7b-4cb4-8266-1693d97c4a86</GUID>
<Tag>Australian Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>01612749-ec9c-4e1d-9024-71a881f9e729</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>16b6a41c-bf6f-45a9-ae5f-11380c667fe0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e0ac5168-ebf1-482e-b105-7c64f6352701</GUID>
<Tag>Austrian Schilling</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>349977a9-5fbd-4a15-9ac5-c54f7da7c0e4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a0b30f8a-18e0-49a8-ac00-106cf81858a1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>62f85d4f-34d5-4700-802e-7381d119b112</GUID>
<Tag>Belgian Franc</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ab7f8bac-4f25-4d48-9cc2-132ca9d418dd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>510e2663-a3aa-4345-900a-24af83e1f42b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4b77a1ed-a7bb-4f60-8f4d-589e2e2ae70d</GUID>
<Tag>Canadian Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>48449231-ee10-4fac-a8cf-e954ec931e3e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>94bf6498-9ed5-4c32-897c-cf448320b0a1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c25294c5-849b-4b96-8955-4a2b0bb18a05</GUID>
<Tag>French Franc</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4b6821fc-27b8-423b-b622-1d1669d2e5fd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>969a8b0c-36e3-41f8-911e-2d27860248ed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e6027512-6590-410c-b457-5f6a254eed1a</GUID>
<Tag>Greek Drachma</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fd2de6e1-10d4-4bd4-a3e7-edf67766a8a5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>77303cf9-3771-451b-9ded-e5e2230bc053</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c3dee5db-f9e6-417f-846a-5b690c78dbdb</GUID>
<Tag>Hong Kong Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>38f0895e-28b7-4244-82a8-8da52152181e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>569d90af-936b-46cc-a363-45f786d4f0cf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3bf9e0e9-e1c1-4111-93c1-c3e57a3145b6</GUID>
<Tag>Irish Punt</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3d0c7266-3bd8-45ed-9d0d-3b1580395272</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>21f14643-e136-48eb-b540-2b3b409bffdc</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>819d6c26-d832-4c28-b128-c76f018d9447</GUID>
<Tag>Israeli Shekel</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>781880da-08be-4a04-b5b0-24e75251ba73</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cbde0e83-57ce-4055-9d87-05b665741cdf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c73d5eed-1f52-418f-b911-97fb4736d7d8</GUID>
<Tag>Italian Lira</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a7a0a060-4798-4747-a607-214a2e86848b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d7b6562-a5e4-4e34-a63f-3e391520fa76</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7293881b-c441-431e-af4c-d99c33da6fb5</GUID>
<Tag>Mexican Peso</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ae6baf0c-e87a-4e11-9bd4-6f9e4d7ab5f9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1084cb80-d2a1-404a-a939-10c9c35e89e2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e271e638-faa3-4329-a065-312db53abc42</GUID>
<Tag>Dutch Guilder</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c09a70fb-252b-4d57-80c1-d1f554440592</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7da6de68-ebd7-4082-86c2-f6d31824d738</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>031a8b82-2b6a-4ffd-8987-bfd8d36afe88</GUID>
<Tag>Norwegian Krone</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1c78e6ca-3cc2-4aff-a4ce-f73c6c906498</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d3a84942-7e70-481b-8e16-96993b58b6a9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>246d3987-9b5b-4abb-b09f-57648fc6535b</GUID>
<Tag>Singapore Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>844f445c-9978-4e2d-82e9-1ae23512fe8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>155e1277-5680-4029-b4cd-28536009e960</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ff770917-b452-4188-90fb-9fe8f8d23b5e</GUID>
<Tag>South African Rand</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1b4bcf90-862c-4d11-9f2d-3335b24228c0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e54a2cbf-e85c-4476-93d2-e859a91208d3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e4df0784-765b-4c41-b0c6-6589adcb209d</GUID>
<Tag>South Korean Won</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>484e8d2c-5003-47a3-a6d3-a4fca2dabebe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>08daaa82-eade-433d-baf3-08009f5c2866</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>48403438-83cd-4462-a8e6-adc2209c3c95</GUID>
<Tag>Spanish Peseta</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b5217b0c-32fb-4d2e-9312-f58e204d9ed4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e2170acf-6f9d-4ac7-ac49-f09970a5f7c9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e6dcf554-ddda-4827-9345-74527444c28b</GUID>
<Tag>Swedish Krona</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>547ca421-374b-46f0-b6b3-f5341aeed552</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5612825e-2d05-474f-8974-207760bf58a2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7fbc0e90-4a96-4d37-b685-3a71c8aeb40e</GUID>
<Tag>Swiss Franc</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bee59c63-c6db-4281-aefe-fb7b63c548da</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d842491-fc5d-4b19-8915-845c383ccb4b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>81aff79f-dd0f-4d7c-a92c-6862a1bf1355</GUID>
<Tag>Taiwan Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f5090c59-779d-45f7-a9d6-5d7cb5244b72</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>50c92766-5322-4a54-b699-a6c0ca6c06eb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b5f622c9-93bd-4ea1-8a35-32108a407c96</GUID>
<Tag>Austrian Schillings per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c9cb43c3-5c8e-4d1b-ad08-bfe381993813</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1e3f5487-656f-48c4-8e6e-248e15a99ef3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8f8c4f5f-2cb3-405a-89bc-bd97b8f390d9</GUID>
<Tag>Belgian Francs per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>759292c2-9945-4756-bb22-79ab4ee41976</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a6df8db6-4318-4a9f-bed7-5e5a4d0035c0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ae6cea98-ad63-4ce8-aef7-f5aa2ee11742</GUID>
<Tag>British Pounds per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2dedc078-9cf1-480d-970b-11f2555af30c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a2097d2c-2421-4bc7-8e60-e43e9bb669f6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>6c368292-9080-4f3b-bf65-7fe174717a7a</GUID>
<Tag>Canadian Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a67c845-9373-44a5-8ff7-711a64a230e4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9a73b3ef-c5e9-4512-843a-84730c6caae1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f2820e42-a944-48d1-b658-0b55cdc22032</GUID>
<Tag>French Francs per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c31ee81c-4817-450d-8c07-3f02e1664ec4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fc8e560c-a2de-4876-833e-da2eadc899a9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>78f1312b-a75a-473c-ae89-53664d0015e1</GUID>
<Tag>German Marks per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1fbb57fc-a888-4bd8-85f7-ab628bda61fe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1f8b0bba-325e-4686-a578-86b261e15953</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>747d0dcf-3b2b-4423-afda-4147d64ed592</GUID>
<Tag>Greek Drachmas per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>69e36cfa-9d76-4171-a5d3-84659b012f3f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>78d00494-d9e4-4cdb-97ea-3bdc2d9e3e31</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>eb3fadee-b743-4bf2-9188-5c46094350d2</GUID>
<Tag>Hong Kong Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0f0f8cbb-8477-49f9-87dc-70f1e3a3d260</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>83eb4468-33b8-458e-ab82-c82e9a4ec80a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a5a53059-88d7-4496-a6ad-8c846a79ab83</GUID>
<Tag>Irish Punts per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5966989c-fc9f-4076-b305-c655506b30e5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>31040b7e-82f0-47f9-980f-8bc053cb4b96</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a6c7a62f-06f3-4386-810b-4e7968a381bd</GUID>
<Tag>Israeli Shekels per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>21f5b97e-5546-4ae1-90f5-a9d85202cb05</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f33e416c-d154-4c64-a34d-88d4b25f45d1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>aeee88e6-5764-4cd2-96eb-7e1ed92648e1</GUID>
<Tag>Italian Liras per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>63eacc61-7ba8-411b-acb6-eb939e7996f1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>78697eba-e541-4812-b9c5-d14cf5a5081d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dc26de44-3074-4ca6-8654-c2c33e2b5e87</GUID>
<Tag>Japanese Yen per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>06caed62-1cea-43ea-9d9b-ab5582ed64ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f0b9bae3-4fe7-4aa8-ba6a-5f92caf47e5f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4a4c4cc5-6336-4c69-8c17-4ccf228ce2ed</GUID>
<Tag>Mexican Pesos per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9df7e61c-69bc-4915-ad23-21bcf6694808</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>64c89003-5ac2-4524-aa7a-34a5b9389ec1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b90b9da4-a458-478a-aa10-228f509efc5b</GUID>
<Tag>Dutch Guilders per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1b0cf7ba-aef9-4da4-a951-dea0151712d3</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>15676043-847e-4617-98b9-8f18ff69037e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fea7fc98-05d9-440b-8786-82809aa02e79</GUID>
<Tag>Norwegian Krones per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f3c21662-328d-4dbe-9ac9-e952bbede84b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>65448cb4-569f-480b-b433-05b01cb99d61</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b4fc2520-4ce4-41bf-baa2-42053d5b4339</GUID>
<Tag>Singapore Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>81d2f8e8-485d-4c36-bfab-3b8b5cadb51b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fb596ce9-f392-409a-87ed-a4ddcb9d06dd</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5639ac86-ee9a-45af-b50e-aa18a185e3bf</GUID>
<Tag>South African Rands per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f65c2a38-8bd5-49c3-8168-86f7250fa32b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4833b0ce-6747-47bd-8a42-cc5a6851ce5d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0d58dcaa-8930-4d84-8b4f-5c712e3cabb5</GUID>
<Tag>South Korean Won per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4d541907-7256-4502-b5a3-efdb588b9ad6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>63f34e51-7d08-4bf7-9e73-be59a58c8ad0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a04b33b-543d-4b75-831e-3ea2bfd5b819</GUID>
<Tag>Spanish Pesetas per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d164c150-7d25-42ae-99ae-eb859f17c113</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7915fa31-b90b-4bb6-8631-f38fcea451a6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0e2a7ba2-4afd-47a8-a7aa-7f5d202e6056</GUID>
<Tag>Swedish Kronas per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3432ac4b-e3c9-438f-b923-1a1d649e8147</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d36377b3-7c47-47b2-9a4e-f2245a3d8101</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f46f8351-973c-4db6-9b50-3f8e00127d01</GUID>
<Tag>Swiss Francs per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1133d96f-ce6a-49c2-b23e-7a5a0179c9d8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cf43030f-2f69-46f9-aca3-f2e3741be37b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c94b5626-fefc-4ab6-b4f5-713586e0012a</GUID>
<Tag>Taiwan Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8dc148c3-beec-450c-befe-a164bcae49e5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>34ded7cd-b4df-405a-8740-28b20d09cef8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f923c647-9e10-4767-a4ab-43f9d447b1c1</GUID>
<Tag>Megawatt</Tag>
<MultiplicationFactorToRefUnit>9.9999999999999995E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3473243c-b5ea-4c23-b7cf-c53729584f06</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cbd88964-cc4d-4d53-a06b-60f87561f7e8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2eedb422-9b01-44f2-bda9-5032d2499015</GUID>
<Tag>Cubic Meters Per Minute</Tag>
<MultiplicationFactorToRefUnit>1.6667000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9bc0ca48-cce7-4e5a-bc3a-66efcb6edce4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dcc0f915-c0ea-4394-a247-e624a9f3bf7b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0ad17b30-5b3d-4cb4-805d-91945fb11589</GUID>
<Tag>Cubic Meters Per Hour</Tag>
<MultiplicationFactorToRefUnit>2.7779999999999998E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>287c88fd-0a3d-4f85-b25f-e32f8b23d1b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a118399f-7650-4e4c-9c64-c5ea2b6b63a3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f41c549c-e460-49ec-b5b8-06603aa46d5d</GUID>
<Tag>Megapascal</Tag>
<MultiplicationFactorToRefUnit>9.9999999999999995E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>87153ce4-cb76-4f5f-9740-b3d3f169500e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c4ece741-6606-46e3-9ea5-117659ee2f72</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ccae41cf-50b5-4d54-804d-1d08d9a3da1b</GUID>
<Tag>Speed Type</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8aa2ca81-edb5-4437-8e84-9955c549df4b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>15da5d9d-e3d1-41c9-8e09-a1da9dc9c768</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8e289694-eaae-4be7-8c29-7e211d89ccff</GUID>
<Tag>3-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>da7cbe35-5988-45ff-9b44-02a1a2fba6c2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d1a35ef4-2fea-4044-b56a-d54eb05c3637</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>83cd933b-050d-49d4-b360-e5e149ca31de</GUID>
<Tag>5-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>542cffec-8459-4cf9-859b-ad18eea746ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a580aed2-05c7-4e6e-b3f6-957c48d70e08</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>43f41d3d-d84e-410f-b8db-870d79b69fb9</GUID>
<Tag>7-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>85c98fe5-22c4-4806-9587-60112cd26501</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ff5e4e50-f324-4fbf-be0e-a41b991eb5f1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2417e29c-6674-4583-9809-76663f55a02c</GUID>
<Tag>Enclosure Type</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4a36668d-1969-4eff-891e-988003d8f160</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>586759c9-d2c8-489e-afac-0bf0944addf5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>08052ef4-ad19-4685-a407-c870c36f5a57</GUID>
<Tag>centi-Stokes (cSt)</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2a5136cc-3921-4aeb-a708-e2f6b310ad65</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>092d1b1d-bad7-4633-a49b-26788cb23d53</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b8f290fa-17bd-4a76-98f4-378f593db915</GUID>
<Tag>Saybolt Universal Seconds (SUS)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ac46c0ce-d667-4208-a5a8-4b7fd0035d9a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8f993de8-2e8d-45ed-8f12-a934f873ff6d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dae14ac0-3ece-4ada-8376-080530dbb5c0</GUID>
<Tag>ISO Viscosity Grade</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cdb07125-ea3f-45b2-b24b-417a687e2c03</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b3941a44-6db1-4283-b834-de7f6edd53bd</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>66b485e3-4b81-43a4-8a53-9ae0315f0265</GUID>
<Tag>Parts Per Million</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a5a187a-e3d7-4c08-8017-ab7d75a36b58</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f2a140f7-cfc4-46c1-ac00-7825aa6ed375</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>85e3d35d-b5d5-4be6-a79f-a0550353282d</GUID>
<Tag>Milligrams</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>174c934b-cbfd-4742-a251-8c3d4b6ed9dc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ebec20df-ac61-4746-8bf1-84691acde360</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>54b6ac1d-3fb8-4876-84da-b7c4831d25fa</GUID>
<Tag>Micrograms</Tag>
<MultiplicationFactorToRefUnit>1000000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>aaef467e-bc99-4c85-89b1-8f1d2a24596b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0303e9e0-3524-4156-8f78-37593e26124d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f9b8236a-c51b-437b-b2ed-1f01d2dfaff3</GUID>
<Tag>Milligrams Per Cubic Centimeter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8dd7cd4c-12d9-4391-8d9b-9a3eb4c45d30</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f17f59ab-c7e4-49f5-ac29-fa0583ba91b7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3bda37c7-d451-437e-8b6f-17362ecbedc3</GUID>
<Tag>Micrograms Per Cubic Centimeter</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9b729491-6d01-44c8-abaa-585581e4c6ca</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fcd69534-82ec-4c28-9e3d-ca9bae8732f5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9e944bb6-a10e-4a83-b51a-7296b568b550</GUID>
<Tag>2-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>df958b5d-34fb-4909-99ed-c44459870078</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e8eb02c2-733d-42e9-90ac-7f2bcde68f0e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ec904c8e-072e-4f25-b09f-a23a5398acbe</GUID>
<Tag>Square Millimeters Per Second</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3ae8984f-f50e-44bb-8062-1ea05d0345f8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>07fa3b0b-09e2-4f90-b733-c0ea3099c4e9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d33e9dd3-9f0b-42a2-b0ba-dfb88fcb8cb7</GUID>
<Tag>Poise</Tag>
<MultiplicationFactorToRefUnit>10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>24ce8bce-6f8a-49b0-a80d-facdb1efebe1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>343948dd-886a-44dc-9c1f-baccf0950287</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7252d5c1-44ad-451e-9b07-739d5d5b4a43</GUID>
<Tag>centiPoise</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f6df5b87-a4c9-4e3d-aac6-5059e24be37f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>83996cf9-aace-4019-a571-3d57f70ec50d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dd96c84c-c56c-47e9-bcc2-3b8869800524</GUID>
<Tag>Positive (True) / Negative (False) Result</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0596748f-4ff2-41fc-b436-952ede7d0e37</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2b9d3173-e79a-4e7d-a863-b95c8e24f7eb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>605035c0-cb17-4fa4-9a9f-90a8fb12cbdc</GUID>
<Tag>Flexible / Rigid Result</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5059107c-1570-490f-a612-861913c33191</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bcf1dda0-f1fc-4710-964d-cba275be1832</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e29f93ae-bf1b-4e45-8230-b8a7933dc9cf</GUID>
<Tag>Duty Cycle, NEMA</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2557b45d-c82e-4129-ba77-3307186fc5c7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>52daf558-326d-44b9-8731-541e1cf1caba</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0d068f05-4ddd-45d1-a9e7-d6fcf1e0aa36</GUID>
<Tag>Base Mounting, Motor</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>063fe28e-c2fc-42d4-8b8d-9be7a9780864</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>62423527-603a-4efd-9e90-d63dccedf91c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b49d3f3c-687d-4096-b2b7-7106af3702ba</GUID>
<Tag>Euro</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9005a31f-90c6-4cd7-8e88-c02adc52973c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>263365c8-4983-428b-b6fd-570a7ae48fa8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d7574aa6-ca25-4b4e-9637-e6b2cec08ddf</GUID>
<Tag>Australian Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2b77812a-d517-40e2-b285-c6459121bde1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bec7b66a-6a8f-409a-b35c-11adf88c0772</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c8371065-528e-49e9-8b5c-8ab5ea8aa09c</GUID>
<Tag>Euro per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>150c9f97-aacc-43d7-acf8-9a742ee53d11</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f98e5b2a-e74d-4c2e-a49a-945e8ecef584</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d6262d9a-bc6f-48ce-90b5-2fd513aa23ef</GUID>
<Tag>Stokes (St)</Tag>
<MultiplicationFactorToRefUnit>10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>de0af044-e080-461f-ab02-f253698a3cb5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>345d2651-cd35-4d61-850a-42b21aa2b14d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dc9f7dee-1d77-4f81-97e0-0e459e777fad</GUID>
<Tag>Chinese Yuan</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>30b4c25b-3650-4046-a1ee-ceece2fe0810</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>330c8d8d-c831-434f-8532-9264520784d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9b9f6048-5cf1-4dc0-a9b7-712712fe7c77</GUID>
<Tag>Chinese Yuan per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>109fec1b-cd76-4eab-be99-3bbc32cf24c1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e6525f57-7353-40a2-9b83-a4f1d9257b0b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>39c039c7-0312-4eaf-9c70-9495e22e5b21</GUID>
<Tag>Milliseconds</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<ForCCOMClass>
<GUID>a888d561-09bf-485d-a8f9-c0dbf0ac2b3e</GUID>
<CCOMClass>
<GUID>f546da34-bb8b-49a1-aa5b-b17a0daffcf9</GUID>
<Tag>UnitType</Tag>
<Status>1</Status>
</CCOMClass>
<IsForEntityTypeOfClass>False</IsForEntityTypeOfClass>
<IsForAttributeTypeOfClass>False</IsForAttributeTypeOfClass>
</ForCCOMClass>
</Network>
</ValidNetwork>
</Entity>
</CCOMData>
<?xml version="1.0" encoding="UTF-8"?>
<!--Copyright 2009, Machinery Information Management Open Systems Alliance, All Rights Reserved-->
<CCOMData xmlns="http://www.mimosa.org/osa-eai/v3-2-3-RC8/xml/CCOM-ML" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Entity xsi:type="Asset">
<GUID>0e8fcccb-ed97-4271-a803-fde710fe6e75</GUID>
<IDInInfoSource>0000000000000000.4.1</IDInInfoSource>
<Tag>MIMOSA CCOM V3.2.3 Data Dictionary Taxonomy</Tag>
<Name>MIMOSA CCOM V3.2.3 Data Dictionary Taxonomy</Name>
<Type>
<GUID>2df47839-42ef-4c69-b063-21ea642220b1</GUID>
<Tag>Taxonomy</Tag>
</Type>
<ValidNetwork>
<GUID>643474ea-69e6-4b70-9e3f-fd4ca3973eac</GUID>
<Network xsi:type="Taxonomy">
<GUID>9286b6eb-c1ad-4e10-ba04-930fc3e4b7bd</GUID>
<Tag>UnitType Type Taxonomy</Tag>
<Name>UnitType Type Taxonomy</Name>
<Type>
<GUID>2df47839-42ef-4c69-b063-21ea642220b1</GUID>
<Tag>Taxonomy</Tag>
<Name>Taxonomy</Name>
</Type>
<EntryEdge>
<GUID>49cc0d21-d829-4c68-afb0-7f50a632eb38</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>09b0ed5f-a5dd-4ff7-89ed-146eef359621</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4d0d4ff6-9577-4f32-8592-a89c950a8d5b</GUID>
<Tag>Undetermined</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>dfcd917b-0e40-4253-ad84-13bd33220654</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>eac7e329-1e07-400f-853f-7faedacbf027</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d7c9e2bb-5867-4ec4-8e0f-d7e1a9b5f085</GUID>
<Tag>Base 10 Integer Number</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4c68f1c4-295e-4d61-8cff-77956488f795</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d8c3ffd0-4aa7-4c8a-8677-b0cf863c793e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>df29a3ae-d0ac-4fe4-9316-db1710ef670f</GUID>
<Tag>Base 10 Real Number</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ec391575-78fc-4d0f-b259-50b006de4288</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>06d27824-252a-488d-8466-5b7da6f8d0d9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>39c197f5-759f-41c7-805e-2a87b6f9e29d</GUID>
<Tag>US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c1488666-3544-4950-ac22-4567977eb156</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8d1f5d69-3934-4bfe-a096-16803c07ea75</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7594b830-5a7a-495f-b5e6-208096690dac</GUID>
<Tag>British Pound</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7fedb337-cad8-436a-9f48-1261ff3e55b9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5f181d80-1811-4810-ad5e-e951055d8310</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e3267036-e442-4fbe-96e5-9b08747fc1f9</GUID>
<Tag>Japanese Yen</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>92eef383-53f1-475d-89d4-f0c3d8c0ba97</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d1a7962b-f542-4add-bfbb-c32b0606c9f8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c82430f5-35b3-4147-9ce1-105d18cfb529</GUID>
<Tag>German Mark</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>38088cc3-bc76-4e9a-bc80-13ac2e615b3f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7969affb-8ea9-45bf-abb7-6988bb1b6986</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b997cc35-9bba-4ef3-b7e7-243f82d4bff5</GUID>
<Tag>ASCII Character (0-255)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6242138a-baa6-42a9-ae09-f01c4a34ea4a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>577446d2-bf92-4100-a6c9-4110963c6390</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5df44bb1-f679-4450-a472-758e2bf30a6d</GUID>
<Tag>Kilograms</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3e766ba3-0e78-4354-b6b5-0b7767759af1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e73a2afa-c3a7-4530-8b80-e3f86dbec3b7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c8d911fc-3e82-4eaf-98d9-ffad65a34294</GUID>
<Tag>Dynes Mass</Tag>
<MultiplicationFactorToRefUnit>980665</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9cece8de-8624-4228-8620-8572a543b0c7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>00a4f5f8-a340-4f0d-a231-468290397d9b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4b157a1d-233b-44d6-bac9-a65c5d6020c8</GUID>
<Tag>Grams</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cd817ff0-da9c-49d7-b2b5-d4db7030fb28</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>17d7598c-b13a-45d4-b7a9-7a237e55f025</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5e668ba6-407f-4319-8431-f6b50b26eb31</GUID>
<Tag>Joules/Cm</Tag>
<MultiplicationFactorToRefUnit>9.8070000000000004E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0b8616c4-fa7e-4451-8526-64063e3838ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>16780e72-5316-4e21-858b-87def8953f9c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d3da1fb7-a36d-40dc-b457-588cb6ce58f9</GUID>
<Tag>Joules/Meter</Tag>
<MultiplicationFactorToRefUnit>9.8070000000000004</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>26b01183-9cb2-4a59-b91f-1463513891f7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0a86e9d1-d7bf-4a4e-b3ec-7aae39543e01</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2c2b491c-4d60-4bcc-b133-6b1a20d24694</GUID>
<Tag>Poundals</Tag>
<MultiplicationFactorToRefUnit>70.900000000000006</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94dea747-133c-42cf-a995-de1df90ec727</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4476aaba-e22f-4e7e-84bf-f02b7fcb9fdf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>953ff07a-851d-4af5-adc8-6f15ea48f60c</GUID>
<Tag>Pounds Mass</Tag>
<MultiplicationFactorToRefUnit>2.2046000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>df09c6a5-b4ba-40cc-9e95-8577e10df9ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>26828695-92ea-4a99-978d-a1f77dbafadc</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>df9a2b69-caf8-4ca8-b037-9a6955a54a5e</GUID>
<Tag>Tons (Long) Mass</Tag>
<MultiplicationFactorToRefUnit>9.8419999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>107e3463-7c57-4773-a76c-d5c82ede4e46</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>743856fe-940e-4d18-a706-21b57d19e921</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>949b9ceb-69fe-404c-88f8-e81db342582f</GUID>
<Tag>Tons (Short) Mass</Tag>
<MultiplicationFactorToRefUnit>1.1019999999999999E-3</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>675a14c6-7b73-452a-be50-9a0ede4c0eea</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a043b43c-6c9a-41f9-acec-da1b43c19391</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>60f0dad2-7c5d-4ffe-a597-3f026f94145b</GUID>
<Tag>Ounces Mass</Tag>
<MultiplicationFactorToRefUnit>35.270000000000003</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>54103436-93c2-40fa-8934-001660a5d691</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>155ee95d-e8b0-4941-afe8-65c3cd4b4be7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>833ecefa-0a21-4fd8-8b5e-73e6904f76cb</GUID>
<Tag>Metric Tons</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6bbff385-3352-4591-98ec-531343c3197e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b324dba6-3eff-4558-bd50-96cee2d0871e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d4065bc6-2413-4cfa-8fe3-6470cb92a121</GUID>
<Tag>Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ba168b77-6783-4b71-bd76-238fd777b7ba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5945b5a1-1287-40d2-8e6b-b1e150a74c65</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bfaa4904-8e6a-487c-9e02-2bb131ce5565</GUID>
<Tag>Angstrom Units</Tag>
<MultiplicationFactorToRefUnit>10000000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>445f7a13-0673-4881-bf6e-03f69daf490e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bca83a7b-4067-43bd-b7b8-b511ff451308</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5aa3a552-09b5-4444-a4bc-67b49af75b76</GUID>
<Tag>Centimeters</Tag>
<MultiplicationFactorToRefUnit>100</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>582051de-9ccf-4b1b-8972-3af34ebfefc6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4541bf79-f3a2-4639-adf9-b8dd11c7f00c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>65d10ce9-f7bf-4701-9280-094e052d2869</GUID>
<Tag>Fathoms</Tag>
<MultiplicationFactorToRefUnit>0.54681000000000002</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>05e115d5-b20e-45b2-945f-69562d6fabef</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f0cdab88-aee7-4187-8080-3ccb1deccacc</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>73e8145d-7a92-49ef-9b10-6162a06f7876</GUID>
<Tag>Feet</Tag>
<MultiplicationFactorToRefUnit>3.280834</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f7e0b805-c63f-4142-8fce-efbb0303af85</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>96e51300-879c-46c9-8fe5-adfd4a5031f7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4b2c0f18-9961-461b-adee-d1d6669f6ed6</GUID>
<Tag>Inches</Tag>
<MultiplicationFactorToRefUnit>39.369999999999997</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>483c74b0-fb3c-4e58-8762-58226f903c54</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4fce1639-85d5-4368-99a2-9eb192e65951</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0f89f4e5-0000-4ecc-a10d-532167252331</GUID>
<Tag>Kilometers</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>552b0802-c15b-4b1f-80de-1ae74075ccaa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2864d8e3-6f2d-4f82-b004-161f3e71b93c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0651cdf7-5060-4c42-b40e-7457b133a288</GUID>
<Tag>Miles (Nautical)</Tag>
<MultiplicationFactorToRefUnit>5.4000000000000001E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8b8befcd-6e83-4d76-9b89-97dce5d2db2a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>17da7b9f-4bda-44d7-a3ba-0d0721f5c4b7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ecbb1ba1-a5b3-4a7c-b99b-12fd760b4c3e</GUID>
<Tag>Miles (Statute)</Tag>
<MultiplicationFactorToRefUnit>6.2140000000000003E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4a4a1547-a7c5-4fe4-8bb1-ef66d549a5a4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1a658de4-a3a4-4c7f-a5de-0791b870ec9d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>108994ae-f0be-4c94-b2bc-1df67af9dd4c</GUID>
<Tag>Millimeters</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>56669ea5-9724-4774-9148-f66ef024e098</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dadccbe1-8100-41d5-b08e-8136a7eb329b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>430a2163-2934-4aac-b885-b2248e579d44</GUID>
<Tag>Yards</Tag>
<MultiplicationFactorToRefUnit>1.0940000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>70da1be3-e3d9-43a5-8f61-95c4d1bcbdb8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3b9c22d7-319e-41c6-9860-de01f9339aa7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>11e806ef-d9d4-472f-b3db-65fb86ca3ed0</GUID>
<Tag>Seconds</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>38fa9538-ab9a-4810-bc22-b79b8a56ca47</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f48defcc-2840-41b6-be86-2977027606f7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>271957d7-00a4-4819-be39-128ac9b828ab</GUID>
<Tag>Minutes</Tag>
<MultiplicationFactorToRefUnit>1.6667000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>210876e3-fd45-426a-aa58-e1e915285445</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5e42d0d8-5e84-40b7-9180-21dc9b4c9960</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0c403109-2883-4bd4-8889-1e92d6abe957</GUID>
<Tag>Hours</Tag>
<MultiplicationFactorToRefUnit>2.7779999999999998E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b0751253-c387-4383-83b5-66f2edad83c2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>770a18bc-afe2-4b52-b2f0-0af03eebba8a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0904787c-69f1-416f-b3be-5cc4585ca5e2</GUID>
<Tag>Days</Tag>
<MultiplicationFactorToRefUnit>0.000011574</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e1c1f2ce-d5e2-43b0-9dcd-a97e1cadb834</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4e4241ce-a6f3-47cd-8e1e-eba133dde838</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fee76c6d-edde-4217-8dc1-06bf3f35db58</GUID>
<Tag>Weeks</Tag>
<MultiplicationFactorToRefUnit>1.6533999999999999E-6</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ec247f22-dd9c-43c3-a507-e795debc4276</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d2b672fa-e6b4-4ffc-bc23-f79f5d82468f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>83c49208-15c4-4268-bb68-d60149d8bdd9</GUID>
<Tag>30 Day Months</Tag>
<MultiplicationFactorToRefUnit>3.8579999999999997E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1ada46a1-b886-4d2a-8f6d-00f4a7e52ec1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>27b33bf8-66c0-4aec-96d5-254a4fdd319a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>71e3b764-19b7-4d93-9192-28a070e2e94d</GUID>
<Tag>365 Day Years</Tag>
<MultiplicationFactorToRefUnit>3.1709999999999997E-8</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e6bdc52b-4bf1-4a9b-87ea-044e5cdd87d0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d7ea5a9-87c1-49e3-b93c-a7552ec7773c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a28ad76c-4262-4aae-b066-ff2293878cc5</GUID>
<Tag>Degrees Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1061f0b3-fd3b-43ae-8a71-b2038b8d85d7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a66f65eb-73c7-4de2-987d-b5633da38dfb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3912c639-8c27-4b29-868b-a0f01790770f</GUID>
<Tag>Degrees Celsius</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>-273.18000000000001</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ab865933-58a6-45c6-adb0-7aeb3bfc371e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fb98cd06-4cbe-42ee-98fc-3f9af578ed69</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4d83f00c-1bd0-4f52-bfb1-8552bfeac115</GUID>
<Tag>Degrees Fahrenheit</Tag>
<MultiplicationFactorToRefUnit>1.8</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>-459.67000000000002</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e0147dd6-9f51-41ac-a669-23882415fd9c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7915945a-de3d-4a4c-b3e9-cfac704e8dd5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7b9c49fe-0f76-4de8-aa06-c3f4e69b91d1</GUID>
<Tag>Radians (Angle)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>905d6cb6-ed44-4a31-afbf-4cad50b9ca35</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f23d7fde-9019-4431-920a-bee1e4cfc079</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>71cf7144-b4d2-4bfd-89e1-3dd93d94812c</GUID>
<Tag>Degrees (Angle)</Tag>
<MultiplicationFactorToRefUnit>57.295999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c5ce7e12-3f0e-4615-9afd-7095b3421c11</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>94539fef-1d31-4101-979d-3f3d3eccab55</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>577a88c5-752c-428a-9813-cfcd4c2fcfaf</GUID>
<Tag>Minutes (Angle)</Tag>
<MultiplicationFactorToRefUnit>3438</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>823fa377-c616-4e36-8f25-b57685a9239c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>6d52ea2a-5338-49d7-a971-3f92a3aa13c7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>58be7847-4586-4f4c-881d-d006c591cace</GUID>
<Tag>Quadrants (Angle)</Tag>
<MultiplicationFactorToRefUnit>0.63660000000000005</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a449b21f-ac7b-4d7b-bcd8-3ea16ec39dee</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d2c7c3c5-9b06-4705-96e3-c1a2963c9d52</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>65c5ebbf-96c2-4ecb-a12f-df98eea7920e</GUID>
<Tag>Seconds (Angle)</Tag>
<MultiplicationFactorToRefUnit>206300</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4c6e3f22-ed1b-4dcf-9dca-0d3ad85268ba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cd14fbf6-9b1b-4581-8cd7-005d2c84ee24</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>cb816707-f5d8-4712-b499-179bcf2e2861</GUID>
<Tag>Meters Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2d409f3b-8128-4000-8cf5-86618808deba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b4bbed13-9421-45b8-b794-23c1024ac3c6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>336afa3a-902a-4948-ba45-363e3a0141bf</GUID>
<Tag>Millimeters Per Second</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a84405ee-aed6-461a-b09e-6e1d806acf8d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f506f08a-0503-411c-a8fe-88472fb82d94</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7c0fc34a-aa03-4557-929f-b756b896e0af</GUID>
<Tag>Inches Per Second</Tag>
<MultiplicationFactorToRefUnit>39.369999999999997</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>09a5a96b-edf8-4f5d-b871-bf9870d9f5cb</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>355ea3e9-2c78-47f8-a4d9-c3eeba6425d9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>42863a3c-38e1-4695-9214-ac6ce3f6488e</GUID>
<Tag>Feet Per Minute</Tag>
<MultiplicationFactorToRefUnit>196.84999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>401a32d9-0c8b-4707-82a6-0c132b816876</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d62e5b73-ec43-426d-a082-4388c2548788</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9a507aeb-ca3a-429a-804d-1e3ae97a9928</GUID>
<Tag>Feet Per Second</Tag>
<MultiplicationFactorToRefUnit>3.280834</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3896fc74-3457-49db-9014-fdc9031551fb</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>55c0ae1d-6f2a-45f4-8493-0e93bdc5352c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>262d699e-09c1-4d0d-80cf-10a6a0875163</GUID>
<Tag>Kilometers Per Hour</Tag>
<MultiplicationFactorToRefUnit>3.6000000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>aaf50d2d-521a-46cc-bc85-b7a4e455ecc4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a8dc3568-31f2-419c-82b2-8c22ce231bed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>28f7aac1-2330-4d6f-b576-368423122090</GUID>
<Tag>Kilometers Per Minute</Tag>
<MultiplicationFactorToRefUnit>5.9999999999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>15a58433-d8a4-48ef-a917-b0c07688c93c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a6dcb468-5ded-454e-8596-fdfb112f3a21</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>81c7263c-1c9f-42d2-a490-506fc9c43e91</GUID>
<Tag>Miles Per Hour</Tag>
<MultiplicationFactorToRefUnit>2.2368999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1fac26ca-c991-484c-b87d-327dad41bad4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5b12dd15-43bb-4791-98ec-1c829fb9b569</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>631494d4-4616-4f9a-a166-88f94d6a86c1</GUID>
<Tag>Miles Per Minute</Tag>
<MultiplicationFactorToRefUnit>3.7280000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>380d742e-3191-41fa-9241-d40f3eca8b85</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3702aa80-6467-44e1-bfed-0da0603cce7a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>96781fec-3899-4ecc-8a8a-006cd1c4c144</GUID>
<Tag>Centimeters Per Sec</Tag>
<MultiplicationFactorToRefUnit>100</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c44b1e20-7b5d-4d64-bff1-73901e0b93b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ff0ce05e-52c4-4094-964d-d29c050f772d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7e7d80a9-28e4-495e-9058-520a777b23ac</GUID>
<Tag>Knots</Tag>
<MultiplicationFactorToRefUnit>1.9438439999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c1d819e1-2c74-4d35-8387-ecddee677aa8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3735967f-0989-488a-b912-e3cf32668d29</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>03a0d22b-9b71-4cdd-9bb4-5cfe3b8bd8cb</GUID>
<Tag>Meters Per Minute</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c2cda406-6b58-4d03-b5f1-bba16a9f2ea9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e47cce7-00d4-434c-9341-58ac97119678</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4a735061-9c09-47be-abd6-3e77dacfdf9c</GUID>
<Tag>Hertz (Units Per Second)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>53b2fd61-8b30-4f1d-8b68-c81b655d3f8d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e152a1b-8a89-43eb-a7bb-462e96497ee9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d9c3e2e4-ddb6-401a-bd73-f833105fbbdd</GUID>
<Tag>Revolutions Per Minute (RPM)</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>203078d9-3cc5-46a0-a3e6-0fc1db69572c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>99feb97f-8ac8-403d-ae02-94fd59b2b364</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a9aee6da-6d10-4ed5-9820-2c5624c0756a</GUID>
<Tag>Cycles Per Minute (CPM)</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>05b37389-de32-49de-b327-8598bf9632d4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d1b7aa3f-531b-438d-96f2-0b6f318b0975</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>28f63ddd-6095-44ec-8820-4b40f55b5545</GUID>
<Tag>Degrees Per Second (Freq.)</Tag>
<MultiplicationFactorToRefUnit>360</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1c8eeb3a-22e7-4949-84af-c362cfca9784</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dc02e47d-c20c-4085-9e67-f5970be54904</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>89a0df78-67f5-441e-bd43-f05fe14a10fe</GUID>
<Tag>Radians Per Second (Freq.)</Tag>
<MultiplicationFactorToRefUnit>6.2831999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ca94230f-e6eb-4398-8216-87bc71a3f05e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>481e32d2-5d90-4fef-90c4-fc888c04ea8f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a6a6e7b0-478c-4df6-ade8-610c0a068da2</GUID>
<Tag>Pascals / Newtons Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7382a033-5731-40ec-9234-de361fcfbad9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>75ed6809-319c-465e-bb83-386531aae02b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ab0e67e7-bdfc-408c-9873-5022598fbdba</GUID>
<Tag>Pounds Per Square Foot</Tag>
<MultiplicationFactorToRefUnit>2.0885399999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bb382b37-2216-44c9-b8b2-b050702be917</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9b4f255d-fb04-4c57-a4f2-b66fe0e36aa0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>40d60c56-ed06-4b79-9d80-aa8f4d2f763a</GUID>
<Tag>Pounds Per Square Inch</Tag>
<MultiplicationFactorToRefUnit>0.000145</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>480f9118-44af-4281-b31d-43226870b6da</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b725ff3c-14d6-47e3-a7c9-72810b06e4ce</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b4ea19e5-d190-42a5-ad6d-16b741a77f78</GUID>
<Tag>Meters Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6dd95c4e-9f66-45c9-90a7-cf329d2bb7fc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>42562069-c486-4cc5-9bff-a4febfa7cc68</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>1482d352-da86-4914-9546-0becb4aad163</GUID>
<Tag>Centimeters Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>100</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6a464eb3-cb5f-4fe3-a124-3520884eab27</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3fd78c2b-16ad-46eb-a9f0-54fcf5b709e7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f27a8bb6-59a8-499b-acb0-9c8b000b2e72</GUID>
<Tag>Feet Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>3.280834</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3b76b172-4011-44a0-943b-8b92bb6c89c4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>464a5c9a-1408-4cc0-a8c2-7b19a412c527</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>11a9466a-3d4c-4851-8014-041bfcb67824</GUID>
<Tag>Kilometers Per Hour Squared</Tag>
<MultiplicationFactorToRefUnit>3.6000000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3d4e7985-94ea-4957-ac2f-cd4e840901a3</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8a0ec1f0-1382-481f-921f-067ca2eb6abf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5c636728-fa06-402f-aa69-15a93706d21b</GUID>
<Tag>Miles Per Hour Per Second</Tag>
<MultiplicationFactorToRefUnit>2.2368999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8427d27b-6859-4a59-85d8-0ea2e2b90bd5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2a827bc5-15cb-4f90-8a72-bceb13f654b5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0db7df4c-888b-4b4b-9617-f2d335f1cbd7</GUID>
<Tag>g's (Acceleration of Gravity)</Tag>
<MultiplicationFactorToRefUnit>0.1019762</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a2430b46-9c63-4cb6-939a-fc05a754fa01</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>04744323-f5ed-4a31-b526-728cc18a0c22</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>eb3a23d9-6651-49ad-a298-6397b24b5f57</GUID>
<Tag>Newtons</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e61b9a90-8da5-47ed-9ede-e197a772a727</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b0721496-8934-4c7e-9d97-4124493215e5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dd621d5f-7f14-40d4-9d51-a456e5eaf950</GUID>
<Tag>Dynes of Force</Tag>
<MultiplicationFactorToRefUnit>100000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>de653af7-56d0-486a-9668-3b4e38c94bf0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9c37a825-a33b-475b-af7d-149b378096e5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fd796486-1c26-4ef5-8bf2-f7284c1e031c</GUID>
<Tag>Pounds of Force</Tag>
<MultiplicationFactorToRefUnit>0.22480900000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c0dc3e2d-af40-416b-b556-210b8a54572f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>93dda85d-7d13-465a-8967-55fd8b16d866</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3c10a539-e21a-458b-a76e-89a9c7537bbd</GUID>
<Tag>Kips</Tag>
<MultiplicationFactorToRefUnit>224.809</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0fba3c5b-f7f7-4a1a-9db6-97f05c3934cd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dee7c39e-e5b1-4cf7-b7c2-b6c95f87fd01</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b52bffc4-fe23-40c0-ac5c-8231c41a1075</GUID>
<Tag>Newtons Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8d91469d-4bfa-4cb8-979c-362bae8bcd4b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f00ad303-2e79-410c-b41b-89735e2253ed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9423ff32-9297-47f9-a5a3-f071ee7ebf0d</GUID>
<Tag>Pounds Per Foot</Tag>
<MultiplicationFactorToRefUnit>6.8521799999999994E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3c4c5a9d-6ee8-45fd-b2cd-87f9a74f9355</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>98ffa483-09a3-4125-852c-37bd40422540</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>1b5a6f92-6444-4495-8346-d3a7879b9b94</GUID>
<Tag>Cubic Meters Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>643eb93e-c300-416d-bd28-005e48dea244</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>16933d03-7a18-4e45-9786-7e7449f4cda2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b7bebfbc-d461-4d96-9a81-0b7a28fd4b3d</GUID>
<Tag>Kilograms Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>26dd6c1f-6b04-46d2-a12c-f818f68e51b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>424dc911-0059-41f1-a5a3-e2cf43c0c91f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b1d1e3d1-69c8-45f5-a846-30c91b3a0613</GUID>
<Tag>Square Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2f0d915a-393a-4328-9043-8575e6e72f0e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>90920f37-c9a4-4c8c-b784-90617a7c673f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>55bc8b07-9f26-4486-9b51-c96b9750cd31</GUID>
<Tag>Acres</Tag>
<MultiplicationFactorToRefUnit>2.4709999999999999E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94037139-0ab8-4428-bb84-4345d320b6c4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5aa203b3-57f7-4f97-ba6f-e478c87d9e31</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9ce5990b-c593-4b51-b808-1c68adb52256</GUID>
<Tag>Square Centimeters</Tag>
<MultiplicationFactorToRefUnit>10000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2d54b6b4-be4d-480b-a076-9627a246a5d2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2782a79f-446b-42b6-962e-8223127f580b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b40c295e-796c-4c46-ae44-2e17007be5f3</GUID>
<Tag>Square Feet</Tag>
<MultiplicationFactorToRefUnit>10.76</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2e8de906-7e84-4e56-b984-38d37543fbe1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>504b7de5-cc28-4bae-997f-12c9da9d1ab5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>68b19f35-2816-42dd-b941-852c7854d822</GUID>
<Tag>Square Inches</Tag>
<MultiplicationFactorToRefUnit>1550</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b2fc43ee-4d4a-460a-bc25-0fa0cb8088b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cca9ce04-7d71-4610-95f0-5cbd0e2f0686</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5d826517-1709-40b5-b84e-8caa3c98a576</GUID>
<Tag>Square Miles</Tag>
<MultiplicationFactorToRefUnit>0.0000003861</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8cff1745-b3c3-4497-ad44-2b6fce365033</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1f853883-af1e-44a0-a63a-b9ac1b95c57b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7710c837-da14-41a0-b847-d70edb8b3141</GUID>
<Tag>Square Millimeters</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a24befb9-0dfc-46b2-8674-ef9c8e78c1f4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>22f3d020-3116-4f40-a3c9-94115af905b5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a757791-e83e-4928-b1c5-633a7e55244e</GUID>
<Tag>Square Yards</Tag>
<MultiplicationFactorToRefUnit>1.196</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c09a4b28-0441-4994-b5ee-0b4e5523bd2f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>81de3c42-fdbc-4bfe-9bc0-e42b49c13bcf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>de2437c9-fe6b-4a2c-b8a7-a4af15604546</GUID>
<Tag>Hectars</Tag>
<MultiplicationFactorToRefUnit>0.0001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1d12267d-d667-4cdc-a9e2-d9d4cd2e5c68</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>963b6ca8-ec7b-4800-bec2-209ac88addbb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>752d02d4-e957-4213-a79e-8db0ae369cb3</GUID>
<Tag>Cubic Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f1ef4037-d3f6-4dab-bb57-cf1263b9d3b0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>940e1489-3a12-457f-80f8-f769b1085358</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0e1d8f7a-a651-4f53-999d-15d6ac4bb8a4</GUID>
<Tag>Cubic Centimeters</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e1abc524-3e11-470a-899f-5b758fc466f2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>626f047d-e202-43ef-9543-debce1327038</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>42f0c99c-8737-4ed6-97f7-29ddfe82dace</GUID>
<Tag>Cubic Feet</Tag>
<MultiplicationFactorToRefUnit>35.299999999999997</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>13efa0fb-d6a9-44bf-8798-fac5873e2d0c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>016cc3fd-0969-4310-93f9-ca6e1daefe4d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8981df3c-6303-4007-b8d5-87290ce3736b</GUID>
<Tag>Cubic Inches</Tag>
<MultiplicationFactorToRefUnit>61023</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fbe820f1-70c2-45b7-aa86-ccb1e28cc7cc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4e5c92a4-f235-4459-9382-1d8cf332e505</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e4108785-fa78-4838-900a-b602c38db4e7</GUID>
<Tag>Cubic Yards</Tag>
<MultiplicationFactorToRefUnit>1.3080000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>87c4322d-5c16-4b58-864e-f9bd6c5667d0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>38cfe9f9-143e-4828-b2b1-3c9f27ef3c19</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7a911cf3-258a-4544-9d37-689600f453f3</GUID>
<Tag>Gallons (U.S.)</Tag>
<MultiplicationFactorToRefUnit>264.19999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9dfe6009-2115-46bb-8755-36b6b93b7039</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>56e7913a-8966-4288-8eda-b25df6e8585e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a4566c9c-8f4a-493a-a79d-cb17fd4f433f</GUID>
<Tag>Liters</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>068b9362-13a5-4e21-beaf-6617f795c148</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4a183167-d2db-4ca4-8f29-c8cee7b512f3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>59582d9b-7c9e-4014-85ab-2c3492d422b0</GUID>
<Tag>Pints</Tag>
<MultiplicationFactorToRefUnit>2113</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b9ecae12-4969-45d4-a113-198fe4b42444</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1f9eb1f1-f7b2-4f5a-9a43-15192a259783</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>cbbb5fcb-f9e6-4107-923a-453c644263ae</GUID>
<Tag>Quarts</Tag>
<MultiplicationFactorToRefUnit>1057</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a2a1d476-2a19-4998-9973-93cdb2b49e43</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e6ba9810-9e5d-401f-9b57-31d59135fa51</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bd6e427a-6b95-431a-88fb-5418d233956d</GUID>
<Tag>Bushels</Tag>
<MultiplicationFactorToRefUnit>2.8379999999999998E-3</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5d1def8e-a0c2-49a8-8832-4c9872135a01</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>55a98b3d-5256-49d7-b735-d32eb3a9cb9b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>43f10bab-368b-4508-a5e0-800a5221703e</GUID>
<Tag>Kilograms Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fcc66263-c799-4978-855d-2b200955078a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>508cdac9-e487-446c-b54f-6f7f4eec9b6b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>02f98bc7-0a19-48a6-a29a-b48eca743d11</GUID>
<Tag>Grams Per Cubic Centimeter</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>faa7fcda-dc73-49f1-81cd-8a9804ac5572</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>03c182fd-40c4-4adf-b6ff-e422a2c722f3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ea252239-6fac-43cc-8bff-5be6d36f8fe4</GUID>
<Tag>Pounds Per Cubic Foot</Tag>
<MultiplicationFactorToRefUnit>6.2429999999999999E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>86ac8371-448f-4b07-9383-7e673bfd3208</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b50fe2c5-18cc-4c71-9333-da4bcd625940</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5d4e2c92-cf02-493e-b2ca-697a01b884b9</GUID>
<Tag>Pounds Per Cubic Inch</Tag>
<MultiplicationFactorToRefUnit>3.6130000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>21bed7b6-11e5-47df-a745-aa9c4a843053</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>da2df4eb-3789-467c-85d9-d146530f6902</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>da431fa4-f9e3-4bfa-a985-942d1557e989</GUID>
<Tag>Pounds Per Mil-Foot</Tag>
<MultiplicationFactorToRefUnit>3.4050000000000001E-10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>17e4571b-778d-487e-8283-353884a5a3a4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>378d3754-aee3-43c1-b7e5-c7bbee2609b4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>763545d9-93a5-414a-8906-f0d47d3c5cb9</GUID>
<Tag>Cubic Meters Per Kilogram</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0b80877a-1fb6-457d-95ee-fd4cf00cac5f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a72bc964-6e47-4c29-9d64-ddeb89644040</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>62b0d56a-812a-41ae-b087-5d196b45872c</GUID>
<Tag>Moles</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f7ece3e2-0b9b-4e0f-9c69-01a2375f56aa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>10646bd8-30f1-49b8-a500-0024770c8e53</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0f3ef187-d763-446b-a4c7-0d8ad8e28844</GUID>
<Tag>Moles Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d7b18a2e-fc24-47f3-ae51-e8cd5ebb3aaf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cc0a85da-5c09-4be9-9006-45bf0af2fceb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>74974798-988b-45e2-96c7-80473db93143</GUID>
<Tag>Moles Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9cc54321-fa58-4665-af64-2fe4e94cdbdd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ca9d3596-b7f6-4875-8047-db79ea139a82</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c5954bbb-0307-4bfd-ae39-b1f7ed1872ec</GUID>
<Tag>Pascal-Seconds</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>60da14b3-35a7-4291-bb2b-6911c33f116f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c679d731-1874-4e11-a790-e52cc9f8f658</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>197c50a1-656d-4985-98de-684695aba85e</GUID>
<Tag>Square Meters Per Second</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c93a5ec1-13cc-44f3-aa10-792b249580b0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c13ee052-03aa-49a6-bfdc-abc038460b86</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>04308d73-861b-4993-a7a9-05e7c52351d2</GUID>
<Tag>Radians Per Second (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>43795ec0-5ad1-4cec-9c59-c354e1d9f341</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>35da6a38-3900-44f8-8ca1-51e3bf7f369c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>adfda95b-62ce-41df-b7b6-3b2fd371fee7</GUID>
<Tag>Degrees Per Second (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>57.295999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>02659fd3-eec6-420b-a2d7-a5481a97abaa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fc88def0-8650-4876-9815-58fff05588d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bcc44473-bd8e-448b-90c8-2cecd6b02e20</GUID>
<Tag>Revolutions Per Minute (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>9.5489999999999995</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3b20fff1-c036-4851-9c94-9517d740f223</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>be92d767-ad9a-466f-a19a-d809e613ecf3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>bc35df33-9e3d-4d8f-9095-3f0ef1e7335c</GUID>
<Tag>Revolutions Per Second (Angular Velocity)</Tag>
<MultiplicationFactorToRefUnit>0.15920000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>db641879-0ed2-4dec-884d-47355496d053</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5e2f0f6f-1f2c-49e8-a8c8-489b807b9f68</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>73f26cb7-3a54-474e-b021-128f602cd8bd</GUID>
<Tag>Steradian</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ab861db8-1e0f-4d5b-94af-89f124f03243</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e68c4400-184a-4a1a-8b2c-50246be7d155</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>40a2c92a-076a-4fbe-bb98-a7a7965756fd</GUID>
<Tag>Spheres</Tag>
<MultiplicationFactorToRefUnit>7.9579999999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>39f29de2-b37a-4867-a7a2-79b9f261e82c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a67f00f0-e3d8-45ba-aaf4-ec6662d8d53d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ad5f8589-821e-470a-ba7c-995d09ffb0bd</GUID>
<Tag>Hemispheres</Tag>
<MultiplicationFactorToRefUnit>0.15920000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fd2c83aa-f64b-4614-a344-bee3baca358c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>227bc675-6ae5-4bbe-b829-7a3b6cbe9723</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ace2567b-b282-4921-8e67-b7435d4b374f</GUID>
<Tag>Spherical Right Angles</Tag>
<MultiplicationFactorToRefUnit>0.63660000000000005</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>12494b53-766b-43aa-8f4d-03214f796b52</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5e4bd172-6d28-4da1-8ed3-2e620b16b5ea</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c09ba8a6-7d61-4d81-b3ef-fff0bb00a04e</GUID>
<Tag>Square Degrees</Tag>
<MultiplicationFactorToRefUnit>3283</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>550f79df-e203-4972-98fe-ba8c8531339e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2c23d89d-7fd4-449e-9b77-6297c8307e2b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f9da89cd-c2f1-45bf-b2ec-9aaaef203154</GUID>
<Tag>Radians Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e8037fce-b228-4ef2-a103-c67098f04f8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>739f39ee-6967-452f-962c-d9979b8ba3b5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3f29d7c8-8709-4cea-a8ac-65710a864cc8</GUID>
<Tag>Revolutions Per Minute Squared</Tag>
<MultiplicationFactorToRefUnit>572.96000000000004</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>63dce15c-5ae7-46ea-9d60-63666c208050</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8bb1b0e7-6fc6-455f-becf-79d64513c320</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>27ea6c4e-a0c2-4b8d-9df6-45736847ba30</GUID>
<Tag>Revolutions Per Minute Per Second</Tag>
<MultiplicationFactorToRefUnit>9.5489999999999995</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>afb658b4-6bfc-4359-9f03-0f111f2cafe1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c5460e3f-912a-4ad7-a4fa-774c43bd1fc1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d569b30f-9ae9-47be-a544-a28d3be11529</GUID>
<Tag>Revolutions Per Second Squared</Tag>
<MultiplicationFactorToRefUnit>0.15920000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>094d1f60-7dd4-4f2d-adb4-b7496c2c83e6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>671da6d0-4fb6-43dd-b25c-90f9fa4974ed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c0624d83-44a2-4c5c-a021-c32b9ff24adb</GUID>
<Tag>Candelas</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a4169202-1188-47ee-bcf7-b857e1dbe7ae</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>aace4951-9867-454f-b6db-1b0359ba7d0a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5dd6c89e-a4c2-41db-a4f6-4dba03aafaa6</GUID>
<Tag>Lumens</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8560bdc0-1feb-4257-9467-871c81a0528c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>88766ee4-97ed-4109-86f8-d5f75e5cac1e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9f23c53b-8e44-41bd-a3f2-d75ff5d5fbed</GUID>
<Tag>Spherical Candle Power Units</Tag>
<MultiplicationFactorToRefUnit>7.9579999999999998E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e096ab30-f25e-4dc4-a7b8-bce1394fe46a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c36405b2-ff73-42ce-8158-8113ace0cf76</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>129d0560-18ee-43be-ba3b-3b930559c51e</GUID>
<Tag>Candelas Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f274b525-3a2b-4913-886b-10c3e00d3886</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>85e4c8de-5e31-4eb7-bbe7-eb1f38048c8e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>842a6c1f-2e40-4cc0-9299-0a2cd48ba3c7</GUID>
<Tag>Luxes</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cc85907e-474d-459f-9f39-30b3ea34ef2d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f9f98bba-7f01-4b07-a587-06d9c465b674</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d632a07c-5cb6-4363-b2b8-e90158cab8dd</GUID>
<Tag>Foot-Candles</Tag>
<MultiplicationFactorToRefUnit>9.2899999999999996E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c2212bf3-b8b6-40f3-b1c7-85a0a7052621</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f8ccbdfe-f510-4f91-bc5c-15a81e731d1d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>df16b70e-8635-457d-8bf1-4cfccaec31a3</GUID>
<Tag>Lumens Per Watt</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>573d3134-42e1-4c11-981b-20a4f5e882cf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>51361b9b-c721-452c-b151-b0c2e13dd948</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a0180814-739c-4aaf-9bdd-caeb346d5877</GUID>
<Tag>Lumens Per Solid Angle</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a949a605-e4c0-4aea-9832-ef069e121cc7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4d268ea8-de10-4af5-9fdb-da859cd73cea</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>77fffd2b-cbff-4cb4-9d49-ce1dec7f3ffc</GUID>
<Tag>Joules</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6449e5d6-9c77-45c4-9d20-d557234c49ed</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>41304d1e-6f44-459d-8a9a-de45fbf4d69b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e805174a-abcf-4079-9904-e9f083c2328f</GUID>
<Tag>BTUs</Tag>
<MultiplicationFactorToRefUnit>9.4859999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>62183afa-ab55-471a-a9df-d5d2d96a1139</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b78248fc-8e14-4aa1-a4a2-cf8fc65005bb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7c7daef5-1b86-4245-87a1-d59268322028</GUID>
<Tag>Ergs</Tag>
<MultiplicationFactorToRefUnit>10000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7ab1daa3-ad0c-4eed-9bf3-42d089161279</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>45c33f96-072e-4e33-a0e1-599458b22fd6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>594b93f7-4c59-4a4a-98aa-95f1bdc48ddb</GUID>
<Tag>Foot-Pounds</Tag>
<MultiplicationFactorToRefUnit>0.73760000000000003</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>25ac1174-7c70-4714-b0cc-866f0b379e35</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>93ce2f0c-df34-4d13-9560-5182790ae79e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>14a60ce6-eb30-48d4-8b33-d9155a342385</GUID>
<Tag>Kilogram-Calories</Tag>
<MultiplicationFactorToRefUnit>2.3900000000000001E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>af11b565-1885-4200-b668-87bc6f24e2c5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>464c652d-52c8-4681-bd07-1baa52c5241e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>307add0b-2fd4-4391-96f9-5de48a5cd902</GUID>
<Tag>Kilogram-Meters</Tag>
<MultiplicationFactorToRefUnit>0.10198</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>15964c10-c19e-4dae-b4b6-eb5d792e1808</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3078799d-e4c5-4766-9eb2-cb72a2bf3aeb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>64bd98c4-ae16-4140-9938-9d9f2ba889f0</GUID>
<Tag>Watt-Hours</Tag>
<MultiplicationFactorToRefUnit>2.7782399999999997E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a70e0d4-fe27-4dc0-9f4f-fdf106a5d12a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7b273b63-1d95-4aed-9f1d-f7b1fa9b5a03</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>11f22805-4d93-4f09-ba95-81532b06025f</GUID>
<Tag>Joules Per Mole</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cb184440-2603-4d10-bb46-8043aaeeaef1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a3e2cec1-8bf6-4c79-ba11-865d62f821d4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>49fee0ad-1387-4f96-824e-42b5af6b23d8</GUID>
<Tag>Joules Per Mole Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a2a36b40-e6ab-48b3-9b38-2ab88ef9393f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>92a6f7c3-8fc7-4fe8-90b0-cfe3311a826e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>47d65798-ab41-40a7-8ad7-bd8dc437f5e1</GUID>
<Tag>Watts</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c267b41f-9574-478a-99d0-67c067833c48</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dce6f0a4-042c-40e6-a5c8-31f9f996331a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a025f715-a92b-40dc-8434-48dbb259ee0d</GUID>
<Tag>BTUs Per Hour</Tag>
<MultiplicationFactorToRefUnit>3.4129</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>349ca1ba-e168-49f4-9d40-a93aafc625a1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d83af683-edc7-4049-8eea-3faf34c74c47</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b2f60b70-2745-4e6a-be7e-b078d4c4f318</GUID>
<Tag>BTUs Per Minute</Tag>
<MultiplicationFactorToRefUnit>0.05688</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5c6005c2-2f65-475e-8f9a-d4b0ed608972</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f024b87a-5421-4583-aac5-8a44a17e13d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a3e317af-77fe-43f5-98cf-3805658dbe5b</GUID>
<Tag>Ergs Per Second</Tag>
<MultiplicationFactorToRefUnit>10000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6fe5ccf5-ab06-4b27-8bfc-bb87926c13e6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b1e4503f-7844-41bd-bdc7-d5072e7e6a69</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>91e8d297-afb5-4fe3-b183-6c24c84b209f</GUID>
<Tag>Foot-Pounds Per Minute</Tag>
<MultiplicationFactorToRefUnit>44.270000000000003</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f21c67a8-5774-4ca2-b850-fbd45973b70a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>672555a7-5a38-47fa-a803-50ccb99b3b6e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dee972d9-7464-465e-9dd6-97934adf7f12</GUID>
<Tag>Foot-Pounds Per Second</Tag>
<MultiplicationFactorToRefUnit>0.73780000000000001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9a8628be-8218-4f01-b9d5-1ceb004313ba</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fa728256-2423-4daa-b1d1-d3329d73855f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>693831a3-f966-4318-85bb-aff723af3fd4</GUID>
<Tag>Horsepower</Tag>
<MultiplicationFactorToRefUnit>0.001341</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b27f3174-a67f-4f84-b991-f556b445f817</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c9666a07-afcb-4a0d-8935-c8228a02b9ff</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9a854ca5-6551-4d40-b3fa-60b278ce0513</GUID>
<Tag>Horsepower (Metric)</Tag>
<MultiplicationFactorToRefUnit>1.3600000000000001E-3</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>96772afe-45e5-4742-bcd9-d760b95b91fc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>350383b9-a671-48f7-8264-167a005540c4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9da4d153-55f7-463f-83ee-0412251b64d9</GUID>
<Tag>Kilogram-Calories Per Minute</Tag>
<MultiplicationFactorToRefUnit>1.4330000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f36171a3-6101-447b-be41-f3eb697ad190</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b79ab92e-c100-4137-a3ee-e22043282b12</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>83278856-e2f4-4f48-bcce-59f2ad41620e</GUID>
<Tag>Kilowatts</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6678fd1d-21f2-4387-9132-b2b4e65dbf5b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cbef9fa7-355e-4f81-9620-9989995f1203</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c13d05ea-b184-4b21-b60c-94f1f617c7ba</GUID>
<Tag>Joules/Sec</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9df2d37f-e1e6-47bf-9814-5150d05ce059</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1aa1dfe0-0ab8-41fa-acac-dd7b62d884be</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3b3fcf7c-4999-45bb-8768-616f366e1440</GUID>
<Tag>Kilowatt Hours</Tag>
<MultiplicationFactorToRefUnit>2.7782399999999999E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b1cbefbe-a108-409b-8ade-cb289594f4aa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8cdbc766-7192-4e13-b971-c6b41f741764</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>03266b14-4959-43a3-ba4d-049fcf99ed08</GUID>
<Tag>Gram Calories</Tag>
<MultiplicationFactorToRefUnit>0.23899999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ee022106-a205-4f12-9811-54ddea7519d9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fe31522e-371d-44e9-bc0e-74d1bb390654</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fbcc7031-984b-46fe-a387-8b0e3ee98082</GUID>
<Tag>Horsepower Hours</Tag>
<MultiplicationFactorToRefUnit>3.7256699999999998E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5b5f6bf8-5cce-41c7-ae14-fe7b25e4f661</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3d987aa3-a41f-4099-9ffb-1e9e1c5e587d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c1bcbbe5-df0c-4e09-ac8f-8591bc16845f</GUID>
<Tag>Watts Per Steradian</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>dd8d32d0-b6fc-4eae-9bd4-35e1b47a287b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2dbd6c94-c83e-41bb-b97f-73777d59e03d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>63f74815-f24b-4ffc-96af-b490719fa752</GUID>
<Tag>Watts Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>36233f47-1be4-4a63-b56e-0667a3399d29</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f1d39d3a-e1b7-4f87-b7dc-03bcb99c1f0b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9908d433-0acf-4bc5-9698-d6abe3374354</GUID>
<Tag>Volts Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ff55cc0e-7501-4e04-9bc1-cc9832047b50</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cd8db03b-96ba-4c9f-a4fa-4844af6933ac</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b47f8245-94dd-4fdd-9f4c-6a4645d8201b</GUID>
<Tag>Amperes</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4d4932de-27d8-476e-9403-82319ee1b5bd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1009812d-db3e-4030-a44d-787e296feea0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c28fc04e-f3cb-49eb-9d47-a1f8a7f14962</GUID>
<Tag>Amperes Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>90adcc1d-fac4-48b4-9ff9-a634eb2b0682</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7ede80f7-ce0d-4613-8ce5-b7fa34d2f7e3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8ce99ee9-4e8f-4fda-858d-44a6a8b83f1b</GUID>
<Tag>Amperes Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>0.0001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>63031bb8-c94f-4c20-b68d-eac9139fe1b7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c7375a45-48e9-41e6-8531-238034978f9c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>13967d07-bb56-4996-914f-dc6b9d03a714</GUID>
<Tag>Amperes Per Square Inch</Tag>
<MultiplicationFactorToRefUnit>6.4519999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6bef358a-00bf-451a-81db-8ab5ab435cf2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>41c66c39-b950-42dd-94a9-2e9e464fc386</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5ba8e957-e1d5-416b-8476-5b467daaca4a</GUID>
<Tag>Amperes Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7c4aeeb2-012a-4a78-b5f9-720e89809c7a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d3882eef-9afe-4f82-93dd-536a503ec244</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ee734334-2715-4fea-bd86-47edf4d626e6</GUID>
<Tag>Var</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bca796c5-36b5-4cf9-a298-6f9116777752</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>930a7854-0fe4-4172-ba1a-a77b3552ec12</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7be93f52-184d-441d-9653-783fef405718</GUID>
<Tag>Va</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3fa23c36-7340-4231-9a90-0906d4c5671f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>39eb969f-75d9-4b5e-af35-c6334a674c6b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c7c66cbd-13f2-4b7d-ab41-fdcefaa0d5b2</GUID>
<Tag>Coulombs</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>34f21a20-edbd-4a1c-a7d5-6bd44fe790d6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0280126a-e9bf-4eb5-a662-00db3d7421d7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>223a3391-1b4f-4b33-a3cf-3e23d5f462a6</GUID>
<Tag>Statcoulombs</Tag>
<MultiplicationFactorToRefUnit>2998000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>535b8d69-f667-4152-a18b-fc77acf8b7fe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>de101424-c366-4f50-b0c1-74f56b4e0ab9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7fe63521-9bd3-41b2-93fd-dc454b5a2535</GUID>
<Tag>Faradays</Tag>
<MultiplicationFactorToRefUnit>1.0360000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>df33e5f5-305f-4ad4-ab9d-4e69ed7b36af</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>41c73901-2023-455f-aff7-0ec077efaeac</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>19ba389b-5594-4e31-b17d-137556da3a30</GUID>
<Tag>Coulombs Per Square Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b8a86136-ec98-4a9f-8156-d7c480a53aaa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c8543b90-912b-4d12-abab-861f1f97c9ea</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>6002d2bb-15a3-4c19-83d9-25299c37c5c8</GUID>
<Tag>Coulombs Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>0.0001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4e0d56ef-0589-430b-9ae4-6e4a9017d5e8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c35774d8-e895-4bd8-948a-b564222a745c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f683b4f8-a3b5-4a02-aac3-5e3b6f30c0e6</GUID>
<Tag>Coulombs Per Square Inch</Tag>
<MultiplicationFactorToRefUnit>6.4519999999999996E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3997d2c1-7568-4f03-95f0-fd8feb20cf45</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d0c5cc41-ae66-4186-b5d0-18e01d2d5aac</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4bd80045-d2df-4875-9826-d357a1ca4e28</GUID>
<Tag>Coulombs Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a8baef99-0ba4-4486-a606-a47d56d1b47f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>22c5ced4-183c-415f-a982-76b1bb1c4dd9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4e0d55f3-e2eb-4e25-a0c6-8d0995c644f5</GUID>
<Tag>Ohms</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0dc69f36-36a7-47b0-a6e1-baa0dcef412d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e793a6b-a285-4c88-8122-591524ec404e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c58b8a94-1263-4605-b309-bde3742479ad</GUID>
<Tag>Ohms (Absolute)</Tag>
<MultiplicationFactorToRefUnit>1.0049999999999999</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>564578d7-8b04-4ac7-ab7d-17beb31313de</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>3239f2ba-71f5-4a8a-bdfb-67e70fc282cb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8433899d-283e-45be-8821-8a3be46f1cbd</GUID>
<Tag>Megohms</Tag>
<MultiplicationFactorToRefUnit>9.9999999999999995E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>10a39eca-804e-4dce-a4ac-ee97b4aee863</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5c752228-4ef2-4635-a355-a8e6668f7ce1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e252203b-b2b6-48c0-ad38-0eba73b53f3d</GUID>
<Tag>Microhms</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>00b02c94-30f8-46bc-8cea-5ba3f78a290c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>37ead8c5-1c52-4c81-bd2a-fc22608dae14</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>029fd752-1e1b-49ed-940a-5140262a9fb9</GUID>
<Tag>Ohms Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7ce89b62-65f0-4dbc-93e2-8202a89503af</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1696131f-d8f4-4edf-a12c-9b085763429b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>61ebb150-28e6-48d7-9882-e1cf0a993842</GUID>
<Tag>Inverse Resistivity</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8b0d6ebf-b35c-4f56-bcea-2f296e9d7d8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c3871c12-85ce-4511-986a-9d42644e104e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a7d2d4db-e86a-4ec1-8cb5-1ea80b7e2fc8</GUID>
<Tag>Siemens</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fd5dddfb-2b6e-4454-ad83-e7bc4b6d6ff9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>82b14e3d-97e7-4867-93bd-baf018bda8e8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4d12269f-faf5-437a-b0a2-b41c78c38a9e</GUID>
<Tag>Farad</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3a5d7380-046a-448c-9767-8cdf20969a6b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>50912a4d-327f-49d9-bd60-da4419bd566f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c72ba166-0358-4ad7-bdd8-7b093be61423</GUID>
<Tag>Microfarads</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4218f451-f63a-4f19-b7eb-95c6b0e59457</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>406e485f-f6df-4646-b874-cde7ef017080</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e98510c9-c65f-4e65-8d96-e1aef7c86d7d</GUID>
<Tag>Farad Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0bf183ee-4c12-44b6-ae1b-1685449e3edf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ad7801c7-ba3c-4446-a6ff-fb1e52177629</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>32c19f89-c790-47ab-b063-4d24d5d4d903</GUID>
<Tag>Henry</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0185943a-1ef0-4a9c-9e3d-ba045313f8da</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c1c59d51-40cc-42ba-a076-32536319db5c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e3c729d1-eb16-4032-9c6d-cfa14287448b</GUID>
<Tag>Millihenries</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c41aa6f3-36e2-428b-98a1-6bf3e1cd2e2d</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0dcf1fc6-9b48-4ee9-b683-d255662d3880</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c3b503a2-bee8-4702-a532-37ad25dabe45</GUID>
<Tag>Henrys Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3033d4e7-cd80-4869-8041-e5f9d6c930e6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5a7c5da5-ea58-426e-9587-c27fdf23d0e9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fe65ecbc-3500-4351-b9d9-3c873d44e8d5</GUID>
<Tag>Weber</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>70f49411-00ff-453c-91b9-10d4814095c8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f9aa3651-ba43-4436-87f0-eb9510759574</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8da83890-bb4e-49ba-9a18-71c780c3b5c1</GUID>
<Tag>Maxwells</Tag>
<MultiplicationFactorToRefUnit>100000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e2399ad7-268b-43f9-871a-57b51f4b57c9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bbd1b5ec-4d3c-404b-a96e-ecead3aa2b54</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3e6c923d-3a92-45a3-9060-f9ebf9044f0a</GUID>
<Tag>Kilolines</Tag>
<MultiplicationFactorToRefUnit>100000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7c480244-1fb5-4444-9dc6-69f43ad2e7a0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d4665197-0b67-44d0-82c9-1a7014162e19</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d87c17aa-b6d5-4ea6-96bb-5e984b281350</GUID>
<Tag>Tesla</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f5d0be31-3b61-467a-9590-0df863d2b119</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c1afca59-3e40-42ca-bcfd-10b77f504f17</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fcdb722e-d5e6-43b5-8b9b-8a596434bdb8</GUID>
<Tag>Gauss</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ae1891bb-0d6d-4d83-9a88-ee249bf29ab0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1ed916c0-f9d9-42da-9bb8-169c77ba18e5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a444eb7-4f40-4005-ae3f-3a2f77f39ec6</GUID>
<Tag>Newton Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>50e5c1be-6dc8-4259-b027-20d59c1d61b5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a1a85b26-0245-473f-9276-922d36707249</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b52bffc4-fe23-40c0-ac5c-8231c41a1075</GUID>
<Tag>Newtons Per Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5ce424bc-cd55-4e68-a27c-e3b99366a333</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>eaa56eb4-017d-4a97-9e44-7ff3727e2cca</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2e69d87c-6b30-4ff1-a7f6-4f8e3d14f41a</GUID>
<Tag>Translational Damping (B)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9c7a32a0-3a4c-4dfa-bffa-22564b23112a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d97eb63-dc89-4ea9-a21c-d2536f5995fe</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e08e906b-66f2-4ba7-b60e-7ea024c7d924</GUID>
<Tag>Torsional Spring Force (K)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2b61f3ac-25fb-406b-8b57-46cfdf6be366</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5b9dccf1-6f9b-4ba4-82aa-2096cf7124c6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>392154c7-4a3e-4c4c-abdc-f0d78fb3a534</GUID>
<Tag>Torsional Damping (B)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0d428a69-d511-4522-ac4a-49a5143e7e8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a0d6447a-e896-43fb-886e-1ca525bca283</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4cf46b51-3b00-48da-872d-a59f47391ce5</GUID>
<Tag>Moment of Inertia (J)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d15e9746-2c4e-4486-ae5e-9958dfbfaa1c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>093678c9-7aaa-4b11-a1c0-09f2775664a4</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>624effc0-03cc-4d1b-8110-d34c6dec1fc7</GUID>
<Tag>Momentum (P)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>19e7d513-d652-461d-8ac8-4eaa0ef0f8f7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>045dc487-116d-44ef-8a5b-39b8052f44b3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0892e811-9f16-4ac4-b36f-0c2c88ae84d4</GUID>
<Tag>Angular Momentum (H)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a37ae9a2-0472-4877-b660-da9d41f02d16</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2cc05d97-4b4f-4246-b7bc-5a0ff1c2e2b6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4bc31a88-f751-4960-98fe-1b5629a5f3d5</GUID>
<Tag>Joules Per Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ac9d2f43-faee-4ada-8d4e-6210371d93fe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5113b27b-0a50-4f47-9cdc-47c0366fb35c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>24c2feaa-9b34-4306-a1b6-03002f3e09a5</GUID>
<Tag>Joules Per Kilogram Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ece43712-a4f0-4332-a91f-675eab583705</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>62713abe-ecb1-49a6-be37-9d66c77ba51f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e26b027a-62c4-42cd-9a12-d68f1a01f891</GUID>
<Tag>Watts Per Meter Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>91f54ab4-99bf-47ff-b907-5e5b0f62d512</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f7029b62-a41a-4d39-ba35-ebd67787d300</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ef6d8f9d-8953-4dd0-8358-48c30702d604</GUID>
<Tag>Watts Per Square Meter Kelvin</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>db3f8a91-1910-494c-9c03-d96f2034553b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>44138311-32b8-4fba-9546-f43f63463ae5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9829f013-f59a-44cb-b455-a24dceaac978</GUID>
<Tag>Joules Per Cubic Meter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bbc980db-fffc-4939-9e52-d14bea028447</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>48d44ebc-1507-4b65-97e7-f5b72f8abf9b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d4f985d6-6d5f-427b-b53b-6291d04570c8</GUID>
<Tag>Nuclear Activity</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>085c1f76-a7d5-454a-84ce-a3ebc9f53aaf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5c09cdf7-1e2d-4e3e-9b6d-0fa54e917de1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2f1765a8-579c-4ad0-99a2-d024d37ea5e0</GUID>
<Tag>Kilograms Per Mol</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5323844c-ec25-405d-a3e9-ed0e942e177e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a5958deb-563a-4501-8f84-97374f07c9de</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d780abc8-d2aa-4c05-9d3b-e386c30f5b2b</GUID>
<Tag>Absorbed Dose</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>987ab5fc-6a59-4674-882f-08e67e5421aa</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d63c45a0-035f-44d1-98b6-30e755d17bd2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3a9f7afa-20bd-4add-8108-05204898cd2b</GUID>
<Tag>Inverse Meters</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0b8ae496-c6ea-4814-a90e-dbf6606a028c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b9e3370a-991b-4bd2-bb5b-ded3e80ac6db</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0f8ce47e-f630-44d6-925b-90e16b39bf79</GUID>
<Tag>Rems</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>79354734-fda2-4ea9-9b06-43a8d5a1b49f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ca5af3cf-6aec-413f-800b-d7e763493479</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>75c14cf6-38fc-4544-9258-b43f536787a5</GUID>
<Tag>Kilograms Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>1.0197000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6bfa72f6-1e3d-4501-934a-cbb27ff96cf7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1017ddfa-ebb1-4ecc-b3b8-742232d514b2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a86161fe-bfea-43ec-b525-c5cab9ce0ce9</GUID>
<Tag>Atmospheres</Tag>
<MultiplicationFactorToRefUnit>9.8692000000000003E-6</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5678cee7-b044-4065-a0d1-281d41e46e74</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>30782340-aaeb-412c-96cb-4b6d92f15650</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b68d1f5b-38ff-4bec-b5dd-d15b68929530</GUID>
<Tag>Bars</Tag>
<MultiplicationFactorToRefUnit>1.0000000000000001E-5</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e70a8f20-5a8d-4c1d-87e8-d84d1b1d2cd5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ce9a6b3d-9e93-47b3-90ce-e1063ddd2e67</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>76e66605-7531-465d-b7c4-b9e00b3585f1</GUID>
<Tag>Feet Of Water At 4 Degrees Celsius</Tag>
<MultiplicationFactorToRefUnit>0.000334569</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b9938760-62f3-4c4f-8d64-a3e629822091</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>23dff95e-557a-4997-b04f-73c5658cc357</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>258d5ba7-64fc-4e85-8352-fb9079c871a3</GUID>
<Tag>Dynes Per Square Centimeter</Tag>
<MultiplicationFactorToRefUnit>10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5c1a147b-2d44-41c9-8b6f-4ffd3dc9ccd8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ab6cea80-b83c-47df-bb4d-af4b384fef92</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3d2109ef-591a-492b-bce0-3a66d86d85e7</GUID>
<Tag>Beam Intensity</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a7e187f-87cd-490e-8969-d7d45df15931</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4c184245-adc7-4bda-a6f3-186701610776</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b08503ba-1595-426e-bf42-6c90303ab7ad</GUID>
<Tag>Degrees North</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cd4bb377-92b3-47d5-af68-622b841334c4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>56519d2e-8d35-4b7e-95a0-948eb8a1a256</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>eea20834-6139-4754-8c7d-641095fd0b5f</GUID>
<Tag>Degrees South</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>24b3ca8d-92dc-448a-b853-b265e9139d28</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>43d25c9f-624e-4570-a685-1c8e303975ae</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>95b29091-c220-4899-a71b-0cb465e42ec9</GUID>
<Tag>Degrees East</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0821e6ce-ba1a-4087-a498-6403dc02cfb9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>6563fe8b-ffa8-4346-85f9-0b831461a1d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f97b5a53-b982-4af2-be39-0c3a3b693a20</GUID>
<Tag>Degrees West</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e98cdcee-c7e4-4992-96dc-88ba4d9cc874</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fd7dabec-32b2-4404-b738-78cb124feb88</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>179ede0d-b4ae-4d00-a00d-e611910331b9</GUID>
<Tag>DB Per Octave</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>57bfb510-dde4-4166-b888-29294222c0ec</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a5d704d1-4d5a-4e4a-ad9b-1b8b099ba9d8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7738e5e0-2c42-452b-b536-fedd0c4e570d</GUID>
<Tag>ASCII String</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>964f5afa-b52b-4c69-92fb-1f78151e496e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>95877e87-e96c-491d-83e7-eb4855abe9f2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ee441f8d-feb9-4312-bba2-b8c9ff608380</GUID>
<Tag>Orientation (Enum.)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5c960824-dd5c-4c16-95a3-ef7d6412cc28</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0e853968-b89b-4bd1-b40d-e9da805cf65e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d37d809b-2ee6-4cea-9dda-77977d543562</GUID>
<Tag>Volts</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ee765707-be18-4a0e-8e17-74af1905a89c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>34b20e76-af54-46eb-a81b-414707977718</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>642b3dda-a8c2-4148-89e0-607e2a39f942</GUID>
<Tag>Millivolts</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>665037b5-4059-4483-a08c-aaf0565d138f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9d3e5939-6dca-4942-bcc7-d9b3ee43df50</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>14684408-2df4-4c19-8f44-e7ca612938b0</GUID>
<Tag>Integer Percentage, Percent Form</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94f13c35-33b9-4b54-958b-886b9d695352</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9e5e5ff5-b950-418d-9974-0b7f68fd93ab</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>05d42051-3a72-4dfc-96bf-b500a0a0e568</GUID>
<Tag>Integer Percentage, Decimal Form</Tag>
<MultiplicationFactorToRefUnit>0.01</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>eda35f8d-6afd-4d07-a933-46be325faabf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>910392ce-ef11-44f3-9c19-436ab55c23b9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fad183aa-58d3-4f68-baf4-fd83d7907da9</GUID>
<Tag>Float Percentage, Percent Form</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>94035d99-cae4-43e0-b299-c5c3cc15c2a0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9fccfde6-5234-4e4d-bab9-a0112a20cdee</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>33c85985-5a12-40f1-b3e7-b2d63f7f8f2c</GUID>
<Tag>Float Percentage, Decimal Form</Tag>
<MultiplicationFactorToRefUnit>0.01</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b065c80d-8726-40f1-9b68-ffdee53f1ea2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b5ec1bf1-f80c-45e2-8042-5837c559e94d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>201518ef-cb8f-443b-a876-a25312637a83</GUID>
<Tag>Orders of Running Speed</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>805e33b8-fabd-42d1-9b1e-14eba53fdad1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5a0e5b0e-0fbb-4412-87ab-5a3767a07915</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>264064a5-dd0b-4fb4-896f-8c00169f3b4c</GUID>
<Tag>Quantity Per Revolution</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b5eb7b7e-6d89-42ae-80df-61526d4d1129</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4244fa63-423c-497c-9aa7-4b29caa6bfde</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>521052fd-cd10-44ca-9faa-d1280a3b0cbb</GUID>
<Tag>Bits</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b0ca175c-96a1-4526-bad8-486c25d7d718</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bdd60259-53eb-4245-9823-533bc46eeae5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>13ee315d-16ec-4ac5-84a4-11942d6450b0</GUID>
<Tag>Bytes</Tag>
<MultiplicationFactorToRefUnit>0.125</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2f7429c1-05c5-4b61-9d84-c132c75bfac2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>25419c17-d5f1-4f5e-8adb-7becd952bb5b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>28361e25-0ee1-4b61-a4f6-235595d9a43b</GUID>
<Tag>Words</Tag>
<MultiplicationFactorToRefUnit>0.0625</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7ebae98a-d9a6-4581-94bd-0679f7c092ac</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e4026fff-0995-4dae-91b8-7cb26fed56db</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a534bd38-a676-4c92-b475-76a2e7d738c6</GUID>
<Tag>Longwords</Tag>
<MultiplicationFactorToRefUnit>0.03125</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b549d398-1c1c-4f0c-b158-1cc0e7f51e01</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>57e55441-06e6-4e6e-ac9a-bb5c1e5a8a94</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>805677c3-b6b0-4251-acbd-d5113ed24387</GUID>
<Tag>Quadwords</Tag>
<MultiplicationFactorToRefUnit>0.015625</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2c3a2f88-ebb0-4a24-aac7-b203bd9abed2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>05bb7f40-684e-48a6-9f9d-3e043feddb75</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4f21646c-9d58-4023-833e-1e92a3050658</GUID>
<Tag>Mils/Thousandths of An Inch</Tag>
<MultiplicationFactorToRefUnit>39370</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>7513d5e8-ff23-4303-b9f5-f45bb1f565b1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b9432bd4-ce03-43f6-bd58-a492a1f87828</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a80d24f6-264a-4859-b1a7-a640c51ce0bf</GUID>
<Tag>Micrometers/Microns</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d67e860e-c46f-4731-bc2b-6bdeb51cf1b4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>533c78de-b2aa-43d4-b3ae-da70202c527b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2112b841-14fc-4401-9331-bd01ca8a215a</GUID>
<Tag>Kilopascals</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6d3bba53-8dec-4d49-9c0c-77913bbe2fcb</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>44f9c78b-fd08-4b02-8e81-c5c6f2ac2cf7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>06373d9a-3455-4d99-89dc-b3dc63896ce0</GUID>
<Tag>Gallons (U.S.) Per Minute</Tag>
<MultiplicationFactorToRefUnit>15850</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f5efd519-660e-4cea-bc41-e2dfaceff5e1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ca698214-f983-4430-90c7-60ccd8da5d52</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>481a655b-1019-47c0-9ba6-56811139eb51</GUID>
<Tag>Liters Per Minute</Tag>
<MultiplicationFactorToRefUnit>59998</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e26f27b8-7870-43be-a096-087985370151</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>472c620f-9b24-4bd8-a2de-36de8014b2d1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>12236145-4915-4ac9-adbd-405aa6c02539</GUID>
<Tag>Volt-amperes</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>143e9a0a-5d69-4d28-892d-21fb7e3988ec</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d5dd1176-3dcc-41ef-8e14-f7546d906ed9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a2ee49c-e0d1-4c5a-bc2a-4f23b0c49c68</GUID>
<Tag>Kilovolt-amperes</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>e7f7042b-a97b-41b0-88f9-b11b69ee8c62</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1fe3811d-23f2-485f-80c3-208588526d79</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e975e1c8-258c-4626-809a-6ce3ad21765d</GUID>
<Tag>Kilovolts</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c7632cb3-820a-40d4-997d-60fcdf21a58e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e3e08736-2258-4c59-879b-d30df4b1a29d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b85de499-aa6f-4507-8a69-aee6a5961784</GUID>
<Tag>Kilograms Per Minute</Tag>
<MultiplicationFactorToRefUnit>60</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c4123a13-0cc1-4e76-9c79-04297407d753</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ac502963-9771-4fdf-b6e5-be5b79b22724</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d5438c35-a0aa-4f12-b818-4506543c4092</GUID>
<Tag>Kilograms Per Hour</Tag>
<MultiplicationFactorToRefUnit>3600</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>17e6a48e-07e1-4e6b-beeb-d874499d41b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f106125a-85f8-4994-82ee-e907361300fd</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>32c84c9e-9a30-4695-b86a-3875e6d6b717</GUID>
<Tag>Pounds Per Second</Tag>
<MultiplicationFactorToRefUnit>2.2046226</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d0665fd6-8350-41c5-aff9-202449ff2497</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>414c8bba-0fc0-4dae-8655-04c26f0afb54</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2c247a1a-117a-4385-8c96-a8429463c4fd</GUID>
<Tag>Pounds Per Minute</Tag>
<MultiplicationFactorToRefUnit>132.2774</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d6b27ee2-de72-454b-83bf-30c74461298e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d4b4b8c7-3a58-4261-be1e-98ac643cc01c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>efabe571-ab8c-41b3-a7b4-4a14361442a4</GUID>
<Tag>Pounds Per Hour</Tag>
<MultiplicationFactorToRefUnit>7936.6409999999996</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4e63d196-ed63-44d9-9a51-989343b7a493</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c4cbf2d1-6c97-4522-9902-e83ff6cbe876</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>45284db4-c078-4974-9e57-763f88bc14ea</GUID>
<Tag>Local Timestamp in YYYY-MM-DDTHH:MM:SS.FFFFFFFFF format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c65eca3f-f56d-4ad4-a139-3efb698ad9bf</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0347641e-fe81-4cb2-99f2-7398223c0346</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>711e4e1e-59c5-40a6-8fae-8568b2039a2c</GUID>
<Tag>GMT Timestamp in YYYY-MM-DDTHH:MM:SS.FFFFFFFFF format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>6eef1f72-aa90-4f05-87e5-efe3d2d27ea4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4f853b10-c911-4ba7-be9f-9f8c1a2b8a51</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7232aae1-adf0-4630-80ed-732ab29cd4ab</GUID>
<Tag>Local Date in YYYY-MM-DD format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>74697f73-a8bf-4da5-9aed-8e9d50fd8e75</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>48d19e63-5105-410e-96b4-0862f6e84c8c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c0f0c23c-5a55-4468-b9bc-61d4ef707e0d</GUID>
<Tag>GMT Date in YYYY-MM-DD format</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4eb63d6d-2e2f-4e9a-8dc3-7940d045994a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>574958f2-f948-4693-a659-c731e4cbf396</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>490d7aff-d1bf-404f-962f-cf6a606f319d</GUID>
<Tag>Tach Pulse Slope (Enum.)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ac29f091-d834-43bf-ba6e-32cb0baf6697</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1cff6421-b9ce-410a-b1e4-9c03c6c261de</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>49ca340b-6e56-48c8-b416-2f1a2c0b315e</GUID>
<Tag>On/Off (Enum.)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9b097507-d44a-4dee-a9f3-15d72ca55556</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>39adac3c-816f-4250-8826-93d335828a10</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>21cab1bd-437b-4707-a63e-273d6d11561a</GUID>
<Tag>Microamperes</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>66127191-921a-4a2c-9c9f-84f080f98c26</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>6e399287-5e20-46c4-9b83-451d21e24049</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ea71bd74-703d-422f-8af0-7aee321a0b1c</GUID>
<Tag>Picofarads</Tag>
<MultiplicationFactorToRefUnit>1000000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fe91a1eb-e5a5-40ca-819f-8b2253e74403</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4997f0ae-c510-49fa-9ac3-666b3c288737</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f1135cbd-7c63-44d0-9916-09c20ead110e</GUID>
<Tag>Kilovars</Tag>
<MultiplicationFactorToRefUnit>0.001</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>911c7dbe-41c2-4ae0-849d-81b6cff57ec4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c115f0ef-1c60-493a-b388-05d6697414be</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>1fe4f33f-1a7b-4cb4-8266-1693d97c4a86</GUID>
<Tag>Australian Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>01612749-ec9c-4e1d-9024-71a881f9e729</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>16b6a41c-bf6f-45a9-ae5f-11380c667fe0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e0ac5168-ebf1-482e-b105-7c64f6352701</GUID>
<Tag>Austrian Schilling</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>349977a9-5fbd-4a15-9ac5-c54f7da7c0e4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a0b30f8a-18e0-49a8-ac00-106cf81858a1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>62f85d4f-34d5-4700-802e-7381d119b112</GUID>
<Tag>Belgian Franc</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ab7f8bac-4f25-4d48-9cc2-132ca9d418dd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>510e2663-a3aa-4345-900a-24af83e1f42b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4b77a1ed-a7bb-4f60-8f4d-589e2e2ae70d</GUID>
<Tag>Canadian Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>48449231-ee10-4fac-a8cf-e954ec931e3e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>94bf6498-9ed5-4c32-897c-cf448320b0a1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c25294c5-849b-4b96-8955-4a2b0bb18a05</GUID>
<Tag>French Franc</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4b6821fc-27b8-423b-b622-1d1669d2e5fd</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>969a8b0c-36e3-41f8-911e-2d27860248ed</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e6027512-6590-410c-b457-5f6a254eed1a</GUID>
<Tag>Greek Drachma</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>fd2de6e1-10d4-4bd4-a3e7-edf67766a8a5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>77303cf9-3771-451b-9ded-e5e2230bc053</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c3dee5db-f9e6-417f-846a-5b690c78dbdb</GUID>
<Tag>Hong Kong Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>38f0895e-28b7-4244-82a8-8da52152181e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>569d90af-936b-46cc-a363-45f786d4f0cf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3bf9e0e9-e1c1-4111-93c1-c3e57a3145b6</GUID>
<Tag>Irish Punt</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3d0c7266-3bd8-45ed-9d0d-3b1580395272</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>21f14643-e136-48eb-b540-2b3b409bffdc</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>819d6c26-d832-4c28-b128-c76f018d9447</GUID>
<Tag>Israeli Shekel</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>781880da-08be-4a04-b5b0-24e75251ba73</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cbde0e83-57ce-4055-9d87-05b665741cdf</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c73d5eed-1f52-418f-b911-97fb4736d7d8</GUID>
<Tag>Italian Lira</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>a7a0a060-4798-4747-a607-214a2e86848b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d7b6562-a5e4-4e34-a63f-3e391520fa76</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7293881b-c441-431e-af4c-d99c33da6fb5</GUID>
<Tag>Mexican Peso</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ae6baf0c-e87a-4e11-9bd4-6f9e4d7ab5f9</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1084cb80-d2a1-404a-a939-10c9c35e89e2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e271e638-faa3-4329-a065-312db53abc42</GUID>
<Tag>Dutch Guilder</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c09a70fb-252b-4d57-80c1-d1f554440592</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7da6de68-ebd7-4082-86c2-f6d31824d738</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>031a8b82-2b6a-4ffd-8987-bfd8d36afe88</GUID>
<Tag>Norwegian Krone</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1c78e6ca-3cc2-4aff-a4ce-f73c6c906498</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d3a84942-7e70-481b-8e16-96993b58b6a9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>246d3987-9b5b-4abb-b09f-57648fc6535b</GUID>
<Tag>Singapore Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>844f445c-9978-4e2d-82e9-1ae23512fe8f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>155e1277-5680-4029-b4cd-28536009e960</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ff770917-b452-4188-90fb-9fe8f8d23b5e</GUID>
<Tag>South African Rand</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1b4bcf90-862c-4d11-9f2d-3335b24228c0</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e54a2cbf-e85c-4476-93d2-e859a91208d3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e4df0784-765b-4c41-b0c6-6589adcb209d</GUID>
<Tag>South Korean Won</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>484e8d2c-5003-47a3-a6d3-a4fca2dabebe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>08daaa82-eade-433d-baf3-08009f5c2866</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>48403438-83cd-4462-a8e6-adc2209c3c95</GUID>
<Tag>Spanish Peseta</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>b5217b0c-32fb-4d2e-9312-f58e204d9ed4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e2170acf-6f9d-4ac7-ac49-f09970a5f7c9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e6dcf554-ddda-4827-9345-74527444c28b</GUID>
<Tag>Swedish Krona</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>547ca421-374b-46f0-b6b3-f5341aeed552</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>5612825e-2d05-474f-8974-207760bf58a2</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7fbc0e90-4a96-4d37-b685-3a71c8aeb40e</GUID>
<Tag>Swiss Franc</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>bee59c63-c6db-4281-aefe-fb7b63c548da</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2d842491-fc5d-4b19-8915-845c383ccb4b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>81aff79f-dd0f-4d7c-a92c-6862a1bf1355</GUID>
<Tag>Taiwan Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f5090c59-779d-45f7-a9d6-5d7cb5244b72</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>50c92766-5322-4a54-b699-a6c0ca6c06eb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b5f622c9-93bd-4ea1-8a35-32108a407c96</GUID>
<Tag>Austrian Schillings per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c9cb43c3-5c8e-4d1b-ad08-bfe381993813</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1e3f5487-656f-48c4-8e6e-248e15a99ef3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8f8c4f5f-2cb3-405a-89bc-bd97b8f390d9</GUID>
<Tag>Belgian Francs per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>759292c2-9945-4756-bb22-79ab4ee41976</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a6df8db6-4318-4a9f-bed7-5e5a4d0035c0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ae6cea98-ad63-4ce8-aef7-f5aa2ee11742</GUID>
<Tag>British Pounds per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2dedc078-9cf1-480d-970b-11f2555af30c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a2097d2c-2421-4bc7-8e60-e43e9bb669f6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>6c368292-9080-4f3b-bf65-7fe174717a7a</GUID>
<Tag>Canadian Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a67c845-9373-44a5-8ff7-711a64a230e4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>9a73b3ef-c5e9-4512-843a-84730c6caae1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f2820e42-a944-48d1-b658-0b55cdc22032</GUID>
<Tag>French Francs per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>c31ee81c-4817-450d-8c07-3f02e1664ec4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fc8e560c-a2de-4876-833e-da2eadc899a9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>78f1312b-a75a-473c-ae89-53664d0015e1</GUID>
<Tag>German Marks per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1fbb57fc-a888-4bd8-85f7-ab628bda61fe</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>1f8b0bba-325e-4686-a578-86b261e15953</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>747d0dcf-3b2b-4423-afda-4147d64ed592</GUID>
<Tag>Greek Drachmas per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>69e36cfa-9d76-4171-a5d3-84659b012f3f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>78d00494-d9e4-4cdb-97ea-3bdc2d9e3e31</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>eb3fadee-b743-4bf2-9188-5c46094350d2</GUID>
<Tag>Hong Kong Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0f0f8cbb-8477-49f9-87dc-70f1e3a3d260</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>83eb4468-33b8-458e-ab82-c82e9a4ec80a</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a5a53059-88d7-4496-a6ad-8c846a79ab83</GUID>
<Tag>Irish Punts per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5966989c-fc9f-4076-b305-c655506b30e5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>31040b7e-82f0-47f9-980f-8bc053cb4b96</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>a6c7a62f-06f3-4386-810b-4e7968a381bd</GUID>
<Tag>Israeli Shekels per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>21f5b97e-5546-4ae1-90f5-a9d85202cb05</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f33e416c-d154-4c64-a34d-88d4b25f45d1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>aeee88e6-5764-4cd2-96eb-7e1ed92648e1</GUID>
<Tag>Italian Liras per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>63eacc61-7ba8-411b-acb6-eb939e7996f1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>78697eba-e541-4812-b9c5-d14cf5a5081d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dc26de44-3074-4ca6-8654-c2c33e2b5e87</GUID>
<Tag>Japanese Yen per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>06caed62-1cea-43ea-9d9b-ab5582ed64ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f0b9bae3-4fe7-4aa8-ba6a-5f92caf47e5f</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>4a4c4cc5-6336-4c69-8c17-4ccf228ce2ed</GUID>
<Tag>Mexican Pesos per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9df7e61c-69bc-4915-ad23-21bcf6694808</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>64c89003-5ac2-4524-aa7a-34a5b9389ec1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b90b9da4-a458-478a-aa10-228f509efc5b</GUID>
<Tag>Dutch Guilders per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1b0cf7ba-aef9-4da4-a951-dea0151712d3</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>15676043-847e-4617-98b9-8f18ff69037e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>fea7fc98-05d9-440b-8786-82809aa02e79</GUID>
<Tag>Norwegian Krones per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f3c21662-328d-4dbe-9ac9-e952bbede84b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>65448cb4-569f-480b-b433-05b01cb99d61</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b4fc2520-4ce4-41bf-baa2-42053d5b4339</GUID>
<Tag>Singapore Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>81d2f8e8-485d-4c36-bfab-3b8b5cadb51b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fb596ce9-f392-409a-87ed-a4ddcb9d06dd</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>5639ac86-ee9a-45af-b50e-aa18a185e3bf</GUID>
<Tag>South African Rands per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f65c2a38-8bd5-49c3-8168-86f7250fa32b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>4833b0ce-6747-47bd-8a42-cc5a6851ce5d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0d58dcaa-8930-4d84-8b4f-5c712e3cabb5</GUID>
<Tag>South Korean Won per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4d541907-7256-4502-b5a3-efdb588b9ad6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>63f34e51-7d08-4bf7-9e73-be59a58c8ad0</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2a04b33b-543d-4b75-831e-3ea2bfd5b819</GUID>
<Tag>Spanish Pesetas per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>d164c150-7d25-42ae-99ae-eb859f17c113</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>7915fa31-b90b-4bb6-8631-f38fcea451a6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0e2a7ba2-4afd-47a8-a7aa-7f5d202e6056</GUID>
<Tag>Swedish Kronas per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3432ac4b-e3c9-438f-b923-1a1d649e8147</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d36377b3-7c47-47b2-9a4e-f2245a3d8101</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f46f8351-973c-4db6-9b50-3f8e00127d01</GUID>
<Tag>Swiss Francs per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>1133d96f-ce6a-49c2-b23e-7a5a0179c9d8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cf43030f-2f69-46f9-aca3-f2e3741be37b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c94b5626-fefc-4ab6-b4f5-713586e0012a</GUID>
<Tag>Taiwan Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8dc148c3-beec-450c-befe-a164bcae49e5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>34ded7cd-b4df-405a-8740-28b20d09cef8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f923c647-9e10-4767-a4ab-43f9d447b1c1</GUID>
<Tag>Megawatt</Tag>
<MultiplicationFactorToRefUnit>9.9999999999999995E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3473243c-b5ea-4c23-b7cf-c53729584f06</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>cbd88964-cc4d-4d53-a06b-60f87561f7e8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2eedb422-9b01-44f2-bda9-5032d2499015</GUID>
<Tag>Cubic Meters Per Minute</Tag>
<MultiplicationFactorToRefUnit>1.6667000000000001E-2</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9bc0ca48-cce7-4e5a-bc3a-66efcb6edce4</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>dcc0f915-c0ea-4394-a247-e624a9f3bf7b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0ad17b30-5b3d-4cb4-805d-91945fb11589</GUID>
<Tag>Cubic Meters Per Hour</Tag>
<MultiplicationFactorToRefUnit>2.7779999999999998E-4</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>287c88fd-0a3d-4f85-b25f-e32f8b23d1b6</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a118399f-7650-4e4c-9c64-c5ea2b6b63a3</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f41c549c-e460-49ec-b5b8-06603aa46d5d</GUID>
<Tag>Megapascal</Tag>
<MultiplicationFactorToRefUnit>9.9999999999999995E-7</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>87153ce4-cb76-4f5f-9740-b3d3f169500e</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>c4ece741-6606-46e3-9ea5-117659ee2f72</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ccae41cf-50b5-4d54-804d-1d08d9a3da1b</GUID>
<Tag>Speed Type</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8aa2ca81-edb5-4437-8e84-9955c549df4b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>15da5d9d-e3d1-41c9-8e09-a1da9dc9c768</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>8e289694-eaae-4be7-8c29-7e211d89ccff</GUID>
<Tag>3-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>da7cbe35-5988-45ff-9b44-02a1a2fba6c2</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>d1a35ef4-2fea-4044-b56a-d54eb05c3637</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>83cd933b-050d-49d4-b360-e5e149ca31de</GUID>
<Tag>5-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>542cffec-8459-4cf9-859b-ad18eea746ad</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>a580aed2-05c7-4e6e-b3f6-957c48d70e08</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>43f41d3d-d84e-410f-b8db-870d79b69fb9</GUID>
<Tag>7-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>85c98fe5-22c4-4806-9587-60112cd26501</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ff5e4e50-f324-4fbf-be0e-a41b991eb5f1</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>2417e29c-6674-4583-9809-76663f55a02c</GUID>
<Tag>Enclosure Type</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>4a36668d-1969-4eff-891e-988003d8f160</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>586759c9-d2c8-489e-afac-0bf0944addf5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>08052ef4-ad19-4685-a407-c870c36f5a57</GUID>
<Tag>centi-Stokes (cSt)</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2a5136cc-3921-4aeb-a708-e2f6b310ad65</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>092d1b1d-bad7-4633-a49b-26788cb23d53</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b8f290fa-17bd-4a76-98f4-378f593db915</GUID>
<Tag>Saybolt Universal Seconds (SUS)</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>ac46c0ce-d667-4208-a5a8-4b7fd0035d9a</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>8f993de8-2e8d-45ed-8f12-a934f873ff6d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dae14ac0-3ece-4ada-8376-080530dbb5c0</GUID>
<Tag>ISO Viscosity Grade</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>cdb07125-ea3f-45b2-b24b-417a687e2c03</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>b3941a44-6db1-4283-b834-de7f6edd53bd</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>66b485e3-4b81-43a4-8a53-9ae0315f0265</GUID>
<Tag>Parts Per Million</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0a5a187a-e3d7-4c08-8017-ab7d75a36b58</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f2a140f7-cfc4-46c1-ac00-7825aa6ed375</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>85e3d35d-b5d5-4be6-a79f-a0550353282d</GUID>
<Tag>Milligrams</Tag>
<MultiplicationFactorToRefUnit>1000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>174c934b-cbfd-4742-a251-8c3d4b6ed9dc</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>ebec20df-ac61-4746-8bf1-84691acde360</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>54b6ac1d-3fb8-4876-84da-b7c4831d25fa</GUID>
<Tag>Micrograms</Tag>
<MultiplicationFactorToRefUnit>1000000000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>aaef467e-bc99-4c85-89b1-8f1d2a24596b</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>0303e9e0-3524-4156-8f78-37593e26124d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>f9b8236a-c51b-437b-b2ed-1f01d2dfaff3</GUID>
<Tag>Milligrams Per Cubic Centimeter</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>8dd7cd4c-12d9-4391-8d9b-9a3eb4c45d30</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f17f59ab-c7e4-49f5-ac29-fa0583ba91b7</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>3bda37c7-d451-437e-8b6f-17362ecbedc3</GUID>
<Tag>Micrograms Per Cubic Centimeter</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9b729491-6d01-44c8-abaa-585581e4c6ca</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>fcd69534-82ec-4c28-9e3d-ca9bae8732f5</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9e944bb6-a10e-4a83-b51a-7296b568b550</GUID>
<Tag>2-Level Rating</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>df958b5d-34fb-4909-99ed-c44459870078</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e8eb02c2-733d-42e9-90ac-7f2bcde68f0e</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>ec904c8e-072e-4f25-b09f-a23a5398acbe</GUID>
<Tag>Square Millimeters Per Second</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>3ae8984f-f50e-44bb-8062-1ea05d0345f8</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>07fa3b0b-09e2-4f90-b733-c0ea3099c4e9</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d33e9dd3-9f0b-42a2-b0ba-dfb88fcb8cb7</GUID>
<Tag>Poise</Tag>
<MultiplicationFactorToRefUnit>10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>24ce8bce-6f8a-49b0-a80d-facdb1efebe1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>343948dd-886a-44dc-9c1f-baccf0950287</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>7252d5c1-44ad-451e-9b07-739d5d5b4a43</GUID>
<Tag>centiPoise</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>f6df5b87-a4c9-4e3d-aac6-5059e24be37f</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>83996cf9-aace-4019-a571-3d57f70ec50d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dd96c84c-c56c-47e9-bcc2-3b8869800524</GUID>
<Tag>Positive (True) / Negative (False) Result</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>0596748f-4ff2-41fc-b436-952ede7d0e37</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>2b9d3173-e79a-4e7d-a863-b95c8e24f7eb</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>605035c0-cb17-4fa4-9a9f-90a8fb12cbdc</GUID>
<Tag>Flexible / Rigid Result</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>5059107c-1570-490f-a612-861913c33191</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bcf1dda0-f1fc-4710-964d-cba275be1832</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>e29f93ae-bf1b-4e45-8230-b8a7933dc9cf</GUID>
<Tag>Duty Cycle, NEMA</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2557b45d-c82e-4129-ba77-3307186fc5c7</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>52daf558-326d-44b9-8731-541e1cf1caba</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>0d068f05-4ddd-45d1-a9e7-d6fcf1e0aa36</GUID>
<Tag>Base Mounting, Motor</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>063fe28e-c2fc-42d4-8b8d-9be7a9780864</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>62423527-603a-4efd-9e90-d63dccedf91c</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>b49d3f3c-687d-4096-b2b7-7106af3702ba</GUID>
<Tag>Euro</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>9005a31f-90c6-4cd7-8e88-c02adc52973c</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>263365c8-4983-428b-b6fd-570a7ae48fa8</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d7574aa6-ca25-4b4e-9637-e6b2cec08ddf</GUID>
<Tag>Australian Dollars per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>2b77812a-d517-40e2-b285-c6459121bde1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>bec7b66a-6a8f-409a-b35c-11adf88c0772</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>c8371065-528e-49e9-8b5c-8ab5ea8aa09c</GUID>
<Tag>Euro per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>150c9f97-aacc-43d7-acf8-9a742ee53d11</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>f98e5b2a-e74d-4c2e-a49a-945e8ecef584</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>d6262d9a-bc6f-48ce-90b5-2fd513aa23ef</GUID>
<Tag>Stokes (St)</Tag>
<MultiplicationFactorToRefUnit>10</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>de0af044-e080-461f-ab02-f253698a3cb5</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>345d2651-cd35-4d61-850a-42b21aa2b14d</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>dc9f7dee-1d77-4f81-97e0-0e459e777fad</GUID>
<Tag>Chinese Yuan</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>30b4c25b-3650-4046-a1ee-ceece2fe0810</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>330c8d8d-c831-434f-8532-9264520784d6</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>9b9f6048-5cf1-4dc0-a9b7-712712fe7c77</GUID>
<Tag>Chinese Yuan per US Dollar</Tag>
<MultiplicationFactorToRefUnit>1</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<EntryEdge>
<GUID>109fec1b-cd76-4eab-be99-3bbc32cf24c1</GUID>
<FromEntity xsi:type="TaxonomyEntry">
<GUID>e6525f57-7353-40a2-9b83-a4f1d9257b0b</GUID>
<Type xsi:type="EntityType">
<GUID>4c460999-2367-4ed0-adfd-5f970ddf4503</GUID>
<Tag>Entry</Tag>
</Type>
<DataDictEntry xsi:type="UnitType">
<GUID>39c039c7-0312-4eaf-9c70-9495e22e5b21</GUID>
<Tag>Milliseconds</Tag>
<MultiplicationFactorToRefUnit>1000</MultiplicationFactorToRefUnit>
<OffsetFactorToRefUnit>0</OffsetFactorToRefUnit>
</DataDictEntry>
</FromEntity>
</EntryEdge>
<ForCCOMClass>
<GUID>a888d561-09bf-485d-a8f9-c0dbf0ac2b3e</GUID>
<CCOMClass>
<GUID>f546da34-bb8b-49a1-aa5b-b17a0daffcf9</GUID>
<Tag>UnitType</Tag>
<Status>1</Status>
</CCOMClass>
<IsForEntityTypeOfClass>False</IsForEntityTypeOfClass>
<IsForAttributeTypeOfClass>False</IsForAttributeTypeOfClass>
</ForCCOMClass>
</Network>
</ValidNetwork>
</Entity>
</CCOMData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment