-
Notifications
You must be signed in to change notification settings - Fork 25
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
Validation of Spatial Representation Type from ISO 19115 community profile XML document #185
Comments
Hello, I've noticed the planned tag has been added. Can you elaborate more on the planning schedule for this issue? Thank you in advance. Please let me know if more info are needed. |
In the meantime an updated version of SeaDataNet community profile has been released. Here are the updated test reports:
I have noticed a modified error message on the validator side in this case: |
Based on ISO TS 19139 and XML schema, each gmd:identificationInfo property of gmd:MD_Metadata can contain only one gmd:MD_DataIdentification element (consequently, the TG req 1.2 seems to be unnecessary). If so, the test should be made only to check the first gmd:identificationInfo property, regardless the DataIdentification element contained. |
This is fixed, thank you! |
We keep the issue open, until it is also deployed in the production instance of the Reference Validator. |
Error returned: Every metadata record must document the spatial representation types used in the dataset, but this record does not have a 'spatialRepresentationType' property.
I'm validating a SeaDataNet XML document, that is a community profile of ISO 19115 metadata (https://www.seadatanet.org/Standards/Metadata-formats/CDI), drafted according to official ISO 19115 rules.
Actually, the element is present, and it is to be found inside the sdn:SDN_DataIdentification section (gco:isoType="MD_DataIdentification_Type"). Most likely, the test doesn't recognize extensions from community profiles.
The text was updated successfully, but these errors were encountered: