<?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>Coordinate Reference System Type</Name>
  <TypeName>TypeOfCRSType</TypeName>
  <ExtendTypeName>extCRSType</ExtendTypeName>
  <RefineTypeName>refinedCRSType</RefineTypeName>
  <RefineExtendTypeName>refinedExtCRSType</RefineExtendTypeName>
  <NamingSystem>POSC</NamingSystem>
  <Version>1.0</Version>

  <Value>
    <Name>geographic</Name>
    <Description>The CRS is a lat/long based system, tied to the earth with a stated datum.</Description>
  </Value>

  <Value>
    <Name>projection</Name>
    <Description>The CRS is obtained from a geographic CRS using a map projection conversion. The conversion is formula used to convert a curved surface into a flattened surface. The coordinates are usually labelled as (easting, northing) or as (westing, southing).</Description>
  </Value>

  <Value>
    <Name>vertical</Name>
    <Description>The coordinate system is used for determining vertical positions - elevations or depths - and is based on a standard vertical datum. The datum usually represents a type of sea level.</Description>
  </Value>

  <Value>
    <Name>engineering</Name>
    <Description>The CRS is based on a local datum, which is not necessarily tied to a standard datum. Points are generally offsets from a locally defined origin, with axes directions defined, but not necessarily defined by geographic directions.</Description>
  </Value>

</EnumeratedList>
