TopPane Element
Description
The information in the top right pane of the Results window.
Namespace(none)
Diagram
Path ElementSequenceTopPane Element
Overview
TopPane
The information in the top right pane of the Results window.
Sequence
Pathxs:string
The node containing the full path information.
Source
<xs:element name="TopPane" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The information in the top right pane of the Results window.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Path"   />
    </xs:sequence>
  </xs:complexType>
</xs:element>