SoapAttributes data structure

Element

Description

Type

Occurrences

attribute

Name of the attribute to add

string

0-unlimited

Specification:

xs:complexType name="SoapAttributes">
  <xs:sequence>
    <xs:element name="attribute" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Example