Definition Type: ComplexType
Name: TransactionType
Namespace: http://www.opengis.net/wfs/2.0
Type: wfs:BaseRequestType
Containing Schema: wfs.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AbstractTransactionAction in schema wfs_xsd Drilldown into handle in schema wfs_xsd Drilldown into version in schema wfs_xsd Drilldown into service in schema wfs_xsd Drilldown into BaseRequestType in schema wfs_xsd Drilldown into srsName in schema wfs_xsd Drilldown into releaseAction in schema wfs_xsd Drilldown into lockId in schema wfs_xsdXSD Diagram of TransactionType in schema wfs_xsd (OGC Web Feature Service)
Collapse XSD Schema Code:
<xsd:complexType name="TransactionType">
    <xsd:complexContent>
        <xsd:extension base="wfs:BaseRequestType">
            <xsd:sequence>
                <xsd:sequence minOccurs="0" maxOccurs="unbounded">
                    <xsd:element ref="wfs:AbstractTransactionAction" />
                </xsd:sequence>
            </xsd:sequence>
            <xsd:attribute name="lockId" type="xsd:string" />
            <xsd:attribute name="releaseAction" type="wfs:AllSomeType" default="ALL" />
            <xsd:attribute name="srsName" type="xsd:anyURI" />
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AbstractTransactionAction wfs:AbstractTransactionAction (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
service wfs:service Required
version wfs:version Required
handle wfs:handle (Optional)
lockId wfs:lockId (Optional)
releaseAction wfs:releaseAction ALL (Optional)
srsName wfs:srsName (Optional)
Collapse Derivation Tree:
Collapse References:
wfs:Transaction