SoapCustomAttributeList data structure

Element

Description

Type

Occurrences

customAttribute

Custom Attribute

SoapCustomAttribute

0-unlimited

Specification:

<xs:complexType name="SoapCustomAttributeList">

  <xs:sequence>

    <xs:element minOccurs="0" maxOccurs="unbounded" name="customAttribute" nillable="true" type="ns:SoapCustomAttribute"/>

  </xs:sequence>

</xs:complexType>

Example