3.1.4.4.3.11 tns:UserSettings Complex Type

The UserSettings complex type represents a collection of UserSetting elements, as specified in section 3.1.4.4.2.16, for all user settings returned by the GetUserSettings operation.

 <xs:complexType name="UserSettings">
   <xs:sequence>
     <xs:element name="UserSetting"
       type="tns:UserSetting"
       nillable="true"
       minOccurs="0"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

UserSetting

tns:UserSetting (section 3.1.4.4.3.12)

Specifies the user settings that are returned by the GetUserSettings operation.