2.2.1.2.119 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 that is shown. The specified name MUST match an existing name attribute of the view element, as specified in section 2.2.1.2.104.

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>