complexType QueryConstraintType

complexType {http://www.opengis.net/cat/csw}QueryConstraintType

Derived Types
{http://www.opengis.net/cat/csw}QueryConstraintType
 {http://www.opengis.net/cat/csw}Constraint (by type)
Abstractfalse (This can be used in an instance)
Target Namespacehttp://www.opengis.net/cat/csw
Declared Namespacesxmlns:ogc=http://www.opengis.net/ogc
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:ows=http://www.opengis.net/ows
xmlns:csw=http://www.opengis.net/cat/csw


Source

<xsd:complexType name="QueryConstraintType" id="QueryConstraintType">
    <
xsd:annotation>
        <
xsd:documentation xml:lang="en">
A search constraint that adheres to one of the following syntaxes:
Filter - OGC filter expression
CqlText - OGC CQL predicate
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:choice>
        <
xsd:element ref="ogc:Filter"/>
        <
xsd:element name="CqlText" type="xsd:string"/>
    </
xsd:choice>
    <
xsd:attribute name="version" type="xsd:string" use="required">
        <
xsd:annotation>
            <
xsd:documentation>Query language version</xsd:documentation>
        </
xsd:annotation>
    </
xsd:attribute>
</
xsd:complexType>


Documentation

A search constraint that adheres to one of the following syntaxes:
Filter   - OGC filter expression
CqlText  - OGC CQL predicate


complexType QueryConstraintType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.