Definition Type: ComplexType
Name: WFS_TransactionResponseType
Namespace: http://www.opengis.net/wfs
Containing Schema: WFS-transaction.xsd
Abstract False
Documentation:
The WFS_TransactionResponseType defines the format of the XML document that a Web Feature Service generates in response to a Transaction request. The response includes the completion status of the transaction and the feature identifiers of any newly created feature instances.
Collapse XSD Schema Diagram:
Drilldown into version Drilldown into TransactionResult Drilldown into InsertResultXSD Diagram of WFS_TransactionResponseType
Collapse XSD Schema Code:
<xsd:complexType name="WFS_TransactionResponseType">
    <xsd:annotation>
        <xsd:documentation>

            The WFS_TransactionResponseType defines the format of

            the XML document that a Web Feature Service generates 

            in response to a Transaction request.  The response 

            includes the completion status of the transaction 

            and the feature identifiers of any newly created

            feature instances.

         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="InsertResult" type="wfs:InsertResultType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>

                  The InsertResult element contains a list of ogc:FeatureId

                  elements that identify any newly created feature instances.

               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TransactionResult" type="wfs:TransactionResultType">
            <xsd:annotation>
                <xsd:documentation>

                  The TransactionResult element contains a Status element

                  indicating the completion status of a transaction.  In

                  the event that the transaction fails, additional element

                  may be included to help locate which part of the transaction

                  failed and why.

               </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="version" type="xsd:string" use="required" fixed="1.0.0" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
InsertResult wfs:InsertResult 0 unbounded
TransactionResult wfs:TransactionResult (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
version wfs:version Required
Collapse Derivation Tree:
Collapse References:
wfs:WFS_TransactionResponse
Collapse Comments:
blog comments powered by Disqus