complexType faces-config-map-entriesType

complexType {http://java.sun.com/xml/ns/j2ee}faces-config-map-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-map-entriesType">
    <
xsd:annotation>
        <
xsd:documentation>
The "map-entries' element represents a set of key-entry pairs that
will be added to the computed value of a managed property of type
java.util.Map. In addition, the Java class types of the key and
entry values may be optionally declared.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="key-class" type="j2ee:fully-qualified-classType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The "key-class" element defines the Java type to which
each "key" element in a set of "map-entry" elements will
be converted to. If omitted, "java.lang.String"
is assumed.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="value-class" type="j2ee:faces-config-value-classType" minOccurs="0"/>
        <
xsd:element name="map-entry" type="j2ee:faces-config-map-entryType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "map-entries' element represents a set of key-entry pairs that
will be added to the computed value of a managed property of type
java.util.Map.  In addition, the Java class types of the key and
entry values may be optionally declared.


complexType faces-config-map-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.