#358: GROUP and CHOICE element handling.
--------------------------+-------------------------------------------------
Reporter: justinrowles | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: General | Version: v2.6.1
Keywords: |
--------------------------+-------------------------------------------------
When there is a group or choice of elements, the xml generated by
geonetwork to create the front end form has elements like...
<xxx:YyyyZzzzGROUP_ELEMENT0>
and
<xxx:YyyyZzzzCHOICE_ELEMENT1>
I don’t think they should be called that because they don’t form part of
the xxx namespace at all.
I suggest that they should be refactored to create ...
<geonet:group type=”xxx:YyyyZzzz" ref="GROUP_ELEMENT0”>
and
<geonet:choice type=”xxx:YyyyZzzz" ref="CHOICE_ELEMENT1”>
...or similar.
This would make it much easier to create tabs where components are
included or excluded with specific business functionality.
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/358>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.