2.2.4.5 t:UserConfigurationType Complex Type
The UserConfigurationType complex type specifies a single user configuration object.
-
<xs:complexType name="UserConfigurationType"> <xs:sequence> <xs:element name="UserConfigurationName" type="t:UserConfigurationNameType" /> <xs:element name="ItemId" type="t:ItemIdType" minOccurs="0" /> <xs:element name="Dictionary" type="t:UserConfigurationDictionaryType" minOccurs="0" /> <xs:element name="XmlData" type="xs:base64Binary" minOccurs="0" /> <xs:element name="BinaryData" type="xs:base64Binary" minOccurs="0" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the UserConfigurationType complex type.
Element name |
Type |
Description |
---|---|---|
UserConfigurationName |
t:UserConfigurationNameType (section 2.2.4.4) |
Specifies the name and the associated folder for a user configuration object. The user configuration object name MUST be present. |
ItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Specifies the user configuration object item identifier. |
Dictionary |
t:UserConfigurationDictionaryType (section 2.2.4.3) |
Specifies a set of dictionary property entries. |
XmlData |
xs:base64Binary ([XMLSCHEMA2/2]) |
Specifies XML data property content. |
BinaryData |
xs:base64Binary ([XMLSCHEMA2/2]) |
Specifies binary data property content. |