2.2.1.2.84 externalViews

The externalViews element MUST be ignored.

Parent Elements

xDocumentClass

Child Elements

externalView

Attributes:

default: This attribute MUST be ignored.

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

 <xsd:element name="externalViews">
   <xsd:complexType>
     <xsd:sequence>
       <xsd:element ref="xsf:externalView" minOccurs="1" maxOccurs="unbounded"/>
     </xsd:sequence>
     <xsd:attribute name="default" type="xsd:string"/>
   </xsd:complexType>
   <xsd:unique name="externalViews_name_unique">
     <xsd:selector xpath="./xsf:externalView"/>
     <xsd:field xpath="@default"/>
   </xsd:unique>
   <xsd:keyref name="external_views_printView" refer="xsf:externalView_name_key">
     <xsd:selector xpath="."/>
     <xsd:field xpath="@default"/>
   </xsd:keyref>
 </xsd:element>