<?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>North Direction</Name>
  <TypeName>northDirType</TypeName>
  <ExtendTypeName>extNorthDirType</ExtendTypeName>
  <RefineTypeName>refinedNorthDirType</RefineTypeName>
  <RefineExtendTypeName>refinedExtNorthDirType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>true</Name>
    <Description>North, as determined by the direction to the north pole. This is also known as the geographic north.</Description>
  </Value>

  <Value>
    <Name>magnetic</Name>
    <Description>The direction that a magnetic compass points.</Description>
  </Value>

  <Value>
    <Name>grid</Name>
    <Description>The north direction, as defined by the northing or southing in a map projection coordinate reference system.</Description>
  </Value>

  <Value>
    <Name>true calculated</Name>
    <Description>The north direction has been calculated from another north direction. This calculated, true north direction is being used.</Description>
  </Value>

  <Value>
    <Name>unknown</Name>
    <Description>It is not known which north direction is being used as the reference direction.</Description>
  </Value>

</EnumeratedList>
