Record Element

Description

Information on how to record steps that the user performs on a custom control mapped to this test object class.

Diagram

Record Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)EventListening Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Record">
    <xs:annotation>
        <xs:documentation>Information on how to record steps that the user performs on a custom control mapped to this test object class.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="EventListening" minOccurs="0">
                <xs:annotation>
                    <xs:documentation>Event listening rules.</xs:documentation>
                </xs:annotation>
                <xs:complexType>
                    <xs:attributeGroup ref="ImpFuncAttrs" />
                    <xs:attributeGroup ref="EventListeningAttrs" />
                </xs:complexType>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>