forgot to attach...
sorry,
Yutaka Yoshida
Sun Microsystems, Inc.

-------- Original Message --------
Subject: [PATCH] jakarta-servletapi-5 schema update
Date: Tue, 15 Jun 2004 14:56:09 -0700
From: Yuta Yoshida <[EMAIL PROTECTED]>
Organization: Sun Microsystems
To: [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]

Hi,

The attached file is to update the web-app_2_4.xsd according
to the JSR154 maintenance release.

jsr154/src/share/dtd/web-app_2_4.xsd

  o The restriction facet of mime-typeType should be updated
    from:-
        <xsd:pattern value="[\p{L}\-\p{Nd}]+/[\p{L}\-\p{Nd}\.]+"/>
    to:-
        <xsd:pattern value="[^\p{Cc}^\s]+/[^\p{Cc}^\s]+"/>

thank you,
Yutaka Yoshida
Sun Microsystems, Inc.



Index: jsr154/src/share/dtd/web-app_2_4.xsd
===================================================================
RCS file: /home/cvspublic/jakarta-servletapi-5/jsr154/src/share/dtd/web-app_2_4.xsd,v
retrieving revision 1.13
diff -u -r1.13 web-app_2_4.xsd
--- jsr154/src/share/dtd/web-app_2_4.xsd        18 Mar 2004 16:40:34 -0000      1.13
+++ jsr154/src/share/dtd/web-app_2_4.xsd        15 Jun 2004 18:10:29 -0000
@@ -30,7 +30,7 @@
   <xsd:annotation>
     <xsd:documentation>
 
-      Copyright 2002 Sun Microsystems, Inc., 901 San Antonio
+      Copyright 2004 Sun Microsystems, Inc., 901 San Antonio
       Road, Palo Alto, California 94303, U.S.A. All rights
       reserved.
 
@@ -804,7 +804,7 @@
 
     <xsd:simpleContent>
       <xsd:restriction base="j2ee:string">
-       <xsd:pattern value="[\p{L}\-\p{Nd}]+/[\p{L}\-\p{Nd}\.]+"/>
+       <xsd:pattern value="[^\p{Cc}^\s]+/[^\p{Cc}^\s]+"/>
       </xsd:restriction>
     </xsd:simpleContent>
   </xsd:complexType>

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

Reply via email to