complexType "updateResponseType"
Namespace:
Content:
complex, 1 attribute, 1 element
Defined:
globally in hsdl.xsd; see XML source
Includes:
definitions of 1 attribute, 1 element
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
   
>
   
Content: 
</...>
Content Model Elements (1):
updateBlockStatus (in updateResponse)
All Direct / Indirect Based Elements (1):
updateResponse
Known Usage Locations
XML Source (see within schema source)
<xsd:complexType name="updateResponseType">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="updateBlockStatus">
<xsd:annotation>
<xsd:documentation>
This element contains status information for the
<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:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="insertResponse"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="deleteResponse"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="replaceResponse"/>
</xsd:sequence>
<xsd:attributeGroup ref="standardResponseAttributeGroup"/>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="newChangeNumber" type="changeNumberType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute returns the
<b>changeNumber</b>
resulting from the entire
<b>updateRequest</b>
. A
given
<b>updateRequest</b>
changes only a single
<b>changeNumber</b>
value and the application
must update affected nodes in its own cache.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
Attribute Detail (all declarations; 1/1)
newChangeNumber
Type:
Use:
required
Defined:
locally within (this) updateResponseType complexType
This attribute returns the <b>changeNumber</b> resulting from the entire <b>updateRequest</b>. A given <b>updateRequest</b> changes only a single <b>changeNumber</b> value and the application must update affected nodes in its own cache.
XML Source (see within schema source)
<xsd:attribute name="newChangeNumber" type="changeNumberType" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute returns the
<b>changeNumber</b>
resulting from the entire
<b>updateRequest</b>
. A
given
<b>updateRequest</b>
changes only a single
<b>changeNumber</b>
value and the application
must update affected nodes in its own cache.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
updateBlockStatus
Type:
anonymous complexType, complex content
Defined:
locally within (this) updateResponseType complexType
This element contains status information for the <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.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="updateBlockStatus">
<xsd:annotation>
<xsd:documentation>
This element contains status information for the
<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:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="insertResponse"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="deleteResponse"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="replaceResponse"/>
</xsd:sequence>
<xsd:attributeGroup ref="standardResponseAttributeGroup"/>
</xsd:complexType>
</xsd:element>