Doc Element
Description
The document type node: test or business component.
Namespace(none)
Diagram
NodeArgs ElementTestMaintenanceSummary ElementSummary ElementDoc ElementAction ElementDIter ElementStep ElementAdditionalInfo ElementDT ElementRunType ElementTInst ElementTSet ElementDVer ElementRes ElementConfName ElementDName ElementSequenceDoc Element
Overview
Doc
The document type node: test or business component.
rID requiredxs:ID
The node ID.
type optionalRestriction of xs:NMTOKEN
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
BCIter optionalxs:string
The ID of the iteration.
productName requiredxs:string
The product used to run the test or component. Possible values: Unified Functional Testing
Sequence
DNamexs:string
The test or business component name.
ConfNameoptionalxs:string
The configuration name (used only when a configuration was executed from ALM).
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).
RunTypeoptionalExtension of xs:string
The information about the type of run session.
DToptional
The Data Table node.
AdditionalInfooptional
Contains additional information generated during the run session.
Step0..∞
The node containing general run session information.
DIter0..∞
The node containing the test or business component iteration information.
Action0..∞
The action node.
Doc0..∞
The document type node: test or business component.
Summaryoptional
The summary node.
TestMaintenanceSummaryoptional
The Maintenance Summary details for the run session.
NodeArgsoptional
The node that includes information regarding the display.
Attributes
NameTypeUseDefaultFixedDescription
rIDxs:IDrequired  The node ID.
typeRestriction of xs:NMTOKENoptionalTest 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
BCIterxs:stringoptional  The ID of the iteration.
productNamexs:stringrequired  The product used to run the test or component. Possible values: Unified Functional Testing
Source
<xs:element name="Doc" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>