wfs:FeatureType
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:FeatureTypeType
Properties: Local, Qualified
Content
- Sequence [1..1]
- wfs:Name [1..1] Name of this feature type, including any namespace prefix
- wfs:Title [1..1] Title of this feature type, normally used for display to a human.
- wfs:Abstract [0..1] Brief narrative description of this feature type, normally used for display to a human.
- ows:Keywords [0..*]
- Choice [1..1]
- Sequence [1..1]
- wfs:DefaultSRS [1..1] The DefaultSRS element indicated which spatial reference system shall be used by a WFS to express the state of a spatial feature if not otherwise explicitly identified within a query or transaction request. The SRS may be indicated using either the EPSG form (EPSG:posc code) or the URL form defined in subclause 4.3.2 of refernce[2].
- wfs:OtherSRS [0..*] The OtherSRS element is used to indicate other supported SRSs within query and transaction operations. A supported SRS means that the WFS supports the transformation of spatial properties between the OtherSRS and the internal storage SRS. The effects of such transformations must be considered when determining and declaring the guaranteed data accuracy.
- wfs:NoSRS
- Sequence [1..1]
- wfs:Operations [0..1]
- wfs:OutputFormats [0..1]
- ows:WGS84BoundingBox [1..*]
- wfs:MetadataURL [0..*]
Attributes
None
Used in
- Type wfs:FeatureTypeListType (Element wfs:FeatureTypeList)
Sample instance
<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>