<?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>Seismic Recording Channel Type</Name>
  <Description>The use of the recording channel. Is it recording data or is it recording auxiliary (aux) information</Description>
  <TypeName>channelType</TypeName>
  <ExtendTypeName>extChannelType</ExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>data</Name>
    <Description>The seismic channel is recording or has recorded data.</Description>
  </Value>

  <Value>
    <Name>aux</Name>
    <Description>The seismic channel is recording or has recorded auxiliary information.</Description>
  </Value>

</EnumeratedList>
