<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.posc.org/schemas/stylesheet/displayEnumList.xsl"?>

<!--
This file is distributed under the POSC Product License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC Product License Agreement.
-->

<EnumeratedList>

  <Name>Extrapolation Method</Name>
  <TypeName>extrapolationType</TypeName>
  <ExtendTypeName>extExtrapolationType</ExtendTypeName>
  <RefineTypeName>refinedExtrapolationType</RefineTypeName>
  <RefineExtendTypeName>refinedExtExtrapolationType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>linear</Name>
    <Description>The data was extrapolated linearly from the end.</Description>
  </Value>

  <Value>
    <Name>hold constant</Name>
    <Description>The data was extrapolated by holding the end value, held constant</Description>
  </Value>

  <Value>
    <Name>value</Name>
    <Description>The extrapolation was a chosen value, which remained constant.</Description>
  </Value>

  <Value>
    <Name>none</Name>
    <Description>No extrapolation was performed</Description>
  </Value>

</EnumeratedList>
