[Geoserver-devel] [jira] Created: (GEOS-3862) DescribeFeatureType WFS 1.1 doubly imports GML 3.1 schemas

DescribeFeatureType WFS 1.1 doubly imports GML 3.1 schemas
----------------------------------------------------------

                 Key: GEOS-3862
                 URL: http://jira.codehaus.org/browse/GEOS-3862
             Project: GeoServer
          Issue Type: Bug
          Components: WCS
            Reporter: Andrea Aime
            Assignee: Justin Deoliveira
            Priority: Minor
             Fix For: 2.0.2

As reported by a user and confirmed running a DFT against demo.opengeo.org/geoserver:

{code}
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema&quot; xmlns:gml="http://www.opengis.net/gml&quot; xmlns:prco303="http://tub.ath.cx" elementFormDefault="qualified" targetNamespace="http://tub.ath.cx">
  <xsd:import namespace="http://www.opengis.net/gml&quot; schemaLocation="http://192.168.72.7:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd&quot;/&gt;
  <xsd:import namespace="http://www.opengis.net/gml&quot; schemaLocation="http://192.168.72.7:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd&quot;/&gt;
  <xsd:complexType name="sharedType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="the_geom" nillable="true" type="gml:PolygonPropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="shared" substitutionGroup="gml:_Feature" type="prco303:sharedType"/>
</xsd:schema>
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira