Skip to content

Commit

Permalink
EEA / Statistical data / Add date of next update.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Jul 29, 2024
1 parent 8a0008a commit 04a8046
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions schemas/iso19139/src/main/plugin/iso19139/layout/config-editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1864,9 +1864,14 @@

<section name="eea-additional">

<field xpath="/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:resourceMaintenance"
or="resourceMaintenance"
in="/gmd:MD_Metadata/gmd:identificationInfo/*"/>
<section forEach="/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:resourceMaintenance"
del="."
or="resourceMaintenance"
in="/gmd:MD_Metadata/gmd:identificationInfo/*">
<field xpath="*/gmd:maintenanceAndUpdateFrequency" or="maintenanceAndUpdateFrequency" in="*"/>
<field xpath="*/gmd:dateOfNextUpdate" or="dateOfNextUpdate" in="*"/>
<field xpath="*/gmd:maintenanceNote" or="maintenanceNote" in="*"/>
</section>
<text ref="eea-maintenance-help"/>

<field xpath="/gmd:MD_Metadata/gmd:identificationInfo/*/gmd:language"/>
Expand Down Expand Up @@ -2285,6 +2290,9 @@
<for name="gmd:pointOfContact"/>
<for name="gmd:spatialRepresentationType"/>
<for name="gmd:resourceMaintenance"/>
<for name="gmd:maintenanceAndUpdateFrequency"/>
<for name="gmd:dateOfNextUpdate"/>
<for name="gmd:maintenanceNote"/>
<for name="gmd:supplementalInformation"/>
<for name="gmd:lineage"/>
</flatModeExceptions>
Expand Down

0 comments on commit 04a8046

Please sign in to comment.