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:elementxmlns:xs="http://www.w3.org/2001/XMLSchema" name="Details"><xs:annotation><xs:documentation>The test details.</xs:documentation></xs:annotation><xs:complexType><xs:simpleContent><xs:extensionbase="xs:string"><xs:attributename="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:restrictionbase="xs:NMTOKEN"><xs:enumerationvalue="False" /><xs:enumerationvalue="True" /></xs:restriction></xs:simpleType></xs:attribute></xs:extension></xs:simpleContent></xs:complexType></xs:element>