complexType faces-config-managed-propertyType

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

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-managed-propertyType">
    <
xsd:annotation>
        <
xsd:documentation>
The "managed-property" element represents an individual property
of a managed bean that will be configured to the specified value
(or value set) if the corresponding managed bean is
automatically created.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="property-name" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The "property-name" element represents the JavaBeans
property name under which the corresponding value may be
stored.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="property-class" type="j2ee:java-typeType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The "property-class" element represents the Java type of
the value associated with this property name. If not
specified, it can be inferred from existing classes;
however, this element should be specified if the
configuration file is going to be the source for
generating the corresponding classes.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:choice>
            <
xsd:element name="map-entries" type="j2ee:faces-config-map-entriesType"/>
            <
xsd:element name="null-value" type="j2ee:faces-config-null-valueType"/>
            <
xsd:element name="value" type="j2ee:faces-config-valueType"/>
            <
xsd:element name="list-entries" type="j2ee:faces-config-list-entriesType"/>
        </
xsd:choice>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

The "managed-property" element represents an individual property
of a managed bean that will be configured to the specified value
(or value set) if the corresponding managed bean is
automatically created.


complexType faces-config-managed-propertyType


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.