SoapAttribute data structure

Element

Description

Type

Occurrences

name

Custom Attribute name

string

1

value

Custom Attribute value

string

1

Specification:

<xs:complexType name="SoapAttribute">

  <xs:sequence>

    <xs:element name="name" nillable="true" type="xs:string"/>

    <xs:element name="value" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>

Example