Description

Contains additional information generated during the run session.

Diagram

AdditionalInfo Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)AdditionalDataName Element (Required, 1 element allowed)
AdditionalDataValue Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="AdditionalInfo">
    <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>