Definition Type: ComplexType
Name: GetPropertyValueType
Namespace: http://www.opengis.net/wfs/2.0
Type: wfs:BaseRequestType
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AbstractQueryExpression in schema query_xsd Drilldown into handle in schema wfs_xsd Drilldown into version in schema wfs_xsd Drilldown into service in schema wfs_xsd Drilldown into BaseRequestType in schema wfs_xsd Drilldown into resolveTimeout in schema wfs_xsd Drilldown into resolveDepth in schema wfs_xsd Drilldown into resolve in schema wfs_xsd Drilldown into StandardResolveParameters in schema wfs_xsd Drilldown into outputFormat in schema wfs_xsd Drilldown into resultType in schema wfs_xsd Drilldown into count in schema wfs_xsd Drilldown into startIndex in schema wfs_xsd Drilldown into StandardPresentationParameters in schema wfs_xsd Drilldown into resolvePath in schema wfs_xsd Drilldown into valueReference in schema wfs_xsdXSD Diagram of GetPropertyValueType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="GetPropertyValueType">
    <xsd:complexContent>
        <xsd:extension base="wfs:BaseRequestType">
            <xsd:sequence>
                <xsd:element ref="fes:AbstractQueryExpression" />
            </xsd:sequence>
            <xsd:attribute name="valueReference" type="xsd:string" use="required" />
            <xsd:attribute name="resolvePath" type="xsd:string" />
            <xsd:attributeGroup ref="wfs:StandardPresentationParameters" />
            <xsd:attributeGroup ref="wfs:StandardResolveParameters" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractQueryExpression fes:AbstractQueryExpression (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
service wfs:service Required
version wfs:version Required
handle wfs:handle (Optional)
valueReference wfs:valueReference Required
resolvePath wfs:resolvePath (Optional)
startIndex wfs:startIndex 0 (Optional)
count wfs:count (Optional)
resultType wfs:resultType results (Optional)
outputFormat wfs:outputFormat application/gml+xml; version=3.2 (Optional)
resolve wfs:resolve none (Optional)
resolveDepth wfs:resolveDepth * (Optional)
resolveTimeout wfs:resolveTimeout 300 (Optional)
Collapse Derivation Tree:
Collapse References:
wfs:GetPropertyValue