TypeInfo Element

Description

Type information for a test object class, including the location of the external type library and a list of additional operations.

Diagram

TypeInfo Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)ExternalTypeInfo Element (Optional, up to 1 element(s) allowed)
Operation Element (Optional, unlimited elements allowed)Sequence (Required, 1 element allowed)Description Element (Optional, up to 1 element(s) allowed)
Documentation Element (Optional, up to 1 element(s) allowed)
HelpInfo Element (Optional, up to 1 element(s) allowed)
IconInfo Element (Optional, up to 1 element(s) allowed)
Argument Element (Optional, unlimited elements allowed)
ReturnValueType Element (Optional, up to 1 element(s) 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="TypeInfo">
    <xs:annotation>
        <xs:documentation>Type information for a test object class, including the location of the external type library and a list of additional operations.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ExternalTypeInfo" minOccurs="0" />
            <xs:element ref="Operation" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>