2.2.4.17 t:ConflictResultsType Complex Type
The ConflictResultsType complex type specifies the number of conflicts in an UpdateItem operation response, as specified in section 3.1.4.9.
-
<xs:complexType name="ConflictResultsType"> <xs:sequence> <xs:element name="Count" type="xs:int"/> </xs:sequence> </xs:complexType>
The following table lists and describes the child elements of the ConflictResultsType complex type.
Element name |
Type |
Description |
---|---|---|
Count |
xs:int [XMLSCHEMA2] |
Specifies an integer value that indicates the number of conflicts in an UpdateItem operation response. |