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