SoapGroup data structure

Element

Description

Type

Occurrences

description

Group description

string

1

name

Group name

string

1

targetName

Group target name

string

1

Specification:

<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>

Example