<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE WFS_Capabilities SYSTEM "http://24.101.168.220/~pvretano/wfs/wfsCapabilities_0_0_13.dtd">
<WFS_Capabilities version="0.0.13">
   <Service>
      <Name>WebFeatureServer</Name>
      <Title>CubeWerx Feature Server</Title>
      <Abstract>Web Feature Server maintained by CubeWerx Inc.</Abstract>
      <OnlineResource>http://24.101.168.220/~pvretano/wfs/cwwfs.cgi?</OnlineResource>
   </Service>
   <Capability>
      <definitions name="WFS"
                   targetNamespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi.wsdl"
                   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                   xmlns:wfs="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                   xmlns:http="http://schema.xmlsoap.prg/wsdl/">

         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="WFS_Exception.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="GetCapabilitiesRequest.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="GetCapabilitiesResponse.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="DescribeFeatureTypeRequest.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="GetFeatureRequest.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="GetFeatureResponse.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="LockFeatureRequest.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="LockFeatureResponse.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="TransactionRequest.xsd" />
         <import namespace="http://24.101.168.220/~pvretano/wfs/cwwfs.cgi"
                 location="TransactionResponse.xsd" />

         <message name="WFSExceptionMessage">
            <part name="body" element="WFS_Exception" />
         </message>
      
         <message name="GetCapabilitiesRequest">
            <part name="body" element="GetCapabilities" />
         </message>
      
         <message name="GetCapabilitiesResponse">
            <part name="body" element="WFS_Capabilities" />
         </message>
      
         <portType name="GetCapabilitiesPortType">
            <operation name="GetCapabilities">
               <input  message="GetCapabilitiesRequest" />
               <output message="GetCapabilitiesResponse" />
               <fault  message="WFSExceptionMessage" />
            </operation>
         </portType>
       
         <binding name="GetCapabilitiesBinding"
                  type="GetCapabilitiesPortType">
            <http:binding verb="POST" />
            <operation name="GetCapabilities">
               <http:operation location="cwwfs.cgi" />
               <input>
                  <content type="text/xml" />
               </input>
               <output>
                  <content type="text/xml" />
               </output>
               <fault>
                  <content type="text/xml" />
               </fault>
            </operation>
         </binding>
      
         <message name="DescribeFeatureTypeRequest">
            <part name="body" element="DescribeFeatureType" />
         </message>
      
         <message name="DescribeFeatureTypeResponse">
            <part name="body" element="schema" />
         </message>
      
         <portType name="DescribeFeatureTypePortType">
            <operation name="DescribeFeatureType">
               <input  message="DescribeFeatureTypeRequest" />
               <output message="DescribeFeatureTypeResponse" />
               <fault  message="WFSExceptionMessage" />
            </operation>
         </portType>
       
         <binding name="DescribeFeatureTypeBinding"
                  type="DescribeFeatureTypePortType">
            <http:binding verb="POST" />
            <operation name="DescribeFeatureType">
               <http:operation location="cwwfs.cgi" />
               <input>
                  <content type="text/xml" />
               </input>
               <output>
                  <content type="text/xml" />
               </output>
               <fault>
                  <content type="text/xml" />
               </fault>
            </operation>
         </binding>
      
         <message name="GetFeatureTypeRequest">
            <part name="body" element="GetFeatureType" />
         </message>
      
         <message name="GetFeatureTypeResponse">
            <part name="body" element="wfs:FeatureCollection" />
         </message>
      
         <portType name="GetFeatureTypePortType">
            <operation name="GetFeatureType">
               <input  message="GetFeatureTypeRequest" />
               <output message="GetFeatureTypeResponse" />
               <fault  message="WFSExceptionMessage" />
            </operation>
         </portType>
       
         <binding name="GetFeatureTypeBinding"
                  type="GetFeatureTypePortType">
            <http:binding verb="POST" />
            <operation name="GetFeatureType">
               <http:operation location="cwwfs.cgi" />
               <input>
                  <content type="text/xml" />
               </input>
               <output>
                  <content type="text/xml" />
               </output>
               <fault>
                  <content type="text/xml" />
               </fault>
            </operation>
         </binding>
      
         <message name="LockFeatureTypeRequest">
            <part name="body" element="LockFeatureType" />
         </message>
      
         <message name="LockFeatureTypeResponse">
            <part name="body" element="WFS_LockFeatureResponse" />
         </message>
      
         <portType name="LockFeatureTypePortType">
            <operation name="LockFeatureType">
               <input  message="LockFeatureTypeRequest" />
               <output message="LockFeatureTypeResponse" />
               <fault  message="WFSExceptionMessage" />
            </operation>
         </portType>
       
         <binding name="LockFeatureTypeBinding"
                  type="LockFeatureTypePortType">
            <http:binding verb="POST" />
            <operation name="LockFeatureType">
               <http:operation location="cwwfs.cgi" />
               <input>
                  <content type="text/xml" />
               </input>
               <output>
                  <content type="text/xml" />
               </output>
               <fault>
                  <content type="text/xml" />
               </fault>
            </operation>
         </binding>
      
         <message name="TrnasactionRequest">
            <part name="body" element="Transaction" />
         </message>
      
         <message name="LockFeatureTypeResponse">
            <part name="body" element="TransactionResponse" />
         </message>
      
         <portType name="TransactionPortType">
            <operation name="Transaction">
               <input  message="TransactionRequest" />
               <output message="TransactionResponse" />
               <fault  message="WFSExceptionMessage" />
            </operation>
         </portType>
      
         <binding name="TransactionBinding"
                  type="TransactionPortType">
            <http:binding verb="POST" />
            <operation name="Transaction">
               <http:operation location="cwwfs.cgi" />
               <input>
                  <content type="text/xml" />
               </input>
               <output>
                  <content type="text/xml" />
               </output>
               <fault>
                  <content type="text/xml" />
               </fault>
            </operation>
         </binding>
      
         <service name="WFS">
            <port name="GetCapabilitiesPort"
                  binding="GetCapabilitiesBinding">
               <http:address location="http://www.cubewerx.com/"/>
            </port>
            <port name="DescribeFeatureTypePort"
                  binding="DescribeFeatureTypeBinding">
               <http:address location="http://www.cubewerx.com/"/>
            </port>
            <port name="GetFeatureTypePort"
                  binding="GetFeatureTypeBinding">
               <http:address location="http://www.cubewerx.com/"/>
            </port>
            <port name="LockFeatureTypePort"
                  binding="LockFeatureTypeBinding">
               <http:address location="http://www.cubewerx.com/"/>
            </port>
            <port name="TransactionPort"
                  binding="TransactionBinding">
               <http:address location="http://www.cubewerx.com/"/>
            </port>
         </service>

      </definitions>
   </Capability>
   <FeatureTypeList>
      <Operations>
         <Query/>
         <Insert/>
         <Update/>
         <Delete/>
         <Lock/>
      </Operations>
      <FeatureType>
         <Name>AEROFACP_TRANS</Name>
         <Title>Airport Facilities Points</Title>
         <Abstract>VRF Narrative Table for "Airport Facilities Points":&#010;&#010;&lt;P&gt;Information on airports/airfields (GB005) was derived from the DAFIF (Digital&#010;Aeronautical Flight Information File) and TINT (Target Intelligence) in areas&#010;where such data was available.  Each airfield's DAFIF reference number was&#010;placed in the 'na3' (classification name) attribute field.  Only airfields&#010;which had at least one hard surface runway longer that 3,000 feet (910 meters)&#010;were collected.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>AQUECANL_HYDRO</Name>
         <Title>Aqueducts/Canals/Flumes/Penstocks</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>BNDTXT_BND</Name>
         <Title>Boundaries Coverage Text</Title>
         <Abstract>VRF Narrative Table for "Boundaries Coverage Text":&#010;&#010;&lt;P&gt;Text features were used to convey information which could not be expressed&#010;as a more specific boundaries coverage feature or as an attribute of a&#010;boundaries coverage feature.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>BUILTUPA_POP</Name>
         <Title>Built-Up Areas</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>BUILTUPP_POP</Name>
         <Title>Built-Up Area Points</Title>
         <Abstract>VRF Narrative Table for "Built-Up Area Points":&#010;&#010;&lt;P&gt;This feature class, which contains built-up area point features (AL020), is&#010;comprised of features that were classified as 'populated places associated with&#010;place names in city tints' in Digital Chart of the World, edition 1, July 1992.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>COASTL_BND</Name>
         <Title>Coastlines</Title>
         <Abstract>VRF Narrative Table for "Coastlines":&#010;&#010;&lt;P&gt;Coastline/shorelines (BA010) have been portrayed for coastal islands but not&#010;inland islands.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>CONTOURL_ELEV</Name>
         <Title>Elevation Contours</Title>
         <Abstract>VRF Narrative Table for "Elevation Contours":&#010;&#010;&lt;P&gt;All elevation contour line height values were converted from feet (as expressed&#010;in Digital Chart of the World) to meters.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>CROPA_VEG</Name>
         <Title>Croplands</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>DANGERP_HYDRO</Name>
         <Title>Danger Point Features</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>DEPTHL_BND</Name>
         <Title>Depth Contours</Title>
         <Abstract>VRF Narrative Table for "Depth Contours":&#010;&#010;&lt;P&gt;Depth contours (BE015) were derived from digital bathymetric data provided by&#010;Defense Mapping Agency.  Depths are expressed in the following intervals: 200,&#010;600, 1000. 2000, 4000, 6000, and 8000 meters.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>DQLINE_UTIL</Name>
         <Title>Data Quality Line Features</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>ELEVP_ELEV</Name>
         <Title>Spot Elevations</Title>
         <Abstract>VRF Narrative Table for "Spot Elevations":&#010;&#010;&lt;P&gt;Point elevation features (those formed by coalescence of small contour tops, as&#010;opposed to conventional spot elevations) from Digital Chart of the World were&#010;portrayed as VMAP-0 spot elevations (CA030) with approximate (horizontal)&#010;accuracies.  All elevation height values were converted from feet (as expressed&#010;in Digital Chart of the World) to meters.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>EXTRACTA_IND</Name>
         <Title>Extraction Areas</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>EXTRACTP_IND</Name>
         <Title>Extraction Point Features</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>GRASSA_VEG</Name>
         <Title>Grasslands</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>GROUNDA_PHYS</Name>
         <Title>Ground Surface Areas</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>HYDROTXT_HYDRO</Name>
         <Title>Hydrography Coverage Text</Title>
         <Abstract>VRF Narrative Table for "Hydrography Coverage Text":&#010;&#010;&lt;P&gt;Text features were used to convey information which could not be expressed as a&#010;more specific hydrography coverage feature or as an attribute of a hydrography&#010;coverage feature.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>INDTXT_IND</Name>
         <Title>Industry Coverage Text</Title>
         <Abstract>VRF Narrative Table for "Industry Coverage Text":&#010;&#010;&lt;P&gt;Text features were used to convey information which could not be expressed as a&#010;more specific industry coverage feature or as an attribute of an industry&#010;coverage feature.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>INWATERA_HYDRO</Name>
         <Title>Inland Water Areas</Title>
         <Abstract>VRF Narrative Table for "Inland Water Areas":&#010;&#010;&lt;P&gt;In coastal area, points of change from ocean/sea areas (BA040) to inland water&#010;areas (BH000) were taken from Digital Chart of the World, edition 1, July 1992&#010;except when it was determined that the point of change was implemented too far&#010;inland.  In these cases, cartographic judgment was used to establish the point&#010;of change.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>LANDICEA_PHYS</Name>
         <Title>Snow/Ice Fields and Glaciers</Title>
         <Abstract>VRF Narrative Table for "Snow/Ice Fields and Glaciers":&#010;&#010;&lt;P&gt;All land ice areas, snow/ice fields, glaciers and snowcaps are included in this&#010;feature code (BJ100).&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>MISCP_HYDRO</Name>
         <Title>Miscellaneous Point Features</Title>
         <Abstract>VRF Narrative Table for "Miscellaneous Point Features":&#010;&#010;&lt;P&gt;The names for islands has been placed as the Name attribute for polbndp.pft and&#010;polbnda.aft when the name appeared on the ONC litho.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>MISINDP_IND</Name>
         <Title>Miscellaneous Industry Point Features</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>MISPOPP_POP</Name>
         <Title>Miscellaneous Population Points</Title>
         <Abstract>VRF Narrative Table for "Miscellaneous Population Points":&#010;&#010;&lt;P&gt;The following conversion was implemented to classify area population features&#010;from Digital Chart of the World, edition 1, July 1992.&#010;1) DCW point populated places and villages were converted to point settlements&#010;(AL105).  The name of the city has been placed in the Text attribute (TXT).&#010;2) DCW point "kampongs" and circular villages were converted to native&#010;settlement (AL135).&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>MISTRANL_TRANS</Name>
         <Title>Miscellaneous Transportation Line Features</Title>
         <Abstract>VRF Narrative Table for "Miscellaneous Transportation Line Features":&#010;&#010;&lt;P&gt;The features within this miscellaneous transportation line feature class -&#010;aerial cableway lines/ski lift lines (AQ010) and piers/wharfs/quays (BB190) -&#010;were extracted from the cultural landmark layer of Digital Chart of the World,&#010;edition1, July 1992.  Neither of these features carries any additional attribute&#010;information.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>OCEANSEA_BND</Name>
         <Title>Oceans/Seas</Title>
         <Abstract>VRF Narrative Table for "Oceans/Seas":&#010;&#010;&lt;P&gt;In coastal area, points of change from ocean/sea areas (BA040) to inland water&#010;areas (BH000) were taken from Digital Chart of the World, edition 1, July 1992.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>PHYSTXT_PHYS</Name>
         <Title>Physiography Coverage Text</Title>
         <Abstract>VRF Narrative Table for "Physiography Coverage Text":&#010;&#010;&lt;P&gt;Text features were used to convey information which could not be expressed as a&#010;more specific physiography coverage feature or as an attribute of a physiography&#010;coverage feature.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>PIPEL_UTIL</Name>
         <Title>Pipelines</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>POLBNDA_BND</Name>
         <Title>Administrative Areas</Title>
         <Abstract>VRF Narrative Table for "Administrative Areas":
&#010;&#010;&lt;P&gt;
Only international administrative areas have been captured.  The listing of&#010;country names for the "na2" attribute is incomplete and contains errors in the&#010;spelling or punctuation of the code or the name itself as verified in the&#010;Federal Information Processing Standards Publication (FIPS PUB 10-4) "Countries,&#010;Dependencies, Areas of Special Sovereignty, and Their Principal Administrative&#010;Divisions", April 1995.&#010;&#010;&lt;P&gt;The following is a list of those codes which should be added or corrected.&#010;&#010;&lt;PRE&gt;&#010;      1)    ADDITIONS&#010;            BS    BASSAS DA INDIA&#010;            EU    EUROPA ISLAND&#010;            GZ    GAZA STRIP&#010;            GO    GLORIOSO ISLANDS&#010;            JU    JUAN DE NOVA ISLAND&#010;            MW    MONTENEGRO&#010;            SR    SERBIA&#010;            TE    TROMELIN ISLANDS&#010;            TW    TAIWAN&#010;            WE    WEST BANK&#010;&lt;/PRE&gt;&#010;&#010;&lt;PRE&gt;&#010;      2)    CHANGES/CORRECTIONS&#010;            CZ    CZECH REPUBLIC&#010;            FO    FAROE ISLANDS&#010;            FM    FEDERATED STATES OF MICRONESIA&#010;            GA    GAMBIA, THE&#010;            HM    HEARD ISLAND AND MCDONALD ISLANDS&#010;            IV    COTE D'IVOIRE&#010;            JQ    JOHNSTON ATOLL&#010;            KN    KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF&#010;            KR    KIRIBATI&#010;            KS    KOREA, REPUBLIC OF&#010;            LH    LITHUANIA&#010;            LQ    PALMYRA ATOLL&#010;            MF    MAYOTTE&#010;            MK    MACEDONIA&#010;            NE    NIUE&#010;            PS    TRUST TERRITORY OF THE PACIFIC ISLANDS (PALAU)&#010;            SB    ST. PIERRE AND MIQUELON&#010;            SC    ST. KITTS AND NEVIS&#010;            ST    ST. LUCIA&#010;            TK    TURKS AND CAICOS ISLANDS&#010;            TS    TUNISIA&#010;            VI    BRITISH VIRGIN ISLANDS&#010;            VT    VATICAN CITY&#010;&lt;/PRE&gt;&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>POLBNDL_BND</Name>
         <Title>Political Boundaries</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>POLBNDP_BND</Name>
         <Title>Political Boundary Point Features</Title>
         <Abstract>VRF Narrative Table for "Political Boundary Point Features":
&#010;&#010;&lt;P&gt;
Administrative area (FA001) which were cartographically judg
ed too small to be&#010;portrayed as area features were portrayed as point features.  The listing of&#010;country names for the "na2" attribute is incomplete and contains errors in the&#010;spelling or punctuation of the code or the name itself as verified in the&#010;Federal Information Processing Standards Publication (FIPS PUB 10-4) "Countries,&#010;Dependencies, Areas of Special Sovereignty, and Their Principal Administrative&#010;Divisions", April 1995.&#010;&#010;&lt;P&gt;The following is a list of those codes which should be added or corrected.&#010;&#010;&lt;PRE&gt;&#010;      1)    ADDITIONS&#010;            BS    BASSAS DA INDIA&#010;            EU    EUROPA ISLAND&#010;            GZ    GAZA STRIP&#010;            GO    GLORIOSO ISLANDS&#010;            JU    JUAN DE NOVA ISLAND&#010;            MW    MONTENEGRO&#010;            SR    SERBIA&#010;            TE    TROMELIN ISLANDS&#010;            TW    TAIWAN&#010;            WE    WEST BANK&#010;&lt;/PRE&gt;&#010;&#010;&lt;PRE&gt;&#010;      2)    CHANGES/CORRECTIONS&#010;            CZ    CZECH REPUBLIC&#010;            FO    FAROE ISLANDS&#010;            FM    FEDERATED STATES OF MICRONESIA&#010;            GA    GAMBIA, THE&#010;            HM    HEARD ISLAND AND MCDONALD ISLANDS&#010;            IV    COTE D'IVOIRE&#010;            JQ    JOHNSTON ATOLL&#010;            KN    KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF&#010;            KR    KIRIBATI&#010;            KS    KOREA, REPUBLIC OF&#010;            LH    LITHUANIA&#010;            LQ    PALMYRA ATOLL&#010;            MF    MAYOTTE&#010;            MK    MACEDONIA&#010;            NE    NIUE&#010;            PS    TRUST TERRITORY OF THE PACIFIC ISLANDS (PALAU)&#010;            SB    ST. PIERRE AND MIQUELON&#010;            SC    ST. KITTS AND NEVIS&#010;            ST    ST. LUCIA&#010;            TK    TURKS AND CAICOS ISLANDS&#010;            TS    TUNISIA&#010;            VI    BRITISH VIRGIN ISLANDS&#010;            VT    VATICAN CITY&#010;&lt;/PRE&gt;&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>RAILRDL_TRANS</Name>
         <Title>Railroads</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>ROADL_TRANS</Name>
         <Title>Roads</Title>
         <Abstract>VRF Narrative Table for "Roads":&#010;&#010;&lt;P&gt;The majority of data contained within the road line feature class was derived&#010;from the roads layer of Digital Chart of the World, edition 1, July 1992.  All&#010;schematic road connectors added in urbanized areas for network connectivity were&#010;given an 'exs' (Existence Category attribute) value of '55' (Unexamined/&#010;Unsurveyed).  Where possible, road features were designated as primary or&#010;secondary routes by comparison with Operational Navigation Charts (ONC) map&#010;sources.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>RRYARDP_TRANS</Name>
         <Title>Railroad Yard Points</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>SEAICEA_PHYS</Name>
         <Title>Sea Ice Areas</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>STORAGEP_IND</Name>
         <Title>Storage Point Features</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>SWAMPA_VEG</Name>
         <Title>Marshs/Swamps</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>TRAILL_TRANS</Name>
         <Title>Trails and Tracks</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>TRANSTRC_TRANS</Name>
         <Title>Transportation Structures Points</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>TRANSTRL_TRANS</Name>
         <Title>Transportation Structures Lines</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>TRANSTXT_TRANS</Name>
         <Title>Transportation Coverage Text</Title>
         <Abstract>VRF Narrative Table for "Transportation Coverage Text":&#010;&#010;&lt;P&gt;Text features were used to convey information which could not be expressed as a&#010;more specific transportation coverage feature or as an attribute of a&#010;transportation coverage feature.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>TREESA_VEG</Name>
         <Title>Trees</Title>
         <Abstract>VRF Narrative Table for "Trees":&#010;&#010;&lt;P&gt;This feature class includes all area forest/trees (EC030).  Wooded areas are&#010;attributed as to predominant tree type (deciduous, evergreen, mixed or other)&#010;where possible.  All features carrying the veg=999 (Other) attribute are&#010;"transitional" forests.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>TUNDRAA_VEG</Name>
         <Title>Tundra</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>UTILL_UTIL</Name>
         <Title>Power Transmission/Telephone/Telegraph Lines</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>UTILP_UTIL</Name>
         <Title>Utility Point Features</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>UTILTXT_UTIL</Name>
         <Title>Utilities Coverage Text</Title>
         <Abstract>VRF Narrative Table for "Utilities Coverage Text":&#010;&#010;&lt;P&gt;Text features were used to convey information which could not be expressed as a&#010;more specific utilities coverage feature or as an attribute of a utilities&#010;coverage feature.&#010;</Abstract>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
      <FeatureType>
         <Name>WATRCRSL_HYDRO</Name>
         <Title>Water Courses</Title>
         <SRS>EPSG:4326</SRS>
         <LatLonBoundingBox minx="-180" miny="-90" 
                            maxx="180" maxy="90"/>
      </FeatureType>
   </FeatureTypeList>
   <Filter_Capabilities>
      <Spatial_Capabilities>
         <Spatial_Operators>
            <BBOX />
            <Equals />
            <Disjoint />
            <Intersect />
            <Touches />
            <Crosses />
            <Contains />
            <Overlaps />
         </Spatial_Operators>
      </Spatial_Capabilities>
         <Scalar_Capabilities>
            <Logical_Operators />
            <Comparison_Operators>
               <Simple_Comparisons />
               <Like />
               <Between />
               <NullCheck />
            </Comparison_Operators>
         <Arithmetic_Operators>
            <Simple_Arithmetic />
            <Functions>
               <Function_Names>
                  <Function_Name nArgs="1">MIN</Function_Name>
                  <Function_Name nArgs="1">MAX</Function_Name>
                  <Function_Name nArgs="1">COUNT</Function_Name>
                  <Function_Name nArgs="1">DISTINCT</Function_Name>
               </Function_Names>
            </Functions>
         </Arithmetic_Operators>
      </Scalar_Capabilities>
   </Filter_Capabilities>
</WFS_Capabilities>
