Definition Type: ComplexType
Name: StoredQueryDescriptionType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into QueryExpressionText in schema wfs_xsd Drilldown into Parameter in schema wfs_xsd Drilldown into Metadata in schema owscommon_xsd Drilldown into Abstract in schema wfs_xsd Drilldown into Title in schema wfs_xsd Drilldown into id in schema wfs_xsdXSD Diagram of StoredQueryDescriptionType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="StoredQueryDescriptionType">
    <xsd:sequence>
        <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="wfs:Abstract" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Parameter" type="wfs:ParameterExpressionType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="QueryExpressionText" type="wfs:QueryExpressionTextType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:anyURI" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title wfs:Title 0 unbounded
Abstract wfs:Abstract 0 unbounded
Metadata ows:Metadata 0 unbounded
Parameter wfs:Parameter 0 unbounded
QueryExpressionText wfs:QueryExpressionText 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id wfs:id Required
Collapse Derivation Tree:
Collapse References:
wfs:StoredQueryDefinition, wfs:StoredQueryDescription