AdditionalInfo Element
Description
Contains additional information generated during the run session.
Namespace(none)
Diagram
AdditionalDataValue ElementAdditionalDataName ElementSequenceAdditionalInfo Element
Overview
AdditionalInfo
Contains additional information generated during the run session.
Sequence
AdditionalDataNamexs:string
The name assigned to the additional information data when additional data is generated for the test or component summary.
AdditionalDataValuexs:string
The string that is displayed in the test or component summary when additional data is generated.
Source
<xs:element name="AdditionalInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Contains additional information generated during the run session.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="AdditionalDataName"   />
      <xs:element ref="AdditionalDataValue"   />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also