complexType env-entry-type-valuesType

complexType {http://java.sun.com/xml/ns/javaee}env-entry-type-valuesType

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/javaee}string (by restriction)
    {http://java.sun.com/xml/ns/javaee}env-entry-type-valuesType
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="env-entry-type-valuesType">
    <
xsd:annotation>
        <
xsd:documentation>
This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code.

The following are the legal values of env-entry-type-valuesType:

java.lang.Boolean
java.lang.Byte
java.lang.Character
java.lang.String
java.lang.Short
java.lang.Integer
java.lang.Long
java.lang.Float
java.lang.Double

Example:

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


Documentation

	  This type contains the fully-qualified Java type of the
	  environment entry value that is expected by the
	  application's code.
	  The following are the legal values of env-entry-type-valuesType:
	      java.lang.Boolean
	      java.lang.Byte
	      java.lang.Character
	      java.lang.String
	      java.lang.Short
	      java.lang.Integer
	      java.lang.Long
	      java.lang.Float
	      java.lang.Double
	  Example:
	  <env-entry-type>java.lang.Boolean</env-entry-type>


complexType env-entry-type-valuesType


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.