Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
iso19139.MERIDIAN
Commits
a6ad68b9
Commit
a6ad68b9
authored
Sep 06, 2019
by
Kim Mortimer
Browse files
Specify GML 3.2 again
parent
91c37fd7
Changes
20
Hide whitespace changes
Inline
Side-by-side
src/main/plugin/iso19139.MERIDIAN/convert/ATOM/inspire-atom-feed.xsl
View file @
a6ad68b9
...
...
@@ -7,7 +7,7 @@
xmlns:java=
"java:org.fao.geonet.util.XslUtil"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:georss=
"http://www.georss.org/georss"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:gmi=
"http://standards.iso.org/iso/19115/-2/gmi/1.0"
xmlns:MER=
"https://meridian.cs.dal.ca/"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/ATOM/iso19119ToAtomFeed.xsl
View file @
a6ad68b9
...
...
@@ -7,7 +7,7 @@
xmlns:java=
"java:org.fao.geonet.util.XslUtil"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:georss=
"http://www.georss.org/georss"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:gmi=
"http://standards.iso.org/iso/19115/-2/gmi/1.0"
xmlns:MER=
"https://meridian.cs.dal.ca/"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/OGCWxSGetCapabilitiesto19119/OGCSOSGetCapabilities-to-19119.xsl
View file @
a6ad68b9
...
...
@@ -24,7 +24,7 @@
-->
<xsl:stylesheet
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:srv=
"http://www.isotc211.org/2005/srv"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/OGCWxSGetCapabilitiesto19119/OGCSOSGetCapabilitiesLayer-to-19139.xsl
View file @
a6ad68b9
...
...
@@ -24,7 +24,7 @@
-->
<xsl:stylesheet
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/OGCWxSGetCapabilitiesto19119/identification.xsl
View file @
a6ad68b9
...
...
@@ -36,7 +36,7 @@
xmlns:wps=
"http://www.opengeospatial.net/wps"
xmlns:wps1=
"http://www.opengis.net/wps/1.0.0"
xmlns:wps2=
"http://www.opengis.net/wps/2.0"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:math=
"http://exslt.org/math"
xmlns:exslt=
"http://exslt.org/common"
xmlns:inspire_common=
"http://inspire.ec.europa.eu/schemas/common/1.0"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/ThreddsDIFToISO/DIFToISO.xsl
View file @
a6ad68b9
...
...
@@ -34,7 +34,7 @@
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:dif=
"http://gcmd.gsfc.nasa.gov/Aboutus/xml/dif/"
xmlns:fn=
"http://www.w3.org/2005/02/xpath-functions"
xmlns:MER=
"https://meridian.cs.dal.ca/"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/ThreddsToFragments/netcdf-attributes.xsl
View file @
a6ad68b9
...
...
@@ -26,7 +26,7 @@
xmlns:nc=
"http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:util=
"java:java.util.UUID"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/ThreddsToFragments/thredds-metadata.xsl
View file @
a6ad68b9
...
...
@@ -26,7 +26,7 @@
xmlns:nc=
"http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:util=
"java:java.util.UUID"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/WFSToFragments/deegree22_philosopher_fragments.xsl
View file @
a6ad68b9
...
...
@@ -25,7 +25,7 @@
<xsl:stylesheet
xmlns:app=
"http://www.deegree.org/app"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:wfs=
"http://www.opengis.net/wfs"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
...
...
src/main/plugin/iso19139.MERIDIAN/convert/WFSToFragments/geoserver_boundary_fragments.xsl
View file @
a6ad68b9
...
...
@@ -25,7 +25,7 @@
<xsl:stylesheet
xmlns:gn=
"http://geonetwork-opensource.org"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:wfs=
"http://www.opengis.net/wfs"
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
version=
"1.0"
>
...
...
src/main/plugin/iso19139.MERIDIAN/convert/ogcwxs-info-injection.xsl
View file @
a6ad68b9
...
...
@@ -28,7 +28,7 @@
xmlns:srv=
"http://www.isotc211.org/2005/srv"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:geonet=
"http://www.fao.org/geonetwork"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
...
...
src/main/plugin/iso19139.MERIDIAN/extract-gml.xsl
View file @
a6ad68b9
...
...
@@ -24,7 +24,7 @@
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
version=
"2.0"
>
...
...
src/main/plugin/iso19139.MERIDIAN/index-fields/index.xsl
View file @
a6ad68b9
...
...
@@ -34,7 +34,7 @@
xmlns:dwc=
"http://rs.tdwg.org/dwc/terms/"
xmlns:dwr=
"http://rs.tdwg.org/dwc/dwcrecord/"
xmlns:geonet=
"http://www.fao.org/geonetwork"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:MER=
"https://meridian.cs.dal.ca/"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
xmlns:daobs=
"http://daobs.org"
...
...
src/main/plugin/iso19139.MERIDIAN/process/build-extent-subtemplate.xsl
View file @
a6ad68b9
...
...
@@ -25,7 +25,7 @@
xmlns:gco=
"http://www.isotc211.org/2005/gco"
xmlns:gmd=
"http://www.isotc211.org/2005/gmd"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:xs=
"http://www.w3.org/2001/XMLSchema"
xmlns:gn=
"http://geonetwork-opensource.org"
xmlns:saxon=
"http://saxon.sf.net/"
...
...
src/main/plugin/iso19139.MERIDIAN/schematron/schematron-rules-inspire-sds.disabled.sch
View file @
a6ad68b9
...
...
@@ -25,7 +25,7 @@ USA.
<sch:title
xmlns=
"http://www.w3.org/2001/XMLSchema"
>
INSPIRE SDS metadata
</sch:title>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml"
/>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml
/3.2
"
/>
<sch:ns
prefix=
"gmd"
uri=
"http://www.isotc211.org/2005/gmd"
/>
<sch:ns
prefix=
"gmx"
uri=
"http://www.isotc211.org/2005/gmx"
/>
<sch:ns
prefix=
"srv"
uri=
"http://www.isotc211.org/2005/srv"
/>
...
...
src/main/plugin/iso19139.MERIDIAN/schematron/schematron-rules-inspire-strict.disabled.sch
View file @
a6ad68b9
...
...
@@ -34,7 +34,7 @@
-->
<sch:title
xmlns=
"http://www.w3.org/2001/XMLSchema"
>
INSPIRE Strict Validation rules
</sch:title>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml"
/>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml
/3.2
"
/>
<sch:ns
prefix=
"gmd"
uri=
"http://www.isotc211.org/2005/gmd"
/>
<sch:ns
prefix=
"gmx"
uri=
"http://www.isotc211.org/2005/gmx"
/>
<sch:ns
prefix=
"srv"
uri=
"http://www.isotc211.org/2005/srv"
/>
...
...
src/main/plugin/iso19139.MERIDIAN/schematron/schematron-rules-inspire.disabled.sch
View file @
a6ad68b9
...
...
@@ -78,7 +78,7 @@ USA.
-->
<sch:title
xmlns=
"http://www.w3.org/2001/XMLSchema"
>
INSPIRE metadata implementing rule validation
</sch:title>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml"
/>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml
/3.2
"
/>
<sch:ns
prefix=
"gmd"
uri=
"http://www.isotc211.org/2005/gmd"
/>
<sch:ns
prefix=
"gmx"
uri=
"http://www.isotc211.org/2005/gmx"
/>
<sch:ns
prefix=
"srv"
uri=
"http://www.isotc211.org/2005/srv"
/>
...
...
src/main/plugin/iso19139.MERIDIAN/schematron/schematron-rules-url-check.report_only.sch
View file @
a6ad68b9
...
...
@@ -2,7 +2,7 @@
<sch:schema
xmlns:sch=
"http://purl.oclc.org/dsdl/schematron"
>
<sch:title
xmlns=
"http://www.w3.org/2001/XMLSchema"
>
URL Validation
</sch:title>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml"
/>
<sch:ns
prefix=
"gml"
uri=
"http://www.opengis.net/gml
/3.2
"
/>
<sch:ns
prefix=
"gmd"
uri=
"http://www.isotc211.org/2005/gmd"
/>
<sch:ns
prefix=
"che"
uri=
"http://www.geocat.ch/2008/che"
/>
<sch:ns
prefix=
"srv"
uri=
"http://www.isotc211.org/2005/srv"
/>
...
...
src/main/plugin/iso19139.MERIDIAN/update-fixed-info-keywords.xsl
View file @
a6ad68b9
...
...
@@ -25,7 +25,7 @@
<!-- Modifications essentially to support ISO 19139-2 + Darwin Core-->
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:srv=
"http://www.isotc211.org/2005/srv"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
...
...
src/main/plugin/iso19139.MERIDIAN/update-fixed-info-subtemplate.xsl
View file @
a6ad68b9
...
...
@@ -25,7 +25,7 @@
<!-- Modifications essentially to support ISO 19139-2 + Darwin Core-->
<xsl:stylesheet
xmlns:xsl=
"http://www.w3.org/1999/XSL/Transform"
xmlns:gml=
"http://www.opengis.net/gml"
xmlns:gml=
"http://www.opengis.net/gml
/3.2
"
xmlns:srv=
"http://www.isotc211.org/2005/srv"
xmlns:gmx=
"http://www.isotc211.org/2005/gmx"
xmlns:gco=
"http://www.isotc211.org/2005/gco"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment