wfs:FeatureTypeList
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:FeatureTypeListType
Properties: Global, Qualified
Content
- Sequence [1..1]
- wfs:Operations [0..1]
- wfs:FeatureType [1..*]
Attributes
None
Used in
- Type wfs:WFS_CapabilitiesType (Element wfs:WFS_Capabilities)
Sample instance
<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:Keyword>string</ows:Keyword> <ows:Type>string</ows:Type> </ows:Keywords> <wfs:DefaultSRS>http://www.example.com/</wfs:DefaultSRS> <wfs:OtherSRS>http://www.example.com/</wfs:OtherSRS> <wfs:Operations> <wfs:Operation>Insert</wfs:Operation> </wfs:Operations> <wfs:OutputFormats> <wfs:Format>string</wfs:Format> </wfs:OutputFormats> <ows:WGS84BoundingBox> <ows:LowerCorner>1.0 1.0</ows:LowerCorner> <ows:UpperCorner>1.0 1.0</ows:UpperCorner> </ows:WGS84BoundingBox> <wfs:MetadataURL type="TC211" format="text/xml">string</wfs:MetadataURL> </wfs:FeatureType> </wfs:FeatureTypeList>