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

HY_Hydro - Physical Waters_Change from 1089 amendment #84

Closed
fabiovinci opened this issue Jan 18, 2024 · 0 comments · Fixed by #85
Closed

HY_Hydro - Physical Waters_Change from 1089 amendment #84

fabiovinci opened this issue Jan 18, 2024 · 0 comments · Fixed by #85
Labels
non-breaking change The change proposal does not prevent backward compatibility of the schema
Milestone

Comments

@fabiovinci
Copy link
Collaborator

Change description

Change the data type of the geometry attribute of the DrainageBasin feature type from "GM_Surface" to "GM_Object"

Implementation of change

Current encoding:

<element name="geometry" type="gml:SurfacePropertyType">
   <annotation>
       <documentation>-- Definition --The geometry of the drainage basin, as a surface.</documentation>
   </annotation>
</element>

New encoding:

<element name="geometry" type="gml:GeometryPropertyType">
   <annotation>
       <documentation>-- Definition --The geometry of the drainage basin, as a surface.</documentation>
   </annotation>
</element>

Additional information

Related TG issue

HY - Changes from 1089 amendment #127

Addressed schema

https://inspire.ec.europa.eu/schemas/hy-p/4.0/HydroPhysicalWaters.xsd

@fabiovinci fabiovinci added this to the 2024.1 milestone Jan 18, 2024
@fabiovinci fabiovinci linked a pull request Jan 18, 2024 that will close this issue
@fabiovinci fabiovinci added the non-breaking change The change proposal does not prevent backward compatibility of the schema label Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
non-breaking change The change proposal does not prevent backward compatibility of the schema
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant