javaee:java-typeType

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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Source

<xsd:complexType name="java-typeType">
  <xsd:annotation>
    <xsd: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.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:restriction base="javaee:string">
      <xsd:pattern value="[^\p{Z}]*"/>
    </xsd:restriction>
  </xsd:simpleContent>
</xsd:complexType>