TestingEnvironment Schema
ReturnValueType Element
Description
The return value's data type.
Namespace(none)
Diagram
AdditionalInfo ElementType ElementSequenceReturnValueType Element
Overview
ReturnValueType
The return value's data type.
Sequence
Type
The data type.
VariantType optional Variant Simple Type
The variant type of the argument.
ListOfValuesName optional xs:IDREF
The name of the list of values of the argument. Can be one of the list of values names defined in this XML.
AdditionalInfo optional
Placeholder for additional information.
Source
<xs:element name="ReturnValueType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The return value's data type.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Type"  />
      <xs:element ref="AdditionalInfo" minOccurs="0"  />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also