Definition Type: ComplexType
Name: ValueCollectionType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into truncatedResponse in schema wfs_xsd Drilldown into additionalValues in schema wfs_xsd Drilldown into member 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 ValueCollectionType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="ValueCollectionType">
    <xsd:sequence>
        <xsd:element ref="wfs:member" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="wfs:additionalValues" minOccurs="0" />
        <xsd:element ref="wfs:truncatedResponse" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="wfs:StandardResponseParameters" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
member wfs:member 0 unbounded
additionalValues wfs:additionalValues 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)
Collapse Derivation Tree:
Collapse References:
wfs:ValueCollection