<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>
|