2.2.4.3 t:UserConfigurationDictionaryType Complex Type
The UserConfigurationDictionaryType complex type specifies a set of dictionary properties.
-
<xs:complexType name="UserConfigurationDictionaryType"> <xs:sequence> <xs:element name="DictionaryEntry" type="t:UserConfigurationDictionaryEntryType" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> </xs:complexType>
The following table lists and describes the child elements of the UserConfigurationDictionaryType complex type.
Element name |
Type |
Description |
---|---|---|
DictionaryEntry |
t:UserConfigurationDictionaryEntryType (section 2.2.4.1) |
Specifies the properties of the dictionary entry. |