3.1.4.48.2.1 DeleteAllData
The DeleteAllData element specifies the input data for the DeleteAllData WSDL operation.
-
<xs:element name="DeleteAllData" 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="parameter" nillable="true" type="tns:CommandParameter"/> <xs:element minOccurs="0" name="source" nillable="true" type="xs:string"/> <xs:element minOccurs="0" name="userCookieId" type="ser:guid"/> </xs:sequence> </xs:complexType> </xs:element>
parameter: A CommandParameter, as specified in section 2.2.4.3. MUST be present.
source: A string ([XMLSCHEMA2] section 3.2.1) that specifies an identifier for a result set. MUST be present.
userCookieId: A guid (section 2.2.5.11) that specifies an identifier for the operation. SHOULD be ignored by the protocol server.