Identifies the view for object model calls when switching views, and for specifying the default view.
xsf:xdViewName
The name attribute is a required attribute of the view element.
The following is an example of the name attribute as it is used in the view element:
<xsf:views default="View">
<xsf:view name="View" caption="View">
<xsf:mainpane transform="view1.xsl"></xsf:mainpane>
...
</xsf:view>
</xsf:views>