Definition Type: Element
Name: PropertyName
Namespace: http://www.opengis.net/wfs/2.0
Type: QName:http://www.w3.org/2001/XMLSchema
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into resolvePath 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_xsdXSD Diagram of PropertyName in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:element name="PropertyName" substitutionGroup="fes:AbstractProjectionClause">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:QName">
                <xsd:attributeGroup ref="wfs:StandardResolveParameters" />
                <xsd:attribute name="resolvePath" type="xsd:string" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
resolve wfs:resolve none (Optional)
resolveDepth wfs:resolveDepth * (Optional)
resolveTimeout wfs:resolveTimeout 300 (Optional)
resolvePath wfs:resolvePath (Optional)
Collapse References:
fes:AbstractProjectionClause