Share via


2.2.138 switchViewAction

The switchViewAction element specifies the form view that MUST be shown when called by a form event.

Parent Elements

rule

Attributes:

view: This attribute specifies the name of the form view to be shown. The specified name MUST match an existing name attribute of the view element (section 2.2.123).

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

 <xsd:element name="switchViewAction">
   <xsd:complexType>
     <xsd:attribute name="view" type="xsf:xdViewName" use="required"/>
   </xsd:complexType>
   <xsd:keyref name="switchViewAction_view_keyref" refer="xsf:view_name_key">
     <xsd:selector xpath="."/>
     <xsd:field xpath="@view"/>
   </xsd:keyref>
 </xsd:element>