You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm extending the iso19115 profile by enabling the already created and unused GXE xml files to show the whole profile.
The problem is that some elements have more than one occurrence, like the 'result' element in Quality reports.
The iso19115 xml looks like this (see geoportal/profiles/metadata/iso/iso19110/iso19110/schema/gmd/dataQuality/AbstractDQ_Element_Type.xml):
Creation of these metadata from the editor interface works perfect, but they won't show properly in the editor when trying to edit it again. The editor interface will only show information for the first 'result' element and will leave blank the other one.
I've noticed that repeated elements with g:maxOccurs="unbounded" don't have this problem though.
Is this a bug?
The text was updated successfully, but these errors were encountered:
NG-AG
changed the title
GXE can't interpret duplicate elements
GXE editor can't read repeated elements out
Feb 20, 2018
I'm extending the iso19115 profile by enabling the already created and unused GXE xml files to show the whole profile.
The problem is that some elements have more than one occurrence, like the 'result' element in Quality reports.
The iso19115 xml looks like this (see geoportal/profiles/metadata/iso/iso19110/iso19110/schema/gmd/dataQuality/AbstractDQ_Element_Type.xml):
Creation of these metadata from the editor interface works perfect, but they won't show properly in the editor when trying to edit it again. The editor interface will only show information for the first 'result' element and will leave blank the other one.
I've noticed that repeated elements with g:maxOccurs="unbounded" don't have this problem though.
Is this a bug?
The text was updated successfully, but these errors were encountered: