Description
The element containing the information for supporting the test object methods and identification properties for this test object class.
Diagram
Children
Used By
Source
<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Run">
<xs:annotation>
<xs:documentation>The element containing the information for supporting the test object methods and identification properties for this test object class.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="Methods" minOccurs="0">
<xs:annotation>
<xs:documentation>The element containing the information for supporting the test object methods for this test object class.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Method" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The information for supporting a specific test object method.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The name of the test object method.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="ImpFuncAttrs" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Properties" minOccurs="0">
<xs:annotation>
<xs:documentation>The function UFT should call to retrieve the values of identification properties for this test object class.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="ImpFuncAttrs" />
</xs:complexType>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>
|