2.2.4.4 t:UserConfigurationNameType Complex Type
The UserConfigurationNameType complex type specifies the name and the associated folder for a user configuration object. This type extends the TargetFolderIdType complex type, as specified in [MS-OXWSFOLD] section 2.2.4.16.
-
<xs:complexType name="UserConfigurationNameType"> <xs:complexContent> <xs:extension base="t:TargetFolderIdType" > <xs:attribute name="Name" type="t:NonEmptyStringType" use="required" /> </xs:extension> </xs:complexContent> </xs:complexType>
The following table lists the attributes of the UserConfigurationNameType complex type.
Attribute name |
Type |
Description |
---|---|---|
Name |
t:NonEmptyStringType ([MS-OXWSCDATA] section 2.2.5.20) |
Specifies the name of a user configuration object. This attribute MUST be present. |