Element |
Description |
Type |
Occurrences |
name |
Name of an Event Domain |
string |
1 |
serviceList |
List of Integration Services associated with the specified Event Domain |
1 |
<xs:complexType name="SoapIntegrationDomain">
<xs:sequence>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="serviceList" nillable="true" type="ns:SoapServiceList"/>
</xs:sequence>
</xs:complexType>