Definition Type: ComplexType
Name: TransactionResultsType
Namespace: http://niem.gov/niem/external/ogc-wfs/1.1.0/dhs-gmo/1.0.0
Containing Schema: wfs.xsd
Abstract
Documentation:
The TransactionResults element may be used to report exception codes and messages for all actions of a transaction that failed to complete successfully.
Collapse XSD Schema Diagram:
Drilldown into Action in schema wfs_xsdXSD Diagram of TransactionResultsType in schema wfs_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<xsd:complexType name="TransactionResultsType">
    <xsd:annotation>
        <xsd:documentation>
            The TransactionResults element may be used to report exception
            codes and messages for all actions of a transaction that failed
            to complete successfully.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="Action" type="wfs:ActionType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>
                  The Action element reports an exception code
                  and exception message indicating why the
                  corresponding action of a transaction request
                  failed.
               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Action wfs:Action 0 unbounded
Collapse Derivation Tree:
Collapse References:
wfs:TransactionResults