Error returned: The metadata record does not specify the coordinate reference system(s) used in the dataset.
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 CRS is specified in the document, at XPath: gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier/gmd:code/sdn:SDN_CRSCode
Most likely, the test expects gco:CharacterString instead of the codelist sdn:SDN_CRSCode that is a community defined code list.
Error returned: The metadata record does not specify the coordinate reference system(s) used in the dataset.
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 CRS is specified in the document, at XPath: gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier/gmd:RS_Identifier/gmd:code/sdn:SDN_CRSCode
Most likely, the test expects gco:CharacterString instead of the codelist sdn:SDN_CRSCode that is a community defined code list.