Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema owsGetResourceByID.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the GetResourceByID
operation request message. This typical operation is specified as a base
for profiling in specific OWS specifications. For information on the
allowed changes and limitations in such profiling, see Subclause 9.4.1 of
the OWS Common specification.
    
OWS is an OGC Standard.
Copyright (c) 2009 Open Geospatial Consortium.
To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 2.0.2
Element ows:Resource
Namespace http://www.opengis.net/ows/2.0
Annotations
XML encoded GetResourceByID operation response. The
complexType used by this element shall be specified by each specific
OWS.
Diagram
Diagram
Source
<element name="Resource">
  <annotation>
    <documentation>XML encoded GetResourceByID operation response. The complexType used by this element shall be specified by each specific OWS.</documentation>
  </annotation>
</element>
Element ows:GetResourceByID
Namespace http://www.opengis.net/ows/2.0
Diagram
Diagram owsGetResourceByID_xsd.tmp#GetResourceByIdType_service owsGetResourceByID_xsd.tmp#GetResourceByIdType_version owsGetResourceByID_xsd.tmp#GetResourceByIdType_ResourceID owsDataIdentification_xsd.tmp#OutputFormat owsGetResourceByID_xsd.tmp#GetResourceByIdType
Type ows:GetResourceByIdType
Properties
content complex
Model
Children ows:OutputFormat, ows:ResourceID
Instance
<ows:GetResourceByID service="" version="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:ResourceID>{0,unbounded}</ows:ResourceID>
  <ows:OutputFormat>{0,1}</ows:OutputFormat>
</ows:GetResourceByID>
Attributes
QName Type Use
service ows:ServiceType required
version ows:VersionType required
Source
<element name="GetResourceByID" type="ows:GetResourceByIdType"/>
Element ows:GetResourceByIdType / ows:ResourceID
Namespace http://www.opengis.net/ows/2.0
Annotations
Unordered list of zero or more resource identifiers.
These identifiers can be listed in the Contents section of the
service metadata (Capabilities) document. For more information on
this parameter, see Subclause 9.4.2.1 of the OWS Common
specification.
Diagram
Diagram
Type anyURI
Properties
content simple
minOccurs 0
maxOccurs unbounded
Source
<element name="ResourceID" type="anyURI" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Unordered list of zero or more resource identifiers. These identifiers can be listed in the Contents section of the service metadata (Capabilities) document. For more information on this parameter, see Subclause 9.4.2.1 of the OWS Common specification.</documentation>
  </annotation>
</element>
Complex Type ows:GetResourceByIdType
Namespace http://www.opengis.net/ows/2.0
Annotations
Request to a service to perform the GetResourceByID
operation. This operation allows a client to retrieve one or more
identified resources, including datasets and resources that describe
datasets or parameters. In this XML encoding, no "request" parameter is
included, since the element name specifies the specific
operation.
Diagram
Diagram owsGetResourceByID_xsd.tmp#GetResourceByIdType_service owsGetResourceByID_xsd.tmp#GetResourceByIdType_version owsGetResourceByID_xsd.tmp#GetResourceByIdType_ResourceID owsDataIdentification_xsd.tmp#OutputFormat
Used by
Model
Children ows:OutputFormat, ows:ResourceID
Attributes
QName Type Use
service ows:ServiceType required
version ows:VersionType required
Source
<complexType name="GetResourceByIdType">
  <annotation>
    <documentation>Request to a service to perform the GetResourceByID operation. This operation allows a client to retrieve one or more identified resources, including datasets and resources that describe datasets or parameters. In this XML encoding, no "request" parameter is included, since the element name specifies the specific operation.</documentation>
  </annotation>
  <sequence>
    <element name="ResourceID" type="anyURI" minOccurs="0" maxOccurs="unbounded">
      <annotation>
        <documentation>Unordered list of zero or more resource identifiers. These identifiers can be listed in the Contents section of the service metadata (Capabilities) document. For more information on this parameter, see Subclause 9.4.2.1 of the OWS Common specification.</documentation>
      </annotation>
    </element>
    <element ref="ows:OutputFormat" minOccurs="0">
      <annotation>
        <documentation>Optional reference to the data format to be used for response to this operation request. This element shall be included when multiple output formats are available for the selected resource(s), and the client desires a format other than the specified default, if any.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="service" type="ows:ServiceType" use="required"/>
  <attribute name="version" type="ows:VersionType" use="required"/>
</complexType>
Attribute ows:GetResourceByIdType / @service
Namespace No namespace
Type ows:ServiceType
Properties
use required
Used by
Source
<attribute name="service" type="ows:ServiceType" use="required"/>
Attribute ows:GetResourceByIdType / @version
Namespace No namespace
Type ows:VersionType
Properties
use required
Facets
pattern \d+\.\d?\d\.\d?\d
Used by
Source
<attribute name="version" type="ows:VersionType" use="required"/>