3.1.4.50.2.2 FixupRowNoCacheResponse

The FixupRowNoCacheResponse element specifies the result data for the FixupRowNoCache WSDL operation.

 <xs:element name="FixupRowNoCacheResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:tns="http://schemas.microsoft.com/office/Access/2010/11/Server/WebServices/AccessServerInternalService/" minOccurs="0" name="FixupRowNoCacheResult" nillable="true" type="tns:CommandResult"/>
       <xs:element minOccurs="0" name="tableXml" nillable="true" type="xs:string"/>
       <xs:element minOccurs="0" name="totalRowCount" type="xs:int"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

FixupRowNoCacheResult:  A CommandResult, as specified by section 2.2.4.4. MUST be present.

tableXml:  A string ([XMLSCHEMA2] section 3.2.1) that specifies XML containing the content of the returned row, as specified for the tableXml element of the OpenResultSetResponse element (section 3.1.4.9.2.2).

totalRowCount:  MUST be "1".