complexType config-property-typeType

complexType {http://java.sun.com/xml/ns/j2ee}config-property-typeType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by extension)
   {http://java.sun.com/xml/ns/j2ee}string (by restriction)
    {http://java.sun.com/xml/ns/j2ee}config-property-typeType
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-property-typeType">
    <
xsd:annotation>
        <
xsd:documentation>
The config-property-typeType contains the fully
qualified Java type of a configuration property.

The following are the legal values:
java.lang.Boolean, java.lang.String, java.lang.Integer,
java.lang.Double, java.lang.Byte, java.lang.Short,
java.lang.Long, java.lang.Float, java.lang.Character

Used in: config-property

Example:
<config-property-type>java.lang.String</config-property-type>
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:simpleContent>
        <
xsd:restriction base="j2ee:string">
            <
xsd:enumeration value="java.lang.Boolean"/>
            <
xsd:enumeration value="java.lang.String"/>
            <
xsd:enumeration value="java.lang.Integer"/>
            <
xsd:enumeration value="java.lang.Double"/>
            <
xsd:enumeration value="java.lang.Byte"/>
            <
xsd:enumeration value="java.lang.Short"/>
            <
xsd:enumeration value="java.lang.Long"/>
            <
xsd:enumeration value="java.lang.Float"/>
            <
xsd:enumeration value="java.lang.Character"/>
        </
xsd:restriction>
    </
xsd:simpleContent>
</
xsd:complexType>


Documentation

	  The config-property-typeType contains the fully
	  qualified Java type of a configuration property.
	  The following are the legal values:
	     java.lang.Boolean, java.lang.String, java.lang.Integer,
	     java.lang.Double, java.lang.Byte, java.lang.Short,
	     java.lang.Long, java.lang.Float, java.lang.Character
	  Used in: config-property
	  Example:
	  <config-property-type>java.lang.String</config-property-type>


complexType config-property-typeType


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.