Definition Type: ComplexType
Name: SimpleFeatureCollectionType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into member in schema wfs_xsd Drilldown into boundedBy in schema wfs_xsdXSD Diagram of SimpleFeatureCollectionType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="SimpleFeatureCollectionType">
    <xsd:sequence>
        <xsd:element ref="wfs:boundedBy" minOccurs="0" />
        <xsd:element ref="wfs:member" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
boundedBy wfs:boundedBy 0 (1)
member wfs:member 0 unbounded
Collapse Derivation Tree:
Collapse References:
wfs:FeatureCollectionType, wfs:SimpleFeatureCollection