<?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>Report or Test Reason</Name>
  <TypeName>reasonType</TypeName>
  <ExtendTypeName>extReasonType</ExtendTypeName>
  <RefineTypeName>refinedReasonType</RefineTypeName>
  <RefineExtendTypeName>refinedExtReasonType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>initial</Name>
    <Description>This is the initial test or report.</Description>
  </Value>

  <Value>
    <Name>periodic</Name>
    <Description>The test or report is required at specified intervals.</Description>
  </Value>

  <Value>
    <Name>revision</Name>
    <Description>The test or report is being redone as a revision to an earlier test or report.</Description>
  </Value>

  <Value>
    <Name>unknown</Name>
    <Description>The reason for performing this test, or producing this report, is not known.</Description>
  </Value>

</EnumeratedList>
