3.4.4.6.2.2 MoveADOperationMasterRoleRequest

The MoveADOperationMasterRoleRequest element contains an OperationMasterRole element indicating the role to transfer or seize, and a Seize element indicating whether to attempt to seize the indicated role if the transfer fails.

 <xs:element name="MoveADOperationMasterRoleRequest">
   <xs:complexType>
     <xs:sequence>
       <xs:element
          minOccurs="0"
          name="OperationMasterRole"
          type="ca:ActiveDirectoryOperationMasterRole" />
       <xs:element
          minOccurs="0"
          name="Seize"
          type="xs:boolean" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>