<?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>Axis Orientation</Name>
  <Description>The direction, or general direction, of an axis that is oriented on the earth.</Description>
  <TypeName>axisOrientationType</TypeName>
  <ExtendTypeName>extAxisOrientationType</ExtendTypeName>
  <RefineTypeName>refinedAxisOrientationType</RefineTypeName>
  <RefineExtendTypeName>refinedExtAxisOrientationType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>east</Name>
    <Description>The orientation is due east.</Description>
  </Value>

  <Value>
    <Name>easterly</Name>
    <Description>The orientation is generally east.</Description>
  </Value>

  <Value>
    <Name>west</Name>
    <Description>The orientation is due west.</Description>
  </Value>

  <Value>
    <Name>westerly</Name>
    <Description>The orientation is generally west.</Description>
  </Value>

  <Value>
    <Name>north</Name>
    <Description>The orientation is due north</Description>
  </Value>

  <Value>
    <Name>northerly</Name>
    <Description>The orientation is generally northward.</Description>
  </Value>

  <Value>
    <Name>south</Name>
    <Description>The orientation is due south.</Description>
  </Value>

  <Value>
    <Name>southerly</Name>
    <Description>The orientation is generally southward.</Description>
  </Value>

  <Value>
    <Name>upward</Name>
    <Description>The axis has a component out of the horizontal plane, with positive being up from the plane.</Description>
  </Value>

  <Value>
    <Name>downward</Name>
    <Description>The axis has a component out of the horizontal plane, with positive being down from the plane.</Description>
  </Value>

  <Value>
    <Name>right handed</Name>
    <Description>The axis direction depends on the previous two, ordered axes. This third axis is oriented so that the cross product of the first two axes has a positive dot product with this third axis.</Description>
  </Value>

  <Value>
    <Name>left handed</Name>
    <Description>The axis direction depends on the previous two, ordered axes. This third axis is oriented so that the cross product of the first two axes has a negative dot product with this third axis.</Description>
  </Value>

</EnumeratedList>
