Issue Type: Wish Wish
Affects Versions: 2.2
Assignee: Andrea Aime
Components: WFS
Created: 05/Oct/12 3:31 AM
Description:

xsd:annotation can be used to add human- or machine readable information to the schema. In client applications, this could be used to provide titles and descriptions for attribute display or editing components, e.g.

<xsd:element maxOccurs="1" minOccurs="0" name="PERSONS" nillable="true" type="xsd:double">
    <xsd:annotation>
        <xsd:appinfo>{"title":{"en":"Population"}}</xsd:appinfo>
        <xsd:documentation xml:lang="en">
            Number of persons living in the state
        </xsd:documentation>
    </xsd:annotation>
</xsd:element>

Unfortunately GeoServer strips the content of the annotation element, so this does not work. The desired behavior would be that GeoServer passes on the full annotation as provided in schema.xsd.

Project: GeoServer
Priority: Minor Minor
Reporter: Andreas Hocevar
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to