[mapguide-trac] #907: WFS DESCRIBESCHEMA returns fdo:int32 for integer values

MapGuide Open Source trac_mapguide at osgeo.org
Sat Mar 14 08:10:10 EDT 2009


#907: WFS DESCRIBESCHEMA returns fdo:int32 for integer values
-----------------------------+----------------------------------------------
   Reporter:  ksgeograf      |       Owner:       
       Type:  defect         |      Status:  new  
   Priority:  low            |   Milestone:       
  Component:  WFS Interface  |     Version:  2.0.1
   Severity:  trivial        |    Keywords:       
External_id:                 |  
-----------------------------+----------------------------------------------
 When issuing a DESCRIBESCHEMA call, the result contains this fragment:
  <xs:element name="Autogenerated_SDF_ID" fdo:readOnly="true"
 minOccurs="0" fdo:autogenerated="true">
     <xs:simpleType>
       <xs:restriction base="fdo:int32"/>
     </xs:simpleType>
     <xs:annotation>
       <xs:documentation>Autogenerated identity property</xs:documentation>
     </xs:annotation>
   </xs:element>

 It is very unlikely that the WFS client has any idea what this type really
 is. Since it is just a 32bit integer, it should map to xs:integer instead.

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/907>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list