<?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 Component</Name>
  <TypeName>componentType</TypeName>
  <ExtendTypeName>extComponentType</ExtendTypeName>
  <RefineTypeName>refinedComponentType</RefineTypeName>
  <RefineExtendTypeName>refinedExtComponentType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>X</Name>
    <Description>The component recorded is in the X direction</Description>
  </Value>

  <Value>
    <Name>Y</Name>
    <Description>The component recorded is in the Y direction</Description>
  </Value>

  <Value>
    <Name>Z</Name>
    <Description>The component recorded is in the Z direction</Description>
  </Value>

  <Value>
    <Name>inline</Name>
    <Description>The component recorded is in the inline direction</Description>
  </Value>

  <Value>
    <Name>crossline</Name>
    <Description>The component recorded is in the crossline direction</Description>
  </Value>

  <Value>
    <Name>vertical</Name>
    <Description>The component recorded is vertical.</Description>
  </Value>

  <Value>
    <Name>oblique</Name>
    <Description>The component recorded is oblique to the standard directions.</Description>
  </Value>

</EnumeratedList>
