Request Semantics KVP encoding
86
Copyright © 2010 Open Geospatial Consortium
Table 21 — Keywords for DescribeStoredQueries KVP-encoding
URL Component OMa
Description
Common Keywords REQUEST=DescribeStoredQueries
See Table 7 Only keywords for all operations or the DescribeStoredQueries
operation. STOREDQUERY_ID
O A comma-separated list of stored query identifiers to describe. If the
keyword is not specified then all stored queries offered by a server shall be described.
A
O = Optional, M = Mandatory
14.4.4 Response 14.4.4.1 Response semantics
Figure 26 describes the response to a DescribeStoredQueries operation.
DescribeS toredQueriesResponse + query [0. .] : StoredQueryDesc ription
ParameterExpression + name : LocalName
+ type : ScopedName + title [0..] : LocalisedCharacterString
+ abstract [0..] : LocalisedCharacterString + metadata [0..] : Any
StoredQueryDescription + title [0..] : LocalisedCharacterString
+ abstract [0..] : LocalisedCharacterString + metadata [0. .] : Any
+ id : URI + parameter [ 0..] : ParameterExpression
+ queryExpressionText [ 0..] : QueryExpressionText
QueryE xpressionText + any [0..] : Any
+ ret urnFeatureTypes [1..] : ScopedName + language : URI
+ isPrivate : Boolean = false
Figure 26 — DescribeStoredQueriesResponse 14.4.4.2 XML encoding
The following XML Schema fragment defines the response to a DescribeStoredQueries operation:
xsd:element name=DescribeStoredQueriesResponse type=wfs:DescribeStoredQueriesResponseType
xsd:complexType name=DescribeStoredQueriesResponseType xsd:sequence
xsd:element name=StoredQueryDescription type=wfs:StoredQueryDescriptionType
minOccurs=0 maxOccurs=unbounded xsd:sequence
xsd:complexType
The response contains one or more wfs:StoredQueryDescription elements each describing a stored query. See 14.2 for a description of the wfs:StoredQueryDescriptionType type.
Copyright © 2010 Open Geospatial Consortium
87 14.5 CreateStoredQuery operation