Definition Type: Element
Name: TransactionResults
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Type: wfs:TransactionResultsType
Containing Schema: wfs.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
For systems that do not support atomic transactions, the TransactionResults element may be used to report exception codes and messages for all actions of a transaction that failed to execute successfully.
Collapse XSD Schema Diagram:
Drilldown into Action in schema wfs_xsd Drilldown into TransactionResultsType in schema wfs_xsdXSD Diagram of TransactionResults in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:element name="TransactionResults" type="wfs:TransactionResultsType" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
                  For systems that do not support atomic transactions,
                  the TransactionResults element may be used to report
                  exception codes and messages for all actions of a
                  transaction that failed to execute successfully.
               </xsd:documentation>
    </xsd:annotation>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Action wfs:Action 0 unbounded
Collapse Derivation Tree: