aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/complus/ComPlusGroupInApplicationRole.xsd
blob: 07fecbba9c2f7cdb7f8bf6ce21fc1e4f56972887 (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
31
32
33
34
35
<element name="ComPlusGroupInApplicationRole">
    <annotation>
      <appinfo>
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Component" />
      </appinfo>
      <documentation>
        This element represents a security group membership in an
        application role. When the parent component of this element is installed, the
        user will be added to the associated application role. This element must be a
        descendent of a Component element; it can not be a child of a
        ComPlusApplicationRole locater element. To reference a locater element use the
        ApplicationRole attribute.
      </documentation>
    </annotation>
    <complexType>
      <attribute name="Id" use="required" type="xs:string">
        <annotation><documentation>
          Identifier for the element.
        </documentation></annotation>
      </attribute>
      <attribute name="ApplicationRole" use="optional" type="xs:string">
        <annotation><documentation>
          If the element is not a child of a ComPlusApplicationRole
          element, this attribute should be provided with the id of a
          ComPlusApplicationRole element representing the application role the user is
          to be added to.
        </documentation></annotation>
      </attribute>
      <attribute name="Group" use="required" type="xs:string">
        <annotation><documentation>
          Foreign key into the Group table.
        </documentation></annotation>
      </attribute>
    </complexType>
  </element>