Description

The node that includes information regarding the display.

Attributes

NameTypeUseDefaultDescription
eTypestringrequired For internal use only.
filterNMTOKENoptionalTrueFor internal use only.
iconstringrequired The index of the node icon to be displayed (icons are located in the icons folder).
iconSelstringoptional The index of the icon to be displayed when the node in the tree is selected. (Icons are located in the icons folder.)
MovieMarkerstringoptional For internal use only.
nRepstringrequired For internal use only.
nTypestringoptional For internal use only.
Sourcestringoptional The name of the UFT testing document containing the step.
SourceLinelongoptional The line number of the step.
statusNMTOKENoptionalDoneThe status of the step. Possible values: Passed - A step that passed; Failed - A step that failed; Done - A step that was performed successfully, but did not receive a pass, fail, or warning status ; Warning - A step that did not pass, but that did not cause the test to fail ; Information - For internal use only.
StepFlowItemKeystringoptional The key of the related flow item.
UserNotestringoptionalnoThe flag that is intended to make this step visible in Executive Summary.

Diagram

NodeArgs Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Disp Element (Required, 1 element allowed)
TopPane Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Path Element (Required, 1 element allowed)
BtmPane Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Choice (Optional, up to 1 element(s) allowed)Path Element (Required, 1 element allowed)
WR Element (Required, 1 element allowed)
ASHilite Element (Optional, up to 1 element(s) allowed)
ExtendedInfo Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)StepData Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="NodeArgs">
    <xs:annotation>
        <xs:documentation>The node that includes information regarding the display.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="Disp" />
            <xs:element ref="TopPane" minOccurs="0" />
            <xs:element ref="BtmPane" minOccurs="0" />
            <xs:element ref="ExtendedInfo" minOccurs="0" maxOccurs="1" />
        </xs:sequence>
        <xs:attribute name="eType" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="icon" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The index of the node icon to be displayed (icons are located in the icons folder).</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="nRep" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="filter" default="True">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="False" />
                    <xs:enumeration value="True" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="MovieMarker" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="status" default="Done">
            <xs:annotation>
                <xs:documentation>The status of the step.
 Possible values:
 Passed - A step that passed; 
Failed - A step that failed; 
Done - A step that was performed successfully, but did not receive a pass, fail, or warning status
; Warning - A step that did not pass, but that did not cause the test to fail
; Information - For internal use only.</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Passed" />
                    <xs:enumeration value="Failed" />
                    <xs:enumeration value="Done" />
                    <xs:enumeration value="Warning" />
                    <xs:enumeration value="Information" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="iconSel" type="xs:string">
            <xs:annotation>
                <xs:documentation>The index of the icon to be displayed when the node in the tree is selected. (Icons are located in the icons folder.)</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="nType" type="xs:string">
            <xs:annotation>
                <xs:documentation>For internal use only.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="Source" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>The name of the UFT testing document containing the step.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="SourceLine" type="xs:long" use="optional">
            <xs:annotation>
                <xs:documentation>The line number of the step.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="UserNote" type="xs:string" use="optional" default="no">
            <xs:annotation>
                <xs:documentation>The flag that is intended to make this step visible in Executive Summary.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="StepFlowItemKey" type="xs:string" use="optional">
            <xs:annotation>
                <xs:documentation>The key of the related flow item.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>