BPT Element
Description
The business process test node.
Namespace(none)
Diagram
Doc ElementNodeArgs ElementTInst ElementTSet ElementDVer ElementRes ElementDName ElementSequenceBPT Element
Overview
BPT
The business process test node.
rID requiredxs:ID
The ID of the node.
Sequence
DNamexs:string
The test or business component name.
Resxs:string
The name of the results.
DVeroptionalxs:string
The test version (used only when using ALM with version control).
TSetoptionalxs:string
The test set (used only when connected to ALM).
TInstoptionalxs:string
The test instance (used only when connected to ALM).
NodeArgs
The node that includes information regarding the display.
Doc0..∞
The document type node: test or business component.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The ID of the node.
Source
<xs:element name="BPT" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also