ReturnValueType Element
Description
The type of value returned by the operation.
Diagram
Children
Used By
Source
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ReturnValueType">
<xs:annotation>
<xs:documentation>The type of value returned by the operation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="Type" />
<xs:element ref="AdditionalInfo" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
|