[jboss-cvs] JBossAS SVN: r59724 - trunk/server/src/resources/dtd.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 17 19:08:33 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-01-17 19:08:33 -0500 (Wed, 17 Jan 2007)
New Revision: 59724

Modified:
   trunk/server/src/resources/dtd/service-ref_5_0.dtd
Log:
Explicitly define xmlns attributes

Modified: trunk/server/src/resources/dtd/service-ref_5_0.dtd
===================================================================
--- trunk/server/src/resources/dtd/service-ref_5_0.dtd	2007-01-17 23:51:01 UTC (rev 59723)
+++ trunk/server/src/resources/dtd/service-ref_5_0.dtd	2007-01-18 00:08:33 UTC (rev 59724)
@@ -65,9 +65,10 @@
   Specify the qualified service name in the form prefix:localPart
   
   Example: 
-     <service-qname xmlns:ns1='http://somensURI'>ns1:SomeService</service-qname>
+     <service-qname xmlns:nss='http://somensURI'>ns1:SomeService</service-qname>
 -->
 <!ELEMENT service-qname (#PCDATA)>
+<!ATTLIST service-qname xmlns:nss CDATA #REQUIRED>
 
 <!-- 
   The optional config-name element gives the client configuration name that must be present in
@@ -114,9 +115,10 @@
   Specify the qualified port name in the form prefix:localPart
   
   Example: 
-     <port-qname xmlns:ns1='http://somensURI'>ns1:SomeService</port-qname>
+     <port-qname xmlns:nsp='http://somensURI'>ns1:SomeService</port-qname>
 -->
 <!ELEMENT port-qname (#PCDATA)>
+<!ATTLIST port-qname xmlns:nsp CDATA #REQUIRED>
 
 <!-- 
   Property values that should be set on a stub before it's returned to 




More information about the jboss-cvs-commits mailing list