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
attribute is the odd one out, as it actually refers to an XML attribute, and we are dealing with a database here.
When looking at examples, attribute is NULL (for "regular" properties), href (for code list references) or nilReason.
When using a (not yet developed) extension for code lists, see #17, href would not be needed any more.
Regarding nilReason: until today, I thought that providing it was mandatory when a property is void. But when reading the specification again, and when looking at https://github.com/inspire-eu-validation/data/blob/1372bc5a6eb7c7dd5e1c80738d9c38532fb9e68d/schemas/gml-model.md#nilMissing, it seems that provision of that value is actually optional. So could we actually completely drop nilReason? After working with INSPIRE, that piece of information really seems of little use. And then we would be able to drop column attribute completely.
The text was updated successfully, but these errors were encountered:
Currently, the table DatasetDefaultProperties is defined as
Adapting the naming to the GeoPackage spec (see also #17) would give something like:
attribute
is the odd one out, as it actually refers to an XML attribute, and we are dealing with a database here.When looking at examples,
attribute
is NULL (for "regular" properties),href
(for code list references) ornilReason
.When using a (not yet developed) extension for code lists, see #17,
href
would not be needed any more.Regarding
nilReason
: until today, I thought that providing it was mandatory when a property is void. But when reading the specification again, and when looking at https://github.com/inspire-eu-validation/data/blob/1372bc5a6eb7c7dd5e1c80738d9c38532fb9e68d/schemas/gml-model.md#nilMissing, it seems that provision of that value is actually optional. So could we actually completely dropnilReason
? After working with INSPIRE, that piece of information really seems of little use. And then we would be able to drop columnattribute
completely.The text was updated successfully, but these errors were encountered: