Description

The document type node: test or business component.

Attributes

NameTypeUseDefaultDescription
BCIterstringoptional The ID of the iteration.
productNamestringrequired The product used to run the test or component. Possible values: Unified Functional Testing
rIDIDrequired The node ID.
typeNMTOKENoptionalTestThe document type for which the results are shown. Possible values: BC - a BPT component; Test - a UFT test; BPTWrapperTest - a complete Business Process Test

Diagram

Doc Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DName Element (Required, 1 element allowed)
ConfName Element (Optional, up to 1 element(s) allowed)
Res Element (Required, 1 element allowed)
DVer Element (Optional, up to 1 element(s) allowed)
TSet Element (Optional, up to 1 element(s) allowed)
TInst Element (Optional, up to 1 element(s) allowed)
RunType Element (Optional, up to 1 element(s) allowed)
DT Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)NodeArgs Element (Required, 1 element allowed)
AdditionalInfo Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)AdditionalDataName Element (Required, 1 element allowed)
AdditionalDataValue Element (Required, 1 element allowed)
Step Element (Optional, unlimited elements allowed)Sequence (Required, 1 element allowed)Obj Element (Required, 1 element allowed)
Details Element (Required, 1 element allowed)
Time Element (Required, 1 element allowed)
Choice (Optional, up to 1 element(s) allowed)TimeTick Element (Required, 1 element allowed)
Choice (Optional, unlimited elements allowed)Step Element (Required, 1 element allowed)
HtmlStep Element (Required, 1 element allowed)
Doc Element (Required, 1 element allowed)
Action Element (Required, 1 element allowed)
Choice (Optional, up to 1 element(s) allowed)DataMapping Element (Required, 1 element allowed)
NodeArgs Element (Required, 1 element allowed)
DIter Element (Optional, unlimited elements allowed)Sequence (Required, 1 element allowed)Step Element (Optional, unlimited elements allowed)
Action Element (Required, 1 or more elements allowed)
Summary Element (Optional, up to 1 element(s) allowed)
NodeArgs Element (Required, 1 element allowed)
Action Element (Optional, unlimited elements allowed)Sequence (Required, 1 element allowed)AName Element (Required, 1 element allowed)
AIter Element (Optional, unlimited elements allowed)
Choice (Optional, unlimited elements allowed)Step Element (Required, 1 element allowed)
HtmlStep Element (Required, 1 element allowed)
Action Element (Required, 1 element allowed)
Summary Element (Required, 1 element allowed)
ActionMaintenanceSummary Element (Optional, up to 1 element(s) allowed)
TestMaintenanceSummary Element (Optional, up to 1 element(s) allowed)
NodeArgs Element (Required, 1 element allowed)
Doc Element (Optional, unlimited elements allowed)
Summary Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Param Element (Optional, unlimited elements allowed)
TestMaintenanceSummary Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)ActionMaintenanceSummary Element (Required, 1 or more elements allowed)
NodeArgs Element (Optional, up to 1 element(s) allowed)Sequence (Required, 1 element allowed)Disp Element (Required, 1 element allowed)
TopPane Element (Optional, up to 1 element(s) allowed)
BtmPane Element (Optional, up to 1 element(s) allowed)
ExtendedInfo Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Doc">
    <xs:annotation>
        <xs:documentation>The document type node: test or business component.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DName" />
            <xs:element ref="ConfName" minOccurs="0" />
            <xs:element ref="Res" />
            <xs:element ref="DVer" minOccurs="0" />
            <xs:element ref="TSet" minOccurs="0" />
            <xs:element ref="TInst" minOccurs="0" />
            <xs:element ref="RunType" minOccurs="0" />
            <xs:element ref="DT" minOccurs="0" />
            <xs:element ref="AdditionalInfo" minOccurs="0" />
            <xs:element ref="Step" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="DIter" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Action" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Doc" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="Summary" minOccurs="0" />
            <xs:element ref="TestMaintenanceSummary" minOccurs="0" />
            <xs:element ref="NodeArgs" minOccurs="0" />
        </xs:sequence>
        <xs:attribute name="rID" type="xs:ID" use="required">
            <xs:annotation>
                <xs:documentation>The node ID.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" default="Test">
            <xs:annotation>
                <xs:documentation>The document type for which the results are shown.
Possible values:
BC - a BPT component;
Test - a UFT test; 
BPTWrapperTest - a complete Business Process Test</xs:documentation>
            </xs:annotation>
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="Test" />
                    <xs:enumeration value="BC">
                        <xs:annotation>
                            <xs:documentation />
                        </xs:annotation>
                    </xs:enumeration>
                    <xs:enumeration value="BPTWrapperTest" />
                    <xs:enumeration value="Flow" />
                    <xs:enumeration value="Group" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="BCIter" type="xs:string">
            <xs:annotation>
                <xs:documentation>The ID of the iteration.</xs:documentation>
                <xs:documentation />
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="productName" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The product used to run the test or component. Possible values: Unified Functional Testing</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>