Ticket #907 (closed defect: fixed)
WFS DESCRIBESCHEMA returns fdo:int32 for integer values
| Reported by: | ksgeograf | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 2.4 |
| Component: | WFS Interface | Version: | 2.1.0 |
| Severity: | trivial | Keywords: | |
| Cc: | External ID: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.
