complexType faces-config-list-entriesType

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

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-list-entriesType">
    <
xsd:annotation>
        <
xsd:documentation>
The "list-entries" element represents a set of initialization
elements for a managed property that is a java.util.List or an
array. In the former case, the "value-class" element can optionally
be used to declare the Java type to which each value should be
converted before adding it to the Collection.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="value-class" type="j2ee:faces-config-value-classType" minOccurs="0"/>
        <
xsd:choice minOccurs="0" maxOccurs="unbounded">
            <
xsd:element name="null-value" type="j2ee:faces-config-null-valueType"/>
            <
xsd:element name="value" type="j2ee:faces-config-valueType"/>
        </
xsd:choice>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "list-entries" element represents a set of initialization
elements for a managed property that is a java.util.List or an
array.  In the former case, the "value-class" element can optionally
be used to declare the Java type to which each value should be
converted before adding it to the Collection.


complexType faces-config-list-entriesType


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.