[jboss-svn-commits] JBoss Portal SVN: r5561 - trunk/wsrp/src/resources

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Nov 2 12:32:59 EST 2006


Author: chris.laprun at jboss.com
Date: 2006-11-02 12:32:58 -0500 (Thu, 02 Nov 2006)
New Revision: 5561

Modified:
   trunk/wsrp/src/resources/jboss-portal-wsrp.dtd
Log:
Updated DTD to reflect optional status of consumer-name.

Modified: trunk/wsrp/src/resources/jboss-portal-wsrp.dtd
===================================================================
--- trunk/wsrp/src/resources/jboss-portal-wsrp.dtd	2006-11-02 17:32:22 UTC (rev 5560)
+++ trunk/wsrp/src/resources/jboss-portal-wsrp.dtd	2006-11-02 17:32:58 UTC (rev 5561)
@@ -64,9 +64,12 @@
 <!ELEMENT endpoint-wsdl-url ( #PCDATA )>
 
 <!-- Container for registration information. -->
-<!ELEMENT registration-data ( consumer-name, property* )>
+<!ELEMENT registration-data ( consumer-name?, property* )>
 
-<!-- A name (preferably unique) that identifies the Consumer. An example of such a name would be the Consumer's URL. -->
+<!--
+An optional name (preferably unique) that identifies the Consumer. An example of such a name would be the Consumer's URL.
+If no consumer-name is provided, one will be automatically generated by JBoss Portal.
+-->
 <!ELEMENT consumer-name ( #PCDATA )>
 
 <!-- A registration property. -->




More information about the jboss-svn-commits mailing list