http://java.sun.com/xml/ns/j2ee
complexType java-typeType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}java-typeType (restriction)

Documentation

	This is a generic type that designates a Java primitive
	type or a fully qualified name of a Java interface/type,
	or an array of such types.

      
Properties
This component is not nillable.

Model
<...>

</...>

Source
<xsd:complexType name="java-typeType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:string">
<xsd:pattern value="[^\p{Z}]*"/>
</xsd:restriction>
</xsd:simpleContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.