Element |
Description |
Type |
Occurrences |
description |
Group description |
string |
1 |
name |
Group name |
string |
1 |
targetName |
Group target name |
string |
1 |
<xs:complexType name="SoapGroup">
<xs:sequence>
<xs:element name="description" nillable="true" type="xs:string"/>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="targetName" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>