2.2.1.2.85 externalView

The externalView element MUST be ignored.

Parent Elements

externalViews

Child Elements

mainpane

Attributes:

designMode: This attribute MUST be ignored.

name: This attribute MUST be ignored.

target: This attribute MUST be ignored.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

 <xsd:element name="externalView">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:mainpane"/>
     </xsd:sequence>
     <xsd:attribute name="target" type="xsd:string"/>
     <xsd:attribute name="name" type="xsf:xdViewName" use="required"/>
     <xsd:attribute name="designMode" type="xsf:xdDesignMode"/>
   </xsd:complexType>
 </xsd:element>