Merge branch 'master' into 63-extend-spatial-harvesters
This commit is contained in:
commit
f960733727
|
@ -202,6 +202,13 @@ class ISOResourceLocator(ISOElement):
|
|||
class ISOResponsibleParty(ISOElement):
|
||||
|
||||
elements = [
|
||||
ISOElement(
|
||||
name="individual-name",
|
||||
search_paths=[
|
||||
"gmd:individualName/gco:CharacterString/text()",
|
||||
],
|
||||
multiplicity="0..1",
|
||||
),
|
||||
ISOElement(
|
||||
name="organisation-name",
|
||||
search_paths=[
|
||||
|
|
Loading…
Reference in New Issue