Namespace: |
|
Type: |
anonymous complexType |
Content: |
complex, 2 attributes, 3 elements |
Defined: |
|
Includes: |
definitions of 3 elements |
XML Representation Summary |
|||||||||
<updateBlockStatus |
|||||||||
|
|||||||||
> |
|||||||||
|
|||||||||
</updateBlockStatus> |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This element contains status information for the
</xsd:documentation>
<b>updateBlock</b>
. This element indicates the status
of the entire <b>updateBlock</b>
. It can be one of the following:
<b>success</b>
,
<b>failure</b>
,
<b>rollback</b>
,
or <b>notAttempted</b>
.
<p/>
If the status is
<b>rollback</b>
or
<b>notAttempted</b>
, the .NET service data was not affected
by the corresponding <b>updateBlock</b>
. A value of
<b>success</b>
means that the
<b>updateBlock</b>
did the
specified work, which may or may not have side effects. A value of <b>failure</b>
means that the
<b>updateBlock</b>
was partially executed and the
<b>updateOperationStatus</b>
elements have additional
information. <xsd:complexType>
<xsd:sequence>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|
Type: |
|
Use: |
optional |
Defined: |
Type: |
|
Use: |
required |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute indicates the status of the method.
</xsd:documentation>
<dl>
<dt>success</dt>
</dl>
<dd>
The corresponding method was completed successfully.
</dd>
<dt>failure</dt>
<dd>
The corresponding method was not completed successfully.
</dd>
<dt>rollback</dt>
<dd>
The method failed, but was rolled back to its
</dd>
pre- <b>updateBlock</b>
status.
<dt>notAttempted</dt>
<dd>
The corresponding method was not attempted. This occurs when
</dd>
a previous operation failed. </xsd:attribute>
|
Type: |
anonymous complexType, empty content
|
Defined: |
Type: |
anonymous complexType, complex content
|
Defined: |
Type: |
anonymous complexType, complex content
|
Defined: |