Definition Type: ComplexType
Name: QueryExpressionTextType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into isPrivate in schema wfs_xsd Drilldown into language in schema wfs_xsd Drilldown into returnFeatureTypes in schema wfs_xsdXSD Diagram of QueryExpressionTextType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="QueryExpressionTextType" mixed="true">
    <xsd:choice>
        <xsd:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded" />
        <xsd:any namespace="##targetNamespace" processContents="skip" minOccurs="0" maxOccurs="unbounded" />
    </xsd:choice>
    <xsd:attribute name="returnFeatureTypes" type="wfs:ReturnFeatureTypesListType" use="required" />
    <xsd:attribute name="language" type="xsd:anyURI" use="required" />
    <xsd:attribute name="isPrivate" type="xsd:boolean" default="false" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##other' 0 unbounded
<xs:any> Allowed namespace: '##targetNamespace' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
returnFeatureTypes wfs:returnFeatureTypes Required
language wfs:language Required
isPrivate wfs:isPrivate false (Optional)
Collapse Derivation Tree:
Collapse References:
wfs:QueryExpressionText