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
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>
|