wfs:FeatureCollection
This element is a container for the response to a GetFeature or GetFeatureWithLock (WFS-transaction.xsd) request.
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:FeatureCollectionType
Properties: Global, Qualified
Content
- Sequence [1..1]
- gml:metaDataProperty [0..*] Contains or refers to a metadata package that contains metadata properties.
- gml:description [0..1] Contains a simple text description of the object, or refers to an external description.
- Choice [0..*]
- gml:name Label for the object, normally a descriptive name. An object may have several names, typically assigned by different authorities. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace.
- gml:csName The name by which this coordinate system is identified.
- gml:coordinateOperationName The name by which this coordinate operation is identified.
- gml:methodName The name by which this operation method is identified.
- gml:parameterName The name by which this operation parameter is identified.
- gml:groupName The name by which this operation parameter group is identified.
- gml:datumName The name by which this datum is identified.
- gml:meridianName The name by which this prime meridian is identified. The meridianName most common value is Greenwich, and that value shall be used when the greenwichLongitude value is zero.
- gml:ellipsoidName The name by which this ellipsoid is identified.
- gml:srsName The name by which this reference system is identified.
from subst. group gml:name - gml:boundedBy [0..1]
- gml:featureMember [0..*]
from type gml:AbstractGMLTypefrom group gml:StandardObjectPropertiesfrom type gml:AbstractFeatureTypefrom type gml:AbstractFeatureCollectionType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
gml:id | [0..1] | xsd:ID | from type gml:AbstractGMLType | |
lockId | [0..1] | xsd:string | The value of the lockId attribute is an identifier that a Web Feature Service generates when responding to a GetFeatureWithLock request. A client application can use this value in subsequent operations (such as a Transaction request) to reference the set of locked features. | |
timeStamp | [0..1] | xsd:dateTime | The timeStamp attribute should contain the date and time that the response was generated. | |
numberOfFeatures | [0..1] | xsd:nonNegativeInteger | The numberOfFeatures attribute should contain a count of the number of features in the response. That is a count of all features elements dervied from gml:AbstractFeatureType. |
Used in
- Group gml:Value
- Type geo:FeatureType (Element geo:Feature)
- Type wfs:InsertElementType (Element wfs:Insert)
- Type gml:AssociationType (Elements gml:_association, gml:member)
- Type gml:TargetPropertyType (Elements gml:target, gml:subject)
- Type gml:ValueArrayPropertyType via reference to gml:Value (Element gml:valueComponents)
- Type gml:ValuePropertyType via reference to gml:Value (Elements gml:valueProperty, gml:valueComponent)
- Type gml:FeaturePropertyType (Elements gml:featureMember, gml:featureProperty, gml:using, om:featureOfInterest)
Substitution hierarchy
- gml:_Object
- can be substituted with gml:_GML
- can be substituted with gml:_Feature
- can be substituted with gml:_FeatureCollection
- can be substituted with wfs:FeatureCollection
- can be substituted with gml:_FeatureCollection
- can be substituted with gml:_Feature
- can be substituted with gml:_GML
Sample instance
<wfs:FeatureCollection> <gml:metaDataProperty> <!--any element--> </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy> <gml:Envelope> <gml:lowerCorner>1.0 1.0</gml:lowerCorner> <gml:upperCorner>1.0 1.0</gml:upperCorner> </gml:Envelope> </gml:boundedBy> <gml:featureMember> <mo:MovingObject> <gml:metaDataProperty>... </gml:metaDataProperty> <gml:description>string</gml:description> <gml:name>string</gml:name> <gml:boundedBy>... </gml:boundedBy> <mo:geometryProperty>... </mo:geometryProperty> <gml:validTime>... </gml:validTime> <mo:track>... </mo:track> <gml:dataSource>string</gml:dataSource> </mo:MovingObject> </gml:featureMember> </wfs:FeatureCollection>