Share this page
Description
Type
Extension of xs:string
Diagram
Overview
| DetailsExtension of xs:string
The test details.
|
plainTxt optionalRestriction of xs:NMTOKEN
Whether the detail text should be displayed as plain text or in HTML format. Possible values: True (default) - Displays details in plain text format ; False - Displays details in HTML format
|
|
Attributes
Name | Type | Use | Default | Fixed | Description |
---|
plainTxt | Restriction of xs:NMTOKEN | optional | True | | Whether the detail text should be displayed as plain text or in HTML format. Possible values: True (default) - Displays details in plain text format ; False - Displays details in HTML format |
Source
<xs:element name="Details" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>The test details.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="plainTxt" default="True">
<xs:annotation>
<xs:documentation>Whether the detail text should be displayed as plain text or in HTML format. Possible values:
True (default) - Displays details in plain text format
; False - Displays details in HTML format</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
Tips to improve your search results...
UFT One Run Results Schema ReferenceUFT One ReferenceAllView Local Help CenterView Online Help CenterAll versions