blob: 7978d349451821ddfb8be04ce84a14f716dec5f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<element name="ComPlusUserInPartitionRole">
<annotation>
<appinfo>
<parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Component" />
</appinfo>
<documentation>
This element represents a user membership in a partition
role. When the parent component of this element is installed, the user will be
added to the associated partition role.
</documentation>
</annotation>
<complexType>
<attribute name="Id" use="required" type="xs:string">
<annotation><documentation>
Identifier for the element.
</documentation></annotation>
</attribute>
<attribute name="PartitionRole" use="optional" type="xs:string">
<annotation><documentation>
The id of a ComPlusPartitionRole element representing the
partition the user should be added to.
</documentation></annotation>
</attribute>
<attribute name="User" use="required" type="xs:string">
<annotation><documentation>
Foreign key into the User table.
</documentation></annotation>
</attribute>
</complexType>
</element>
|