Definition Type: Element
Name: Transaction
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:TransactionType
Containing Schema: wfs.xsd
Abstract
Documentation:
This is the root element for a Transaction request. A transaction request allows insert, update and delete operations to be performed to create, change or remove feature instances.
Collapse XSD Schema Diagram:
Drilldown into Native in schema wfs_xsd Drilldown into Delete in schema wfs_xsd Drilldown into Update in schema wfs_xsd Drilldown into Insert in schema wfs_xsd Drilldown into LockId in schema wfs_xsd Drilldown into AcceptFormats in schema ows_xsd Drilldown into Sections in schema ows_xsd Drilldown into AcceptVersions in schema ows_xsd Drilldown into updateSequence in schema ows_xsd Drilldown into GetCapabilitiesType in schema ows_xsd Drilldown into releaseAction in schema wfs_xsd Drilldown into TransactionType in schema wfs_xsdXSD Diagram of Transaction in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="Transaction" type="wfs:TransactionType">
    <xsd:annotation>
        <xsd:documentation>
            This is the root element for a Transaction request.
            A transaction request allows insert, update and 
            delete operations to be performed to create, change
            or remove feature instances.
         </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AcceptVersions ows:AcceptVersions 0 (1)
Sections ows:Sections 0 (1)
AcceptFormats ows:AcceptFormats 0 (1)
LockId wfs:LockId 0 (1)
Insert wfs:Insert (1) (1)
Update wfs:Update (1) (1)
Delete wfs:Delete (1) (1)
Native wfs:Native (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
updateSequence ows:updateSequence Optional
releaseAction wfs:releaseAction Optional
Collapse Derivation Tree: