Difference between revisions of "OGC XML Schemas and FOSS4G Software Distribution"
Jump to navigation
Jump to search
Tomkralidis (talk | contribs) (Created page with "=Background= Discussion on OSGeo-Standards mailing list: http://osgeo-org.1560.x6.nabble.com/OGC-XML-schemas-and-FOSS4G-software-distribution-td5186023.html =Current Text= =Pr...") |
Tomkralidis (talk | contribs) |
||
Line 2: | Line 2: | ||
Discussion on OSGeo-Standards mailing list: http://osgeo-org.1560.x6.nabble.com/OGC-XML-schemas-and-FOSS4G-software-distribution-td5186023.html | Discussion on OSGeo-Standards mailing list: http://osgeo-org.1560.x6.nabble.com/OGC-XML-schemas-and-FOSS4G-software-distribution-td5186023.html | ||
+ | |||
+ | ==Problem Statement== | ||
+ | |||
+ | FOSS4G software may encounter distribution issues when including OGC Schemas as part of the codebase. | ||
+ | |||
+ | =Use of OGC XML Schemas in FOSS4G Implementations= | ||
+ | |||
+ | * used to re-publish schemas: | ||
+ | ** XML responses cite <code>xsi:schemaLocation</code> of pointing to locally cached OGC schemas | ||
+ | *** e.g. <code>xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2 http://HOST/csw/2.0.2/CSW-discovery.xsd"></code> | ||
+ | * used to validate XML based HTTP requests | ||
=Current Text= | =Current Text= | ||
=Proposed Text= | =Proposed Text= |
Revision as of 11:55, 16 February 2015
Background
Discussion on OSGeo-Standards mailing list: http://osgeo-org.1560.x6.nabble.com/OGC-XML-schemas-and-FOSS4G-software-distribution-td5186023.html
Problem Statement
FOSS4G software may encounter distribution issues when including OGC Schemas as part of the codebase.
Use of OGC XML Schemas in FOSS4G Implementations
- used to re-publish schemas:
- XML responses cite
xsi:schemaLocation
of pointing to locally cached OGC schemas- e.g.
xsi:schemaLocation="http://www.opengis.net/cat/csw/2.0.2 http://HOST/csw/2.0.2/CSW-discovery.xsd">
- e.g.
- XML responses cite
- used to validate XML based HTTP requests