2.2.4.2 t:UserConfigurationDictionaryObjectType Complex Type

The UserConfigurationDictionaryObjectType complex type specifies a dictionary object.

 <xs:complexType name="UserConfigurationDictionaryObjectType">
   <xs:sequence>
     <xs:element name="Type"
       type="t:UserConfigurationDictionaryObjectTypesType"
      />
     <xs:element name="Value"
       type="xs:string"
       maxOccurs="unbounded"
      />
   </xs:sequence>
 </xs:complexType>
  

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

Element name

Type

Description

Type

t:UserConfigurationDictionaryObjectTypesType (section 2.2.5.1)

Specifies the dictionary object type.

Value

xs:string ([XMLSCHEMA2/2])

Specifies the dictionary object value as a string.