TestingEnvironment Schema
RecordSuppression Element
Description
The collection of objects whose events are not to be recorded.
Namespace(none)
Diagram
Window ElementActiveX ElementChoiceRecordSuppression Element
Overview
RecordSuppression optional
The collection of objects whose events are not to be recorded.
Choice 1..∞
ActiveX
An ActiveX object whose events are not to be recorded.
ProgID required xs:string
Window
A Windows object whose events are not to be recorded.
WindowClass required xs:string
Source
<xs:element name="RecordSuppression" minOccurs="0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The collection of objects whose events are not to be recorded. </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="ActiveX">
        <xs:annotation>
          <xs:documentation>An ActiveX object whose events are not to be recorded. </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="ProgID" type="xs:string" use="required"></xs:attribute>
        </xs:complexType>
      </xs:element>
      <xs:element name="Window">
        <xs:annotation>
          <xs:documentation>A Windows object whose events are not to be recorded. </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:attribute name="WindowClass" type="xs:string" use="required"  />
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
See Also