﻿<?xml version="1.0" encoding="utf-8"?>
<QuantityTypeMappings Version="1.0.0.0">
  <Imperial>
    <Angle />
    <Area>
      <Mapping from="SquareMilimeter" to="SquareInch" />
      <Mapping from="SquareCentimeter" to="SquareInch" />
      <Mapping from="SquareDecimeter" to="SquareFoot" />
      <Mapping from="SquareMeter" to="SquareYard" />
      <Mapping from="Are" to="Acre" />
      <Mapping from="HectAre" to="Acre" />
      <Mapping from="SquareKilometer" to="SquareMile" />
    </Area>
    <Length>
      <Mapping from="Milimeter" to="Inch" />
      <Mapping from="Centimeter" to="Inch" />
      <Mapping from="Decimeter" to="Foot" />
      <Mapping from="Meter" to="Yard" />
      <Mapping from="Kilometer" to="Mile" />
    </Length>
    <Mass>
      <Mapping from="Gram" to="Ounce" />
      <Mapping from="Kilogram" to="Pound" />
      <Mapping from="Ton" to="HundredWeight" />
    </Mass>
    <Numeric />
    <Time />
    <Volume>
      <Mapping from="CubicMilimeter" to="CubicInch" />
      <Mapping from="CubicCentimeter" to="CubicInch" />
      <Mapping from="CubicDecimeter" to="CubicFoot" />
      <Mapping from="CubicMeter" to="CubicYard" />
      <Mapping from="CubicKilometer" to="CubicMile" />
      <Mapping from="Liter" to="CubicFoot" />
    </Volume>
  </Imperial>
  <Metric>
    <Angle />
    <Area>
      <Mapping from="SquareInch" to="SquareCentimeter" />
      <Mapping from="SquareFoot" to="SquareDecimeter" />
      <Mapping from="SquareYard" to="SquareMeter" />
      <Mapping from="Acre" to="HectAre" />
      <Mapping from="SquareMile" to="SquareKilometer" />
    </Area>
    <Length>
      <Mapping from="Inch" to="Centimeter" />
      <Mapping from="Foot" to="Decimeter" />
      <Mapping from="Yard" to="Meter" />
      <Mapping from="Mile" to="Kilometer" />
    </Length>
    <Mass>
      <Mapping from="Ounce" to="Gram" />
      <Mapping from="Pound" to="Kilogram" />
      <Mapping from="HundredWeight" to="Ton" />
    </Mass>
    <Numeric />
    <Time />
    <Volume>
      <Mapping from="CubicInch" to="CubicCentimeter" />
      <Mapping from="CubicFoot" to="CubicDecimeter" />
      <Mapping from="CubicYard" to="CubicMeter" />
      <Mapping from="AcreFoot" to="CubicMeter" />
      <Mapping from="CubicMile" to="CubicKilometer" />
    </Volume>
  </Metric>
</QuantityTypeMappings>