Description

The business process test node.

Attributes

NameTypeUseDefaultDescription
rIDIDrequired The ID of the node.

Diagram

BPT Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)DName Element (Required, 1 element 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)
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)
BtmPane Element (Optional, up to 1 element(s) allowed)
ExtendedInfo Element (Optional, up to 1 element(s) allowed)
Doc Element (Optional, unlimited elements 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)
AdditionalInfo Element (Optional, up to 1 element(s) allowed)
Step Element (Optional, unlimited elements allowed)
DIter Element (Optional, unlimited elements allowed)
Action Element (Optional, unlimited elements allowed)
Doc Element (Optional, unlimited elements allowed)
Summary Element (Optional, up to 1 element(s) allowed)
TestMaintenanceSummary Element (Optional, up to 1 element(s) allowed)
NodeArgs Element (Optional, up to 1 element(s) allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BPT">
    <xs:annotation>
        <xs:documentation>The business process test node.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="DName" />
            <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="NodeArgs" />
            <xs:element ref="Doc" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="rID" type="xs:ID" use="required">
            <xs:annotation>
                <xs:documentation>The ID of the node.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>