| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}java-identifierType (restriction)
The java-identifierType defines a Java identifier.
The users of this type should further verify that
the content does not contain Java reserved keywords.
<xsd:complexType name="java-identifierType"><xsd:simpleContent></xsd:complexType><xsd:restriction base="j2ee:string"></xsd:simpleContent><xsd:pattern value="($|_|\p{L})(\p{L}|\p{Nd}|_|$)*"/></xsd:restriction>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||