Attached is a patch to update the J2EE 1.4 schema.

jsr154/src/share/dtd/j2ee_1_4.xsd
    - clarify that fully-qualified-classType is a binary name


--- Mark Roth, Java Software JSP 2.0 Co-Specification Lead Sun Microsystems, Inc.

Index: jsr154/src/share/dtd/j2ee_1_4.xsd
===================================================================
RCS file: /home/cvspublic/jakarta-servletapi-5/jsr154/src/share/dtd/j2ee_1_4.xsd,v
retrieving revision 1.9
diff -u -r1.9 j2ee_1_4.xsd
--- jsr154/src/share/dtd/j2ee_1_4.xsd   18 Aug 2003 17:41:20 -0000      1.9
+++ jsr154/src/share/dtd/j2ee_1_4.xsd   25 Sep 2003 21:42:48 -0000
@@ -8,7 +8,7 @@
      version="1.4">
   <xsd:annotation>
     <xsd:documentation>
-      @(#)j2ee_1_4.xsds        1.42 03/08/01
+      @(#)j2ee_1_4.xsds        1.43 03/09/16
     </xsd:documentation>
   </xsd:annotation>
 
@@ -497,7 +497,11 @@
       <xsd:documentation>
 
        The elements that use this type designate the name of a
-       Java class or interface.
+       Java class or interface.  The name is in the form of a
+       "binary name", as defined in the JLS.  This is the form
+       of name used in Class.forName().  Tools that need the
+       canonical name (the name used in source code) will need
+       to convert this binary name to the canonical name.
 
       </xsd:documentation>
     </xsd:annotation>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to