RunType Element
Description
The information about the type of run session.
Namespace(none)
Type
Extension of xs:string
Diagram
RunType Element
Overview
RunTypeExtension of xs:string
The information about the type of run session.
fmStep optionalRestriction of xs:NMTOKEN
Indicates whether the run session was performed in Run from Step mode. Possible values: True ; False
batch optionalRestriction of xs:NMTOKEN
Indicates whether the run session was performed in batch mode. This option applies only to WinRunner. Possible values: True ; False
upDesc optionalRestriction of xs:NMTOKEN
Indicates whether test object descriptions were updated when the run session was performed. Possible values: True; False
upChk optionalRestriction of xs:NMTOKEN
Indicates whether checkpoint properties were updated when the run session was performed. Possible values: True; False
upAS optionalRestriction of xs:NMTOKEN
Indicates whether Active Screen images and values were updated when the run session was performed. Possible values: True; False
Attributes
NameTypeUseDefaultFixedDescription
fmStepRestriction of xs:NMTOKENoptionalFalse Indicates whether the run session was performed in Run from Step mode. Possible values: True ; False
batchRestriction of xs:NMTOKENoptionalFalse Indicates whether the run session was performed in batch mode. This option applies only to WinRunner. Possible values: True ; False
upDescRestriction of xs:NMTOKENoptionalFalse Indicates whether test object descriptions were updated when the run session was performed. Possible values: True; False
upChkRestriction of xs:NMTOKENoptionalFalse Indicates whether checkpoint properties were updated when the run session was performed. Possible values: True; False
upASRestriction of xs:NMTOKENoptionalFalse Indicates whether Active Screen images and values were updated when the run session was performed. Possible values: True; False
Source
<xs:element name="RunType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The information about the type of run session.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="fmStep" default="False">
          <xs:annotation>
            <xs:documentation>Indicates whether the run session was performed in Run from Step mode. 
Possible values:
True
; False</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="batch" default="False">
          <xs:annotation>
            <xs:documentation>Indicates whether the run session was performed in batch mode. This option applies only to WinRunner.
Possible values:
True
; False</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="upDesc" default="False">
          <xs:annotation>
            <xs:documentation>Indicates whether test object descriptions were updated when the run session was performed.
 Possible values:
True; 
False</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="upChk" default="False">
          <xs:annotation>
            <xs:documentation>Indicates whether checkpoint properties were updated when the run session was performed.
 Possible values:
True; 
False</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="upAS" default="False">
          <xs:annotation>
            <xs:documentation>Indicates whether Active Screen images and values were updated when the run session was performed.
 Possible values:
True; 
False</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:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
See Also