wfs:WFS_Capabilities
Element information
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Schema document: external/ogc-wfs/1.1.0/dhs-gmo/1.0.0/wfs.xsd
Type: wfs:WFS_CapabilitiesType
Properties: Global, Qualified
Content
- Sequence [1..1]
- ows:ServiceIdentification [0..1] General metadata for this specific server. This XML Schema of this section shall be the same for all OWS.
- ows:ServiceProvider [0..1] Metadata about the organization that provides this specific service instance or server.
- ows:OperationsMetadata [0..1] Metadata about the operations and related abilities specified by this service and implemented by this server, including the URLs for operation requests. The basic contents of this section shall be the same for all OWS types, but individual services can add elements and/or change the optionality of optional elements.
- wfs:FeatureTypeList [0..1]
- wfs:ServesGMLObjectTypeList [0..1] List of GML Object types available for GetGmlObject requests
- wfs:SupportsGMLObjectTypeList [0..1] List of GML Object types that WFS is capable of serving, either directly, or as validly derived types defined in a GML application schema.
- ogc:Filter_Capabilities [1..1]
from type ows:CapabilitiesBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
version | [1..1] | ows:VersionType | from type ows:CapabilitiesBaseType | |
updateSequence | [0..1] | ows:UpdateSequenceType | from type ows:CapabilitiesBaseType |
Sample instance
<wfs:WFS_Capabilities version="string"> <ows:ServiceIdentification> <ows:Title>string</ows:Title> <ows:Abstract>string</ows:Abstract> <ows:Keywords> <ows:Keyword>string</ows:Keyword> <ows:Type>string</ows:Type> </ows:Keywords> <ows:ServiceType>string</ows:ServiceType> <ows:ServiceTypeVersion>string</ows:ServiceTypeVersion> <ows:Fees>string</ows:Fees> <ows:AccessConstraints>string</ows:AccessConstraints> </ows:ServiceIdentification> <ows:ServiceProvider> <ows:ProviderName>string</ows:ProviderName> <ows:ProviderSite/> <ows:ServiceContact> <ows:IndividualName>string</ows:IndividualName> <ows:PositionName>string</ows:PositionName> <ows:ContactInfo>... </ows:ContactInfo> <ows:Role>string</ows:Role> </ows:ServiceContact> </ows:ServiceProvider> <ows:OperationsMetadata> <ows:Operation name="string"> <ows:DCP>... </ows:DCP> <ows:Parameter name="string">... </ows:Parameter> <ows:Constraint name="string">... </ows:Constraint> <ows:Metadata>... </ows:Metadata> </ows:Operation> <ows:Parameter name="string"> <ows:Value>string</ows:Value> <ows:Metadata>... </ows:Metadata> </ows:Parameter> <ows:Constraint name="string"> <ows:Value>string</ows:Value> <ows:Metadata>... </ows:Metadata> </ows:Constraint> <ows:ExtendedCapabilities>any content</ows:ExtendedCapabilities> </ows:OperationsMetadata> <wfs:FeatureTypeList> <wfs:Operations> <wfs:Operation>Insert</wfs:Operation> </wfs:Operations> <wfs:FeatureType> <wfs:Name>QName</wfs:Name> <wfs:Title>string</wfs:Title> <wfs:Abstract>string</wfs:Abstract> <ows:Keywords>... </ows:Keywords> <wfs:DefaultSRS>http://www.example.com/</wfs:DefaultSRS> <wfs:OtherSRS>http://www.example.com/</wfs:OtherSRS> <wfs:Operations>... </wfs:Operations> <wfs:OutputFormats>... </wfs:OutputFormats> <ows:WGS84BoundingBox>... </ows:WGS84BoundingBox> <wfs:MetadataURL type="TC211" format="text/xml">string</wfs:MetadataURL> </wfs:FeatureType> </wfs:FeatureTypeList> <wfs:ServesGMLObjectTypeList> <wfs:GMLObjectType> <wfs:Name>QName</wfs:Name> <wfs:Title>string</wfs:Title> <wfs:Abstract>string</wfs:Abstract> <ows:Keywords>... </ows:Keywords> <wfs:OutputFormats>... </wfs:OutputFormats> </wfs:GMLObjectType> </wfs:ServesGMLObjectTypeList> <wfs:SupportsGMLObjectTypeList> <wfs:GMLObjectType> <wfs:Name>QName</wfs:Name> <wfs:Title>string</wfs:Title> <wfs:Abstract>string</wfs:Abstract> <ows:Keywords>... </ows:Keywords> <wfs:OutputFormats>... </wfs:OutputFormats> </wfs:GMLObjectType> </wfs:SupportsGMLObjectTypeList> <ogc:Filter_Capabilities> <ogc:Spatial_Capabilities> <ogc:GeometryOperands>... </ogc:GeometryOperands> <ogc:SpatialOperators>... </ogc:SpatialOperators> </ogc:Spatial_Capabilities> <ogc:Scalar_Capabilities> <ogc:LogicalOperators/> <ogc:ComparisonOperators>... </ogc:ComparisonOperators> <ogc:ArithmeticOperators>... </ogc:ArithmeticOperators> </ogc:Scalar_Capabilities> <ogc:Id_Capabilities> <ogc:EID/> </ogc:Id_Capabilities> </ogc:Filter_Capabilities> </wfs:WFS_Capabilities>