TestingEnvironment Schema
ExternalTypeInfo Element
Description
External type library information for the test object class.
Namespace(none)
Diagram
ExternalTypeInfo Element
Overview
ExternalTypeInfo
External type library information for the test object class.
TypeLibraryPath required xs:string
The file system path to the type library file.
CLSID required xs:string
The class id of this ClassInfo. Used to locate the type information inside the type library.
Attributes
NameTypeUseDefaultFixedDescription
TypeLibraryPathxs:stringrequired  The file system path to the type library file.
CLSIDxs:stringrequired  The class id of this ClassInfo. Used to locate the type information inside the type library.
Source
<xs:element name="ExternalTypeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>External type library information for the test object class.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="TypeLibraryPath" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The file system path to the type library file.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="CLSID" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The class id of this ClassInfo. Used to locate the type information inside the type library.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also