General Element
Description
The general information about the product and system.
Namespace(none)
Diagram
DocLocation ElementSequenceGeneral Element
Overview
General
The general information about the product and system.
productName requiredxs:string
The name of the product used to create the test or business component. Possible values: Unified Functional Testing; Service Test; QuickTest
productVer requiredxs:string
The version of the product used to create the test or business component.
os requiredxs:string
The operating system on which the run session was performed.
host requiredxs:string
The name of the computer on which the run session was performed.
qcserver optionalxs:string
ALM server address
qcproject optionalxs:string
ALM project name
SolManSolutionId optionalxs:string
For internal use only.
SolManProjectId optionalxs:string
For internal use only.
SolManTestPlanId optionalxs:string
For internal use only.
SolManTestPackageId optionalxs:string
For internal use only.
SolManUserInfoData optionalxs:string
For internal use only.
Sequence
DocLocationxs:string
The full path of the test or business component.
Attributes
NameTypeUseDefaultFixedDescription
productNamexs:stringrequired  The name of the product used to create the test or business component. Possible values: Unified Functional Testing; Service Test; QuickTest
productVerxs:stringrequired  The version of the product used to create the test or business component.
osxs:stringrequired  The operating system on which the run session was performed.
hostxs:stringrequired  The name of the computer on which the run session was performed.
qcserverxs:stringoptional  ALM server address
qcprojectxs:stringoptional  ALM project name
SolManSolutionIdxs:stringoptional  For internal use only.
SolManProjectIdxs:stringoptional  For internal use only.
SolManTestPlanIdxs:stringoptional  For internal use only.
SolManTestPackageIdxs:stringoptional  For internal use only.
SolManUserInfoDataxs:stringoptional  For internal use only.
Source
<xs:element name="General" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The general information about the product and system.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="DocLocation"   />
    </xs:sequence>
    <xs:attribute name="productName" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The name of the product used to create the test or business component. Possible values: Unified Functional Testing; Service Test; QuickTest</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="productVer" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The version of the product used to create the test or business component.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="os" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The operating system on which the run session was performed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="host" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The name of the computer on which the run session was performed.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="qcserver" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>ALM server address</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="qcproject" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>ALM project name</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SolManSolutionId" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>For internal use only.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SolManProjectId" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>For internal use only.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SolManTestPlanId" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>For internal use only.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SolManTestPackageId" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>For internal use only.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="SolManUserInfoData" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>For internal use only.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>