Definition Type: ComplexType
Name: ParameterExpressionType
Namespace: http://www.opengis.net/wfs/2.0
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Metadata in schema owscommon_xsd Drilldown into Abstract in schema wfs_xsd Drilldown into Title in schema wfs_xsd Drilldown into type in schema wfs_xsd Drilldown into name in schema wfs_xsdXSD Diagram of ParameterExpressionType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="ParameterExpressionType">
    <xsd:sequence>
        <xsd:element ref="wfs:Title" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="wfs:Abstract" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="name" type="xsd:string" use="required" />
    <xsd:attribute name="type" type="xsd:QName" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Title wfs:Title 0 unbounded
Abstract wfs:Abstract 0 unbounded
Metadata ows:Metadata 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
name wfs:name Required
type wfs:type Required
Collapse Derivation Tree:
Collapse References:
wfs:Parameter