complexType XmlSettingProperty
diagram de_userSettings_diagrams/de_userSettings_p20.png
namespace http://usersettingsservice.api.de.n2.tibco.com
used by
elements getUserSettingsResponse/settingProperties XmlSaveUserSettingsDetail/settingProperties
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:complexType name="XmlSettingProperty">
 
<xs:annotation>
   
<xs:documentation>Definition of a user setting (a name/value pair).</xs:documentation>
 
</xs:annotation>
 
<xs:attribute name="Name" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Name of a user setting - this can be any caller-specified name.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="Value" type="xs:string" use="required">
   
<xs:annotation>
     
<xs:documentation>Value for this user setting.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute XmlSettingProperty/@Name
type xs:string
properties
use required
annotation
documentation
Name of a user setting - this can be any caller-specified name.
source <xs:attribute name="Name" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Name of a user setting - this can be any caller-specified name.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute XmlSettingProperty/@Value
type xs:string
properties
use required
annotation
documentation
Value for this user setting.
source <xs:attribute name="Value" type="xs:string" use="required">
 
<xs:annotation>
   
<xs:documentation>Value for this user setting.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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