Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codelist iso19135 format missing the <status> element for each entry #250

Closed
arantzaetxebarria opened this issue Jan 13, 2023 · 1 comment
Labels
solved Solution developed and accepted, not yet deployed Type: Bug Something isn't working
Milestone

Comments

@arantzaetxebarria
Copy link
Collaborator

This issue comes from INSPIRE Registry helpdesk #45
From: OTWillems

An FME application I developed for Dutch local government checks in a codelist if an entry is still valid. My logic can't determine if an entry is valid because the status node is missing in the ISO 19135 format.

INSPIRE Registry Codelist that has the issue:
https://inspire.ec.europa.eu/codelist/EnvironmentalDomain

INSPIRE codelist as ISO 19135
https://inspire.ec.europa.eu/codelist/EnvironmentalDomain/EnvironmentalDomain.en.iso19135xml

The ISO 19135 XSD it's referring to:
https://standards.iso.org/iso/19135/-2/reg/1.0/registration.xsd#:~:text=%3CcomplexType%20name%3D%22RE_RegisterItem_Type,%3C/complexType%3E

The part of the XSD stating that status is mandatory:

<complexType` name="RE_RegisterItem_Type">
<complexContent>
<extension base="pre:Abstract_RegisterItem_Type">
<sequence>
<element maxOccurs="unbounded" minOccurs="0" name="predecessor" type="reg:RE_RegisterItem_PropertyType"/>
<element name="itemIdentifier" type="gco:Integer_PropertyType"/>
<element name="name" type="gco:CharacterString_PropertyType"/>
<element name="status" type="reg:RE_ItemStatus_PropertyType"/>              <<<<=========
<element minOccurs="0" name="dateAccepted" type="gco:Date_PropertyType"/>
<element minOccurs="0" name="dateAmended" type="gco:Date_PropertyType"/>
...
</sequence>
</extension>
</complexContent>
</complexType>
@arantzaetxebarria arantzaetxebarria added the under analysis A first analysis is performing label Jan 13, 2023
@arantzaetxebarria arantzaetxebarria added this to the Next Release milestone Jan 13, 2023
@oruscalleda oruscalleda added the Type: Bug Something isn't working label Jan 13, 2023
@oruscalleda oruscalleda added under development A solution is being developed and removed under analysis A first analysis is performing labels Jan 16, 2023
@oruscalleda oruscalleda assigned unaibrrgn and unassigned oruscalleda Jan 16, 2023
@arantzaetxebarria arantzaetxebarria added ready for testing Solution is ready to test and removed under development A solution is being developed labels Mar 20, 2023
@oruscalleda oruscalleda added solved Solution developed and accepted, not yet deployed and removed ready for testing Solution is ready to test labels Apr 5, 2023
@OTWillems
Copy link

Hello,
I see this item is marked as closed, but I don't see any changes in the ISO19135 codelist, could you provide some feedback on the status? (pun intended)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved Solution developed and accepted, not yet deployed Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants