Definition Type: ComplexType
Name: ReplaceType
Namespace: http://www.opengis.net/wfs/2.0
Type: wfs:AbstractTransactionActionType
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Filter in schema filter_xsd Drilldown into handle in schema wfs_xsd Drilldown into AbstractTransactionActionType in schema wfs_xsd Drilldown into srsName in schema wfs_xsd Drilldown into inputFormat in schema wfs_xsd Drilldown into StandardInputParameters in schema wfs_xsdXSD Diagram of ReplaceType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="ReplaceType">
    <xsd:complexContent>
        <xsd:extension base="wfs:AbstractTransactionActionType">
            <xsd:sequence>
                <xsd:any namespace="##other" />
                <xsd:element ref="fes:Filter" />
            </xsd:sequence>
            <xsd:attributeGroup ref="wfs:StandardInputParameters" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Filter fes:Filter (1) (1)
<xs:any> Allowed namespace: '##other' (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
handle wfs:handle (Optional)
inputFormat wfs:inputFormat application/gml+xml; version=3.2 (Optional)
srsName wfs:srsName (Optional)
Collapse Derivation Tree:
Collapse References:
wfs:Replace