Definition Type: ComplexType
Name: GetCapabilitiesType
Namespace: http://www.opengis.net/wfs
Containing Schema: WFS-basic.xsd
Abstract False
Documentation:
This type defines the GetCapabilities operation. In response to a GetCapabilities request, a Web Feature Service must generate a capabilities XML document that validates against the schemas defined in WFS-capabilities.xsd.
Collapse XSD Schema Diagram:
Drilldown into service Drilldown into versionXSD Diagram of GetCapabilitiesType
Collapse XSD Schema Code:
<xsd:complexType name="GetCapabilitiesType">
    <xsd:annotation>
        <xsd:documentation>

            This type defines the GetCapabilities operation.  In response

            to a GetCapabilities request, a Web Feature Service must 

            generate a capabilities XML document that validates against

            the schemas defined in WFS-capabilities.xsd.

         </xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="version" type="xsd:string" use="optional" fixed="1.0.0" />
    <xsd:attribute name="service" type="xsd:string" use="required" fixed="WFS" />
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
version wfs:version Optional
service wfs:service Required
Collapse Derivation Tree:
Collapse References:
wfs:GetCapabilities
Collapse Comments:
blog comments powered by Disqus