Definition Type: Element
Name: ResourceID
Namespace: http://www.opengis.net/ows/1.1
Type: anyURI:http://www.w3.org/2001/XMLSchema
Containing Schema: owsGetResourceByID.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of ResourceID in schema owsgetresourcebyid_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<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>