ReturnValueType Element

Description

The type of value returned by the operation.

Diagram

ReturnValueType Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Type Element (Required, 1 element allowed)
AdditionalInfo Element (Optional, up to 1 element(s) allowed)


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>