Definition Type: ComplexType
Name: FeatureCollectionType
Namespace: http://www.opengis.net/wfs/2.0
Type: wfs:SimpleFeatureCollectionType
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into truncatedResponse in schema wfs_xsd Drilldown into additionalObjects in schema wfs_xsd Drilldown into member in schema wfs_xsd Drilldown into boundedBy in schema wfs_xsd Drilldown into SimpleFeatureCollectionType in schema wfs_xsd Drilldown into lockId in schema wfs_xsd Drilldown into previous in schema wfs_xsd Drilldown into next in schema wfs_xsd Drilldown into numberReturned in schema wfs_xsd Drilldown into numberMatched in schema wfs_xsd Drilldown into timeStamp in schema wfs_xsd Drilldown into StandardResponseParameters in schema wfs_xsdXSD Diagram of FeatureCollectionType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="FeatureCollectionType">
    <xsd:complexContent>
        <xsd:extension base="wfs:SimpleFeatureCollectionType">
            <xsd:sequence>
                <xsd:element ref="wfs:additionalObjects" minOccurs="0" />
                <xsd:element ref="wfs:truncatedResponse" minOccurs="0" />
            </xsd:sequence>
            <xsd:attributeGroup ref="wfs:StandardResponseParameters" />
            <xsd:attribute name="lockId" type="xsd:string" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
boundedBy wfs:boundedBy 0 (1)
member wfs:member 0 unbounded
additionalObjects wfs:additionalObjects 0 (1)
truncatedResponse wfs:truncatedResponse 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
timeStamp wfs:timeStamp Required
numberMatched wfs:numberMatched Required
numberReturned wfs:numberReturned Required
next wfs:next (Optional)
previous wfs:previous (Optional)
lockId wfs:lockId (Optional)
Collapse Derivation Tree:
Collapse References:
wfs:FeatureCollection