<?xml version='1.0' encoding="UTF-8" ?>
<schema
   targetNamespace="http://mapserver.gis.umn.edu/mapserver" 
   xmlns:ms="http://mapserver.gis.umn.edu/mapserver" 
   xmlns:ogc="http://www.opengis.net/ogc"
   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
   xmlns="http://www.w3.org/2001/XMLSchema"
   xmlns:gml="http://www.opengis.net/gml"
   elementFormDefault="qualified" version="0.1" >

  <import namespace="http://www.opengis.net/gml"
          schemaLocation="https://schemas.opengis.net/gml/3.1.1/base/gml.xsd" />

  <element name="points_fixes" 
           type="ms:points_fixesType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="points_fixesType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="wkb_geometry" type="gml:PointPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="t_id" minOccurs="0" type="long"/>
          <element name="genre" minOccurs="0" type="string"/>
          <element name="accessibilite" minOccurs="0" type="string"/>
          <element name="remarque" minOccurs="0" type="string"/>
          <element name="source_image1" minOccurs="0" type="string"/>
          <element name="source_image2" minOccurs="0" type="string"/>
          <element name="visibilite_gnss" minOccurs="0" type="string"/>
          <element name="inscription" minOccurs="0" type="string"/>
          <element name="identdn" minOccurs="0" type="string"/>
          <element name="numero" minOccurs="0" type="string"/>
          <element name="url_fiche_signaletique" minOccurs="0" type="string"/>
          <element name="langue_fiche_signaletique" minOccurs="0" type="string"/>
          <element name="symbol_ori" minOccurs="0" type="double"/>
          <element name="pat" minOccurs="0" type="boolean"/>
          <element name="pat_fr" minOccurs="0" type="string"/>
          <element name="strategie_entretien" minOccurs="0" type="string"/>
          <element name="prec_alt_m" minOccurs="0" type="double"/>
          <element name="geom_alt_m" minOccurs="0" type="double"/>
          <element name="fiab_alt" minOccurs="0" type="string"/>
          <element name="coordonnee_e" minOccurs="0" type="string"/>
          <element name="coordonnee_n" minOccurs="0" type="string"/>
          <element name="determination_coordonnees" minOccurs="0" type="string"/>
          <element name="prec_plan_m" minOccurs="0" type="double"/>
          <element name="fiab_plan" minOccurs="0" type="string"/>
          <element name="signe" minOccurs="0" type="string"/>
          <element name="signe_description" minOccurs="0" type="string"/>
          <element name="type_protection" minOccurs="0" type="string"/>
          <element name="pose_borne" minOccurs="0" type="string"/>
          <element name="materialisation_secondaire" minOccurs="0" type="string"/>
          <element name="statut" minOccurs="0" type="string"/>
          <element name="date_cloture" minOccurs="0" type="string"/>
          <element name="resp_nom" minOccurs="0" type="string"/>
          <element name="resp_adresse" minOccurs="0" type="string"/>
          <element name="canton" minOccurs="0" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
