BtmPane Element
Description
For internal use only.
Namespace(none)
Diagram
ASHilite ElementWR ElementPath ElementChoiceSequenceBtmPane Element
Overview
BtmPane
For internal use only.
vType optionalxs:string
For internal use only.
Sequence
Choice optional
Pathxs:string
The node containing the full path information.
WRxs:string
For internal use only.
ASHiliteoptionalxs:string
For internal use only.
Attributes
NameTypeUseDefaultFixedDescription
vTypexs:stringoptionalHTML For internal use only.
Source
<xs:element name="BtmPane" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>For internal use only.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:choice minOccurs="0">
        <xs:element ref="Path"   />
        <xs:element ref="WR"   />
      </xs:choice>
      <xs:element ref="ASHilite" minOccurs="0"   />
    </xs:sequence>
    <xs:attribute name="vType" type="xs:string" default="HTML">
      <xs:annotation>
        <xs:documentation>For internal use only.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also