Definition Type: ComplexType
Name: GetResourceByIdType
Namespace: http://www.opengis.net/ows/1.1
Containing Schema: owsGetResourceByID.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into OutputFormat in schema owsdataidentification_xsd Drilldown into ResourceID in schema owsgetresourcebyid_xsd Drilldown into version in schema owsgetresourcebyid_xsd Drilldown into service in schema owsgetresourcebyid_xsdXSD Diagram of GetResourceByIdType in schema owsgetresourcebyid_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<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>
    <attribute name="version" type="ows:VersionType" use="required">
    </attribute>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ResourceID ows:ResourceID 0 unbounded
OutputFormat ows:OutputFormat 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
service ows:service Required
version ows:version Required
Collapse Derivation Tree:
Collapse References:
ows:GetResourceByID