Previous Next vertical dots separating previous/next from contents/index/pdf

http://java.sun.com/xml/ns/j2ee
complexType string

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

Documentation

	This is a special string datatype that is defined by J2EE as
	a base type for defining collapsed strings. When schemas
	require trailing/leading space elimination as well as
	collapsing the existing whitespace, this base type may be
	used.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
token
</...>


Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
display-nameType, ejb-linkType, ejb-ref-typeType, env-entry-type-valuesType, fully-qualified-classType, generic-booleanType, java-identifierType, java-typeType, jndi-nameType, message-destination-linkType, message-destinationType, message-destination-usageType, param-valueType, pathType, port-component-refType, res-authType, res-sharing-scopeType, role-nameType, service-ref_handlerType

Source
<xsd:complexType name="string">
<xsd:simpleContent>
<xsd:extension base="xsd:token">
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>


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

 

Skip navigation bar   Back to Top