Element |
Description |
Type |
Occurrences |
---|---|---|---|
name |
Name of Custom Attribute |
string |
0 |
value |
Value of Custom Attribute |
string |
0 |
<xs:complexType name="SoapCustomAttribute">
<xs:sequence>
<xs:element name="name" nillable="true" type="xs:string"/>
<xs:element name="value" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>