3.1.4.25.3.1 RenameParameters

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Access.Services.WebService

The RenameParameters complex type specifies the information that the protocol server needs to rename an object.

 <xs:complexType name="RenameParameters" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns5:ServiceParameters">
       <xs:sequence>
         <xs:element minOccurs="0" name="ID" type="xs:int"/>
         <xs:element minOccurs="0" name="KnownObjects" nillable="true" type="tns5:ObjectIdentityList"/>
         <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="ObjectVersion" nillable="true" type="xs:string"/>
         <xs:element minOccurs="0" name="OpenObjects" nillable="true" type="tns5:ObjectIdentityList"/>
         <xs:element minOccurs="0" name="ProtocolVersion" nillable="true" type="xs:string"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ID: See description of ID ([MS-AADT] section 3.1.4.6.3.1).

KnownObjects:  See description of KnownObjects ([MS-AADT] section 3.1.4.6.3.1).

Name: MUST be present. See description of Name ([MS-AADT] section 3.1.4.6.3.1).

ObjectVersion:  See description of ObjectVersion ([MS-AADT] section 3.1.4.6.3.1).

OpenObjects:  See description of OpenObjects ([MS-AADT] section 3.1.4.6.3.1).

ProtocolVersion: MUST be present. See description of ProtocolVersion ([MS-AADT] section 3.1.4.6.3.1).