<?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="akages" 
           type="ms:akagesType" 
           substitutionGroup="gml:_Feature" />

  <complexType name="akagesType">
    <complexContent>
      <extension base="gml:AbstractFeatureType">
        <sequence>
          <element name="geometry" type="gml:PointPropertyType" minOccurs="0" maxOccurs="1"/>
          <element name="idnum" type="string"/>
          <element name="quad" type="string"/>
          <element name="sample" type="string"/>
          <element name="rock" type="string"/>
          <element name="method" type="string"/>
          <element name="mineral" type="string"/>
          <element name="comment" type="string"/>
          <element name="reference" type="string"/>
          <element name="latitude" type="string"/>
          <element name="longitude" type="string"/>
          <element name="age_my" type="string"/>
        </sequence>
      </extension>
    </complexContent>
  </complexType>

</schema>
