element <qm:tooladapter> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 18 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 14 elements
Used:
never
XML Representation Summary
<qm:tooladapter>
   
Content: 
</qm:tooladapter>
Content model elements (18):
adapter:capability,
adapter:fqdn,
adapter:hostname,
adapter:instructions,
adapter:ipaddress,
adapter:lastheartbeat,
adapter:macaddress,
adapter:pollinginterval,
adapter:tasks,
adapter:type,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:stylesheet,
qm:webId
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (15); see within schema source)
<xs:element name="tooladapter">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="dc:creator"/>
<xs:element ref="adapter:type"/>
<xs:element minOccurs="0" ref="adapter:pollinginterval"/>
<xs:element minOccurs="0" ref="adapter:lastheartbeat"/>
<xs:element ref="adapter:hostname"/>
<xs:element ref="adapter:ipaddress"/>
<xs:element ref="adapter:macaddress"/>
<xs:element ref="adapter:fqdn"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:capability"/>
<xs:element maxOccurs="1" minOccurs="0" ref="adapter:instructions"/>
<xs:element maxOccurs="1" minOccurs="0" ref="adapter:tasks"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 14/18)
adapter:capability
Type:
xs:string, predefined, simple content
Capabilty of the adapter - permissible values are EXECUTE, IMPORT, RECORD
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="adapter:capability"/>

adapter:fqdn
Type:
xs:string, predefined, simple content
Fully Qualified Domaion Name of the machine that theadapter is running on.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="adapter:fqdn"/>

adapter:hostname
Type:
xs:string, predefined, simple content
The hostname of the machine that the adapter is currently running on.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="adapter:hostname"/>

adapter:instructions
Type:
anonymous complexType, empty content
[READ-ONLY] URL that the adapter can invoke to retrieve instructions for that adapter to handle.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="adapter:instructions"/>

adapter:ipaddress
Type:
xs:string, predefined, simple content
The IP Address of the machine that the adapter is running on.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="adapter:ipaddress"/>

adapter:lastheartbeat
Type:
xs:long, predefined, simple content
[READ-ONLY] Time in milliseconds since the last interaction with the adapter.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="adapter:lastheartbeat"/>

adapter:macaddress
Type:
xs:string, predefined, simple content
The physical address of the machine that the adapter is running on.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="adapter:macaddress"/>

adapter:pollinginterval
Type:
xs:int, predefined, simple content
The number of seconds stating how frequently the adapter will poll the test management server for instructions.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="adapter:pollinginterval"/>

adapter:tasks
Type:
anonymous complexType, empty content
[READ-ONLY] URL that the adapter can invoke to retrieve tasks for that adapter to handle.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="adapter:tasks"/>

adapter:type
Type:
xs:string, predefined, simple content
The type of this adapter that binds it to a specific test execution tool.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="adapter:type"/>

dc:creator
Type:
anonymous complexType, mixed content
[READ-ONLY] The contributor that created the tool adapter.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

dc:description
Type:
xs:string, predefined, simple content
An account of the tooladapter.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the tooladapter.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:webId
Type:
xs:int, predefined, simple content
[READ-ONLY] Integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set