TestingEnvironment Schema
ActiveX Element
Description
An ActiveX object whose events are not to be recorded.
Namespace(none)
Diagram
ActiveX Element
Overview
ActiveX
An ActiveX object whose events are not to be recorded.
ProgID required xs:string
Attributes
NameTypeUseDefaultFixedDescription
ProgIDxs:stringrequired   
Source
<xs:element name="ActiveX" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also