aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/complus/ComPlusInterface.xsd
blob: 26e510401855b4610c7c772b01a27e44b56d166d (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
<element name="ComPlusInterface">
    <annotation><documentation>
      Represents an interface for a COM+ component.
    </documentation></annotation>
    <complexType>
      <sequence>
        <choice minOccurs="0" maxOccurs="unbounded">
          <element ref="ComPlusRoleForInterface" />
          <element ref="ComPlusMethod" />
        </choice>
      </sequence>
      <attribute name="Id" use="required" type="xs:string">
        <annotation><documentation>
          Identifier for the element.
        </documentation></annotation>
      </attribute>
      <attribute name="IID" use="required" type="uuid">
        <annotation><documentation>
          IID of the interface.
        </documentation></annotation>
      </attribute>
      <attribute name="Description" use="optional" type="xs:string" />
      <attribute name="QueuingEnabled" use="optional" type="wxs:YesNoTypeUnion" />
    </complexType>
  </element>