Definition Type: Element
Name: GetFeature
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:GetFeatureType
Containing Schema: wfs.xsd
Abstract
Documentation:
The GetFeature element is used to request that a Web Feature Service return feature type instances of one or more feature types.
Collapse XSD Schema Diagram:
Drilldown into Query in schema wfs_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 traverseXlinkExpiry in schema wfs_xsd Drilldown into traverseXlinkDepth in schema wfs_xsd Drilldown into maxFeatures in schema wfs_xsd Drilldown into outputFormat in schema wfs_xsd Drilldown into resultType in schema wfs_xsd Drilldown into GetFeatureType in schema wfs_xsdXSD Diagram of GetFeature in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="GetFeature" type="wfs:GetFeatureType">
    <xsd:annotation>
        <xsd:documentation>
            The GetFeature element is used to request that a Web Feature
            Service return feature type instances of one or more feature
            types.
         </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Query wfs:Query (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
service wfs:service WFS Optional
version wfs:version 1.1.0 Optional
handle wfs:handle Optional
resultType wfs:resultType results Optional
outputFormat wfs:outputFormat text/xml; subtype=gml/3.1.1 Optional
maxFeatures wfs:maxFeatures Optional
traverseXlinkDepth wfs:traverseXlinkDepth Optional
traverseXlinkExpiry wfs:traverseXlinkExpiry Optional
Collapse Derivation Tree: