3.3.4.1.2.2 ChangePasswordRequest

The ChangePasswordRequest element forms the body of the ChangePassword request, and contains the AccountDN, NewPassword, OldPassword, and PartitionDN parameters.

 <xs:element name="ChangePasswordRequest">
   <xs:complexType>
     <xs:sequence>
       <xs:element
          minOccurs="0" name="AccountDN" nillable="true" type="xs:string" />
       <xs:element
          minOccurs="0" name="NewPassword" nillable="true" type="xs:string" />
       <xs:element
          minOccurs="0" name="OldPassword" nillable="true" type="xs:string" />
       <xs:element
          minOccurs="0" name="PartitionDN" nillable="true" type="xs:string" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>