TestingEnvironment Schema
TypeInfo Element
Description
Type information for a test object class, including the location of the external type library and a list of additional operations.
Namespace(none)
Diagram
Operation ElementExternalTypeInfo ElementSequenceTypeInfo Element
Overview
TypeInfo
Type information for a test object class, including the location of the external type library and a list of additional operations.
Sequence
ExternalTypeInfo optional
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.
Operation 0..∞
A single method or property of a test object class.
Name required RestrictedString Simple Type
The name of the operation.
PropertyType optional Restriction of PropertType Simple Type
The operation type. Either Method or up to three Property specifications.
ExposureLevel optional Restriction of xs:string
Specifies the exposure level of the operation. It can be common used and exposed to all users, or exposed only to experts.
SortLevel optional xs:integer
The sort level of the operation. Numbers below zero move the item up in the list. Numbers above zero move the item down.
Sequence
Description optional xs:string
The description of the element.
Documentation 0..∞ Extension of xs:string
The documentation string for the operation.
NumOfArguments optional xs:integer
The number of arguments that require values to be specified in order to show the documentation string for the operation.
HelpInfo optional
Context-sensitive Help information for the element.
HelpFile required xs:string
The file system path to the file which contains the help information.
HelpContext optional xs:integer
The context identifier for the location inside the help file where the information resides.
IconInfo optional
Icon information for the element.
IconFile required xs:string
The file system path to the file which contains the icon. Can be a dll, exe, or ico file.
IconIndex optional xs:integer
The index to the location of the icon inside the dll or exe.
Argument 0..∞
The argument definitions for the operation.
Name required RestrictedString Simple Type
The argument name.
IsMandatory required xs:boolean
Specifies whether the argument is mandatory.
DefaultValue optional xs:string
The default value for this argument.
Direction optional Restriction of xs:string
Specifies whether this argument is an input argument or an output argument.
Sequence
Type
The data type.
VariantType optional Variant Simple Type
The variant type of the argument.
ListOfValuesName optional xs:IDREF
The name of the list of values of the argument. Can be one of the list of values names defined in this XML.
Description optional xs:string
The description of the element.
HelpInfo optional
Context-sensitive Help information for the element.
HelpFile required xs:string
The file system path to the file which contains the help information.
HelpContext optional xs:integer
The context identifier for the location inside the help file where the information resides.
AdditionalInfo optional
Placeholder for additional information.
ReturnValueType optional
The return value's data type.
Sequence
Type
The data type.
VariantType optional Variant Simple Type
The variant type of the argument.
ListOfValuesName optional xs:IDREF
The name of the list of values of the argument. Can be one of the list of values names defined in this XML.
AdditionalInfo optional
Placeholder for additional information.
AdditionalInfo optional
Placeholder for additional information.
Source
<xs:element name="TypeInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also