Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Elements - Online Resource #233

Closed
2 tasks
stansmith907 opened this issue Sep 17, 2019 · 2 comments
Closed
2 tasks

New Elements - Online Resource #233

stansmith907 opened this issue Sep 17, 2019 · 2 comments

Comments

@stansmith907
Copy link
Contributor

Class onlineResource

New Element Definitions:

  • applicationProfile: { character} "Name of an application profile that can be used with the online resource"
  • protocolRequest: ( character ) "request used to access the resource depending on the protocol to be used (mainly for POST requests). EXAMPLE POST/XML:"
    <GetFeature service=”WFS” version=”2.0.0” outputFormat=”application/gml+xml; 
    version=3.2” 
    xmlns=http://www.opengis.net/wfs/2.0 
    xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance 
    xsi:schemaLocation=”http://www.opengis.net/wfs/2.0 
    http://schemas.opengis.net/wfs/2.0.0/wfs.xsd”>
    <Query typeNames=”Roads”/>
    </GetFeature>

Rules:

  • applicationProfile: optional
  • protocolRequest: optional

mdJson:

      {
         "uri": "uri",
         "name": "online resource name",
         "description": "online resource description",
         "function": "online resource function",
         "applicationProfile": "name of application profile",
         "protocol": "protocol",
         "protocolRequest": "request used to access the resource"
      }
@jlblcc
Copy link
Member

jlblcc commented Sep 17, 2019

This is a duplicate of #232.

@jlblcc
Copy link
Member

jlblcc commented Sep 17, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants