complexType faces-config-navigation-caseType

complexType {http://java.sun.com/xml/ns/j2ee}faces-config-navigation-caseType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee


Source

<xsd:complexType name="faces-config-navigation-caseType">
    <
xsd:annotation>
        <
xsd:documentation>
The "navigation-case" element describes a particular combination
of conditions that must match for this case to be executed, and
the view id of the component tree that should be selected next.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="from-action" type="j2ee:faces-config-from-actionType" minOccurs="0"/>
        <
xsd:element name="from-outcome" type="j2ee:string" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The "from-outcome" element contains a logical outcome
string returned by the execution of an application
action method selected via an "actionRef" property
(or a literal value specified by an "action" property)
of a UICommand component. If specified, this rule will
be relevant only if the outcome value matches this
element's value. If not specified, this rule will be
relevant no matter what the outcome value was.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="to-view-id" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The "to-view-id" element contains the view identifier of
the next view that should be displayed if this
navigation rule is matched.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="redirect" type="j2ee:faces-config-redirectType" minOccurs="0"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "navigation-case" element describes a particular combination
of conditions that must match for this case to be executed, and
the view id of the component tree that should be selected next.


complexType faces-config-navigation-caseType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.