SoapDynamicTeamAttribute data structure

Element

Description

Type

Occurrences

name

Name of the attribute

string

0

value

Value of the attribute

string

0

Specification:

<xs:complexType name="SoapDynamicTeamAttribute">

  <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