blob: 3e3f56fca1a7feae727dcfafe94c7c70074de93d (
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="ComPlusRoleForMethod">
<annotation>
<appinfo>
<parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Component" />
</appinfo>
<documentation>
Represents a role assignment to a COM+ method.
</documentation>
</annotation>
<complexType>
<attribute name="Id" use="required" type="xs:string">
<annotation><documentation>
Identifier for the element.
</documentation></annotation>
</attribute>
<attribute name="Method" use="optional" type="xs:string">
<annotation><documentation>
If the element is not a child of a ComPlusMethod element,
this attribute should be provided with the id of a ComPlusMethod element
representing the method 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 method.
</documentation></annotation>
</attribute>
</complexType>
</element>
|