complexType XmlSaveUserSettingsDetail
diagram de_wsdl_diagrams/de_wsdl_p22590.png
namespace http://usersettingsservice.api.de.n2.tibco.com
children settingProperties
attributes
Name  Type  Use  Default  Fixed  Annotation
storageKey  xs:string  required      
documentation
Key value for this user setting. Typically this will be a resource GUID for resources. However, the caller may specify any key that is required.
settingId  xs:string  required      
documentation
ID used to identify a user setting type (controlled by the calling component).
annotation
documentation
Details of a user setting.
source <xs:complexType name="XmlSaveUserSettingsDetail">
 
<xs:annotation>
   
<xs:documentation>Details of a user setting.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="settingProperties" type="XmlSettingProperty" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Definition of a user setting (a name/value pair) to be stored for this storageKey and settingID.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="storageKey" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Key value for this user setting. Typically this will be a resource GUID for resources. However, the caller may specify any key that is required.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="settingId" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>ID used to identify a user setting type (controlled by the calling component).</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlSaveUserSettingsDetail/@storageKey
type xs:string
properties
use required
annotation
documentation
Key value for this user setting. Typically this will be a resource GUID for resources. However, the caller may specify any key that is required.
source <xs:attribute name="storageKey" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Key value for this user setting. Typically this will be a resource GUID for resources. However, the caller may specify any key that is required.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlSaveUserSettingsDetail/@settingId
type xs:string
properties
use required
annotation
documentation
ID used to identify a user setting type (controlled by the calling component).
source <xs:attribute name="settingId" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>ID used to identify a user setting type (controlled by the calling component).</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element XmlSaveUserSettingsDetail/settingProperties
diagram de_wsdl_diagrams/de_wsdl_p22591.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) to be stored for this storageKey and settingID.
source <xs:element name="settingProperties" type="XmlSettingProperty" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Definition of a user setting (a name/value pair) to be stored for this storageKey and settingID.</xs:documentation>
 
</xs:annotation>
</xs:element>

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