2.2.4.1 m:ArrayOfDelegateUserResponseMessageType Complex Type

The ArrayOfDelegateUserResponseMessageType complex type specifies one or more responses from a Delegate Access Management Web Service Protocol operation.

 <xs:complexType name="ArrayOfDelegateUserResponseMessageType">
   <xs:sequence>
     <xs:element name="DelegateUserResponseMessageType"
       type="m:DelegateUserResponseMessageType"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

The following table lists the child elements of the ArrayOfDelegateUserResponseMessageType complex type.

Element name

Type

Description

DelegateUserResponseMessageType

m:DelegateUserResponseMessageType (section 2.2.4.4).

Specifies a response from a Delegate Access Management Web Service Protocol operation.

The ArrayOfDelegateUserResponseMessageType complex type is used in the BaseDelegateResponseMessageType complex type, as specified in section 2.2.4.2.