[jboss-cvs] JBossAS SVN: r107016 - projects/metadata/client/trunk/src/main/resources/schema.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 22 05:02:39 EDT 2010


Author: alex.loubyansky at jboss.com
Date: 2010-07-22 05:02:39 -0400 (Thu, 22 Jul 2010)
New Revision: 107016

Modified:
   projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_0.xsd
   projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_1.xsd
   projects/metadata/client/trunk/src/main/resources/schema/jboss-client_6_0.xsd
Log:
JBMETA-293 added general comments and schema URL

Modified: projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_0.xsd
===================================================================
--- projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_0.xsd	2010-07-22 07:50:14 UTC (rev 107015)
+++ projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_0.xsd	2010-07-22 09:02:39 UTC (rev 107016)
@@ -7,6 +7,40 @@
    version="5.0"
    elementFormDefault="qualified"
    >
+
+   <xsd:annotation>
+      <xsd:documentation>
+         <![CDATA[
+
+	This is the XML Schema for the JBoss 5.0 application client deployment descriptor.
+	The deployment descriptor must be named "META-INF/jboss-client.xml" in
+	the application client's jar file.  All the applicetion client deployment descriptors must indicate
+	the JBoss schema by using the Java EE namespace:
+
+	http://www.jboss.com/xml/ns/javaee
+
+	and by indicating the version of the schema by
+	using the version attribute as shown below:
+
+	    <jboss-client xmlns="http://www.jboss.com/xml/ns/javaee"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
+                            http://www.jboss.org/j2ee/schema/jboss-client_5_0.xsd"
+             version="5.0">
+	       ...
+            </jboss-client>
+
+	The instance documents may indicate the published version of
+	the schema using the xsi:schemaLocation attribute for the
+	Java EE namespace with the following location:
+
+	http://www.jboss.org/j2ee/schema/jboss-client_5_0.xsd
+
+	]]>
+      </xsd:documentation>
+   </xsd:annotation>
+
+
    <xsd:element name="jboss-client" type="jboss:jboss-clientType"/>
    <xsd:complexType name="ejb-refType">
       <xsd:sequence>

Modified: projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_1.xsd
===================================================================
--- projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_1.xsd	2010-07-22 07:50:14 UTC (rev 107015)
+++ projects/metadata/client/trunk/src/main/resources/schema/jboss-client_5_1.xsd	2010-07-22 09:02:39 UTC (rev 107016)
@@ -8,6 +8,38 @@
    elementFormDefault="qualified"
    >
 
+   <xsd:annotation>
+      <xsd:documentation>
+         <![CDATA[
+
+	This is the XML Schema for the JBoss 5.1 application client deployment descriptor.
+	The deployment descriptor must be named "META-INF/jboss-client.xml" in
+	the application client's jar file.  All the applicetion client deployment descriptors must indicate
+	the JBoss schema by using the Java EE namespace:
+
+	http://www.jboss.com/xml/ns/javaee
+
+	and by indicating the version of the schema by
+	using the version attribute as shown below:
+
+	    <jboss-client xmlns="http://www.jboss.com/xml/ns/javaee"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
+                            http://www.jboss.org/j2ee/schema/jboss-client_5_1.xsd"
+             version="5.1">
+	       ...
+            </jboss-client>
+
+	The instance documents may indicate the published version of
+	the schema using the xsi:schemaLocation attribute for the
+	Java EE namespace with the following location:
+
+	http://www.jboss.org/j2ee/schema/jboss-client_5_1.xsd
+
+	]]>
+      </xsd:documentation>
+   </xsd:annotation>
+
    <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_5.xsd"/>
    <xsd:include schemaLocation="http://www.jboss.org/j2ee/schema/jboss-common_5_1.xsd"/>
 

Modified: projects/metadata/client/trunk/src/main/resources/schema/jboss-client_6_0.xsd
===================================================================
--- projects/metadata/client/trunk/src/main/resources/schema/jboss-client_6_0.xsd	2010-07-22 07:50:14 UTC (rev 107015)
+++ projects/metadata/client/trunk/src/main/resources/schema/jboss-client_6_0.xsd	2010-07-22 09:02:39 UTC (rev 107016)
@@ -8,6 +8,38 @@
    elementFormDefault="qualified"
    >
 
+   <xsd:annotation>
+      <xsd:documentation>
+         <![CDATA[
+
+	This is the XML Schema for the JBoss 6.0 application client deployment descriptor.
+	The deployment descriptor must be named "META-INF/jboss-client.xml" in
+	the application client's jar file.  All the applicetion client deployment descriptors must indicate
+	the JBoss schema by using the Java EE namespace:
+
+	http://www.jboss.com/xml/ns/javaee
+
+	and by indicating the version of the schema by
+	using the version attribute as shown below:
+
+	    <jboss-client xmlns="http://www.jboss.com/xml/ns/javaee"
+             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+             xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
+                            http://www.jboss.org/j2ee/schema/jboss-client_6_0.xsd"
+             version="6.0">
+	       ...
+            </jboss-client>
+
+	The instance documents may indicate the published version of
+	the schema using the xsi:schemaLocation attribute for the
+	Java EE namespace with the following location:
+
+	http://www.jboss.org/j2ee/schema/jboss-client_6_0.xsd
+
+	]]>
+      </xsd:documentation>
+   </xsd:annotation>
+
    <xsd:import namespace="http://java.sun.com/xml/ns/javaee" schemaLocation="http://java.sun.com/xml/ns/javaee/javaee_6.xsd"/>
    <xsd:include schemaLocation="http://www.jboss.org/j2ee/schema/jboss-common_6_0.xsd"/>
 



More information about the jboss-cvs-commits mailing list