element getUserSettingsResponse
diagram de_wsdl_diagrams/de_wsdl_p24167.png
namespace http://usersettingsservice.api.de.n2.tibco.com
properties
content complex
children settingProperties
annotation
documentation
Response operation for getUserSettings operation.

If no user settings are found for the specified storageKey and settingID key an empty document will be returned.
source <xs:element name="getUserSettingsResponse">
 
<xs:annotation>
   
<xs:documentation>Response operation for getUserSettings operation.

If no user settings are found for the specified storageKey and settingID key an empty document will be returned.
</xs:documentation>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:sequence>
     
<xs:element name="settingProperties" type="XmlSettingProperty" maxOccurs="unbounded">
       
<xs:annotation>
         
<xs:documentation>Definition of a user setting (a name/value pair).</xs:documentation>
       
</xs:annotation>
     
</xs:element>
   
</xs:sequence>
 
</xs:complexType>
</xs:element>

element getUserSettingsResponse/settingProperties
diagram de_wsdl_diagrams/de_wsdl_p24168.png
type XmlSettingProperty
properties
minOcc 1
maxOcc unbounded
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
Name  xs:string  required      
documentation
Name of a user setting - this can be any caller-specified name.
Value  xs:string  required      
documentation
Value for this user setting.
annotation
documentation
Definition of a user setting (a name/value pair).
source <xs:element name="settingProperties" type="XmlSettingProperty" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of a user setting (a name/value pair).</xs:documentation>
 
</xs:annotation>
</xs:element>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy