Definition Type: ComplexType
Name: TransactionResultType
Namespace: http://www.opengis.net/wfs
Containing Schema: WFS-transaction.xsd
Abstract False
Documentation:
Collapse XSD Schema Diagram:
Drilldown into handle Drilldown into Message Drilldown into Locator Drilldown into StatusXSD Diagram of TransactionResultType
Collapse XSD Schema Code:
<xsd:complexType name="TransactionResultType">
    <xsd:sequence>
        <xsd:element name="Status" type="wfs:StatusType">
            <xsd:annotation>
                <xsd:documentation>

                  The Status element contains an element indicating the

                  completion status of a transaction.  The SUCCESS element

                  is used to indicate successful completion.  The FAILED

                  element is used to indicate that an exception was 

                  encountered.

               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Locator" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>

                  In the event that an exception was encountered while 

                  processing a transaction, a Web Feature Service may

                  use the Locator element to try and identify the part

                  of the transaction that failed.  If the element(s)

                  contained in a Transaction element included a handle

                  attribute, then a Web Feature Service may report the

                  handle to identify the offending element.

               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="Message" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>

                  The Message element may contain an exception report

                  generated by a Web Feature Service when an exception

                  is encountered.

               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="handle" type="xsd:string" use="optional" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Status wfs:Status (1) (1)
Locator wfs:Locator 0 (1)
Message wfs:Message 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
handle wfs:handle Optional
Collapse Derivation Tree:
Collapse References:
wfs:TransactionResult
Collapse Comments:
blog comments powered by Disqus