3.1.4.10.2.2 OpenResultSetResponse
The OpenResultSetResponse element specifies the result data for the OpenResultSet WSDL operation.
-
<xs:element name="OpenResultSetResponse" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType> <xs:sequence> <xs:element minOccurs="0" maxOccurs="1" name="OpenResultSetResult" type="tns2:CommandResult"/> <xs:element minOccurs="0" maxOccurs="1" name="tableXml" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="totalRowCount" type="xs:int"/> </xs:sequence> </xs:complexType> </xs:element>
OpenResultSetResult: A CommandResult, as specified in section 2.2.4.4. MUST be present.
tableXml: A string ([XMLSCHEMA2] section 3.2.1) that specifies XML containing the returned rows.
MUST be present.
MUST be a DiffGram, as specified by [MS-DSDIFFGRAM].
The root element MUST be named "DataTable".
Each child of the "DocumentElement" child of the "Diffgram" child of the "DataTable" element MUST be named "Data".
totalRowCount: An int ([XMLSCHEMA2] section 3.3.17) that specifies the total number of rows in the Source (section 3.1.1.1), which was previously supplied as an input element in the GetObjectSchema operation (section 3.1.4.7.2.1).