Obj Element
Description
The name of the test object being checked.
Namespace(none)
Type
Extension of xs:string
Diagram
Obj Element
Overview
ObjExtension of xs:string
The name of the test object being checked.
plainTxt optionalRestriction of xs:NMTOKEN
Indicates whether the test object name should be displayed as plain text or in HTML format. Possible values: True (default) - Displays test object name in plain text format; False - Displays test object name in HTML format
Attributes
NameTypeUseDefaultFixedDescription
plainTxtRestriction of xs:NMTOKENoptionalTrue Indicates whether the test object name should be displayed as plain text or in HTML format. Possible values: True (default) - Displays test object name in plain text format; False - Displays test object name in HTML format
Source
<xs:element name="Obj" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The name of the test object being checked.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="xs:string">
        <xs:attribute name="plainTxt" default="True">
          <xs:annotation>
            <xs:documentation>Indicates whether the test object name should be displayed as plain text or in HTML format. 
Possible values:
True (default) - Displays test object name in plain text format; 
False - Displays test object name 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