3.1.4.58.2.2 RecycleDatabaseResponse

The RecycleDatabaseResponse element specifies the result data for the RecycleDatabase WSDL operation.

 <xs:element name="RecycleDatabaseResponse" 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="RecycleDatabaseResult" nillable="true" type="tns:CommandResult"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

RecycleDatabaseResult:  A CommandResult, as specified in section 2.2.4.4. MUST be present.