Controls\Control\CustomRecordReplay Element

Description

Parent element for the ImplementationClass element.

Diagram

CustomRecordReplay Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)ImplementationClass Element (Required, 1 element allowed)


Children

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CustomRecordReplay">
    <xs:annotation>
        <xs:documentation>Parent element for the ImplementationClass element.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element name="ImplementationClass" type="xs:string">
                <xs:annotation>
                    <xs:documentation>The fully qualified name of the custom support class corresponding to the custom class defined in the Control element's Type attribute.</xs:documentation>
                </xs:annotation>
            </xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>