Resource constraints such as the famous data license code can be either a character string or an anchor, that is, the Xpath can be either:
/gmd:MD_Metadata/gmd:identificationInfo//gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints/gco:CharacterString
or
/gmd:MD_Metadata/gmd:identificationInfo//gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints/gmx:Anchor.
In fact, the anchor is preferred in KPIs. Unfortunately, the pywcmp tool has Xpath hard-coded to the CharacterString.
Resource constraints such as the famous data license code can be either a character string or an anchor, that is, the Xpath can be either:
/gmd:MD_Metadata/gmd:identificationInfo//gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints/gco:CharacterString
or/gmd:MD_Metadata/gmd:identificationInfo//gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints/gmx:Anchor
. In fact, the anchor is preferred in KPIs. Unfortunately, the pywcmp tool has Xpath hard-coded to the CharacterString.