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):
|
class ISOResponsibleParty(ISOElement):
|
||||||
|
|
||||||
elements = [
|
elements = [
|
||||||
|
ISOElement(
|
||||||
|
name="individual-name",
|
||||||
|
search_paths=[
|
||||||
|
"gmd:individualName/gco:CharacterString/text()",
|
||||||
|
],
|
||||||
|
multiplicity="0..1",
|
||||||
|
),
|
||||||
ISOElement(
|
ISOElement(
|
||||||
name="organisation-name",
|
name="organisation-name",
|
||||||
search_paths=[
|
search_paths=[
|
||||||
|
|
Loading…
Reference in New Issue