<?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>Rotation of Clockwise or Counter clockwise.</Name>
  <TypeName>rotDirectionType</TypeName>
  <ExtendTypeName>extRotDirectionType</ExtendTypeName>
  <RefineTypeName>refinedRotDirectionType</RefineTypeName>
  <RefineExtendTypeName>refinedExtRotDirectionType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>clockwise</Name>
    <Description>The positive rotation direction is in the direction that a clock would rotate. When describing the rotation of one vector with respect to another, a clockwise rotation would correspond to a cross product of the vectors pointing away from the viewer.</Description>
  </Value>

  <Value>
    <Name>counter clockwise</Name>
    <Description>The rotation direction is opposite that described by a clockwise rotation.</Description>
  </Value>

  <Value>
    <Name>anti-clockwise</Name>
    <Description>The rotation direction is opposite that described by a clockwise rotation.</Description>
  </Value>

</EnumeratedList>
