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"; 
xmlns:gml="http://www.opengis.net/gml"; xmlns:prco303="http://tub.ath.cx"; 
elementFormDefault="qualified" targetNamespace="http://tub.ath.cx";> 
  <xsd:import namespace="http://www.opengis.net/gml"; 
schemaLocation="http://192.168.72.7:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
 
  <xsd:import namespace="http://www.opengis.net/gml"; 
schemaLocation="http://192.168.72.7:8080/geoserver/schemas/gml/3.1.1/base/gml.xsd"/>
 
  <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

        

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to