3.1.4.4.3.13 tns:StringSetting Complex Type

The StringSetting complex type represents a user setting value. The StringSetting complex type extends the UserSetting complex type, as specified in section 3.1.4.4.3.4.

 <xs:complexType name="StringSetting"
   mixed="false"
 > 
   <xs:complexContent
     mixed="false"
   >
     <xs:extension
       base="tns:UserSetting"
     >
       <xs:sequence>
         <xs:element name="Value"
           type="xs:string"
           nillable="true"
           minOccurs="0"
          />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the child element of the StringSetting complex type.

Element name

Type

Description

Value

xs:string [XMLSCHEMA2]

Specifies the value of the specified setting.