<?xml version='1.0' encoding="ISO-8859-1" ?>
<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="http://schemas.opengeospatial.net//gml/2.1.2/feature.xsd" />

  <element name="phosphate" 
           type="ms:phosphateType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="phosphateType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="geometry" type="gml:PointPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="rec_no" type="string"/>
          <element name="site_name" type="string"/>
          <element name="country" type="string"/>
          <element name="stprov" type="string"/>
          <element name="county" type="string"/>
          <element name="dep_type" type="string"/>
          <element name="sub_type" type="string"/>
          <element name="commodity" type="string"/>
          <element name="url" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
