complexType config-propertyType

complexType {http://java.sun.com/xml/ns/j2ee}config-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
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="config-propertyType">
    <
xsd:annotation>
        <
xsd:documentation>
The config-propertyType contains a declaration of a single
configuration property that may be used for providing
configuration information.

The declaration consists of an optional description, name,
type and an optional value of the configuration property. If
the resource adapter provider does not specify a value than
the deployer is responsible for providing a valid value for
a configuration property.

Any bounds or well-defined values of properties should be
described in the description element.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="description" type="j2ee:descriptionType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="config-property-name" type="j2ee:config-property-nameType"/>
        <
xsd:element name="config-property-type" type="j2ee:config-property-typeType"/>
        <
xsd:element name="config-property-value" type="j2ee:xsdStringType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The element config-property-value contains the value
of a configuration entry. Note, it is possible for a
resource adapter deployer to override this
configuration information during deployment.

Example:
<config-property-value>WombatServer</config-property-value>
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The config-propertyType contains a declaration of a single
	configuration property that may be used for providing
	configuration information.
	The declaration consists of an optional description, name,
	type and an optional value of the configuration property. If
	the resource adapter provider does not specify a value than
	the deployer is responsible for providing a valid value for
	a configuration property.
	Any bounds or well-defined values of properties should be
	described in the description element.


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