3.1.4.1.3.2 m:CreateUserConfigurationType Complex Type
The CreateUserConfigurationType complex type specifies a CreateUserConfiguration operation request (section 3.1.4.1). The CreateUserConfigurationType complex type extends the BaseRequestType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.17.
-
<xs:complexType name="CreateUserConfigurationType"> <xs:complexContent> <xs:extension base="m:BaseRequestType" > <xs:sequence> <xs:element name="UserConfiguration" type="t:UserConfigurationType" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
The following table summarizes the child element of the CreateUserConfigurationType complex type.
Element |
Type |
Description |
---|---|---|
UserConfiguration |
t:UserConfigurationType (section 2.2.4.5) |
Specifies the user configuration object to be created. |