blob: afb407bf59ae3f08c8e847c762ced928e198f92d (
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="ComPlusRoleForInterface">
<annotation>
<appinfo>
<parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Component" />
</appinfo>
<documentation>
Represents a role assignment to an interface.
</documentation>
</annotation>
<complexType>
<attribute name="Id" use="required" type="xs:string">
<annotation><documentation>
Identifier for the element.
</documentation></annotation>
</attribute>
<attribute name="Interface" use="optional" type="xs:string">
<annotation><documentation>
If the element is not a child of a ComPlusInterface
element, this attribute should be provided with the id of a ComPlusInterface
element representing the interface the role is to be added to.
</documentation></annotation>
</attribute>
<attribute name="ApplicationRole" use="required" type="xs:string">
<annotation><documentation>
Id of the ComPlusApplicationRole element representing the
role that shall be granted access to the interface.
</documentation></annotation>
</attribute>
</complexType>
</element>
|